| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Accounts.Patch |
Dfareporting.Accounts.patch(java.lang.Long profileId,
java.lang.Long id,
Account content)
Updates an existing account.
|
Dfareporting.Accounts.Update |
Dfareporting.Accounts.update(java.lang.Long profileId,
Account content)
Updates an existing account.
|
| Constructor and Description |
|---|
Dfareporting.Accounts.Patch(java.lang.Long profileId,
java.lang.Long id,
Account content)
Updates an existing account.
|
Dfareporting.Accounts.Update(java.lang.Long profileId,
Account content)
Updates an existing account.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.clone() |
Account |
Account.set(java.lang.String fieldName,
java.lang.Object value) |
Account |
Account.setAccountPermissionIds(java.util.List<java.lang.Long> accountPermissionIds)
Account permissions assigned to this account.
|
Account |
Account.setAccountProfile(java.lang.String accountProfile)
Profile for this account.
|
Account |
Account.setActive(java.lang.Boolean active)
Whether this account is active.
|
Account |
Account.setActiveAdsLimitTier(java.lang.String activeAdsLimitTier)
Maximum number of active ads allowed for this account.
|
Account |
Account.setActiveViewOptOut(java.lang.Boolean activeViewOptOut)
Whether to serve creatives with Active View tags.
|
Account |
Account.setAvailablePermissionIds(java.util.List<java.lang.Long> availablePermissionIds)
User role permissions available to the user roles of this account.
|
Account |
Account.setCountryId(java.lang.Long countryId)
ID of the country associated with this account.
|
Account |
Account.setCurrencyId(java.lang.Long currencyId)
ID of currency associated with this account.
|
Account |
Account.setDefaultCreativeSizeId(java.lang.Long defaultCreativeSizeId)
Default placement dimensions for this account.
|
Account |
Account.setDescription(java.lang.String description)
Description of this account.
|
Account |
Account.setId(java.lang.Long id)
ID of this account.
|
Account |
Account.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Account |
Account.setLocale(java.lang.String locale)
Locale of this account.
|
Account |
Account.setMaximumImageSize(java.lang.Long maximumImageSize)
Maximum image size allowed for this account, in kilobytes.
|
Account |
Account.setName(java.lang.String name)
Name of this account.
|
Account |
Account.setNielsenOcrEnabled(java.lang.Boolean nielsenOcrEnabled)
Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by
default.
|
Account |
Account.setReportsConfiguration(ReportsConfiguration reportsConfiguration)
Reporting configuration of this account.
|
Account |
Account.setShareReportsWithTwitter(java.lang.Boolean shareReportsWithTwitter)
Share Path to Conversion reports with Twitter.
|
Account |
Account.setTeaserSizeLimit(java.lang.Long teaserSizeLimit)
File size limit in kilobytes of Rich Media teaser creatives.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Account> |
AccountsListResponse.getAccounts()
Account collection.
|
| Modifier and Type | Method and Description |
|---|---|
AccountsListResponse |
AccountsListResponse.setAccounts(java.util.List<Account> accounts)
Account collection.
|