Google Analytics error - google-analytics

I have add google analytics code to google tag manager and google tag manager connected to my website using script.
After this google analytics not showing active users in real time and in chrome browser google analytics shows red color tag with the error 'No HTTP response detected'.
Is, there know how to fix this.

You could try to install Google Tag Assistant https://get.google.com/tagassistant/
It might help you out

Related

Google Analytics (GA4) setup for tracking Google Workspace Marketplace Add-on views and downloads

Thanks in advance for the answers!
I'm trying to figure out how to tag my google workspace marketplace listing to track pageviews, downloads, etc. with Google Analytics (GA4).
The app page is currently setup for Universal Analytics (UA) which is being depricated on 12/31. I have tried following the setup instructions in Google Analytics for GA4, but the setup manager is not carrying over the tag used for UA.
How do you go about setting up the new tag for GA4 so we can keep getting insights on pageviews for our app listing?
I tried following the setup instrustions in Google Analytics for transitioning from UA to GA4 and was expecting the tag to carry over to the new analytics format. Instead, I am being told to re-tag the website and am not sure how to do that for a google workspace marketplace app listing.
I'm experiencing the exact same problem and found this issuetracker article, which doesn't sound hopeful (short version: GA4 doesn't appear supported by marketplace - only legacy UA is supported)

Google tags does not show up in Google Tag Assistant but it shows in GTM and Analytics' debug

I am new to all of this and am trying to install the GTM tag on my WordPress website. I tried the plugin Google Tag Manager for WP and later in Google Site Kit.
In both methods, I can only see the tags through Tag Assistant when logged in WordPress. If I log off from wp-admin and access the website, I can't see the tags.
When trying to use the debug on GTM it shows the Analytics tag was fired and when using Analytics debug I can see the events are happening:
Are my tags properly installed or not?
Why I can't see it in Tag Assistant or what do I need to do?
Is it better to install directly to the code without using a plug-in?
Analytics
GTM
Thank you!

google analytics for youtube

I have embed youtube videos on my web site and want to track in google analytics video events. I set up Youtube tag in Google Tag Manager and install Google Tag Manager on my web site. I see Google Tag Manager debugger on my web site and fired tags. Tag details. But I don't see Youtube in Google Analytics. I am not sure what is wrong - my installation or I look at events in a wrong place.
Additionally in Chrome console I see a command executed.
What is a little bit confusing for me is tracking ids. Google Analytics shows UA-XXX77-7, while fired video tag has UA-XXX77-9 (as shown in the tag details before). But maybe everything is okay with this.

Can gaq.push be used to track events with Google Analytics deployed through Google Tag Manager?

We want to use Google Tag Manager to deploy our Google Analytics code but we do not want to change over our event tracking _gaq.push('_trackEvent') over to the Google Tag Manager dataLayer method yet.
Is this something that is possible or do we need to migrate those events to Google Tag Manager at the same time?
From posts to the Google Forums it look like this is not recommended.
https://productforums.google.com/forum/#!searchin/tag-manager/_gaq.push$20with$20google$20tag$20manager/tag-manager/9jSsmZhzuCo/vOAwcQqba0QJ
https://productforums.google.com/forum/#!topic/tag-manager/cglXIlLmTvc
I believe that this is possible but I'm not certain. You could set it up on the fly and test it out in debug mode:
Add your base tag (Google Analytics page view tag) to all pages.
Select Preview > Debug and then visit the website in question
Open the console and check using your go to debugging tool. I use GA Debugger for chrome (https://chrome.google.com/webstore/detail/google-analytics-debugger/jnkmfdileelhofjcijamephohjechhna?hl=en)
Try clicking a link or button that triggers an event using __gaq.push

Deploying Google Analytics original snippet and Tag manager GA in one page

I have a situation in which a page already contains the Google Analytics snippet which sends data to one account (not mine).
I have inserted the Google Tag Manager snippet with Google Analytics on it with a second tracking number of a different account.
But the second Google Analytics, deployed via Google Tag Manager, is not receiving any data.
Everything looks like it's set correctly, What is the cause of the problem?
Can there be some conflict between the original Google Analytics snippet and the one deployed via Google Tag Manager?
First check whether the container of GTM has been published or not. If it is not the 'Google Analytics' tag from GTM is not being fired on the page.
You can preview the container and see for the 'Google Analytics' call being made via Omnibug
You'll need to add the default Tag for sending Pageview data to Google Analytics and then Publish these changes. Verify they work in your GA Real Time Tool. The other GA tag shouldn't matter to you.
According to the Tag Manager team you can and should use both the new analytics.js and GTM tags when transitioning to Tag Manager, using different property IDs.
Once you've tested the GTM setup is working properly you can then remove the analytics.js code.
See this video for details - https://youtu.be/XBCNJo9qGH8
Could it be that you're using the old GA library? If so just update to analytics.js and try again.

Resources