Skip to main content

I have installed a google tag manager and that is sending all event to Google Analytics. Checked in Tag manager preview the event is triggering fine and data is going to Google Analytics.But But the actual count and Google Analytics count differs a lot  .For For example I have a page In which the event is triggering fine and added a local storage it will increase the count whenever the event is triggered in my browser I have visited the page 50 times and the local storage count is 50 but the Google Analytics count after a interval of 24 hours shows only 8 in GA. Don't know what went wrong  .

  • Have a cookie consent banner
  • using GoogleTagManager '@next/third-parties/google'
  • Gtag js is loading fine Tag look like this
 <GoogleTagManager gtmId={process.env.NEXT_PUBLIC_GTM ?? ''} />
  • And the checked the nginx.access.log for that particular page it also have the same count

Am iI missing something in here?

I have installed a google tag manager and that is sending all event to Google Analytics. Checked in Tag manager preview the event is triggering fine and data is going to Google Analytics.But the actual count and Google Analytics count differs a lot  .For example I have a page In which the event is triggering fine and added a local storage it will increase the count whenever the event is triggered in my browser I have visited the page 50 times and the local storage count is 50 but the Google Analytics count after a interval of 24 hours shows only 8 in GA. Don't know what went wrong  .

  • Have a cookie consent banner
  • using GoogleTagManager '@next/third-parties/google'
  • Gtag js is loading fine Tag look like this
 <GoogleTagManager gtmId={process.env.NEXT_PUBLIC_GTM ?? ''} />
  • And the checked the nginx.access.log for that particular page it also have the same count

Am i missing something in here?

I have installed a google tag manager and that is sending all event to Google Analytics. Checked in Tag manager preview the event is triggering fine and data is going to Google Analytics. But the actual count and Google Analytics count differs a lot. For example I have a page In which the event is triggering fine and added a local storage it will increase the count whenever the event is triggered in my browser I have visited the page 50 times and the local storage count is 50 but the Google Analytics count after a interval of 24 hours shows only 8 in GA. Don't know what went wrong.

  • Have a cookie consent banner
  • using GoogleTagManager '@next/third-parties/google'
  • Gtag js is loading fine Tag look like this
 <GoogleTagManager gtmId={process.env.NEXT_PUBLIC_GTM ?? ''} />
  • And the checked the nginx.access.log for that particular page it also have the same count

Am I missing something in here?

added 5 characters in body
Source Link

Google Analytics event count is very low compared to actual count?

I have installed a google tag manager and that is sending all event to Google Analytics. Checked in Tag manager preview the event is triggering fine and data is going to Google Analytics.But the actual count and Google Analytics count differs a lot .For example I have a page In which the event is triggering fine and added a local storage toit will increase the count whenever the event is triggered in my browser I have visited the page 50 times and the local storage count is 50 but the Google Analytics count after a interval of 24 hours shows only 8 in GA. Don't know what went wrong .

  • Have a cookie consent banner
  • using GoogleTagManager '@next/third-parties/google'
  • Gtag js is loading fine Tag look like this
 <GoogleTagManager gtmId={process.env.NEXT_PUBLIC_GTM ?? ''} />
  • And the checked the nginx.access.log for that particular page it also have the same count

Am i missing something in here?

Google Analytics count is very low?

I have installed a google tag manager and that is sending all event to Google Analytics. Checked in Tag manager preview the event is triggering fine and data is going to Google Analytics.But the actual count and Google Analytics count differs a lot .For example I have a page In which the event is triggering fine and added a local storage to increase the count whenever the event is triggered in my browser I have visited the page 50 times and the local storage count is 50 but the Google Analytics count after a interval of 24 hours shows only 8 in GA. Don't know what went wrong .

  • Have a cookie consent banner
  • using GoogleTagManager '@next/third-parties/google'
  • Gtag js is loading fine Tag look like this
 <GoogleTagManager gtmId={process.env.NEXT_PUBLIC_GTM ?? ''} />
  • And the checked the nginx.access.log for that particular page it also have the same count

Am i missing something in here?

Google Analytics event count is very low compared to actual count?

I have installed a google tag manager and that is sending all event to Google Analytics. Checked in Tag manager preview the event is triggering fine and data is going to Google Analytics.But the actual count and Google Analytics count differs a lot .For example I have a page In which the event is triggering fine and added a local storage it will increase the count whenever the event is triggered in my browser I have visited the page 50 times and the local storage count is 50 but the Google Analytics count after a interval of 24 hours shows only 8 in GA. Don't know what went wrong .

  • Have a cookie consent banner
  • using GoogleTagManager '@next/third-parties/google'
  • Gtag js is loading fine Tag look like this
 <GoogleTagManager gtmId={process.env.NEXT_PUBLIC_GTM ?? ''} />
  • And the checked the nginx.access.log for that particular page it also have the same count

Am i missing something in here?

edited title
Link

Google Analytics and Nginx count mismatch for a particular page event countis very low?

Source Link
Loading