Google Ads Ad Manager V1 Client - Class AdSpotTargetingType (0.8.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class AdSpotTargetingType.

Defines the targeting behavior of an ad spot.

Protobuf type google.ads.admanager.v1.AdSpotTargetingTypeEnum.AdSpotTargetingType

Namespace

Google \ Ads \ AdManager \ V1 \ AdSpotTargetingTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AD_SPOT_TARGETING_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum AD_SPOT_TARGETING_TYPE_UNSPECIFIED = 0;

EXPLICITLY_TARGETED

Value: 1

Only line items targeting this ad spots explicitly may serve in it

Generated from protobuf enum EXPLICITLY_TARGETED = 1;

EXPLICITLY_TARGETED_EXCEPT_HOUSE

Value: 2

If house ads are an allowed reservation type, they may serve in the ad spot regardless of whether they explicitly target it. Ads of other reservation types (whose type is allowed in the ad spot), may serve in the ad spot only if explicitly targeted.

Generated from protobuf enum EXPLICITLY_TARGETED_EXCEPT_HOUSE = 2;

NOT_REQUIRED

Value: 3

Line items not targeting this ad spot explicitly may serve in it.

Generated from protobuf enum NOT_REQUIRED = 3;