Activity Map in Adobe Analytics comprises four main elements:
A report suite must have Activity Map reporting enabled before you can start collecting data. If your implementation sends Activity Map data to a report suite without Activity Map reporting enabled, Activity Map data is not included in the hit.
Admin > Report suites > Select report suite > Edit settings > Activity Map > Activity Map reporting > Enable Activity Map Reports
Enabling Activity Map reports creates several backend reserved variables. See Activity Map Reporting in the Adobe Analytics admin guide for more information.
Your implementation must be correctly configured to send Activity Map data to Adobe.
Activity Map data collection requires the Adobe Experience Platform Web SDK extension v2.23 or later. Extension versions down to v2.16 have limited support. These previous extension versions send Activity Map data in a separate event from the rest of your data. This extra event increases the number of hits that you send to Adobe Analytics or Adobe Experience Platform.
The Click data collection configuration setting handles Activity Map data collection and is typically enabled by default. You can check to make sure that it is enabled in the extension’s configuration settings:
See Configure the Web SDK tag extension for more information.
alloy.js
)Activity Map data collection requires the Web SDK JavaScript library v2.20 or later. Library versions down to v2.15 have limited support. These previous library versions send Activity Map data in a separate event from the rest of your data. This extra event increases the number of hits that you send to Adobe Analytics or Adobe Experience Platform.
The Web SDK configuration variable clickCollectionEnabled
handles the automatic collection of Activity Map data. It is enabled by default unless explicitly disabled.
alloy("configure", {
datastreamId: "ebebf826-a01f-4458-8cec-ef61de241c93",
orgId: "ADB3LETTERSANDNUMBERS@AdobeOrg",
clickCollectionEnabled: true
});
The Use Activity Map configuration setting handles Activity Map data collection and is typically enabled by default. It is available for all tag extensions v1.9.0 or later. You can check to make sure that it is enabled in the extension’s configuration settings:
See the Adobe Analytics extension overview for more information.
AppMeasurement.js
)The Activity Map module handles Activity Map data collection, and is included with all AppMeasurement libraries v1.6 or later. You can inspect the AppMeasurement.js
file to make sure that it is included.
AppMeasurement.js
contained inside.When Activity Map is enabled for both your report suite and implementation, you can begin using the following dimensions in Analysis Workspace:
In addition to the dimensions available in Analysis Workspace, you can also view Activity Map data as an overlay on your website. To view this overlay, download and install the Activity Map browser extension or add-on.
Tools > Activity Map > Download Activity Map
This link takes you to your browser’s supported extension or add-on marketplace where you can install it. Once installed, the extension or add-on appears in the top right of your browser where you can sign in and enable the overlay.