Pixel Integration
Shopify Custom Pixel Integration Guide
This guide provides step-by-step instructions on how to embed a Pixel on your Shopify store using the custom pixel feature.
Step 1 - Configuration
Navigate to the Customer Events tab in the main menu of your store settings.

Next, select the Add custom pixel option.

Give it an appropriate name, for example "Test Pixel" and click the Add pixel button.

Step 2 - Code Implementation
Configure the Customer Privacy settings as shown below:

Paste the following code into the editor window:
window.dlApi = window.dlApi || { cmd: [] };
window.dlApi.shopifyAnalytics = analytics;
var script = document.createElement('script');
script.src = 'https://cdn-idealo.retailmedianetwork.pl/boot.js';
script.async = true;
document.head.appendChild(script);
Finally, click Save and then Connect to activate the pixel on your store.

Updated about 22 hours ago