Hi,
Using a custom profile script, that reads when a visitor has visited a specific URL It will then create & return a score.
By default the score is 0, if the visitor lands on the page, the score would then increment by 1, Then by using audience rules I can then say after a visitor has seen the experience more than 2 times don't show the experience.
I want the score to be cleared when a users session has finished, so when they return to the site their score defaults back to 0.
As this is based off the Visitor Profile, I would have to wait until the Visitor Profile is refreshed (14 days by default) for the score to default back to 0.
If I was to use user.isNewSession and each time its true, it then re-sets the profile score back to 0.
Does this mean after 30 mins of the Visitor not being active it will re-set my score?
Or is their an easier way to have the Profile Scripts fire once by individual Visit, not by the Visitors Profile?