Chad Posted March 14, 2019 Share Posted March 14, 2019 (edited) 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? Edited March 14, 2019 by Chad 0 Quote Link to comment Share on other sites More sharing options...
lkitching Posted March 15, 2019 Share Posted March 15, 2019 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 🙂 0 Quote Link to comment Share on other sites More sharing options...
rajendra Posted February 20, 2020 Share Posted February 20, 2020 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 0 Quote Link to comment Share on other sites More sharing options...
Bhondawe30 Posted February 21, 2020 Share Posted February 21, 2020 Thanks for sharing the code..? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.