You're throwing away their code by using 'override'. Use 'post' instead.
Why do they tell override?
Even I use post. How to get 100% accuracy if 50% of the customers never come to checkout landing page?
Can't address the docs, I can only tell you that there are several different addons that may want to append info to the confirmation page.
You should NEVER use override unless you have a very good reason for doing so. You''l have to bring up the doc issue with cs-cart.
Generally user's not getting to the confirmation page is a payment provider configuration issue.
Even I use post. How to get 100% accuracy if 50% of the customers never come to checkout landing page?
Hello!
If some customers never come to the complete page, so the problem is not only in Adwords tracking, orders in CS-Cart can also have wrong statuses. Are the statuses changed correctly?
Check how the built-in Google Analytics module works. It sends transactions details not from order landing page, but on order status change
Hello!
If some customers never come to the complete page, so the problem is not only in Adwords tracking, orders in CS-Cart can also have wrong statuses. Are the statuses changed correctly?
The statuses are changed correctly. But it does not mean that customer always return to the shop after successful payment since PayPal sends IPN, bank processors send notification and customers just close the browser after payment.
And if I understand right the information on convertion goes to Adwords only when customer returns to checkout landing page, correct?
So looks like the only 100% accurate way for catching conversions would be based on order status change same way as Google Analytics works
Hello,
Same problem here we only have partial data coming back to Google Analytics.
I have version 4.3.4
Clearly the standard ADDONS GOOGLE ANALYTICS does not works correctly.
oleg.gorshkov says that it is based NOT on ORDER LANDING PAGE (order complete.tpl) but on STATUS changes. ...
We do use a lot of STATUS (21 exactly), which one are not used by Google Analytics.
For example : We have a STATUS for each SHIPPING COURRIER we use
What STATUS (or status letter) are not good for analytics ?
Or maybe I do not put the correct code in order landing page (complete.tpl), I use this code :

Is that correct ?
Maybe you put it elsewhere ? Where do you put that code and is it the most up to date one ?
Please please help us on that
Best regards
A JALABERT
When the system changes order status, it checks the inventory setting of old and new statuses. If these values are different, the system send order data to Google. But for some reason, it works when then status is changed in the admin panel only. I have no idea, why it was made in this way. From my point of view, it is a bug