Expand my Community achievements bar.

SOLVED

Find the New user for website using adobe target

Avatar

Level 3

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

Gaureshk_Kodag_0-1738842722224.png

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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.

Gaureshk_Kodag_0-1738842722224.png

 

 

Avatar

Community Advisor

Hi @varun790 , You can create audience in Target.

  • Audience creation:
    When creating an audience in Target, you can select "Visitor Profile" as a parameter and set a rule to identify new visitors based on their cookie data, which tracks if it's their first visit to the site.
     

    Create audiences in Adobe Target to target visitors who meet specific profile parameters.

    1. In the Target interface, click Audiences > Create Audience.

    2. Name the audience and add an optional description.

    3. Drag and drop Visitor Profile into the audience builder pane.

    4. Click Select, then select one of the following options:

    pradnya_balvir_0-1738848453076.png

     

    Visitor profile parameters are passed via the mbox (profile). You can target new visitors.

     

    1. 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.

    2. (Optional) Set up additional rules for the audience.

    3. Click Done.

    For more information, you can go through the video from below link.