This variable is retired and no longer used.
ClickMap is a retired feature in Adobe Analytics that collects data on where visitors click and what they click. The feature was replaced with Activity Map.
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 cookie labeled s_sq
.
Enable ClickMap is a checkbox under the Link Tracking accordion when configuring the Adobe Analytics extension.
This checkbox is different from the Use Activity Map checkbox, which is under the Library management accordion.
The s.trackInlineStats
is a boolean that enables or disables ClickMap tracking. Since the feature is retired, Adobe does not recommend setting this variable. Its default value is false
.
s.trackInlineStats = false;