2.1 Install a custom Pixel tracking code
You can completely attach a custom tracking code to the element if needed:
Have 2 option:
Option 1: Attach the code according to Facebook standards
Option 2: Attach the code according to the Webcake standard to avoid being warned by Pixel
You can use fomular example:
fbq_webcake('track', 'Purchase', {value: 1.00, currency: 'USD'});

Last modified 6mo ago