Trigger for multiple web page visits | Community
Skip to main content
Level 3
May 10, 2019
Question

Trigger for multiple web page visits

  • May 10, 2019
  • 1 reply
  • 3086 views

Hello,

We have a campaign with 22 specific web pages, and I'm trying to set up an alert for when someone visits 3 of them. What would be the best way to do this? Set up a scoring system with a custom field?

Also, is there a way to put in which pages were visited in the alert email?

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
May 10, 2019
 Also, is there a way to put in which pages were visited in the alert email?

If you append {{Trigger.Web Page}} to a custom TextArea field and then send that field, yes. You can't just send {{Trigger.Web Page]} b/c that'll only be the most recent pageview.

Kana_LaiAuthor
Level 3
May 10, 2019

Hi Sanford,

I just want to make sure I'm interpreting that correctly. So I would create a custom TextArea field and set up a flow step to populate it with {{Trigger.Web Page}}?

SanfordWhiteman
Level 10
May 10, 2019

Yep, a Change Data Value flow step. You would set the value to

   {{Lead.YourTextAreaWebPageHistoryField}}{{Trigger.Web Page}}

Most likely you want a line break token in-between. Search for my old post on that.