Does "Clicked Link in Email" include URL Parameters? | Community
Skip to main content
New Participant
April 26, 2022
Solved

Does "Clicked Link in Email" include URL Parameters?

  • April 26, 2022
  • 1 reply
  • 3331 views

I'm trying to create an NPS email that uses link clicks in an email to trigger a smart campaign. In the flow of that campaign I want to:

 

- Name Value Change
   - If "Clicked Link in Email" contains "nps=10"   then NPS Score = 10
   -If "Clicked Link in Email" contains "nps=9"   then NPS Score = 9

   - etc...

 

Essentially this would make it possible for someone to respond to an NPS survey directly out of their email without submitting a form.
However, in testing I've found that none of the name value change filters are equal true so the NPS Score field doesn't get set. 

Any thoughts on why this might be happening?

I'm hoping it isn't because the "clicked link in email" filter doesn't include URL parameters. If that is the case, it would be frustrating since the "Clicked Link in Email" trigger seems to evaluate the full URL including URL parameters. 

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

The Clicked Email Link constraint is supposed to include the query string, yes (as opposed to the Visited Web Page URL).

 

But I wouldn’t recommend using that constraint anyway. Instead, use the Link ID, which is a sadly underused feature.

 

However I’d be extremely wary of treating link clicks, which are done by mail scanners as well as by humans, as trustworthy.

 

 

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
April 26, 2022

The Clicked Email Link constraint is supposed to include the query string, yes (as opposed to the Visited Web Page URL).

 

But I wouldn’t recommend using that constraint anyway. Instead, use the Link ID, which is a sadly underused feature.

 

However I’d be extremely wary of treating link clicks, which are done by mail scanners as well as by humans, as trustworthy.

 

 

New Participant
April 26, 2022

Thanks for the response.

 

Good point on the email scanners. Maybe we'll have to rethink how we're executing this.

 

That said, Link ID doesn't seem to be an option in the if condition of the "change data value" flow action. Do you know if it is possible to access it there or only under constraints at the trigger level? If that is the case, I guess you'd have to create an individual campaign for every Link ID you wanted to evaluate?

 

 

SanfordWhiteman
New Participant
April 26, 2022

If that is the case, I guess you'd have to create an individual campaign for every Link ID you wanted to evaluate?

Yes, although that’s true whenever you’re trying to route people based on a specific click in a time frame.