Enum AdSpotTargetingTypeEnum.AdSpotTargetingType (0.54.0)

public enum AdSpotTargetingTypeEnum.AdSpotTargetingType extends Enum<AdSpotTargetingTypeEnum.AdSpotTargetingType> implements ProtocolMessageEnum

Defines the targeting behavior of an ad spot.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AD_SPOT_TARGETING_TYPE_UNSPECIFIED

Default value. This value is unused.

AD_SPOT_TARGETING_TYPE_UNSPECIFIED = 0;

AD_SPOT_TARGETING_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

AD_SPOT_TARGETING_TYPE_UNSPECIFIED = 0;

EXPLICITLY_TARGETED

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

EXPLICITLY_TARGETED = 1;

EXPLICITLY_TARGETED_EXCEPT_HOUSE

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.

EXPLICITLY_TARGETED_EXCEPT_HOUSE = 2;

EXPLICITLY_TARGETED_EXCEPT_HOUSE_VALUE

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.

EXPLICITLY_TARGETED_EXCEPT_HOUSE = 2;

EXPLICITLY_TARGETED_VALUE

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

EXPLICITLY_TARGETED = 1;

NOT_REQUIRED

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

NOT_REQUIRED = 3;

NOT_REQUIRED_VALUE

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

NOT_REQUIRED = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()