Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.PlacementGroups.Insert |
Dfareporting.PlacementGroups.insert(Long profileId,
PlacementGroup content)
Inserts a new placement group.
|
Dfareporting.PlacementGroups.Patch |
Dfareporting.PlacementGroups.patch(Long profileId,
Long id,
PlacementGroup content)
Updates an existing placement group.
|
Dfareporting.PlacementGroups.Update |
Dfareporting.PlacementGroups.update(Long profileId,
PlacementGroup content)
Updates an existing placement group.
|
Constructor and Description |
---|
Insert(Long profileId,
PlacementGroup content)
Inserts a new placement group.
|
Patch(Long profileId,
Long id,
PlacementGroup content)
Updates an existing placement group.
|
Update(Long profileId,
PlacementGroup content)
Updates an existing placement group.
|
Modifier and Type | Method and Description |
---|---|
PlacementGroup |
PlacementGroup.clone() |
PlacementGroup |
PlacementGroup.set(String fieldName,
Object value) |
PlacementGroup |
PlacementGroup.setAccountId(Long accountId)
Account ID of this placement group.
|
PlacementGroup |
PlacementGroup.setActiveStatus(String activeStatus)
Whether this placement group is active, inactive, archived or permanently archived.
|
PlacementGroup |
PlacementGroup.setAdvertiserId(Long advertiserId)
Advertiser ID of this placement group.
|
PlacementGroup |
PlacementGroup.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
PlacementGroup |
PlacementGroup.setCampaignId(Long campaignId)
Campaign ID of this placement group.
|
PlacementGroup |
PlacementGroup.setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
Dimension value for the ID of the campaign.
|
PlacementGroup |
PlacementGroup.setChildPlacementIds(List<Long> childPlacementIds)
IDs of placements which are assigned to this placement group.
|
PlacementGroup |
PlacementGroup.setComment(String comment)
Comments for this placement group.
|
PlacementGroup |
PlacementGroup.setContentCategoryId(Long contentCategoryId)
ID of the content category assigned to this placement group.
|
PlacementGroup |
PlacementGroup.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this placement group.
|
PlacementGroup |
PlacementGroup.setDirectorySiteId(Long directorySiteId)
Directory site ID associated with this placement group.
|
PlacementGroup |
PlacementGroup.setDirectorySiteIdDimensionValue(DimensionValue directorySiteIdDimensionValue)
Dimension value for the ID of the directory site.
|
PlacementGroup |
PlacementGroup.setExternalId(String externalId)
External ID for this placement.
|
PlacementGroup |
PlacementGroup.setId(Long id)
ID of this placement group.
|
PlacementGroup |
PlacementGroup.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this placement group.
|
PlacementGroup |
PlacementGroup.setKind(String kind)
Identifies what kind of resource this is.
|
PlacementGroup |
PlacementGroup.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this placement group.
|
PlacementGroup |
PlacementGroup.setName(String name)
Name of this placement group.
|
PlacementGroup |
PlacementGroup.setPlacementGroupType(String placementGroupType)
Type of this placement group.
|
PlacementGroup |
PlacementGroup.setPlacementStrategyId(Long placementStrategyId)
ID of the placement strategy assigned to this placement group.
|
PlacementGroup |
PlacementGroup.setPricingSchedule(PricingSchedule pricingSchedule)
Pricing schedule of this placement group.
|
PlacementGroup |
PlacementGroup.setPrimaryPlacementId(Long primaryPlacementId)
ID of the primary placement, used to calculate the media cost of a roadblock (placement group).
|
PlacementGroup |
PlacementGroup.setPrimaryPlacementIdDimensionValue(DimensionValue primaryPlacementIdDimensionValue)
Dimension value for the ID of the primary placement.
|
PlacementGroup |
PlacementGroup.setSiteId(Long siteId)
Site ID associated with this placement group.
|
PlacementGroup |
PlacementGroup.setSiteIdDimensionValue(DimensionValue siteIdDimensionValue)
Dimension value for the ID of the site.
|
PlacementGroup |
PlacementGroup.setSubaccountId(Long subaccountId)
Subaccount ID of this placement group.
|
Modifier and Type | Method and Description |
---|---|
List<PlacementGroup> |
PlacementGroupsListResponse.getPlacementGroups()
Placement group collection.
|
Modifier and Type | Method and Description |
---|---|
PlacementGroupsListResponse |
PlacementGroupsListResponse.setPlacementGroups(List<PlacementGroup> placementGroups)
Placement group collection.
|
Copyright © 2011–2025 Google. All rights reserved.