type TargetingCriteriaBreakdown (v202502)

  • A TargetingCriteriaBreakdown is a result from the ForecastService.

  • It provides details about a single targeting criteria breakdown, including its dimension, ID, name, and whether it's excluded.

  • The breakdown includes metrics like available and matched units for that specific targeting criteria.

A single targeting criteria breakdown result.


Namespace
https://www.google.com/apis/ads/publisher/v202502

Field

targetingDimension

TargetingDimension

The dimension of this breakdown


Enumerations
CUSTOM_CRITERIA
GEOGRAPHY
BROWSER
BROWSER_LANGUAGE
BANDWIDTH_GROUP
OPERATING_SYSTEM
USER_DOMAIN
CONTENT
VIDEO_POSITION
AD_SIZE
AD_UNIT
PLACEMENT
MOBILE_CARRIER
DEVICE_CAPABILITY
DEVICE_CATEGORY
DEVICE_MANUFACTURER
MOBILE_APPLICATION
FORECASTED_CREATIVE_RESTRICTION
VERTICAL
CONTENT_LABEL
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.

targetingCriteriaId

xsd:long

The unique ID of the targeting criteria.

targetingCriteriaName

xsd:string

The name of the targeting criteria.

excluded

xsd:boolean

When true, the breakdown is negative.

availableUnits

xsd:long

The available units for this breakdown.

matchedUnits

xsd:long

The matched units for this breakdown.