We send out a number of emails and they all contain links to our privacy policy. Is there a way to stop Mautic from tracking clicks in emails to these (privacy policy) links so they don’t show up in the reporting and only track clicks on the call to action?
Yes, but there is no <a> tag in the mjml-code.
I take your answer as: with GrapesJS-Editor cannot work.
Therefore I will try to change to Classic-Editor.
Confirmation: it works with classic-editor.
I suspect that the link with the attribute must not exist anymore inside the email without the attribute, otherwise I suppose it will not work - it would have also no purpose then.
I wanted long ago to revert to classic-editor, as I find GrapesJS-Editor so buggy. This is the moment!
Is there still no solution for this problem? I’m using the GrapesJS editor, and it’s mind-boggling that something this trivial is not working.
I’m trying to add a custom link, which is saved inside a field in Mautic, to a button. However, every time I add the token to the button and send out the email, the customer receives a broken link because the tracking code is also added to that link. I haven’t found any way to solve or work around this issue.
this is not working in Mautic: v3.1.0
Email editor with code editor is not able to save changed.
cab anyone suggest better solution.
also disabled from here:
The syntax of the existing tag is not HTML conform, so it can lead to problems. Therefore, I propose we introduce the same parameter, but in an HTML conform way. For e.g. version 7 we can keep both variants around. And then maybe with version 8 we remove the old syntax?
I am using mautic:disable-tracking=“true” in anchor tags on M6.0.3 and its works well.
However if you put it inside a mj-button it does not disable link tracking in the button which is a real shame as what else is a button used for i.e. linking to urls ?
If you define it inside an mj-button then all anchor tags were it is defined underneath in the code link tracking starts working again until you remove it from the above mj-button.
Looks like the Mautics html sanitiser detects it inside a mj-button and disables it use everywhere thereafter which must be a bug.
Having mautic:disable-tracking=“true” work inside a mj-button would be a very useful thing indeed. Can I reach out to a developer to look into this issue.
My scenario - I have:
Url links pointing to websites that have link tracking support.
Url links pointing to websites that don’t currently have link tracking support.
Therefore I need to be able to disable link tracking about 50% of the time.
I am using mj-buttons and anchor tags so I have to turn off all link tracking on the mautic server at the moment which is a real shame.
Yes I have seen mj-text and mj-raw solutions which are workarounds for mj-button. My view is why not fix the html code sanitiser to allow the use in mj-button as well rather than always using workarounds.
@andrew_c3 did you find out, if this is a Mautic or GrapeJS issue or an issue with MJML itself?
Then it would be good, if you’d create an issue in either of the projects…