Create an Adobe Analytics tag property
Tags in Adobe Experience Platform lets you integrate Experience Cloud solutions on your website (including Analytics). This page outlines specifically how a tag admin can get a basic Adobe Analytics implementation configured correctly.
Prerequisites
Create a report suite: Create a silo for Analytics data to be collected.
Create a tag property and install vital extensions
Properties are overarching containers you use to manage tags. Extensions let you install product-specific tags and configure them.
- Log in to Adobe Experience Platform Data Collection using your AdobeID credentials.
- Click New Property.
- Give your Property a name, such as the title of your website, and enter the domain you intend to implement Analytics on. Click Save.
- Click your newly created tag property to enter its settings.
- Click the Extensions tab, then click Catalog.
- Locate ‘Experience Cloud ID Service’, then click Install.
- All settings, including Experience Cloud Organization ID, should be already filled out. Click Save.
- Back in the extensions catalog, locate Adobe Analytics and click Install.
See the full documentation for the Adobe Analytics extension for more detailed information.
Create data elements for Adobe Analytics
Data elements are references to specific parts of your site to collect variable values.
-
Log in to Adobe Experience Platform Data Collection using your AdobeID credentials.
-
Click the tag property that you intend to implement on your site.
-
Click the Data Elements tab, then click Add Data Element.
-
Give the data element the following settings:
-
Name: Page Name
-
Extension: Core
-
Data Element Type: JavaScript Variable
-
JavaScript variable name:
window.document.title
note note NOTE This value serves as an example to help get started. If your organization defines a better value for page name, such as a data layer value, you can enter it here. * Clean text checked
-
Storage Duration: None
-
-
Click Save.
Create rules for Adobe Analytics
Rules map data elements to Analytics variable values, and determine when those values are sent to Adobe’s servers.
-
Log in to Adobe Experience Platform Data Collection using your AdobeID credentials.
-
Click the tag property that you intend to implement on your site.
-
Click the Rules tab, then click Add Rule. Name it
Global Rule
. -
Click Add next to events, and enter the following settings:
- Extension: Core
- Event Type: Library Loaded (Page Top)
- Name: Core - Library Loaded (Page Top)
-
Click Keep Changes.
-
Under Actions, click Add, and enter the following settings:
- Extension: Adobe Analytics
- Action Type: Set Variables
- Page Name: click the container icon, and select the
Page Name
data element. - Campaign: Query parameter with a value of
cid
-
Click Keep Changes.
-
Click the Plus sign next to actions to add another action, and enter the following settings:
- Extension: Adobe Analytics
- Action Type: Send Beacon
- Name: Adobe Analytics - Send Beacon
- Tracking: s.t()
-
Click Keep Changes.
-
Verify that you have the event and two actions set, then click Save.
Next steps
Deploy your Analytics implementation to your dev environment: Get Analytics code working in a test environment.