Cookies and localStorage
This list names all the cookies and storage entries ABlyft sets.
No personal data or 'personal identifiable information' is stored.
Please note
By default, ABlyft stores data in localStorage
. This may differ if your project has custom settings.
Information stored in the Visitor´s Browser
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
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
ablyft_temp_events
Is set when events are triggered but the prerequisites for tracking is not fulfilled.
Example content (list of events):
[{"type":"bucketing","value":12345678}]
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.