User Guide for Creating and Installing the Delivr Tracking Pixel
1. Logging into the Dashboard
Go to the Delivr dashboard: https://app.cdpresolution.com/.
After logging in, you will land on the Dashboard, where key metrics (total visits, resolved visits, and profiles) are displayed.
In the left menu, navigate to Administration → Website Script.

2. Creating a Tracking Pixel
In the Website Script section, click the New Script button in the top right corner.

In the pop-up window, enter the pixel name and select its purpose:
Website — if the pixel is to be installed on a website.
Activate — if the pixel will be used in advertising campaigns.
Specify the Purpose of the pixel. We recommend avoiding values used in previously created pixels.

Click Save.
3. Installing the Pixel Directly on a Website
Find the newly created pixel in the list and copy the code from the New Script column.

<script id="delivr-ai" src="https://cdn.delivr.ai/pixels/81a3ef55-****-4db7-b1d8-9e5cec91****82072c66f6117*****/p.js" async></script>Paste this code into all pages of your website before the closing
</head>tag.Save the changes and verify that the pixel is working correctly in the Delivr dashboard.
4. Installing the Pixel via Google Tag Manager (GTM)
Log in to your Google Tag Manager account.
Create a new tag of type Custom HTML.
Paste the pixel code:
<script id="delivr-ai" src="https://cdn.delivr.ai/pixels/81a3ef55-****-4db7-b1d8-9e5cec91****82072c66f6117*****/p.js" async></script>Add the trigger All Pages so that the pixel fires on all website pages.
Save the changes and publish the GTM container.
If the container has not been installed on your website before, add it to all pages.
Use GTM Preview Mode to verify the pixel’s correct installation and confirm that data is being sent to the Delivr dashboard.
5. Verifying Pixel Functionality
After installing the pixel either directly on the site or through GTM:
Navigate to the Website Script section in the Delivr dashboard.
Ensure that data starts appearing in the system.
For additional validation, use browser developer tools (DevTools → Network → Check for
p.jsloading).
Once all steps are completed, the Delivr pixel will be successfully installed and begin collecting the necessary data.
