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. |
currency |
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
. |
maximum |
Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to
. |
default |
Default placement dimensions for this account. |
active |
Maximum number of active ads allowed for this account. |
country |
ID of the country associated with this account. |
reports |
Reporting configuration of this account. |
active |
Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions. |
account |
Account permissions assigned to this account. |
available |
User role permissions available to the user roles of this account. |
account |
Profile for this account. This is a read-only field that can be left blank. |
nielsen |
Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default. |
locale |
Locale of this account. Acceptable values are:
|
share |
Share Path to Conversion reports with Twitter. |
teaser |
File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are
to
, inclusive. |
ReportsConfiguration
Reporting Configuration
JSON representation |
---|
{
"reportGenerationTimeZoneId": string,
"exposureToConversionEnabled": boolean,
"lookbackConfiguration": {
object ( |
Fields | |
---|---|
report |
Report generation time zone ID of this account. This is a required field that cannot be changed on update. Acceptable values are:
|
exposure |
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. |
lookback |
Default lookback windows for new advertisers in this account. |
Methods |
|
---|---|
|
Gets one account by ID. |
|
Retrieves the list of accounts, possibly filtered. |
|
Updates an existing account. |
|
Updates an existing account. |