Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
SOLVED

QA based on cookie

Avatar

Level 1

Hi

This is a very straight forward question, Is there any way of create an adobe target audience based on browser cookie for QA purposes. 

 

If so, how will I do that?

 

Thank you very much in advance

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @most78 

 

You could create data element in launch to fetch cookie value and pass that data element as a mbox param. now in target audience library choose custom audience > parameter equals > XYZ and create segment. now use that segment in target activity.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi @most78 

 

You could create data element in launch to fetch cookie value and pass that data element as a mbox param. now in target audience library choose custom audience > parameter equals > XYZ and create segment. now use that segment in target activity.

Avatar

Community Advisor

Hi @most78 exactly, you can realize this via launch. Alternatively, it would also be possible to read values from the localStorage or cookies and pass them to the profile in the targetPageParams function. 

https://developer.adobe.com/target/implement/client-side/atjs/atjs-functions/targetpageparams/?lang=...