Debugging Analytics Request Using Browser Developer Tools

Knowing how an analytics tag fires and the type of information it contains is a crucial aspect to configuring analytics.

This brief post details how to debug typical analytics requests using a browser developer tool to view and analyze the analytics request.  Continue reading “Debugging Analytics Request Using Browser Developer Tools”

Adding a Data Visualization to a Webpage

Adding a Data Visualization to HTML Opens Up Your Reporting Capabilities

This post shows how to add a data visualization to any HTML webpage. By adding a script reference and a data array to the <head>, you can create stunning visuals of data using all types of chart options. Continue reading “Adding a Data Visualization to a Webpage”

Run a JavaScript Function in Google Tag Manager

In Google Tag Manager, you can create variables using JavaScript to grab an element from an app or page.

In this tutorial, I’ll show how to execute a JavaScript as a user defined variable in GTM grabbing a value from an HTML element.

Continue reading “Run a JavaScript Function in Google Tag Manager”