Resource: Account
Contains properties of a Campaign Manager account.
JSON representation |
---|
{ "id": string, "name": string, "active": boolean, "description": string, "currencyId": string, "kind": string, "maximumImageSize": string, "defaultCreativeSizeId": string, "activeAdsLimitTier": enum ( |
Fields | |
---|---|
id |
ID of this account. This is a read-only, auto-generated field. |
name |
Name of this account. This is a required field, and must be less than 128 characters long and be globally unique. |
active |
Whether this account is active. |
description |
Description of this account. |
currencyId |
ID of currency associated with this account. This is a required field. Acceptable values are:
|
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
maximumImageSize |
Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to
. |
defaultCreativeSizeId |
Default placement dimensions for this account. |
activeAdsLimitTier |
Maximum number of active ads allowed for this account. |
countryId |
ID of the country associated with this account. |
reportsConfiguration |
Reporting configuration of this account. |
activeViewOptOut |
Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions. |
accountPermissionIds[] |
Account permissions assigned to this account. |
availablePermissionIds[] |
User role permissions available to the user roles of this account. |
accountProfile |
Profile for this account. This is a read-only field that can be left blank. |
nielsenOcrEnabled |
Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default. |
locale |
Locale of this account. Acceptable values are:
|
shareReportsWithTwitter |
Share Path to Conversion reports with Twitter. |
teaserSizeLimit |
File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are
to
, inclusive. |
ActiveAdsLimitTier
Enums | |
---|---|
ACTIVE_ADS_TIER_40K |
|
ACTIVE_ADS_TIER_75K |
|
ACTIVE_ADS_TIER_100K |
|
ACTIVE_ADS_TIER_200K |
|
ACTIVE_ADS_TIER_300K |
|
ACTIVE_ADS_TIER_500K |
|
ACTIVE_ADS_TIER_750K |
|
ACTIVE_ADS_TIER_1M |
ReportsConfiguration
Reporting Configuration
JSON representation |
---|
{
"reportGenerationTimeZoneId": string,
"exposureToConversionEnabled": boolean,
"lookbackConfiguration": {
object ( |
Fields | |
---|---|
reportGenerationTimeZoneId |
Report generation time zone ID of this account. This is a required field that can only be changed by a superuser. Acceptable values are:
|
exposureToConversionEnabled |
Whether the exposure to conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting. |
lookbackConfiguration |
Default lookback windows for new advertisers in this account. |
AccountProfile
Enums | |
---|---|
ACCOUNT_PROFILE_BASIC |
|
ACCOUNT_PROFILE_STANDARD |
Methods |
|
---|---|
|
Gets one account by ID. |
|
Retrieves the list of accounts, possibly filtered. |
|
Updates an existing account. |
|
Updates an existing account. |