Hi everyone,
Currently, Adobe Target tracks user behavior immediately upon accepting cookies.
Would it be possible to implement the following (considering we have an a/b/c test)? We're using Adobe Launch with the Target extension (server-side delivery API).
Initial Load with Randomized Experience:
- Load the Adobe Target library and randomly display one of the versions (a/b/c) without initiating tracking or personalization until the user consents.
Consent Prompt and Handling:
- Display a consent prompt to the user upon their first visit.
- If the user accepts cookies, Adobe Target begins tracking and personalization from that moment onward.
Redirect Logic for Non-Consent:
- If the user does not accept cookies, redirect them to a random experience (e.g., /a/b/c) on subsequent visits until they provide consent.
- Ensure that this redirection occurs in a user-friendly manner, explaining the need for consent for an optimal experience.
Appreciate it!