You are here

README.txt in Google Analytics Statistics 7.2

Same filename and directory in other branches
  1. 7 README.txt
# Google Analytics Statistics

Provides views integration for the Google Analytics Data Export API by caching
the data to the Drupal database.

This allows you to use Google Analytics directly through views to do things
like Most Popular, Most Read etc. You can combine the statistics to create
interesting results.

After you install the module - go to /admin/config/services/ga_stats to
configure your Google Analytics account information and begin pulling
statistics.

# Maintainers

@author jcaldwell aka jec006

# Configuration

1. Go to https://console.developers.google.com
2. Create a new project
  - in the API section enable Analytics API
  - in the 'credentials' section click on 'Create new Client ID' and choose 'Service account' with the key type P12
  - save the P12 key and Client ID
3. On your site go to /admin/config/media/file-system and make sure that the 'Private File System Path' is configured
4. Go to /admin/config/services/ga_stats/auth and upload your P12 key and set the email address (it's the same as Client ID which you copied earlier from console.developers.google.com)
5. Add Client ID email into your google analytics account with permissions Read/Analyze

File

README.txt
View source
  1. # Google Analytics Statistics
  2. Provides views integration for the Google Analytics Data Export API by caching
  3. the data to the Drupal database.
  4. This allows you to use Google Analytics directly through views to do things
  5. like Most Popular, Most Read etc. You can combine the statistics to create
  6. interesting results.
  7. After you install the module - go to /admin/config/services/ga_stats to
  8. configure your Google Analytics account information and begin pulling
  9. statistics.
  10. # Maintainers
  11. @author jcaldwell aka jec006
  12. # Configuration
  13. 1. Go to https://console.developers.google.com
  14. 2. Create a new project
  15. - in the API section enable Analytics API
  16. - in the 'credentials' section click on 'Create new Client ID' and choose 'Service account' with the key type P12
  17. - save the P12 key and Client ID
  18. 3. On your site go to /admin/config/media/file-system and make sure that the 'Private File System Path' is configured
  19. 4. Go to /admin/config/services/ga_stats/auth and upload your P12 key and set the email address (it's the same as Client ID which you copied earlier from console.developers.google.com)
  20. 5. Add Client ID email into your google analytics account with permissions Read/Analyze