AI-Powered Advertising Platform
Adsaify
Back to Guides
Intermediate 8 min read Technical

Pixel Setup and Conversion Tracking

Setting up the Meta Pixel correctly and configuring conversion events properly. Purchase, Lead, ViewContent events and steps for connecting Pixel data with Adsaify.

The Meta Pixel is a JavaScript code snippet placed on your website. When installed correctly, it tracks visitor behavior, reports conversions, and sends optimization signals to Meta's algorithm. Running conversion-focused campaigns without a Pixel is largely flying blind.


Creating a Pixel and Basic Setup

  • Go to Meta Business Manager > Data Sources > Pixels
  • Click 'Add New Pixel', give the Pixel a meaningful name
  • Select 'Manually add code to website'
  • Copy the provided code between the <head> tags of your website
  • If you use Google Tag Manager, you can also install using the GTM template

  • After installation, verify the Pixel is working with the Meta Pixel Helper Chrome extension.


    Critical Conversion Events

    Different events are prioritized for each business model:


    E-commerce sites:

  • ViewContent: When a product page is viewed
  • AddToCart: When a product is added to cart
  • InitiateCheckout: When the payment step is initiated
  • Purchase: When a purchase is completed (with value parameter)

  • B2B / Lead Generation:

  • Lead: When a form is submitted
  • CompleteRegistration: When registration is completed
  • Contact: When a contact form is filled out

  • Conversion API (CAPI) Integration

    Browser-based Pixel has become increasingly unreliable since the iOS 14+ update. Meta Conversion API (CAPI) sends events directly to Meta from the server side, so it's not affected by browser restrictions. Using CAPI + Pixel together (hybrid setup) gives the most accurate measurement results.


    Adsaify allows you to manage Pixel and CAPI integration from a single panel. Complete the setup by entering your API token under Settings > Integrations > Conversion API.


    Connecting Pixel Data with Adsaify

  • Go to Settings > Integrations > Pixels in Adsaify
  • The list of Pixels connected to your Meta Business Manager appears automatically
  • Select which Pixel to use in which campaign
  • Specify which event you want to use as the optimization goal

  • Adsaify monitors events coming from the Pixel in real time and automatically reflects conversion data in campaign reports.


    Common Pixel Issues and Solutions

  • Event not firing: Script placed in <body> instead of <head>. Check with Meta Pixel Helper.
  • Duplicate events: If both GTM and manual code are present, the same event fires twice. Remove one.
  • Wrong value parameter: Verify that 'value' and 'currency' parameters are being sent correctly in Purchase events.
  • Other Guides

    Pixel Setup and Conversion Tracking | Guides | Adsaify