Only Count Unique Pages in Multiple Web Visits | Community
Skip to main content
New Participant
September 15, 2020
Solved

Only Count Unique Pages in Multiple Web Visits

  • September 15, 2020
  • 1 reply
  • 1842 views

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

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 SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
September 16, 2020

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.

RobSt3Author
New Participant
September 16, 2020

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