Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 1st edition of the Target Community Lens newsletter is out now! Click to the right to find all the latest updates
SOLVED

Target Profile Script

Avatar

Level 1

We have a profile script written as follows and we are looking for a way to make it visit based instead of visitor based. 

    var frequency = user.get('frequency') || 0;
    if (mbox.name == 'globalMboxAllPages') {
     return frequency + 1;
    }

How would we get what we are looking for?

Thanks,

Kayla

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi There,

Thanks for reaching out to Adobe Community:

The below doc page talks about the script that enables you to track information about the visit.

See if this helps:

https://marketing.adobe.com/resources/help/en_US/target/target/c_script_profile_attributes.html

Thanks!

1 Reply

Avatar

Correct answer by
Level 10

Hi There,

Thanks for reaching out to Adobe Community:

The below doc page talks about the script that enables you to track information about the visit.

See if this helps:

https://marketing.adobe.com/resources/help/en_US/target/target/c_script_profile_attributes.html

Thanks!