AI-generated Key Takeaways
- 
          The Account resource contains properties of a Campaign Manager account, including ID, name, active status, description, and currency. 
- 
          The ReportsConfiguration object within the Account resource defines settings for report generation, such as time zone and exposure to conversion reporting. 
- 
          The available methods for accounts include retrieving a single account by ID, listing accounts with filtering, and updating accounts. 
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. | 
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 cannot be changed on update. 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. | 
| Methods | |
|---|---|
| 
 | Gets one account by ID. | 
| 
 | Retrieves the list of accounts, possibly filtered. | 
| 
 | Updates an existing account. | 
| 
 | Updates an existing account. |