Skip to content

Instantly share code, notes, and snippets.

@ethanstenis
Created August 22, 2017 19:20
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 ethanstenis/cc6c2f6e85598a83ed6d0348fb1325e6 to your computer and use it in GitHub Desktop.
Save ethanstenis/cc6c2f6e85598a83ed6d0348fb1325e6 to your computer and use it in GitHub Desktop.
Pluralsight Analytics: Query Strings
?ps_debug=true
// Add to URL and reload page - shows all analytics events being captured by the Data Layer in the console.
&ps_debug=true
// same query string except that it is not be used first.
analytics.debug();
analytics.debug(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment