You are here

function google_analytics_api_perm in Google Analytics Reports 6

Implementation of hook_perm().

File

./google_analytics_api.module, line 60
Implements the API through which Google Analytics data can be accessed.

Code

function google_analytics_api_perm() {
  return array(
    'administer google analytics reports',
  );
}