You are here

function google_adwords_perm in Google AdWords Conversion Tracking 6

Implementation of hook_perm().

File

./google_adwords.module, line 11

Code

function google_adwords_perm() {
  return array(
    GOOGLE_ADWORDS_ADMIN_PERM,
    GOOGLE_ADWORDS_EDIT_PERM,
  );
}