Scoring question
I'm trying to do the following:
If someone visit our blog area once - give them 2 points
If someone visit our blog area twice - give them +8 in addition
If someone visit our blog area 3 times - give them +10 in addition.
But I want it in 2 conditions:
1. That it's not the same page (I thought of using the trigger "Visit Web Page" and then add constraint of "Min. Number of Times" = 3, but I don't know how to ask for the page not to be the same...)
2. That it's at the same day
Can that be done? Any ideas?