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