For lead scoring purposes, I’d like to create a counter to measure how often a set of specific page URLs has been visited by a contact.
For example, every time the Contact visits one of the following page URLs, the counter should be incremented (written as RegEx):
product\.abc\.com
resource\.abc\.com
However, this counter should not be incremented when a page URL ends with:
/confirmed$
I did not manage to create a workflow to do so.
Hi @Birdmeister
To accomplish this you can make use of the filter " Refine by a number of times" in the lead scoring model.
- For every new page view condition make use of a new filter in the lead scoring model.
I hope it helps!
Thank you.
This is not the solution that works for me, as we want to assign for instance 5 points when the Contact has visited up to 10 pages, 10 points when visited up to 20 pages and 15 when visited up to 30 pages. I’d rather define a list that selects based on a counter, and the HubSpot score assign these points based on list membership.