I'm trying to add Google AdWords Conversion Tracking to a single-page application I'm working on, and I have an interesting use case that I cannot figure out how to work with:
The problem is that the snippet provided by google uses some global variables and then includes a script (googleadservices.com/pagead/conversion.js) and displays the tracking pixel.
My questions are as follows:
Thank!
AdWords conversion clicks are cookie-based, so a pixel request must be made from the client. Google, unfortunately, does not yet support server-to-server tracking, as far as I know, so you stick to client-side tracking.
, ...
- . google analytics http://code.google.com/p/php-ga/ - , , adwords, , ,
So it turns out you can leave using "offline conversion tracking."
Basically, you can export CSV from your system and import into Google Adwords: https://support.google.com/adwords/answer/2998031?hl=en