Link ID Field Email 2.0

Shawn_Herbert
Level 1

Link ID Field Email 2.0

Is there a way we can add Link ID Fields in the new 2.0 editor? We want to be able track CTA links.

Thank,

Shawn

1 REPLY 1
Frank_Breen2
Level 10

Re: Link ID Field Email 2.0

You have to set a Variable for each link you want to add a ID to, in the <head add this:

<meta class="mktoString" id="linknumber" mktoname="Link ID" mktomodulescope="true" default="1">

Then wherever the link is on the page add the ID with the Variable:

id="${linknumber}"

You'll then be able to add it as a Local Variable in the editor:

id.png