Why is my Google Ads conversion tracking inactive?

Hi,

Tried to setup a Google Shopping campaign and the Conversion Action Purchase has a tracking status of “Inactive”.

I have the google & youtube app installed which is showing the Conversion tracking as being correct.

Unsure what else I need to be doing or checking. Any ideas?

Thanks. Checked the “order status page” section in Settings > Checkout.

Code is below. Is this the correct code to be featuring? Or should I be using Pixel?

{% if first_time_accessed %}
  
  
{% endif %}

No it is missing the gtag. It should be:


{% assign fa_send_to = 'AW-123456789/abcdefghijlklmnopq' %}

{% comment %}DO NOT EDIT BELOW{% endcomment %}
{% if fa_google_coding %}{% assign fa_google_coding = true %}{%- else -%}{% assign fa_google_coding = false %}{%- endif -%}
{% assign fa_google_ids = fa_send_to | split: "/"  %}

{% if fa_google_coding == false %}

{%- endif -%}

{% if first_time_accessed %}

{% endif %}

1 Like

@EmmanuelFlossie thanks for the solution. Looked through your code and noticed that it references Google Tag manager. This is something that isn’t setup in the Google & You Tube App. I’m not sure the code will work without setting Google Tag Manager up. Is this opening up a can of worms?? :roll_eyes:

Going through the site checking the setup but I’m reading different approaches online.

Firstly the code that appears on each page that appears below the tag. Should you be installing Google Tag Manager or Google Tag?

Option - Google Tag Manager


Option - Google Tag


Most of the way there. Went with Google Tag manager over Google Tag.

Carried out the following steps:

  1. Installed Google Tag Manager
  2. Installed the tags, triggers and variables
  3. Linked to Google Analytics and Ads

The event is firing for “Purchase” which is great however there are a number of variables which are not being populated on the thank you page.

Variables in Google Tag Manager have been setup as:

  • E-Commerce Transaction ID is “ecommerce.transaction_id”
  • E-Commerce Currency is “ecommerce.currency”

Code on the Shopify thank you page below with the variables not being populated:

transaction_id: ‘{{ order_id }}’,
currency: checkout.total_price_set.presentment_money.currency_code,

Is there a different Shopify variable that I should be using?


  
  
  

All Google GTAG tracking is hosted on the website URL googletagmanager.com But has nothing to do with the platform GTM.

Hi @EmmanuelFlossie ,

Gone with Google Tag Manager and used some of your code on the checkout page however there are variables which are not being populated:

The variables are:

transaction_id: ‘{{ order_id }}’,
currency: checkout.total_price_set.presentment_money.currency_code,

Have the variables been specified in the correct way?

As you edited the code, or used snippets, you are missing code to make it work.

If you look at the currency the variable is checkout, which you removed.

If you are using the Google and Youtube app for conversion tracking, then GTM is not used. So the second screenshot is irrelevant.

Thanks @EmmanuelFlossie and @robiulawoalraju for your help so far. Think I’m really close. Planning on disabling the Google and Youtube App and sticking with GTM that I have setup.

Code that I’m using in the checkout is below. Two variables which are not working are:

  • Currency

  • Order ID

Couple of questions:

  1. Can you advise what variables I should be using?

  2. Is the code below correct?

Code


  
  
  

Got the code to work. Got the code to work. The correct Shopify variable format is below:

transaction_id: ‘{{ order_id }}’,
currency: ‘{{ currency }}’,

The only issue is that the ‘{{ order_id }}’ is not pulling back the actual order Id. Seems to be pulling back a different code. Looking to pull back the Order ID which has the # prefix. Does anyone know any different shopify variables to use for the Order ID?

Hi Gruff,

Regarding the Conversion Action Purchase tracking, the status will become active after you have a few organic sales or customers.

For the other issues you’re experiencing, I recommend trying a different application for Google Ads tracking. I’ve been using the Infinite Google Ads Conversion Tracking app for the past 8 months, and the results have been outstanding. It provides 100% accurate tracking, resolving many of the issues I previously encountered.

If you’re looking for reliable and precise conversion tracking, this app is definitely worth a try.

And if you want a free conversion action option for pixels, I have built my own tracking script. You just need to manually install it.