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.
Create a report suite: Create a silo for Analytics data to be collected.
Properties are overarching containers you use to manage tags. Extensions let you install product-specific tags and configure them.
See the full documentation for the Adobe Analytics extension for more detailed information.
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
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.
Storage Duration: None
Click Save.
Rules map data elements to Analytics variable values, and determine when those values are sent to Adobe’s servers.
Global Rule
.Page Name
data element.cid
Deploy your Analytics implementation to your dev environment: Get Analytics code working in a test environment.