Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.CreativeFields.Insert |
Dfareporting.CreativeFields.insert(Long profileId,
CreativeField content)
Inserts a new creative field.
|
Dfareporting.CreativeFields.Patch |
Dfareporting.CreativeFields.patch(Long profileId,
Long id,
CreativeField content)
Updates an existing creative field.
|
Dfareporting.CreativeFields.Update |
Dfareporting.CreativeFields.update(Long profileId,
CreativeField content)
Updates an existing creative field.
|
Constructor and Description |
---|
Insert(Long profileId,
CreativeField content)
Inserts a new creative field.
|
Patch(Long profileId,
Long id,
CreativeField content)
Updates an existing creative field.
|
Update(Long profileId,
CreativeField content)
Updates an existing creative field.
|
Modifier and Type | Method and Description |
---|---|
CreativeField |
CreativeField.clone() |
CreativeField |
CreativeField.set(String fieldName,
Object value) |
CreativeField |
CreativeField.setAccountId(Long accountId)
Account ID of this creative field.
|
CreativeField |
CreativeField.setAdvertiserId(Long advertiserId)
Advertiser ID of this creative field.
|
CreativeField |
CreativeField.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
CreativeField |
CreativeField.setId(Long id)
ID of this creative field.
|
CreativeField |
CreativeField.setKind(String kind)
Identifies what kind of resource this is.
|
CreativeField |
CreativeField.setName(String name)
Name of this creative field.
|
CreativeField |
CreativeField.setSubaccountId(Long subaccountId)
Subaccount ID of this creative field.
|
Modifier and Type | Method and Description |
---|---|
List<CreativeField> |
CreativeFieldsListResponse.getCreativeFields()
Creative field collection.
|
Modifier and Type | Method and Description |
---|---|
CreativeFieldsListResponse |
CreativeFieldsListResponse.setCreativeFields(List<CreativeField> creativeFields)
Creative field collection.
|
Copyright © 2011–2025 Google. All rights reserved.