You are here

README.txt in Google AdWords Conversion Tracking 8

Same filename in this branch
  1. 8 README.txt
  2. 8 modules/google_adwords_path/README.txt
Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
Google Adwords Tracking module for Drupal 7.x.
This module adds tracking information (JS) to nodes that you want to track for
advanced ROI reports with Google Adwords

REQUIREMENTS
------------
* Google Adwords Account
* An existing conversion tracking in your Google Adwords account (you will
  need the information from this to complete setup)

INSTALLATION INSTRUCTIONS
-------------------------
1.  Copy the files included in the tarball into a directory named
    "google_adwords" in your Drupal sites/all/modules/ directory. (Or use
    drush "drush dl google_adwords")
2.  Login as site administrator.
3.  Enable the Google Adwords module on the Administer -> Modules page
    (Under the "Statistics" category).
4.  Fill in required and desired settings on the Administer -> Configuration ->
    System -> Google Adwords page.
5.  To complete the installation you will now have to add the Google Adwords
    field to a content type.  Under Structure -> Content Types ->
    <Choose Your Content Type> -> Manage Fields -> Add new field
    (Field type: Google Adwords).
6.  If you have setup all the information in #4 with your Google Adwords
    tracking information you will now see the information from step 4 as the
    default value for the field. Save content type.
7.  One last step before tracking will function. Conversion labels have to be
    setup on a per node basis!
    Now edit a node that you want to track.  Find the Google Adwords field and
    supply the "Conversion label" that Google Adwords gave you when you setup
    tracking look for "var google_conversion_label = "SOMELONGSTRINGOFSTUFF";"
8.  Enjoy better ROI tracking on your PPC campaigns.

File

README.txt
View source
  1. Google Adwords Tracking module for Drupal 7.x.
  2. This module adds tracking information (JS) to nodes that you want to track for
  3. advanced ROI reports with Google Adwords
  4. REQUIREMENTS
  5. ------------
  6. * Google Adwords Account
  7. * An existing conversion tracking in your Google Adwords account (you will
  8. need the information from this to complete setup)
  9. INSTALLATION INSTRUCTIONS
  10. -------------------------
  11. 1. Copy the files included in the tarball into a directory named
  12. "google_adwords" in your Drupal sites/all/modules/ directory. (Or use
  13. drush "drush dl google_adwords")
  14. 2. Login as site administrator.
  15. 3. Enable the Google Adwords module on the Administer -> Modules page
  16. (Under the "Statistics" category).
  17. 4. Fill in required and desired settings on the Administer -> Configuration ->
  18. System -> Google Adwords page.
  19. 5. To complete the installation you will now have to add the Google Adwords
  20. field to a content type. Under Structure -> Content Types ->
  21. -> Manage Fields -> Add new field
  22. (Field type: Google Adwords).
  23. 6. If you have setup all the information in #4 with your Google Adwords
  24. tracking information you will now see the information from step 4 as the
  25. default value for the field. Save content type.
  26. 7. One last step before tracking will function. Conversion labels have to be
  27. setup on a per node basis!
  28. Now edit a node that you want to track. Find the Google Adwords field and
  29. supply the "Conversion label" that Google Adwords gave you when you setup
  30. tracking look for "var google_conversion_label = "SOMELONGSTRINGOFSTUFF";"
  31. 8. Enjoy better ROI tracking on your PPC campaigns.