SOLVED

Creating alert with website visit details

Go to solution
Jon_Yang
Level 2

Creating alert with website visit details

Hi everyone,

I'm creating an alert email to our internal sales team that shows them which site on our training course website a particular customer has visited. Is there a way to do this via token/velocity? Preferably I'd like to populate the site URL and when the visit occurred.

Thanks all.

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Creating alert with website visit details

Yes and no.

You can use [{Trigger.Web Page}} in an alert.

However, keep these important caveats in mind:

  • you cannot trigger an alert for every Visit Web Page activity; you must filter this down and change qualification rules or you will kill your instance
  • {{Trigger.Web Page}} doesn't include the query string (though it does include the URL hash); if you need to include the query string, you need to copy it into the hash on the client side

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Creating alert with website visit details

Yes and no.

You can use [{Trigger.Web Page}} in an alert.

However, keep these important caveats in mind:

  • you cannot trigger an alert for every Visit Web Page activity; you must filter this down and change qualification rules or you will kill your instance
  • {{Trigger.Web Page}} doesn't include the query string (though it does include the URL hash); if you need to include the query string, you need to copy it into the hash on the client side