{% comment %} Google Ads Conversion Tracking Script by Alex Czartoryski https://business.czarto.com/ DEPRECATED! Conversion tracking is now handled by the Shopify Google Shopping Channel This version: Sep 30, 2020 The latest version of this script available here: https://github.com/Czarto/ShopifyScripts/blob/master/settings/checkout/adwords-conversion.liquid {% endcomment %} {% comment %}Set to false if GTAG is already loaded on the page. Leave to true if unsure.{%endcomment%} {% assign load_gtag = true %} {% if first_time_accessed %} {% comment %} Enter your account specific values below {% endcomment %} {% assign google_conversion_id = "123456789" %} {% assign google_conversion_label = "abcdefghijklmnop" %} {% assign shopify_store_country = 'US' %} {% if shop.currency == 'CAD' %} {% assign shopify_store_country = 'CA' %} {% elsif shop.currency == 'AUD' %} {% assign shopify_store_country = 'AU' %} {% endif %} {%if load_gtag %} {% endif %} {% endif %}