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>
FAQ

Frequently Asked Questions

How to verify if Feedmob pixel is implemented?

Use Google Tag Manager Preview mode to confirm the FeedMob base pixel and event tags fire on the expected pages/actions. You can also check the browser Network tab for requests from the FeedMob pixel script, then ask the FeedMob team to confirm whether test events are being received.

How is user privacy protected, do you share any data other than IPs?

FeedMob uses the data needed for attribution and conversion measurement. The pixel does not require customers to pass directly identifying user information such as names, emails, or phone numbers. If any additional event parameters are required, FeedMob will confirm them with the client before implementation.

What if I have more events than those listed in your instruction?

The listed events are the standard supported events for this guide. If you need additional events, share the event names and definitions with the FeedMob team so they can confirm mapping and provide the correct event IDs/snippets.

Do you support server side event reporting?

Yes, server-side event reporting can be supported when needed. Please contact the FeedMob team for the server-side integration requirements, event schema, and testing process.

How long does it take to receive any conversions?

Once the pixel is implemented and the GTM container is published, conversions can usually be received shortly after matching user actions occur. If no conversions appear after testing, confirm that the relevant GTM tags fire correctly and ask FeedMob to verify event receipt.

Need Help?

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