Adobe Experience Platform Launch is the tool you can use to integrate Experience Cloud solutions on your website (including Analytics). This page outlines specifically how a Launch 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.
Data elements are references to specific parts of your site to collect variable values.
Go to launch.adobe.com and log in if prompted.
Click the Launch property that you intend to implement on your site.
Click the Data Elements tab, then click Create New Data Element.
Give the data element the following settings:
Name: Page Name
Extension: Core
Data Element Type: JavaScript Variable
Path to variable: window.document.title
This is an example value 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
Duration: Pageview
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.