Google Adwords for Ubercart

Contrib type: 
Module
Status: 
Uploaded for testing
Moderation: 
Awaiting moderation

Downloads

Compatibility: 
Ubercart 1.x

I've pried apart the uc_googleanalytics module and swapped its code for Google Adwords, adding a config page and a bunch of variables. Instead of Analytics code, it now adds Conversion Tracking Code to the footer of the Order Complete page, based on the variables set on the settings page.

Then I sewed it back together again, and await the lightning.


PreviewAttachmentSize
uc_googleadwords.zip2.44 KB
jmesam's picture
Offline
Joined: 10/11/2009
Juice: 13
Re: Google Adwords for Ubercart

Is this module compatible with UC 2.x version?

scarr's picture
Offline
Joined: 03/26/2010
Juice: 50
adwords

I'm also very interested in whether this is compatible with UC2

pwall's picture
Offline
Joined: 09/04/2009
Juice: 25
2.0 Version

I needed this for one of my sites, so here's a drupal 6, ubercart 2.0 version if anyone's interested.

AttachmentSize
uc_googleadwords.zip 2.47 KB
highrockmedia's picture
Offline
Joined: 04/07/2010
Juice: 52
Re: 2.0 Version

I tried the module in #3 above (for 2.0) and filled in my info at: /admin/store/settings/googleadwords but it did not insert any info into the complete page when we viewed source nor was there any indication that Google was getting the intended conversion tracking data.

pwall's picture
Offline
Joined: 09/04/2009
Juice: 25
Re: Re: 2.0 Version

It requires you have setup googleanalytics and uc_googleanaltyics completely and that those are displaying on the page already, and then it adds code to the order completion page only, since that's when the conversion happens.

highrockmedia's picture
Offline
Joined: 04/07/2010
Juice: 52
Re: Re: Re: 2.0 Version

I have all that info setup and the fact that I can drop in my code directly to: "Checkout completion message header:" at /admin/store/settings/checkout/edit/messages and it works that way shows there is an issue with the module on this page.