
-
AuthorPosts
-
April 29, 2019 at 6:28 pm #1095411
Hi,
I read through a lot of post with this topic and implemented the solutions, but it still does not work. Can you please have a look. Thanks. The code looks good, but I don’t get events send.
Regards
SaschaApril 30, 2019 at 8:24 pm #1095898Hey SaschaBallach,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaMay 2, 2019 at 12:39 am #1096278This reply has been marked as private.May 3, 2019 at 1:47 pm #1096906Hi SaschaBallach,
Thank you. Have you tried the solution posted here
Best regards,
VictoriaMay 3, 2019 at 2:04 pm #1096909Hi Victory,
yes, I tried this first. But on the research I lerned, that I have to use ga send instead gap.push. So I looked for other solutions. The one I implemented should work, but doesn’t.
Best regards
SaschaMay 7, 2019 at 3:13 pm #1098089Hi,
Thanks for the update.
Did you generate a Google Analytics snippet? I didn’t find that snippet in the Enfold > Google Services > Google Analytics Tracking Code field.
// https://developers.google.com/analytics/devguides/collection/analyticsjs/
You need to use the ga function if you chose to use that snippet. And don’t forget to create event goals.
// https://developers.google.com/analytics/devguides/collection/analyticsjs/events
Best regards,
IsmaelMay 7, 2019 at 4:02 pm #1098110Hi Ismael,
thanks for your reply.
Yes, I have the google analytics snippet. I use Google Analytics Monster Insights for this. I also have other events, they also work as expected. Only the event of the contact formular is not working. In the code it looks everything fine. But it does not work. I don’t see an event in Google Analytics.
Best regards
SaschaMay 8, 2019 at 9:57 pm #1098648Hi,
Where can we see the code you are using for the tracking?
Best regards,
BasilisMay 9, 2019 at 3:52 pm #1098970Hi Basilis,
the monster insights plugin creates the code depending on the settings. You can find the code in the source code of the page. Press Strg-U to get the source code (don’t know whether it works in all browsers) and have a look for “MonsterInsights”. It should be in line 48. There the code starts. In line 131 it ends.
In line 379 starts another code to track all outgoing links. It is working as expected. And it makes no problem. I tried to track the contact form with and without this code and both variations did not work.Best regards
SaschaMay 13, 2019 at 2:55 am #1099873Hi,
Thanks for the update.
There is a script error somewhere in the page. We can see it in the console, but the error doesn’t point to anything specific. Did you add any custom scripts in the page?
(index):353 Uncaught SyntaxError: Unexpected identifier
We also checked the analyics snippet and found out that the tracking is disabled for certain user role.
<!-- Note: The site owner has disabled Google Analytics tracking for your user role. --> var mi_no_track_reason = 'Note: The site owner has disabled Google Analytics tracking for your user role.';
Is that intended?
Best regards,
IsmaelMay 20, 2019 at 4:37 pm #1102522Hi Ismael,
yes, that is intended. So a loged in user is not tracked. If you logout, you will get the normal tracking.
I couldn’t find a the google analytics script, perhaps in other scripts. As I told you, other events are tracked as expected, only the contact form is not tracked.
Regards
SaschaMay 22, 2019 at 9:39 pm #1103461Hi,
have you enabled the tracking debugger to see where the issue can be located?
Best regards,
BasilisMay 23, 2019 at 11:55 am #1103637Hi Basilis,
no, how can I do this?
Best regards
SaschaMay 27, 2019 at 10:14 pm #1104602Hi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.