Sep 29, 2022 5:03 AM
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.
Sep 29, 2022 7:15 AM - edited Sep 29, 2022 7:16 AM
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.
Sep 29, 2022 8:02 AM
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.