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(Long profileId,
Placement content)
Inserts a new placement.
|
Dfareporting.Placements.Patch |
Dfareporting.Placements.patch(Long profileId,
Long id,
Placement content)
Updates an existing placement.
|
Dfareporting.Placements.Update |
Dfareporting.Placements.update(Long profileId,
Placement content)
Updates an existing placement.
|
Constructor and Description |
---|
Insert(Long profileId,
Placement content)
Inserts a new placement.
|
Patch(Long profileId,
Long id,
Placement content)
Updates an existing placement.
|
Update(Long profileId,
Placement content)
Updates an existing placement.
|
Modifier and Type | Method and Description |
---|---|
Placement |
Placement.clone() |
Placement |
Placement.set(String fieldName,
Object value) |
Placement |
Placement.setAccountId(Long accountId)
Account ID of this placement.
|
Placement |
Placement.setActiveStatus(String activeStatus)
Whether this placement is active, inactive, archived or permanently archived.
|
Placement |
Placement.setAdBlockingOptOut(Boolean adBlockingOptOut)
Whether this placement opts out of ad blocking.
|
Placement |
Placement.setAdditionalSizes(List<Size> additionalSizes)
Additional sizes associated with this placement.
|
Placement |
Placement.setAdServingPlatformId(Long adServingPlatformId)
Optional.
|
Placement |
Placement.setAdvertiserId(Long advertiserId)
Advertiser ID of this placement.
|
Placement |
Placement.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
Placement |
Placement.setAllowOnYoutube(Boolean allowOnYoutube)
Optional.
|
Placement |
Placement.setCampaignId(Long campaignId)
Campaign ID of this placement.
|
Placement |
Placement.setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
Dimension value for the ID of the campaign.
|
Placement |
Placement.setComment(String comment)
Comments for this placement.
|
Placement |
Placement.setCompatibility(String compatibility)
Placement compatibility.
|
Placement |
Placement.setContentCategoryId(Long contentCategoryId)
ID of the content category assigned to this placement.
|
Placement |
Placement.setConversionDomainOverride(PlacementConversionDomainOverride conversionDomainOverride)
Optional.
|
Placement |
Placement.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this placement.
|
Placement |
Placement.setDirectorySiteId(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(String externalId)
External ID for this placement.
|
Placement |
Placement.setId(Long id)
ID of this placement.
|
Placement |
Placement.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this placement.
|
Placement |
Placement.setKeyName(String keyName)
Key name of this placement.
|
Placement |
Placement.setKind(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(String name)
Name of this placement.This is a required field and must be less than or equal to 512
characters long.
|
Placement |
Placement.setPartnerWrappingData(MeasurementPartnerWrappingData partnerWrappingData)
Measurement partner provided settings for a wrapped placement.
|
Placement |
Placement.setPaymentApproved(Boolean paymentApproved)
Whether payment was approved for this placement.
|
Placement |
Placement.setPaymentSource(String paymentSource)
Payment source for this placement.
|
Placement |
Placement.setPlacementGroupId(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(Long placementStrategyId)
ID of the placement strategy assigned to this placement.
|
Placement |
Placement.setPricingSchedule(PricingSchedule pricingSchedule)
Pricing schedule of this placement.
|
Placement |
Placement.setPrimary(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(Long siteId)
Site ID associated with this placement.
|
Placement |
Placement.setSiteIdDimensionValue(DimensionValue siteIdDimensionValue)
Dimension value for the ID of the site.
|
Placement |
Placement.setSiteServed(Boolean siteServed)
Optional.
|
Placement |
Placement.setSize(Size size)
Size associated with this placement.
|
Placement |
Placement.setSslRequired(Boolean sslRequired)
Whether creatives assigned to this placement must be SSL-compliant.
|
Placement |
Placement.setStatus(String status)
Third-party placement status.
|
Placement |
Placement.setSubaccountId(Long subaccountId)
Subaccount ID of this placement.
|
Placement |
Placement.setTagFormats(List<String> tagFormats)
Tag formats to generate for this placement.
|
Placement |
Placement.setTagSetting(TagSetting tagSetting)
Tag settings for this placement.
|
Placement |
Placement.setVideoActiveViewOptOut(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(String vpaidAdapterChoice)
VPAID adapter setting for this placement.
|
Placement |
Placement.setWrappingOptOut(Boolean wrappingOptOut)
Whether this placement opts out of tag wrapping.
|
Placement |
Placement.setYoutubeSettings(YoutubeSettings youtubeSettings)
Optional.
|
Modifier and Type | Method and Description |
---|---|
List<Placement> |
PlacementsListResponse.getPlacements()
Placement collection.
|
Modifier and Type | Method and Description |
---|---|
PlacementsListResponse |
PlacementsListResponse.setPlacements(List<Placement> placements)
Placement collection.
|
Copyright © 2011–2025 Google. All rights reserved.