Como configurar Acompanhamento de Conversão Google Ads na Shopify

🕑 1 min de leitura

Script do vídeo: 👇

{% if first_time_accessed %}
<!– Event snippet for Compra conversion page –>
<script>
gtag(‘event’, ‘conversion’, {
‘send_to’: ‘xxxxxxx,
‘value’: {{ checkout.subtotal_price | money_without_currency }},
‘currency’: ‘BRL’,
‘transaction_id’: ‘{{ order_number }}’,
});
</script>
{% endif %}

Copie e cole! Boas vendas!