AI-generated Key Takeaways
-
AccountPermissions contain information about a particular account permission, which are required for some Campaign Manager features.
-
AccountPermission resources have fields such as id, name, permissionGroupId, level, and accountProfiles.
-
The methods available for AccountPermissions are
getto retrieve a specific permission by ID andlistto retrieve all account permissions.
Resource: AccountPermission
AccountPermissions contains information about a particular account permission. Some features of Campaign Manager require an account permission to be present in the account.
| JSON representation |
|---|
{ "id" : string , "name" : string , "permissionGroupId" : string , "level" : enum ( |
id
string ( int64
format)
ID of this account permission.
name
string
Name of this account permission.
level
enum (
AccountPermissionLevel
)
Administrative level required to enable this account permission.
accountProfiles[]
enum (
AccountProfile
)
Account profiles associated with this account permission.
Possible values are:
- "
ACCOUNT_PROFILE_BASIC"
- "
ACCOUNT_PROFILE_STANDARD"
kind
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#accountPermission"
.
Methods |
|
|---|---|
|
Gets one account permission by ID. |
|
Retrieves the list of account permissions. |

