SOLVED

Only Count Unique Pages in Multiple Web Visits

Go to solution
Robert_Stanley
Level 3

Only Count Unique Pages in Multiple Web Visits

I am noticing that leads visiting the same pages within seconds are entering a flow where I am trying to identify individuals who visit multiple pages over time.  Does anyone have a way to filter these out, seem like it's probably bots clicking through?  Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Only Count Unique Pages in Multiple Web Visits

Short of hard-coding the different page names in a set of filters — which can quickly become unmanageable! — the only way to score based on multiple unique pages is to call a webhook, which uses an external counter to only score for a page that hasn't been seen in the past NNN seconds.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Only Count Unique Pages in Multiple Web Visits

Short of hard-coding the different page names in a set of filters — which can quickly become unmanageable! — the only way to score based on multiple unique pages is to call a webhook, which uses an external counter to only score for a page that hasn't been seen in the past NNN seconds.

Robert_Stanley
Level 3

Re: Only Count Unique Pages in Multiple Web Visits

That's helpful and points me in the right direction, thanks Sanford!