Código para Google ADS no Shopify

Script

{% if first_time_accessed %}
<!-- Event snippet for Google Ads conversion page -->
<script>
  gtag('event', 'conversion', {
      'send_to': 'xxxxxxxxx',
      'value': {{ checkout.subtotal_price | money_without_currency }},
      'currency': 'BRL',
      'transaction_id': '{{ order_number }}',
  });
</script>
{% endif %}
Esse tutorial foi util?