I've installed the Google adwords Conversion tracking module.
http://drupal.org/project/google_adwords

I've followed the instructions to enable Google Adwords tracking on my pages (content management/content types/ edit page/ Google Awdords parameters). And I have filled out the form for the module settings (General Conversion Settings) where you enter your Google Adwords Account #, etc.

The location of the javascript is entered by default as:
https://www.googleadservices.com/pagead/conversion.js

I have checked the page source of my pages and I do not see any code or javascript for Google adwords.

Any idea how to get this working ?
Here is one of my pages:
http://wholelifeplaza.com/magnetic-insoles

Do you see any code for Google Adwords ? There is some reference to Adwords in the source but there is no tracking code.

Thanks, Mike
www.wholelifeplaza.com

This is the readme file with the module:
(instructions seem simple enough. I've followed all but no luck)

Module: Google AdWords Conversion Tracking
Author: Jason Savino

Description
===========
Adds the Google AdWords Conversion Tracking to your nodes.
Requirements
============
* Google AdWrods user account
Installation
============
* Copy the 'google_adwords' module directory in to your Drupal
sites/all/modules directory as usual.

Usage
=====
In the settings page enter your Google AdWords account id,
default language, format, color and the location of the javascript
file used by Google AdWords.
You can also limit which user roles are tracked by ticking the
appropriate role(s).

You enable the tracking of content-types in the content-type
edit form. All pages will now have the required JavaScript added to the node.

Comments

Preston McMurry’s picture

Did you ever figure it out? I've fiddled with the Label|Pages textbox, trying all different kinds of variations of the "thank you" page URL, and still nothing shows up in "show source" for me either. Further, when I log in to http://adwords.google.com , I see no result there either. Worse yet, no FAQ, email address, or module web site (that I can see) is listed on http://drupal.org/project/google_adwords ...

Preston McMurry’s picture

Applied the patches listed at http://drupal.org/project/issues/google_adwords?order=created&sort=desc&... , in the following chrono order of their submission :

1) http://drupal.org/node/1127148

2) http://drupal.org/node/1127152

3) http://drupal.org/node/1219344

4) http://drupal.org/node/1219306

5) http://drupal.org/node/1420060

Refreshed https://{my url}/admin/settings/google_adwords , did not see any change. Submitted form, got to thank you, no change.

Went to https://{my url}/admin/build/modules/list , unchecked the AdWords module, then clicked "Save configuration". Page twirled for a few seconds before navigating to https://{my url}/admin/build/modules/list/confirm , which was blank. Renavigated to modules list, noticing AdWords remained checked. (In essence, it appears the patches broke the ability to enable/disable a module.)

Not sure where to go from here ...

firebus’s picture

iirc, in addition to configuring the module, and configuring the content type, you also need to enter information on each node that you want to have the conversion code.

once you've enabled google_adwords on the content type, you'll get a new fieldset on the node edit form that let's you choose to include google_adwords.

you could probably also use "*" in the page field of the module configuration if you really wanted to have the conversion code on every page (but that's not a common use case in my experience...)

is there a php option? that might be a nice thing to add to give people more flexibility...

Preston McMurry’s picture

Unfortunately, when I go to the node's edit, then select "Google AdWords", enter Conversion Label, then click "Save", this popup is generated:

User warning: Unknown column 'color' in 'field list' query: INSERT INTO google_adwords (nid, vid, enabled, label, format, color) VALUES (93, 98, 0, 'igy7CP7eRhCe5NP-Aw', '3', 'FFFFFF') in _db_query() (line 148 of /var/www-virtual/{my url}/htdocs/includes/database.mysql.inc).

Webform Contact Us has been updated.

That's with a fresh install of the module. (I disabled, uninstalled, deleted the module, re-added it fresh, and re-enabled it, so that it is pure.)

I'll post it in http://drupal.org/project/issues/google_adwords as you suggested.

Thanx!

-----

Edit: Error already posted to http://drupal.org/node/1135348 and http://drupal.org/node/1271880 (an issue dupe).