Skip to main content

Create and Track Conversion Events

Learn how to set up conversion event tracking to measure the website actions that are important to your brand

Once you have followed the steps to create and install the Teads Pixel, the final step of the pixel configuration process is to set up the conversion event(s) that are relevant to your brand.

Each Teads Pixel within TAM Events Manager allows you to track 9 types of conversion events, each of which can use either URL-based or code-based triggers.

The Events Manager also provides detailed statistics on your pixel and created events. To view these statistics, select View Pixel & Conversion Activity from the pixel options menu.

Follow the steps below to set up a conversion event:

1. Select the Create Event button of your pixel in Events Manager.

2. There will be two options for creating conversions to choose from:

Code based & GTM events:

This is the recommended method of event configuration, and consists of directly incorporating a piece of code onto your website, which will be triggered when the specific event occurs (e.g. Purchase, Search, Complete Registrations, etc).

There are two methods available to trigger code-based events:

  1. Using the Teads Advertiser Pixel template in Google Tag Manager (recommended), or

  2. Manually configuring the code snippet within the code of your website to load whenever the specific event occurs.

Refer to the steps below to implement the pixel via Google Tag Manager (recommended):

  1. Open GTM and select the Workspace associated with your website.

  2. Click Add a new Tag.

  3. Select Tag Configuration.

  4. Click on Discover more tag types in the Community Template Gallery.

  5. Search for 'Teads' and select the tag named Teads Advertiser Pixel.

  6. Click the Add to Workspace button to add the tag template to your Workspace.

  7. Select Tags from the menu and click New.

  8. In Tag Configuration, select Teads Advertiser Pixel.

  9. Enter your Pixel ID from the Events Manager section in Teads Ad Manager into the Teads Identifier input on Google Tag Manager.

  10. Select the Event based pixel option within the Teads Advertiser Pixel template, and enter the name of the standard event in the field provided.

  11. You can also add event metadata for more advanced tracking.

  12. Select the most appropriate trigger to fire your conversion event.

If you prefer to implement the event code directly into the HTML of your site, follow the steps below:

  1. Start by clicking on the Code based & GTM option in the Create Event menu.

  2. Select the appropriate Event category for the conversion you wish to track.

  3. Give the conversion event a unique name and click Save.

  4. The next screen will present the event code snippet in the Code Based section.

  5. Implement the event code in the <head> section of the page where the conversion event takes place in the website (e.g. product pages, purchase confirmation page).

  6. Ensure that the event code is properly formatted. There should be no spaces in the conversion type value. For example, "AddToCart" should be used instead of "Add To Cart".

  7. When using event metadata (recommended), it is possible to add name, price, and currency values for more advanced event tracking. The 'name' value can use any text with no special formatting required.

  8. You must ensure that the conversion tag script is only triggered when the conversion point is reached. It is possible to fire the tag based on a variety of triggers including (but not limited to):

    • Visiting a specific URL: If the code will be triggered by a URL (e.g. order confirmation page), it is strongly recommended that it is implemented in the backend of the website and triggered via the server.

    • A click on a specific element: This will require implementing additional javascript based on your website's structure. Refer to the step by step guide here.

    • Viewing a specific element: This will require implementing additional javascript based on your website's structure. Refer to the step by step guide here.

URL based events

This option does not require any additional code integration on the website. Instead, it involves setting a URL, like a purchase confirmation page, as a keyword that indicates the occurrence of the event. To use this option, start by clicking on the URL based option in the events configuration screen.

  1. Select the appropriate Event category for the action you wish to track.

  2. Give the conversion event a unique name.

  3. Use the 'URL Contains' field to add a URL keyword that will function as the trigger to indicate a conversion has taken place. For example, by adding the keyword "search" it would be possible to track Search events across multiple domains like the examples below:

Event Creation Guidelines and Limits

  • Each event must have a unique name across all categories. Duplicate names are not allowed.

  • Use lowercase letters and underscores when possible. Allowed characters: A–Z, a–z, 0–9, underscore (_), hyphen (-), and space.

  • Avoid accents and special characters such as /, #, &, %.

  • Maximum 100 characters permitted for the Event Name and Product Name (≤ 50 recommended for readability).

  • A maximum of 100 active conversion events per advertiser pixel are permitted.

  • A maximum of 20 custom events per category are permitted.

Did this answer your question?