Activity map is a feature in Adobe Analytics that collects data on where visitors click and what they click on. You can view this data in Analytics reports, or by using a browser extension overlay. Enable this variable if you would like to use Activity map features.
When enabled, AppMeasurement collects information about the link and sends that data in the next image request. Information from each click is stored in a cookied labeled s_sq
.
The Web SDK does not yet support Activity Map data collection.
Enable Clickmap is a checkbox under the Link Tracking accordion when configuring the Adobe Analytics extension.
Click the checkbox to enable Activity map tracking.
The s.trackInlineStats
is a boolean that enables or disables Activity map tracking. Its default value is false
. Set this value to true
if you want to enable Activity map data collection.
s.trackInlineStats = true;