Lo que conviene saber sobre el mundo de Squarespace.

Para diseñadores, desarrolladores y personas que crean negocios en torno a Squarespace.

Comercio, Publicidad en Facebook Omari Harebin Comercio, Publicidad en Facebook Omari Harebin

How to track facebook purchase conversions in Sendowl

Try this in Settings > Customisations > Download/Order completion Page

<script type="text/javascript">
Page.checkoutCallback = function() {
fbq('track', 'Purchase', {
value: sendOwlOrderPrice,
currency: 'USD'
});
}
</script>
Leer más