Skip to main content

account_user_profiles

Overview

Nameaccount_user_profiles
TypeResource
Idgoogleads.dfareporting.account_user_profiles

Fields

NameDatatypeDescription
idstringID of the user profile. This is a read-only, auto-generated field.
namestringName 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: "&;<>"#%,".
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#accountUserProfile".
accountIdstringAccount ID of the user profile. This is a read-only field that can be left blank.
userAccessTypestringUser type of the user profile. This is a read-only field that can be left blank.
siteFilterobjectObject Filter.
subaccountIdstringSubaccount ID of the user profile. This is a read-only field that can be left blank.
campaignFilterobjectObject Filter.
commentsstringComments for this user profile.
advertiserFilterobjectObject Filter.
activebooleanWhether this user profile is active. This defaults to false, and must be set true on insert for the user profile to be usable.
localestringLocale of the user profile. This is a required field. Acceptable values are: - "cs" (Czech) - "de" (German) - "en" (English) - "en-GB" (English United Kingdom) - "es" (Spanish) - "fr" (French) - "it" (Italian) - "ja" (Japanese) - "ko" (Korean) - "pl" (Polish) - "pt-BR" (Portuguese Brazil) - "ru" (Russian) - "sv" (Swedish) - "tr" (Turkish) - "zh-CN" (Chinese Simplified) - "zh-TW" (Chinese Traditional)
emailstringEmail of the user profile. The email addresss must be linked to a Google Account. This field is required on insertion and is read-only after insertion.
traffickerTypestringTrafficker type of this user profile. This is a read-only field.
userRoleIdstringUser role ID of the user profile. This is a required field.
userRoleFilterobjectObject Filter.

Methods

NameAccessible byRequired ParamsDescription
accountUserProfiles_getSELECTid, profileIdGets one account user profile by ID.
accountUserProfiles_listSELECTprofileIdRetrieves a list of account user profiles, possibly filtered. This method supports paging.
accountUserProfiles_insertEXECprofileIdInserts a new account user profile.
accountUserProfiles_patchEXECid, profileIdUpdates an existing account user profile. This method supports patch semantics.
accountUserProfiles_updateEXECprofileIdUpdates an existing account user profile.