Skip to main content

Accessing Analytics with Tag Manager

Kylie Johnson avatar
Written by Kylie Johnson
Updated over 4 months ago

The Connect 211 Resource Directory tracks default and custom events using Google Tag Manager (GTM). We use common default events, but also track a number of custom events.

These are all pretty straight forward.

Default Events

The easiest events to hook into and report on are the default ones:

  • How many people visit the site

  • How many pages they visit

Pageview vs page_view

There are edge cases where the default page_view event may become inflated. We attempted to remedy some of those issues with a custom event called pageview, but it’s a work in progress.

For the time being, we recommend tracking the default page_view event.

Custom Events

We track custom user behavior such as:

  • How many searches they perform

  • What they search for

  • Where they are searching

  • How many results were returned for a search

Parsing this data becomes rather complicated. If you have a data engineering team capable of handling it, please put us in touch so that we can connect then with the raw data. In the meantime, our team continues to work on adding more robust dashboards beyond the default options available from Google. This is a work in progress.

Glossary of Events

page_view - The default page view event.

pageview - Our custom version of page_view that handles Single Page Application architecture better.

search - Triggers when users load a results page, click the search button, or otherwise initiate a search. Includes the search term whether keyword or taxonomy.

taxonomy - Our system allows multi-taxonomy searches. When a multi-taxonomy search is initiated it will trigger one search event, and one taxonomy event for each taxonomy in the query.

Did this answer your question?