Overview
MNTN supports tracking and conversion pixel installation through Google Tag Manager (GTM).
After installation and verification, pixel metrics become available within reporting to help measure website visits and conversion activity.
Why it matters
Why it matters
Pixels help you:
Measure website visits and conversion activity
Access reporting metrics like visits, conversions, CPA, and ROAS
Better understand campaign performance
Monitor pixel activity directly from the Pixels page
Before You Begin
Before you can install pixels with GTM, you'll need to create an account and container.
See Google's Get Started with Tag Manager to learn how.
Steps
1. Install pixels in GTM.
1. Go to GTM and login.
2. Click the arrows to install MNTN Pixels:
Tracking Pixel in GTM
Tracking Pixel in GTM
On the Accounts tab, under Container Name, click the desired container.
On the Workspace tab, from the left navigation pane, click Tags.
In the Tags box, click New.
Click anywhere in the Tag Configuration box.
Click the top Discover more tag types in the Community Template Gallery banner.
In the upper right, click the magnifying glass icon.
Search for MNTN.
Select MNTN Tracking Pixel.
Click Add to workspace.
Click Add.
In the Tag Configuration box under MNTN Advertiser ID ( required ), enter your MNTN Advertiser ID.
Click anywhere in the Triggering box.
Click All Pages.
Click Save.
Under Tag Name, optionally rename your Tag.
Click Save.
Click Submit.
Click Publish.
Under Name, enter MNTN Pixels.
Click Continue.
Conversion Pixel in GTM
Conversion Pixel in GTM
If you only want to measure website visits, you can install the MNTN Tracking Pixel only and skip this step.
Without the Conversion Pixel installed:
Site Visits reporting remains available
Conversion reporting metrics, including conversions, conversion rate, CPA, and ROAS, won't be available in reporting
To install it:
On the Accounts tab, under Container Name, click the desired container.
On the Workspace tab, from the left navigation pane, click Tags.
In the Tags box, click New.
Click anywhere in the Tag Configuration box.
Click Discover More Tag Types.
In the upper right, click the magnifying glass icon.
Search for MNTN.
Select MNTN Conversion Pixel.
Click Add to Workspace.
Click Add.
In the Tag Configuration box under MNTN Advertiser ID ( required ), enter your MNTN Advertiser ID.
Click anywhere in the Triggering box.
Click the plus + icon.
Click anywhere in the Trigger Configuration box.
Choose the trigger type that fits your desired conversion setup.
đ Example: This trigger configuration fires the conversion pixel when a page URL contains âthank,â such as a thank-you or order confirmation page displayed after a completed action.
This is a common example configuration, but conversion triggers are not one-size-fits-all. Trigger setups should be configured based on your specific website structure and the conversion actions you want to measure.
Click Save.
Under Trigger Name, optionally rename your Trigger.
Click Save.
Click Submit.
Click Publish.
Under Name, enter MNTN Pixels.
Click Continue.
2. Verify installation in MNTN.
Go back to the MNTN platform browser tab.
Click Next: Verify â.
Follow the on-screen steps to verify pixel installation.
Click á Run verification.
The Verifying Your Pixels modal displays.
â ď¸ Warning: To verify the conversion pixel, MNTN must detect conversion activity on your site within the last 15 minutes.
If no conversion activity is detected, verification may fail even if your pixel was installed correctly. Before running verification, complete a test conversion on your website, such as a form submission or purchase, to trigger the conversion pixel.
This is especially important if your business does not receive frequent website conversions.
If no pixel activity is detected, click á Re-run verification.
Otherwise, skip to Step 6.
You can re-run verification as many times as needed.
đĄ Pro Tip: If detection issues persist, see Troubleshoot Pixels Alerts and Statuses or you can opt out by clicking Opt-out of tracking > Yes, opt out of conversion tracking.
Click â Finish Setup.
Quick Answers
What is the dataLayer?
What is the dataLayer?
The dataLayer is a JavaScript object that stores data about user interactions, making it accessible to GTM for tracking and tag triggering. For example, you can use the dataLayer to capture information such as:
Page views or form submissions
Order ID, total value, and product details
Custom events like button clicks
How does the dataLayer work?
How does the dataLayer work?
Data Collection: The
dataLayerstores information about user interactions on the website.Triggering Tags: GTM reads the data from the dataLayer and uses it to trigger tags based on conditions (e.g., firing a tag when a purchase is made).
Creating Variables: The
dataLayerdata can be stored in GTM variables (e.g., form IDs, user names, transaction values), which are then passed to analytics or advertising tools.
How to use the dataLayer:
Hereâs an example of a dataLayer.push() used for tracking a form submission:
javascriptCopy codewindow.dataLayer = window.dataLayer || []; dataLayer.push({ 'event': 'formSubmission', 'formID': 'contactForm', 'userName': 'JohnDoe' });
GTM uses this data to trigger tags and populate variables, ensuring accurate and dynamic tracking. In this example:
An event named
formSubmissionis pushed to thedataLayer, along with the form ID and user name.GTM can now use this event and data to trigger tags (such as tracking form completions).
Next Steps
Once your pixels are installed, visit this article to verify your installation:








