Teste Bloqueio Compra

Você também pode gostar

Fazer download em txt, pdf ou txt
Fazer download em txt, pdf ou txt
Você está na página 1de 1

<script>

// Inicialização do Facebook Pixel


!function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
// Verifica se o evento é uma compra válida
if (arguments[1] === "Compra" && typeof arguments[2].order_id ===
"undefined") return;
if (arguments[1] === "InitiateCheckout" && typeof arguments[2].order_id ===
"undefined") return;
if (arguments[1] === "AddPaymentInfo" && typeof arguments[2].order_id ===
"undefined") return;
// Caso seja válido, chama o método de rastreamento
n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments);
};
// Verifica se o pixel já foi inicializado
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s);
}(window, document, 'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '{{settings.id_pixel}}');
</script>

Você também pode gostar