SOLVED

"Clicks Link in Email" for Dynamic URL

Go to solution
SanfordWhiteman
Level 10 - Community Moderator

Re: "Clicks Link in Email" for Dynamic URL

This is easy.  Doesn't matter if the {{Lead.URL Field}} value can be wildly different URLs, you don't need to reference the token value in the trigger. Constrain the Clicks Link in Email trigger by Link ID. Then just give the link an ID, like <A id="lead-url" href=...>.

Josh_Hill13
Level 10 - Champion Alumni

Re: "Clicks Link in Email" for Dynamic URL

which you could also tokenize...

SanfordWhiteman
Level 10 - Community Moderator

Re: "Clicks Link in Email" for Dynamic URL

Sure, though it might be easier to use the name of the token as the id, like id="URL-Field".

Anonymous
Not applicable

Re: "Clicks Link in Email" for Dynamic URL

Ah, good point. So technically you can't use the dynamic URL as a trigger directly but that's a nice workaround!