Created
August 22, 2017 19:20
-
-
Save ethanstenis/cc6c2f6e85598a83ed6d0348fb1325e6 to your computer and use it in GitHub Desktop.
Pluralsight Analytics: Query Strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?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