Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active January 23, 2021 19:50
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 vanaf1979/e98fe53502be08d1aa70994c27fffe06 to your computer and use it in GitHub Desktop.
Save vanaf1979/e98fe53502be08d1aa70994c27fffe06 to your computer and use it in GitHub Desktop.
/* Replace this config call */
gtag('config', 'XX-YOURID-X');
/* With this call */
gtag('config', 'XX-YOURID-X', {
send_page_view: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment