If your organization uses link tracking, AppMeasurement uses the s_sq
cookie to pass information between hits. Some website configurations conflict with this cookie. If you would like to use browser session storage for link tracking and Activity Map data instead of a cookie, enable this variable.
Using a browser’s session storage for link tracking comes with several limitations:
store.example.com
, then navigates to toys.example.com
. AppMeasurement cannot access link tracking data in session storage because of different subdomains.The most reliable implementation using session storage for link tracking serves all content through HTTPS on a single subdomain.
AppMeasurement removes session storage link tracking data after sending a hit to Adobe. It also automatically expires when the browser tab is closed.
The Web SDK does not support this functionality.
There is not a dedicated field in the Adobe Analytics extension to use this variable. Use the custom code editor, following AppMeasurement syntax.
The s.useLinkTrackSessionStorage
variable is a boolean that determines if AppMeasurement uses session storage for link tracking data instead of the s_sq
cookie. Its default value is false
. Set this variable to true
if you want AppMeasurement to use session storage instead of the s_sq
cookie for link tracking and Activity Map.
s.useLinkTrackSessionStorage = true;