Skip to content

Instantly share code, notes, and snippets.

@davidhellmann
Created March 5, 2020 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidhellmann/c23415908d475dac99c25fe0912161df to your computer and use it in GitHub Desktop.
Save davidhellmann/c23415908d475dac99c25fe0912161df to your computer and use it in GitHub Desktop.
Auf seiten wo es geht kommt im GA Debugger das:
analytics_debug.js:25 Initializing Google Analytics.
analytics_debug.js:25 Loading resource for plugin: ec
analytics_debug.js:25 Loading script: "https://www.google-analytics.com/plugins/ua/ec.js"
analytics_debug.js:25 Running command: ga("create", "UA-XXX-XXX", {name: "gtm1", cookieDomain: "auto"})
analytics_debug.js:25 Running command: ga("gtm1.set", "&gtm", "XXX")
analytics_debug.js:25 Running command: ga("gtm1.set", {anonymizeIp: true})
analytics_debug.js:25 Running command: ga("gtm1.set", "hitCallback", [function])
analytics_debug.js:25 Running command: ga("gtm1.send", "pageview")
analytics_debug.js:25 Running command: ga("create", "UA-XXX-XXX")
analytics_debug.js:25 Running command: ga("require", "ec")
analytics_debug.js:25 Registered new plugin: ga(provide, "render", Function)
analytics_debug.js:25 Running command: ga("require", "ec")
analytics_debug.js:25 Executing Google Analytics commands.
Auf Seiten wo es nicht geht kommt das:
Initializing Google Analytics.
analytics_debug.js:25 Registered new plugin: ga(provide, "render", Function)
Pageviews werden aber auf allen Seiten erfasst.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment