How to set up multiple pixels to track several products for general store?

How to set up multiple pixels to track several products for general store?

C_Yang
New Member
10 0 0

Hi,

I am running a general store and would like to run ads for 3 products. The problem is FB only allow one pixel  per account. Any other way to create more pixel? or does FB custom conversions do the same thing to track initiate checkout/ purchase?

Thanks,
Yang

Replies 3 (3)

MS-WEB-DESIGNER
Shopify Partner
3012 181 485

Dear @C_Yang 

1. Use single pixel for Single store

2. For creating multiple pixels use Facebook business manager account

Josh_Uebergang
Shopify Partner
1022 44 276

In the theme.liquid file, {{ content_for_header }} can be replaced with the following:

{% assign fb01 = '"ORIGINAL_FB_PIXEL"' %}
{% assign fb02 = '"ORIGINAL_FB_PIXEL","SECOND_FB_PIXEL"' %}
{% comment %}{{ content_for_header }}{% endcomment %}
{{ content_for_header | replace: fb01, fb02 }}

We've done this for our Facebook clients. Such a sneaky way to use multiple pixels.

Run Google Shopping ads? Get the free definitive guide to Google Shopping for Shopify (no optin required): https://www.digitaldarts.com.au/google-shopping
Davidclark6208
Visitor
1 0 0

Will this also be applied to checkout pages?