| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Placements.Insert |
Dfareporting.Placements.insert(java.lang.Long profileId,
Placement content)
Inserts a new placement.
|
Dfareporting.Placements.Patch |
Dfareporting.Placements.patch(java.lang.Long profileId,
java.lang.Long id,
Placement content)
Updates an existing placement.
|
Dfareporting.Placements.Update |
Dfareporting.Placements.update(java.lang.Long profileId,
Placement content)
Updates an existing placement.
|
| Constructor and Description |
|---|
Dfareporting.Placements.Insert(java.lang.Long profileId,
Placement content)
Inserts a new placement.
|
Dfareporting.Placements.Patch(java.lang.Long profileId,
java.lang.Long id,
Placement content)
Updates an existing placement.
|
Dfareporting.Placements.Update(java.lang.Long profileId,
Placement content)
Updates an existing placement.
|
| Modifier and Type | Method and Description |
|---|---|
Placement |
Placement.clone() |
Placement |
Placement.set(java.lang.String fieldName,
java.lang.Object value) |
Placement |
Placement.setAccountId(java.lang.Long accountId)
Account ID of this placement.
|
Placement |
Placement.setAdBlockingOptOut(java.lang.Boolean adBlockingOptOut)
Whether this placement opts out of ad blocking.
|
Placement |
Placement.setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this placement.
|
Placement |
Placement.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
Placement |
Placement.setArchived(java.lang.Boolean archived)
Whether this placement is archived.
|
Placement |
Placement.setCampaignId(java.lang.Long campaignId)
Campaign ID of this placement.
|
Placement |
Placement.setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
Dimension value for the ID of the campaign.
|
Placement |
Placement.setComment(java.lang.String comment)
Comments for this placement.
|
Placement |
Placement.setCompatibility(java.lang.String compatibility)
Placement compatibility.
|
Placement |
Placement.setContentCategoryId(java.lang.Long contentCategoryId)
ID of the content category assigned to this placement.
|
Placement |
Placement.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this placement.
|
Placement |
Placement.setDirectorySiteId(java.lang.Long directorySiteId)
Directory site ID of this placement.
|
Placement |
Placement.setDirectorySiteIdDimensionValue(DimensionValue directorySiteIdDimensionValue)
Dimension value for the ID of the directory site.
|
Placement |
Placement.setExternalId(java.lang.String externalId)
External ID for this placement.
|
Placement |
Placement.setId(java.lang.Long id)
ID of this placement.
|
Placement |
Placement.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this placement.
|
Placement |
Placement.setKeyName(java.lang.String keyName)
Key name of this placement.
|
Placement |
Placement.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Placement |
Placement.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this placement.
|
Placement |
Placement.setLookbackConfiguration(LookbackConfiguration lookbackConfiguration)
Lookback window settings for this placement.
|
Placement |
Placement.setName(java.lang.String name)
Name of this placement.This is a required field and must be less than 256 characters long.
|
Placement |
Placement.setPaymentApproved(java.lang.Boolean paymentApproved)
Whether payment was approved for this placement.
|
Placement |
Placement.setPaymentSource(java.lang.String paymentSource)
Payment source for this placement.
|
Placement |
Placement.setPlacementGroupId(java.lang.Long placementGroupId)
ID of this placement's group, if applicable.
|
Placement |
Placement.setPlacementGroupIdDimensionValue(DimensionValue placementGroupIdDimensionValue)
Dimension value for the ID of the placement group.
|
Placement |
Placement.setPlacementStrategyId(java.lang.Long placementStrategyId)
ID of the placement strategy assigned to this placement.
|
Placement |
Placement.setPricingSchedule(PricingSchedule pricingSchedule)
Pricing schedule of this placement.
|
Placement |
Placement.setPrimary(java.lang.Boolean primary)
Whether this placement is the primary placement of a roadblock (placement group).
|
Placement |
Placement.setPublisherUpdateInfo(LastModifiedInfo publisherUpdateInfo)
Information about the last publisher update.
|
Placement |
Placement.setSiteId(java.lang.Long siteId)
Site ID associated with this placement.
|
Placement |
Placement.setSiteIdDimensionValue(DimensionValue siteIdDimensionValue)
Dimension value for the ID of the site.
|
Placement |
Placement.setSize(Size size)
Size associated with this placement.
|
Placement |
Placement.setSslRequired(java.lang.Boolean sslRequired)
Whether creatives assigned to this placement must be SSL-compliant.
|
Placement |
Placement.setStatus(java.lang.String status)
Third-party placement status.
|
Placement |
Placement.setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this placement.
|
Placement |
Placement.setTagFormats(java.util.List<java.lang.String> tagFormats)
Tag formats to generate for this placement.
|
Placement |
Placement.setTagSetting(TagSetting tagSetting)
Tag settings for this placement.
|
Placement |
Placement.setVideoActiveViewOptOut(java.lang.Boolean videoActiveViewOptOut)
Whether Verification and ActiveView are disabled for in-stream video creatives for this
placement.
|
Placement |
Placement.setVideoSettings(VideoSettings videoSettings)
A collection of settings which affect video creatives served through this placement.
|
Placement |
Placement.setVpaidAdapterChoice(java.lang.String vpaidAdapterChoice)
VPAID adapter setting for this placement.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Placement> |
PlacementsListResponse.getPlacements()
Placement collection.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementsListResponse |
PlacementsListResponse.setPlacements(java.util.List<Placement> placements)
Placement collection.
|