Systems Used
- Demandbase ABM Platform (Required)
- Google Tag Manager (Required)
Overview
If you plan to use or do already use multiple types of tags on your website, you're likely using a tag manager to save time and avoid having to manually manage all of those different code snippets. This article walks through how to use Google Tag Manager (GTM) to deploy Demandbase Tag to your website. For instructions on how to deploy Demandbase Tag using Adobe Tag Manager, click here.
Steps
To deploy Demandbase Tag using GTM follow these steps.
- Step 1: Copy the Demandbase Tag
- Step 2: Create a New Tag in GTM
- Step 3: Create a New Trigger
- Step 4: Add the Trigger to the Tag
Step 1: Copy the Demandbase Tag
1.1 Log in to the Demandbase ABM Platform as an administrator and click the cogwheel icon.
1.2 Scroll down to the bottom of the Settings page to the Your Demandbase Tag section and copy your Demandbase Tag code snippet.
Step 2: Create a New Tag in GTM
2.1 Log in to GTM and click Add a new tag from the Workspace Overview page.
2.2 Type in a name for the tag, such as "My Demandbase Tag."
2.3 Click the Tag Configuration card and under the Custom tag type list, select Custom HTML.
2.4 Paste the Demandbase Tag code snippet into the body of the new tag, then click Save.
2.5 When prompted click Save Tag.
Step 3. Create a New Trigger
Next you'll create a trigger to ensure the tag runs on pages only after the document object model (DOM) loads.
3.1 From the Workspace page click Triggers and then New. Give the new trigger a name, such as "All Pages After GTM."
3.2 Click the Trigger Configuration card and select DOM Ready from the Choose trigger type pane.
3.3 On the Trigger Configuration card, select Some DOM Ready Events and adjust the condition setting as follows.
- Select Page URL
- Select matches RegEx
- Enter .*
3.4 Click Save to save the trigger.
Step 4. Add the Trigger to the Tag.
4.1 From the Workspace page, click Tags and select the new tag you created.
4.2 Scroll down to click the Triggering card, then select the new trigger you created.
4.3 Click Save.
4.4 From the Workspace Overview page, click Submit to publish your changes.