For a list of methods for this resource, see the end of this page.
Resource representations
Contains properties of a Campaign Manager account.
{ "kind": "dfareporting#account", "id": long, "name": string, "active": boolean, "description": string, "currencyId": long, "maximumImageSize": long, "defaultCreativeSizeId": long, "activeAdsLimitTier": string, "countryId": long, "reportsConfiguration": { "reportGenerationTimeZoneId": long, "exposureToConversionEnabled": boolean, "lookbackConfiguration": { "clickDuration": integer, "postImpressionActivitiesDuration": integer } }, "activeViewOptOut": boolean, "teaserSizeLimit": long, "accountPermissionIds": [ long ], "availablePermissionIds": [ long ], "accountProfile": string, "nielsenOcrEnabled": boolean, "locale": string, "shareReportsWithTwitter": boolean }
Property name | Value | Description | Notes |
---|---|---|---|
accountPermissionIds[] |
list |
Account permissions assigned to this account. | |
accountProfile |
string |
Profile for this account. This is a read-only field that can be left blank.
Acceptable values are:
|
|
active |
boolean |
Whether this account is active. | |
activeAdsLimitTier |
string |
Maximum number of active ads allowed for this account.
Acceptable values are:
|
|
activeViewOptOut |
boolean |
Whether to serve creatives with Active View tags. If disabled, viewability data will not be available for any impressions. | |
availablePermissionIds[] |
list |
User role permissions available to the user roles of this account. | |
countryId |
long |
ID of the country associated with this account. | |
currencyId |
long |
ID of currency associated with this account. This is a required field. Acceptable values are:
|
|
defaultCreativeSizeId |
long |
Default placement dimensions for this account. | |
description |
string |
Description of this account. | |
id |
long |
ID of this account. This is a read-only, auto-generated field. | |
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#account" . |
|
locale |
string |
Locale of this account. Acceptable values are:
|
|
maximumImageSize |
long |
Maximum image size allowed for this account, in kilobytes. Value must be greater than or equal to 1 . |
|
name |
string |
Name of this account. This is a required field, and must be less than 128 characters long and be globally unique. | |
nielsenOcrEnabled |
boolean |
Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by default. | |
reportsConfiguration |
nested object |
Reporting configuration of this account. | |
reportsConfiguration.exposureToConversionEnabled |
boolean |
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. | |
reportsConfiguration.lookbackConfiguration |
nested object |
Default lookback windows for new advertisers in this account. | |
reportsConfiguration.lookbackConfiguration.clickDuration |
integer |
Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90 , inclusive. |
|
reportsConfiguration.lookbackConfiguration.postImpressionActivitiesDuration |
integer |
Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90 , inclusive. |
|
reportsConfiguration.reportGenerationTimeZoneId |
long |
Report generation time zone ID of this account. This is a required field that can only be changed by a superuser. Acceptable values are:
|
|
shareReportsWithTwitter |
boolean |
Share Path to Conversion reports with Twitter. | |
teaserSizeLimit |
long |
File size limit in kilobytes of Rich Media teaser creatives. Acceptable values are 1 to 10240 , inclusive. |