Skip to main content
Pixel Installation Guide: Tealium Pixel

Learn how to install MNTN pixels in Tealium

Taylor Dunne avatar
Written by Taylor Dunne
Updated over 2 months ago

If you utilize Tealium as your tag management system, you may install the MNTN pixels directly within the system.

Installing the Tracking & Conversion Pixel

1. Log in.
2. Click Tags under the iQ Tag Management drop-down.
3. Click the green Add Tags button located on top of the table on the right-hand side
4. Search for MNTN.
5. You will only need to add this one tag. This tag will install the Tracking and Conversion pixel. Please click the Add button.


6. Enter your Account ID. When logged in, your account ID can be located at the top-right corner of the MNTN platform.

7. You can edit the name of this specific tag, but we recommend keeping MNTN Smarter Pixel.
8. All settings remain the same.

9. The Tracking pixel is set to fire on all pages. Please do not change this setting, as we will need it to fire on all pages for maximum campaign performance.

10. The Conversion pixel will fire when _corder is available on the site.

🚩 Please note: The Conversion pixel will only work if the variable _corder is being used by your site. If you do not use that variable, please see the Editing Code if not using Order ID section for further instructions.


11. Click Finish to add the tag.

12. Click Save/Publish button on the top banner. This will publish the changes to the LIVE/Prod site.

13. You will need to note the changes you will be making to the LIVE/Prod site.

14. You will need to make sure you are applying changes to the Production portion of the site by clicking on the Prod button.

15. Click Publish.

🚩 Note: Once complete, please contact your Implementation Manager and let them know the tags have been implemented. Our Pixel team will QA to ensure the pixels are properly firing and your account is set up for success.

Editing Code if not using Order ID (_corder)

These instructions will walk you through being able to edit the trigger for the Conversion pixel. The current setup will only fire the Conversion pixel if the _corder exists.

  1. Click on Tags under the iQ Tag Management dropdown.

  2. Click on the tag you want to edit, in most cases, it will be called MNTN Smarter Pixel.

  3. Click Edit within the Tag Configuration box.

  4. Under Advanced Settings, click Edit Template.

5. You will have to edit the code template.

6. Scroll down to line 105 (could be a little different within yours) to the portion that starts with: if (u.data.order_id)

7. You must replace u.data.order_id with how you want to fire the Conversion pixel. Example: if (window.location.href.indexOf("/thankyou") > -1)

This example replaces the order ID with a script looking for a specific portion of the URL.

8. Once changes are made, click Apply on the bottom of the screen.

9. You will need to publish the changes, please follow steps 12-15 above.

Did this answer your question?