type InventorySizeTargeting (v202411)
Represents a collection of targeted and excluded inventory sizes. This is currently only
available on YieldGroup and TrafficDataRequest.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
isTargeted
|
xsd:boolean
Whether the inventory sizes should be targeted or excluded.
|
targetedSizes
|
TargetedSize[]
A list of TargetedSizeDto s.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["InventorySizeTargeting allows publishers to target or exclude specific inventory sizes for their ad inventory."],["It's primarily used with YieldGroups and TrafficDataRequests to manage ad delivery and forecasting."],["InventorySizeTargeting is defined by two main fields: isTargeted (boolean) and targetedSizes (array of TargetedSize objects)."],["Publishers can specify whether they want to target or exclude certain inventory sizes using the isTargeted field."],["The targetedSizes field defines the specific sizes that should be targeted or excluded, providing flexibility in ad delivery optimization."]]],["The document details the `InventorySizeTargeting` feature, which manages targeted and excluded inventory sizes. This feature is applicable to `YieldGroup` and `TrafficDataRequest`. Key components include the `isTargeted` field (a boolean indicating inclusion or exclusion) and `targetedSizes` (a list of `TargetedSize` objects). It's accessible within several services like `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService`.\n"]]