Do you have a hyperlink you'd like to add to your email that has an anchor on it? In other words, a hyperlink that automatically directs the recipient to a specific location on the linked page rather than defaulting to the top of the page. Tracking these links will require some manual changes to the URL.
Goals
- Learn how to modify an external anchor link to track properly in Dynamics
Formatting External Anchor Links
To track external anchor links, FreeMarker interpolations for the recipient's email address will need to be added to the URL as a parameter between the web address and the anchor tag.
The URL should be in this format:
You will need to change the bold portions:
Web Address: Place everything in your URL that exists before the anchor tag here. The anchor tag is the # and whatever is after that.
Anchor Tag: Change this to the name of your anchor.
Click Here: This is the text they'll see as the link. To place this follow these steps depending on the Editor Type you're using:
-
Email Designer & Drag and Drop: open the link manager and insert all of the link text between the quotation marks in the above example: http://www.clickdimensions.com?_cldee=${Recipient.contact.emailaddress1[0]!} ${Recipient.lead.emailaddress1[0]!}#AnchorTag
-
Free Style: Access the template Source view and paste in the entirety of the link text where you want the link to occur in your template, or open the link manager and insert all of the link text between the quotation marks in the example http://www.clickdimensions.com?_cldee=${Recipient.contact.emailaddress1[0]!} ${Recipient.lead.emailaddress1[0]!}#AnchorTag
- HTML Editor: Type it where you want the link.
Feature Added: Original |
Feature Updated: 8.2.0 |
ClickDimensions Version Need: Any |