I've been trying to add Google AdWords conversion tracking to a single page Application I've been working on, and I have an interesting use case that I can't seem to figure out how to work with:
The problem I'm having is that the snippet provided by google uses some global variables and then includes a script (googleadservices.com/pagead/conversion.js), and displays a tracking pixel.
My questions are as follows:
Thanks!
Server-side Tracking (aka, Cloud Delivery) This is where one, central system functions to collect all data, then that system relays data to third-party vendors. This action simplifies the collection and delivery process by sending one data stream to a cloud-based repository, and then the data is sent to your vendors.
AdWords conversion pixels are cookie based, so the pixel request must be made from the client. Google unfortunately doesn't support server-to-server tracking yet, as far as I know, so you're stuck with client-side tracking.
As ugly as it is, it's the most popular method...
It's possible - see this version for google analytics http://code.google.com/p/php-ga/ - but no one seems to have done it for adwords yet unfortunately
So, it turns out you can get away using "offline conversion tracking".
Basically you can export a CSV from your system and import into Google Adwords: https://support.google.com/adwords/answer/2998031?hl=en
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With