Hi Everyone,
I have a usecase where I want to implement certain functionalities for the first time user visiting to a certain page.
I have adobe target which is used to create that audience to implement this. I want to show a popup and do other stuffs for the first time users visiting the page.
challenge is how I will get to know that my user its a first time user.
Can I use Mbox cookie to understand if the user is new or repeated user. Does mbox cookie have such information.
Or is there any other way to do this?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @varun790, You can use the OOB "New Visitors" Attribute in the Adobe Target Audiences tab to create a New Visitors audience.
Let me know if your requirement is specific to the page - user visiting page A for the first time. For this you might need to write a custom profile script logic and create audience basis the profile script.
Views
Replies
Total Likes
Hi @varun790, You can use the OOB "New Visitors" Attribute in the Adobe Target Audiences tab to create a New Visitors audience.
Let me know if your requirement is specific to the page - user visiting page A for the first time. For this you might need to write a custom profile script logic and create audience basis the profile script.
Views
Replies
Total Likes
Hi @varun790 , You can create audience in Target.
Create audiences in Adobe Target to target visitors who meet specific profile parameters.
In the Target interface, click Audiences > Create Audience.
Name the audience and add an optional description.
Drag and drop Visitor Profile into the audience builder pane.
Click Select, then select one of the following options:
Visitor profile parameters are passed via the mbox (profile). You can target new visitors.
A visitor profile is created in the local edge memory for each mbox call with new mboxPC
. After 30 minutes of inactivity, the profile is saved to the Target database and is accessible from other edges.
When a site visitor logs in mid-session and gets a 3rdpartyId
, all previously loaded profile attributes tied to the 3rdPartyId
are immediately available.
You can target custom profile parameters and user.
parameters. Choose the parameter you use want to use to target your activity. If the desired parameter does not display, the parameter has not been fired by an mbox.
(Optional) Set up additional rules for the audience.
Click Done.
For more information, you can go through the video from below link.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies