Analytics

To test our analytics on both video and fun do the following:

  1. Open the webpage you want to debug
  2. Open your console
  3. Run this line localStorage.setItem('mychannels-debug-analytics', 'snowplow|gtm|ga');
    • This will log the action names for snowplow, gtm, and ga
    • If you only want to log snowplow events then omit gtm, and ga from 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 verbose to the value
  4. See logging info in your console, Profit 🚀
Last Updated: 5/18/2020, 8:51:51 AM