Setting Up Google Ads Conversion Tracking for Shopify Stores

image 147

Google Ads Conversion Tracking Script – Please copy the below and change your replace your id and label as i have explained in the video

<!– Event snippet for Purchase conversion page –>
{% if first_time_accessed %}
<script>
gtag(‘event’, ‘conversion’, {
‘send_to’: ‘AW-XCCXXXXXXXXX/XXXXXXXXX‘,
‘value’: {{ checkout.total_price | money_without_currency }},
‘currency’: ‘{{ currency }}’,
‘transaction_id’: ‘{{ order_number }}’
});
</script>
{% endif %}

image 148

image 148 1

image 148
image 148
Scroll to Top