Unsubscribes counting as clicks

a2kraken

New Member
Hello, I am using a global footer to include a [UNSUBSCRIBE_URL]...... when i noticed my instance of MailWizz is considering clicks on that link as a click.
I do not want people clicking my unsubs link to count as a click. How can I effectively stop this from happening?
To reiterate, or reword...
People clicking my unsub link is tracking as a click on my campaigns, and I want it to stop.

Any suggestion is appreciated. Thanks in advance
 
Hello, I am using a global footer to include a [UNSUBSCRIBE_URL]...... when i noticed my instance of MailWizz is considering clicks on that link as a click.
I do not want people clicking my unsubs link to count as a click. How can I effectively stop this from happening?
To reiterate, or reword...
People clicking my unsub link is tracking as a click on my campaigns, and I want it to stop.

Any suggestion is appreciated. Thanks in advance
Hello,

You can disable tracking for specific links by adding the disable-tracking parameter to the URL.
For example:
Code:
<a href="[UNSUBSCRIBE_URL]?disable-tracking">Unsubscribe</a>
 
Back
Top