Tagged: google analytics
-
AuthorPosts
-
June 16, 2021 at 4:25 am #1305921
Greetings,
I have problems viewing the statistics in google analytics, however I can see all the visits in jetpack, I’m using the new version of google analytics G4, I put the tracking code but the visits don’t show, I don’t know if the problem is cookies.
I need your help please.
June 17, 2021 at 4:32 am #1306108THe problem is since I update 4.8.2 version
June 17, 2021 at 6:39 am #1306119Hi,
Thank you for the inquiry.
The google analytics script seems to be working properly when we checked the site as shown in the screenshot below.
// https://postimg.cc/Cnwpxzss
This is a post request that sends data to google servers containing info about the current visit.
Best regards,
IsmaelJuly 12, 2021 at 2:37 am #1309630Hi
The problema continue with google analytic,I added the scrpit in google services:
<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXX”></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());gtag(‘config’, ‘G-XXXXXXX’);
</script>but:
Google Tag Assistant Legacy says : Invalid or missing account IDPlease, I need your help with that, I updated the theme the last version.
July 12, 2021 at 4:29 am #1309653Hi,
It is still working properly on our end. Please check the screenshot below.
Screenshot: https://imgur.com/Jq9aBLa
Where do you see the error?
Best regards,
IsmaelJuly 12, 2021 at 8:13 pm #1309850Hey Ismael,
We are having issues just described like this on our site too. Everything on GA end says it is linked and verified, but no realtime data is transmitting after adding the code to the Enfold theme Tag ID.
This happened when we updated from an older Enfold version to the newest.
July 13, 2021 at 3:04 am #1309870Exactly that is the problem, the code is well implemented and verified, but in Google Analitycs the information does not arrive
July 13, 2021 at 12:23 pm #1309934Hi,
Try to install the following browser extension, then check the browser console. This should return information about the analytics script.
The theme properly renders the analytics script as you can see in the screenshot above, so the issue might related to how the the analytics script has been setup. Unfortunately, we will not be able to provide further information about that. Is it working when you use a different analytics plugin?
Best regards,
IsmaelJuly 13, 2021 at 2:12 pm #1309960Hi Ismael,
I have just raised an issue regarding the New G4 track codes when i saw this post. In 4.8.3 release the new G4 track codes break the Cookie Consent Modal (this has happened before with a previous Enfold release).
When a new G4 tag is added to Enfold in the tracking code box, Cookie control does not work and the script gets loaded anyway.
I can still see data in the Analytics console though but there is definitely a bug with the latesg G-XXXXX tags.
My post is here if it helps:I tried the same sites with an old UA-XXXX code and it works OK. So I can see a problem with new G4 G-XXXXXX codes.
July 13, 2021 at 7:36 pm #1310022Hello,
I already found the problem the WP Rocket plugin is blocking traffic in google analytic.
Do you have any solution to this problem?
July 13, 2021 at 10:39 pm #1310048Possibly!
In WP Rocket try adding analytics.js and gtag.js to the exclusion list in the JS settings.
Also add jquery.min.js if you run into any other problems.If you defer all inline JS you may be accidently deferring Enfolds Cookie Consent Modal which normally loads in the <head> section of each page. This will probably stop it working properly.
This may also be defering the track code.Hope this helps :)
- This reply was modified 3 years, 4 months ago by thinkjarvis.
-
AuthorPosts
- You must be logged in to reply to this topic.