AI-generated Key Takeaways
-
AccountUserProfiles resource manages Campaign Manager user profile properties, separate from UserProfiles for API access.
-
Profiles have attributes like ID, name, email, account/subaccount IDs, locale, user role, access type, status, and filters for campaign, site, user role, and advertiser visibility.
-
User profile types include normal users, super users with varying levels of access, and internal administrators with restricted network access.
-
Trafficker types categorize users as internal or external, and whether they have trafficking capabilities.
-
Object filters control user access to specific objects or all objects, with an assigned status indicating access to objects with specific IDs.
Resource: AccountUserProfile
AccountUserProfiles contains properties of a Campaign Manager user profile. This resource is specifically for managing user profiles, whereas UserProfiles is for accessing the API.
JSON representation |
---|
{ "id": string, "name": string, "email": string, "accountId": string, "subaccountId": string, "locale": string, "userRoleId": string, "userAccessType": enum ( |
Fields | |
---|---|
id |
ID of the user profile. This is a read-only, auto-generated field. |
name |
Name of the user profile. This is a required field. Must be less than 64 characters long, must be globally unique, and cannot contain whitespace or any of the following characters: "
". |
email |
Email of the user profile. The email address must be linked to a Google Account. This field is required on insertion and is read-only after insertion. |
accountId |
Account ID of the user profile. This is a read-only field that can be left blank. |
subaccountId |
Subaccount ID of the user profile. This is a read-only field that can be left blank. |
locale |
Locale of the user profile. This is a required field. Acceptable values are:
|
userRoleId |
User role ID of the user profile. This is a required field. |
userAccessType |
User type of the user profile. This is a read-only field that can be left blank. |
active |
Whether this user profile is active. This defaults to false, and must be set true on insert for the user profile to be usable. |
comments |
Comments for this user profile. |
traffickerType |
Trafficker type of this user profile. This is a read-only field. |
campaignFilter |
Filter that describes which campaigns are visible to the user profile. |
siteFilter |
Filter that describes which sites are visible to the user profile. |
userRoleFilter |
Filter that describes which user roles are visible to the user profile. |
advertiserFilter |
Filter that describes which advertisers are visible to the user profile. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
ObjectFilter
Object Filter.
JSON representation |
---|
{
"objectIds": [
string
],
"status": enum ( |
Fields | |
---|---|
objectIds[] |
Applicable when
is
. The user has access to objects with these object IDs. |
status |
Status of the filter.
means the user has access to none of the objects.
means the user has access to all objects.
means the user has access to the objects with IDs in the
list. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Gets one account user profile by ID. |
|
Inserts a new account user profile. |
|
Retrieves a list of account user profiles, possibly filtered. |
|
Updates an existing account user profile. |
|
Updates an existing account user profile. |