Target Profile Script | Community
Skip to main content
October 16, 2015
Solved

Target Profile Script

  • October 16, 2015
  • 1 reply
  • 1498 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by WhoaShekhar

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

WhoaShekhar
WhoaShekharAccepted solution
Level 10
October 16, 2015

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!