You are here

README.txt in Google AdWords Conversion Tracking 7.2

Same filename in this branch
  1. 7.2 README.txt
  2. 7.2 modules/google_adwords_path/README.txt
Same filename and directory in other branches
  1. 8 README.txt
  2. 6 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. This includes specifying which role(s) the
    Adwords code should be displayed for.
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. Once you have created a node with the Adwords tracking code, view the source
   code of the finished node and locate the tracking code to verify it is there.
   Make sure you view the page as a user with one of the roles assigned in
   step 4. If you chose only the Anonymous role, make sure to log out before
   viewing the page.
9. Once you start getting conversions via the page, verify in Google Adwords
   that the conversions are showing up in your Adwords reports.
10.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. This includes specifying which role(s) the
  19. Adwords code should be displayed for.
  20. 5. To complete the installation you will now have to add the Google Adwords
  21. field to a content type. Under Structure -> Content Types ->
  22. -> Manage Fields -> Add new field
  23. (Field type: Google Adwords).
  24. 6. If you have setup all the information in #4 with your Google Adwords
  25. tracking information you will now see the information from step 4 as the
  26. default value for the field. Save content type.
  27. 7. One last step before tracking will function. Conversion labels have to be
  28. setup on a per node basis!
  29. Now edit a node that you want to track. Find the Google Adwords field and
  30. supply the "Conversion label" that Google Adwords gave you when you setup
  31. tracking look for "var google_conversion_label = "SOMELONGSTRINGOFSTUFF";"
  32. 8. Once you have created a node with the Adwords tracking code, view the source
  33. code of the finished node and locate the tracking code to verify it is there.
  34. Make sure you view the page as a user with one of the roles assigned in
  35. step 4. If you chose only the Anonymous role, make sure to log out before
  36. viewing the page.
  37. 9. Once you start getting conversions via the page, verify in Google Adwords
  38. that the conversions are showing up in your Adwords reports.
  39. 10.Enjoy better ROI tracking on your PPC campaigns.