Prevent tracking clicks or appending parameters to specific URLs

Overview

In the Content step of your email creation, you can adjust individual link URLs to disable tracking, UTM parameters, or email hashing, regardless of your Setup settings.

Example showing automatic tracking enabled in the email setup.

Methods of preventing click tracking or appending parameters

Ortto provides two custom tags that you can add to the end of URLs in your email content:

  • #orttonochange - This option will prevent UTM parameters and a hashed email address being appended to a URL.
  • #orttonotrack - This option will prevent tracking and appending parameters and a hashed email address to a specific URL.

This table provides an overview of each option:

Tag

Track link clicks

Append UTM parameters

Append email hash

#orttonochange

X

X

#orttonotrack

X

X

X

NOTE: These tags can only be used in email messages within journeys, playbooks, and standalone campaigns.


Add tags to URLs in the email message

To modify a URL, simply add the relevant tag to the link in your draft email. The tag will be stripped from the link so recipients won't see it.

EX: www.mybrand.com/pricing?#orttonochange

Screenshot showing an email message with a regular link, and a link using each of the tag options.

When the email above message is sent, the links will behave as follows:

  • The regular link will have clicks tracked, and will have UTM parameters and a hashed email address added:
Screenshot showing how the regular link looks when hovering over it in the received email.
Screenshot showing how the link will appear in the browser when it has been clicked.
  • The #orttonochange link will have clicks tracked but will have no parameters added when hovered over in the sent email or in the browser (when clicked):
Screenshot showing how the #orttonochange link looks when hovering over it in the received email.
Screenshot showing how the link appears in the browser when it has been clicked.
  • The #orttonotrack link will not have clicks tracked and will have no parameters added when hovered over in the sent email or in the browser (when clicked):
Screenshot showing how the #orttonotrack link looks when hovering over it in the received. email.
Screenshot showing how the link appears in the browser when it has been clicked.