kmitgroup / google-checkout-php-sample-code

Automatically exported from code.google.com/p/google-checkout-php-sample-code
0 stars 0 forks source link

How to us AdWords Conversion Tracking #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to include the Adword Conversion Tracking on my site. I found this page:
http://code.google.com/apis/checkout/developer/checkout_pixel_tracking.html#AWCT

It describes using a parameterized URL to accomplish the task.

Their example snippet:

<merchant-checkout-flow-support>
<parameterized-urls>
<parameterized-url
url="src="https://www.googleadservices.com/pagead/conversion/0062225003/?
value=1&label=purchase&script=0"/>
</parameterized-urls>
...
</merchant-checkout-flow-support>

Where should i add this code?

Original issue reported on code.google.com by marieco...@gmail.com on 9 Dec 2009 at 1:33

GoogleCodeExporter commented 9 years ago
Paste it in all the conversion pages like thank you pages. Paste the code just 
before the end of the body tag.

http://www.carazoo.com/

Original comment by carazoo...@gmail.com on 16 Feb 2010 at 5:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
cart->AddThirdPartyTracking($url, $tracking_param_types = array());

Original comment by peng.y...@gmail.com on 13 Sep 2010 at 11:20