Cookies and localStorage
This list names all the cookies and storage entries ABlyft sets.
No personal data or 'personal identifiable information' is stored.
Information stored in the Visitor´s Browser
Cookies
ablyft_exps
Is set and updated when a visitor is bucketed into an experiment/variation.
Example content:
{"12345678":87654321} //experimentID to variationID
ablyft_queue
Is set when a visitor triggers an event/goal. After sending the event to ABlyft it is cleared.
ablyft_uvs
Is set on the first pageview and update with every further pageview of a visitor.
Example content:
{"first":1544177433,"last":1549967184,"sessions":12,"pageviews":23,"pageviewsSession":1}
ablyft_tracking_consent
Is set when enableTrackingConsent
or disableTrackingConsent
is triggered via API.
Example content:
1
localStorage
ablyft_tgoals
Is set and updated when a visitor triggers an event/goal.
Example content:
{"87654321":[56789123]} //variationID to goals/events
sessionStorage
ablyft_session_check
Is set initially in every session of the visitor.
Content when set:
1
ablyft_redirect
Is set when a redirect is performed.
Example content (timestamp of the last redirect):
1704063600
Cookie Settings
The lifetime of the cookie depends on the settings of the project.
By default, this is 365 days. If necessary, you can adjust the maximum lifetime.