If using and existing HTML email from another source, you will need to replace href URL within the email to use the {hook_url} tag in order for the system to track the clicks and send the user to the designated landing page.
- Within the email editor, select the "Edit HTML"
- Paste in your desired HTML text
- Find the HREF of the link that you would like to have tracked
- Replace url within the <a href="https://www.example.com" with "{hook_url}"
- After editing, it should look like <a href="{hook_url}" followed by any additional attributes
- Repeat the replacement until all desired links have been replaced.
NOTE: These steps can be completed outside of the system before pasting the HTML code into the editor.
Save the template and test to ensure it looks and works as intended.
Comments
0 comments
Please sign in to leave a comment.