Delivr New Pixel Setup Guide
1. Introduction
Delivr Pixel tracks user actions on your website and sends data to analytics and advertising platforms. This guide shows you how to create, configure, and install the pixel using Google Tag Manager (GTM) or manual code input.
2. How to Create a Pixel in Delivr
Step 1: Accessing Pixel Setup
Go to Delivr Dashboard.
Select Sources & Destinations β Catalog in the left menu.
Click "Configure Pixel".
Step 2: Enter Basic Information
At this stage, you need to enter the main parameters:
Pixel Title β set a clear name (e.g., "Marketing Analytics").
Pixel Type:
π₯ Website Pixel β tracks actions on the website.
π’ Ads Pixel β for working with advertising platforms.
Custom Fields β configure additional parameters.
Sync with Legacy Pixel β if you have an old pixel version.
If you do not enter a Pixel Title, an error message will appear, and the Continue button will be disabled.
Click "Continue" to proceed to the next step.
Step 3: Connecting Analytics
Select the analytics platform:
Google Analytics 4 (GA4).
Microsoft Clarity.
Enter your Project ID after selecting GA4 or Clarity.
Click "Validate" to confirm the connection.
Once validated, the "Continue" button becomes active.
Step 4: Configuring Events
Choose which user actions to track:
Page Views.
Clicks.
Form Submissions.
Other Events.
Click "Continue".
Step 5: Installing the Pixel
Delivr generates your pixel code:
<script async src="https://delivr.ai/pixel.js?id=PIXEL_ID"></script>Choose an installation method:
Manually insert into your websiteβs
<head>.Use Google Tag Manager (GTM).
Integrate via API.
Select GTM and follow the instructions.
3. Verifying Installation
How to Ensure the Pixel is Working?
Google Tag Assistant β Chrome extension for checking GTM.
Browser DevTools β check Network β Events.
Delivr Dashboard β verify events in real-time.
API request:
GET /pixel/status?id=PIXEL_ID.
Now your Delivr Pixel is successfully set up and transmitting data! πDelivr Pixel Setup Guide