Jump to content

Google Ads Conversion Tracking


Chad

Recommended Posts

I have an add running 24/7 for specific product group on Google Ads but I cannot for the life of me figure out how to track sales conversion, in this case being any sales from ad clicks. I'm logged into my Ads account in the Tools > Conversions section. See attached.

Then I choose "install the tag yourself" option after that. See attached.

Where does this go for new sales specifically? Should it be "page load" or "snippet" option?
 

nAch55f.png

 

Edited by Chad
Link to comment
Share on other sites

Hi Chad,

In your orderforms under the `complete.tpl` file you should see the following line:

{if $ispaid}
	<!-- Enter any HTML code which should be displayed when a user has completed checkout here -->
	<!-- Common uses of this include conversion and affiliate tracking scripts -->
{/if}

We have ours in there. I am not sure about the tracking type - we have ours set to 'page load' since that should only be loaded when it's paid, however someone else may confirm.

Hope that helps anyway 🙂 

Link to comment
Share on other sites

  • 11 months later...

Hi,

I have followed the same  process and inserted the google ads tracking code as you said. 

 

{if $ispaid}
	<!-- Enter any HTML code which should be displayed when a user has completed checkout here -->
	<!-- Common uses of this include conversion and affiliate tracking scripts -->
{/if}

also I have put the other code in header file,

now the problem is it is tracking all the clicks as conversion.

please help

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated