Skip to main content
Level 2
May 22, 2019
Respondido

Creating alert with website visit details

  • May 22, 2019
  • 1 comentário
  • 2010 Visualizações

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.

Este tópico foi fechado para respostas.
Melhor resposta por SanfordWhiteman

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

1 comentário

SanfordWhiteman
Level 10
May 22, 2019

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