Experience Continuity is a feature that enables your users to keep the same experience across devices and sessions. When a user changes device or signs into their account, Flagship is able to retrieve their visitorID and to assign them the same variation so that their experience on the website is the same.
π© Heads up This feature is compatible with the Decision API V2 only. If you use bucketing and want to benefit from this feature, please contact us. |
π Behavior
Experience Continuity enables you to provide your users with a Cross-Session and a Cross-Device experience.
Cross-Session Experience
This feature guarantees continuity between your users' sessions. That is to say that your users will see the same variation across their different sessions on your website.
For example, letβs say a user visits your website for the first time as an anonymous (without being logged into your website), they are automatically assigned to a variationID corresponding to a variation (variation 1 of your test, for example). Then, they log into your website on the same browser. With the Experience Continuity enabled, Flagship is able to assign the user the same visitorID and thus, they see the same variation (variation 1). Their experience on your website wonβt be affected by the different sessions.
Without the Experience continuity feature, the user may see the same variation or another one.
Cross-Device Experience
This feature enables your users to ensure a Cross-Device Experience, meaning that they will have the exact same experience when browsing on two (or more) different devices.
For example, letβs take the exact same user as in the previous example. They log in on a desktop device > assigned to a variationID corresponding to a variation (variation 1 for example). A few minutes later, they log in on their mobile phone. Flagship understands that this visitorID has already seen a variation and the user will be assigned the same variation (variation 1). Their experience on your website wonβt be affected by the device change.
Based on those two behaviors, a same user browsing on two different devices will be counted as a unique user in our report, and all the conversions they make will be linked to this specific user.
Based on the above diagram, the results in the reporting of your feature will be the following:
In unique visitors:
Variation 1 |
Variation 2 |
|
π€ Visitors |
1 |
1 |
π Conversions |
1 |
1 |
π΅ Transactions |
1 |
0 |
In multiple sessions:
Variation 1 |
Variation 2 |
|
π Sessions |
3 |
1 |
π Conversions |
3 |
1 |
π΅ Transactions |
2 |
0 |
βοΈConfiguration
To enable the Experience Continuity feature, apply the following steps:
- Go to your environment settings and toggle the feature ON.
- Integrate the visitor_id reconciliation into the code of your website following our new SDK method or Decision API workflow. See the tech documentation
π© Heads up Enabling this feature when an Experiment is running may affect the results of your report. |
Need additional information?
Submit your request at product.feedback@abtasty.com
Always happy to help!