Google Tag Manager

How to activate your Google Tag Manager in Drawbridge


  1. Under your campaign, go to pages and then select integrations.
  2. Select Google Tag Manager.

  1. Toggle to enable, add your GTM container ID, and hit add.

  1. To turn the GTM integration off, toggle the enable button off and hit save. If you want to delete completely, select the trash can icon.

How to set up your Google Tag Manager

The following document lists the steps needed to have custom properties begin showing in GA4 reports.

Create The Variable

  1. Navigate to the variables tab within the GTM admin and click the blue ‘New’ button in the User-Defined Variables section.

  1. Using the form that appears, configure your new variable. Set Variable Type to ‘Data Layer Variable’, set Data Layer Variable Name to the exact key of the custom variable being sent in through the data layer (in this case just name), and set Data Layer Version to Version 2

  1. Save the variable

Set Event Parameters

  1. Navigate to the tags tab in the GTM admin and click on your ‘Google Analytics Event’ tag.

  1. Click the ‘event parameters’ section within the tag settings, then click ‘Add Parameter’

  1. Set the first input field that appears to match your data layer variable name (in this case just name). In the second input that appears, click the variable select button to the right of the input and then choose the variable you just created.

  1. Save your tag.

Configure Analytics Reports

  1. Navigate to Google Analytics and click the admin settings button in the bottom left corner of the screen.
  2. In the ‘Data Display’ section, click the ‘Custom Definitions' link

  1. Click ‘Create Custom Dimension’ and fill out the form. Set Dimension name to something descriptive, set scope to ‘Event’, and set Event Parameter to the name of your custom parameter (in this case name). If necessary, add a description of the property.

  1. You will now be able to see the value of the custom property for all future tracked events. You can do this in any report by clicking the blue + icon in the header, clicking custom in the dropdown that appears, and then clicking the parameter name you’re looking for. Please note, creating this dimension will not have the value appear for already tracked events. Only events tracked after the dimension is set up will have a value.

List of Custom Event Names

The following table outlines the custom events being tracked by the Drawbridge GA4 integration. The table includes the name and type of each event, as well as examples for events with dynamic names.

Event Name Event Type
form-report-issue submit
form-prize-[prize slug] submit
button-confirmation click
form-lead-information submit
form-geocode submit
form-age-gate submit
form-skill-test submit
button-enter-open click
button-menu-open click
button-enter-close click
button-menu-close click
link-prizes click
link-share click
link-[slug] click
link-report-issue click
tab-[tab slug] click
prize-[prize slug] click

Creating Custom GA4 Reports

The following guide outlines the process of creating a custom report within GA4 for checking event data with a variety of custom dimensions. This specific guide will outline creating a report that shows event count by event name and subdomain/hostname


  1. In the left sidebar, click the explore tab

  1. Under ‘Start new exploration’, click the free form option

  1. In the variables column, scroll until you see the ‘Dimensions’ heading then click the plus icon to bring up the dimensions selection menu. Add the ‘name’ property under the ‘Custom’ heading and the ‘Hostname’ property under the ‘Page / screen’ heading. This will make these dimensions available for your report.'

  1. In the settings column, add three rows (Event Count, name, and Hostname)

  1. Click the ‘show rows’ dropdown and set it to the desired amount (note: if this number is set too low, some events may now be shown.)

  1. Scroll to the ‘Values’ heading in the settings column and add ‘Event count’

  1. The report on the right side of the screen will now show you event counts by name and subdomain (Event name is the event type, name is the custom event name, and hostname is the subdomain the event fired on).
  2. The report can be further customized using the variables and settings tabs. For example, the range of data can be increased in the variables tab by clicking the date range listed at the top and changing it to whatever is necessary.