I am building a nurture campaign and in the email we have a link that is using a token to schedule a meeting.
{{lead.Salesloft Meeting Link:default=https://mydefaultlink}}
But this does not register as a clicked link when clicked. Every other link in the email works as intended.
Solved! Go to Solution.
Hey Ken, try moving the "https://" part to the outside of the token link.
Here's a link to the docs with an example: https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/email-marketing/general/using-...
https://{{lead.Salesloft Meeting Link:default=mydefaultlink}}
Something more like this
You can use a Velocity token to create a tracked link in that case:
Hey Ken, try moving the "https://" part to the outside of the token link.
Here's a link to the docs with an example: https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/email-marketing/general/using-...
https://{{lead.Salesloft Meeting Link:default=mydefaultlink}}
Something more like this
I should clarify, the default is not a token, it will be an actual URL. So should I still remove the https:?
Not sure what you're saying here. You can't have the protocol in the underlying field nor in the default value. That is, the token must produce a value without the leading https://.
Maybe I am confused, I wrote a link to a field called Salesloft Meeting Link. An example is https://meetings.salesloft.com/thepitcrew/tiregurudemo these are showing as the values of the field:
So am I understanding that this won't work? I tested the link, and the link works.
It will work in the sense the person can click it and go to the right place, but it will not be tracked, as you noticed!
Follow up, the field I created to store this value is a URL field. I cannot change the type since it is in use by programs that have already run. So I am assuming I am going to have to create a new field to store the value without the https:// in it.
You can use a Velocity token to create a tracked link in that case: