Adgebra Help Center
About usFAQsAdvertisersPublishersLoginBlog
  • About Us
  • Getting Started
    • General
      • Why Advertise with Adgebra
      • Type of Accounts
      • Registration
      • Ad Formats
      • Adgebra Audience
      • Prepaid/Postpaid Accounts
      • Training & Support
    • Adgebra Wallet
      • Payment Methods
      • Payments T&C
    • Account
      • Details
    • Brand
      • Brand Specifications
      • Pixel Types
      • Postback Tracking
      • Adgebra Pixel using GTM
      • Blocking
    • Campaign
      • Information
      • Strategy
      • Scheduling & Targeting
      • Pricing & Budget
      • Blocking
      • Adding Creative
    • Troubleshooting
      • Campaign is not delivering
      • The campaign was running previously but has now stopped delivering.
      • The campaign is delivering, but not at its full potential.
      • Campaign Over-delivery
      • The campaign is not tracking conversions
      • Conversion Discrepancies
    • Creative
      • Creative Specifications
      • Impression Tracker
    • Reports
      • Placement Analysis
      • Detail Analysis
      • Trend Analysis
      • Conversion Analysis
      • Widget Analysis
      • Translation Summary
      • Partner API Report
      • Partner Widget API Report
    • Publisher
      • DIY Partner
      • Tag Placements
      • Partner Payment T&C
      • Partner API Integration
    • Site
      • Site Addition
      • Site Informartion
      • Ad Widgets
    • Traslator Guide
    • Adgebra oRTB
      • Overview
      • Terminology
      • RTB Ecosystem
      • RTB Basics
      • Win Notifications & User Syncing
      • Object Specification
    • Adgebra API Reports
      • Account Report API
      • Partner Report API
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started
  2. Brand

Adgebra Pixel using GTM

Step-by-Step Guide to place Adgebra Pixel using Google Tag Manager

PreviousPostback TrackingNextBlocking

Last updated 6 months ago

Was this helpful?

1. Set Up Your GTM Account and Container

  • If you haven't already, sign up for.

  • Create a new account and container for your website.

2. Install GTM on Your Website

  • Once your container is created, GTM will provide you with a snippet of code to place on your website. This code should be added to every page of your site, just below the opening <head> tag and immediately after the opening <body> tag.

3. Access Your Container

  • Log in to your GTM account and select the container for the website where you want to place the custom HTML tag.

4. Create a New Tag

  • Click on "Tags" in the left-hand navigation menu.

  • Click on the "New" button to create a new tag.

  • Click on the "Tag Configuration" box to choose the tag type.

5. Select Tag Type

  • In the list of tag types, select "Custom HTML."

6. Add Adgebra Pixel in Custom HTML

  • In the "Custom HTML" text box, paste your adgebra script/img/iframe HTML code. Note: certain sites may not trigger img/iframe or script based on the site structure, you need to choose any one out of it.

  • Select the checkbox document.

7. Set Up Triggers

  • Click on the "Triggering" section to set up when this tag should be fired.

  • Choose an existing trigger or create a new one. For example, you can set the trigger to fire on all pages (Page View) or specific conditions (e.g., when a form is submitted).This is solely based on the client.

8. Save Your Tag

  • After configuring the trigger, click on the "Save" button.

9. Publish Your Changes

  • After saving your tag, click on the "Submit" button in the top-right corner of the GTM interface.

  • Describe the changes you’ve made (optional) and click on "Publish" to make the tag live on your website.

10. Testing and Debugging

  • Use the "Preview" mode in GTM to test your tag before publishing it. Click on the "Preview" button and enter your website URL to start a debug session.

  • Check that your custom HTML tag is firing as expected by interacting with your website and monitoring the GTM debug console.

Additional Tips

  • Tag Naming: Use descriptive names for your tags to make them easier to manage.

  • Version Control: GTM automatically creates versions of your container every time you publish changes. Use this feature to roll back to a previous version if something goes wrong.

  • Custom Variables: If your custom HTML requires dynamic data, consider using GTM’s variables feature to pass data into your HTML.

Google Tag Manager