Your software My PHP version is : 7.2.32 My MySQL/MariaDB version is (delete as applicable): MariaDB version 10.2.32
Your problem
I have installed muatic 3.01 and it working perfectly, we have hosted in public. we are able o send email. i also installed mautic plugin in my word press website.
My problem is :
when i send email with links. the system does not show the click counts. can any one help me where i am wrong. and how to troubleshoot.
Steps I have tried to fix the problem :
Installed tacking code in website.
also installed muatic plugin in the wordpress website.
Who are you sending emails through ?
Mautic should track clicks by itself, however it is also possible to configure the web hook on esp side to send back this information to Mautic
This feature works properly with M3, so the issue might be somewhere else.
Can you plz check if you didnāt disable click tracking in Config - Email - Disable Trackable URLs should be set as know if you want to enable tracking.
Thanks for your reply.
Iāve have tracking settings set correctly.
Itās just weird and I canāt find a the reason why one of my installations is tracking perfectly and an other isnāt.
Iāve tried with a clean MJML theme, an edited MJML theme and sometimes itās tracking and sometimes it isnāt.
Often what happens is, that you log in as admin to Mautic, and then test clicks in emails. Wonāt work.
As admin your clicks are not tracked. You need to open a new browser, where you havenāt logged in before or cleared the cookies.
I really appreciate your taking the time to help out here.
The issue isnāt so much with the tracking of trackable urls. If they are available, https://mautic-url.com/r/xxxxxx
But the issue is more with the fact that some urls are not re-written to this Mautic tracking url.
I think it might have to do with the MJML code. For example if I use a standard theme with some links in it. The links are re-written, but after editing the email template and adding extra urlās in the mail, the re-writing of the urlās disappears and the hyperlinks are not trackable. Except for the urlās that are unchanged in the original theme.
Thatās correct. The original link is not overwritten and thus not trackable.
When I use an original MJML template I noticed that although most links are overwritten, in some cases not all the links are overwritten with the Mautic trackable URL.
I have solved the issue of the email links not being replaced by the trackable Mautic links.
It had to do with the MJML template/theme.
For some reason the code at the top of the theme was incorrect.
ā¦
Although there was nog indication that the code was incorrect it did not correctly process the published email.
Hi Joey,
Itās was one of the edited built-in MJML theme.
But it wasnāt specific to any theme.
It had to do with the code. I think that there was something wrong with the (mjml), (head) and (body) tagās. I may be that the mjml open tag was on the wrong position. (after the head tag)
Iāve replaced the < with ( in this comment because it could be replaced by this forum editor.