Analytics
To test our analytics on both video and fun do the following:
- Open the webpage you want to debug
- Open your console
- Run this line
localStorage.setItem('mychannels-debug-analytics', 'snowplow|gtm|ga');- This will log the action names for
snowplow,gtm, andga - If you only want to log snowplow events then omit
gtm, andgafrom the value and visa versa. - You have to do this for each domain you want to debug. You have to do this for ed.nl and ad.nl seperatly, because localstorage is scoped by domain.
- If you want to see the complete payload add
verboseto the value
- This will log the action names for
- See logging info in your console, Profit 🚀