Step-by-Step Guide

How to Add FeedMob Tracking Pixels
With Google Tag Manager

A complete integration guide for CLIENT_NAME to set up event tracking using FeedMob and GTM.

Video Demo

Watch the full walkthrough video for a visual guide to the setup process.

Watch Video Demo

Note: The video is for illustrative purposes only and is not representative of any specific company.
1

Access Your GTM Account

Log in to your Google Tag Manager account to get started.

Google Tag Manager login
Google Tag Manager - Sign in to your account

Once inside, click "New Tag" to create and configure your tag.

GTM Dashboard - New Tag
Click "New Tag" from the GTM workspace dashboard
2

Add the FeedMob Base Pixel

Tag Configuration

  1. Select Tag Type: Custom HTML
  2. Copy the FeedMob tracking pixel snippet below into the HTML editor
FeedMob Base Pixel
<script>
!function(e,t,n,s,a,p,c){e[s]||((a=e[s]=function(){a.process?a.process.apply(a,arguments):a.queue.push(arguments)}).queue=[],a.t=+new Date,(p=t.createElement(n)).async=1,p.src="https://feedmob-cdn.s3.amazonaws.com/js/fmpixel.js?t="+864e5*Math.ceil(new Date/864e5),(c=t.getElementsByTagName(n)[0]).parentNode.insertBefore(p,c))}(window,document,"script","fmpix"),fmpix("init","CLIENT_UUID"),fmpix("event","pageload");
</script>
Paste pixel code in GTM
Paste the FeedMob pixel code into the Custom HTML tag editor
3

Configure Page View Trigger

Set up the trigger to fire on All Pages (Page View event) so the base pixel loads on every page.

All Pages trigger
Select "All Pages" trigger for the base pixel tag
4

Set Up Event Tracking

Refer to the FeedMob Supported Events table below for the full list of supported events and their descriptions.

Tag Configuration (Example: Registration)

  1. Select Tag Type: Custom HTML
  2. Copy the event snippet below into the HTML editor
Event Snippet - REG
<script>
    fmpix('event', 'REG')
</script>
Event tag configuration
Paste the event snippet into a new Custom HTML tag
5

Configure Event Trigger

Trigger Configuration

  1. Click the Triggering panel to configure the trigger
Click triggering panel
Open the Triggering configuration panel
  1. Create a new trigger if you haven't configured one before
Create new trigger
Click the "+" button to create a new trigger
  1. Select Trigger Type: Custom Event (you can choose other trigger types as needed)
Select custom event trigger
Choose "Custom Event" as the trigger type
  1. Fill in the event name you set on your landing page (e.g., REG)
Configure event name
Enter the event name that matches your landing page trigger
  1. Select the configured trigger for your event tag
Select trigger
Attach the trigger to your event tag
REF

FeedMob Supported Events

Event ID Description Example Snippet
REG Registration <script>
    fmpix('event', 'REG')
</script>
P Purchase <script>
    // purchase $1
    fmpix('event', 'P', {amount: 1})
</script>

Need Help?

Feel free to reach out to the FeedMob team with any questions or comments.