Enum AdFormat (0.16.0)

public enum AdFormat extends Enum<AdFormat> implements ProtocolMessageEnum

The format of the ad served.

Protobuf enum google.ads.datamanager.v1.AdFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
AD_FORMAT_AR

AR ad.

AD_FORMAT_AR = 1;

AD_FORMAT_AR_VALUE

AR ad.

AD_FORMAT_AR = 1;

AD_FORMAT_AUDIO

Audio ad.

AD_FORMAT_AUDIO = 2;

AD_FORMAT_AUDIO_VALUE

Audio ad.

AD_FORMAT_AUDIO = 2;

AD_FORMAT_BANNER

Banner ad.

AD_FORMAT_BANNER = 3;

AD_FORMAT_BANNER_VALUE

Banner ad.

AD_FORMAT_BANNER = 3;

AD_FORMAT_BUMPER

Bumper ad.

AD_FORMAT_BUMPER = 4;

AD_FORMAT_BUMPER_VALUE

Bumper ad.

AD_FORMAT_BUMPER = 4;

Carousel ad.

AD_FORMAT_CAROUSEL = 5;

Carousel ad.

AD_FORMAT_CAROUSEL = 5;

AD_FORMAT_COLLECTION

Collection ad.

AD_FORMAT_COLLECTION = 6;

AD_FORMAT_COLLECTION_VALUE

Collection ad.

AD_FORMAT_COLLECTION = 6;

AD_FORMAT_IMAGE

Image ad.

AD_FORMAT_IMAGE = 7;

AD_FORMAT_IMAGE_VALUE

Image ad.

AD_FORMAT_IMAGE = 7;

AD_FORMAT_INTERACTIVE

Interactive ad.

AD_FORMAT_INTERACTIVE = 8;

AD_FORMAT_INTERACTIVE_VALUE

Interactive ad.

AD_FORMAT_INTERACTIVE = 8;

AD_FORMAT_INTERSTITIAL

Interstitial ad.

AD_FORMAT_INTERSTITIAL = 9;

AD_FORMAT_INTERSTITIAL_VALUE

Interstitial ad.

AD_FORMAT_INTERSTITIAL = 9;

AD_FORMAT_IN_FEED

In-feed ad.

AD_FORMAT_IN_FEED = 10;

AD_FORMAT_IN_FEED_VALUE

In-feed ad.

AD_FORMAT_IN_FEED = 10;

AD_FORMAT_IN_STREAM

In-stream ad.

AD_FORMAT_IN_STREAM = 11;

AD_FORMAT_IN_STREAM_NON_SKIPPABLE

In-stream non-skippable ad.

AD_FORMAT_IN_STREAM_NON_SKIPPABLE = 13;

AD_FORMAT_IN_STREAM_NON_SKIPPABLE_VALUE

In-stream non-skippable ad.

AD_FORMAT_IN_STREAM_NON_SKIPPABLE = 13;

AD_FORMAT_IN_STREAM_SKIPPABLE

In-stream skippable ad.

AD_FORMAT_IN_STREAM_SKIPPABLE = 12;

AD_FORMAT_IN_STREAM_SKIPPABLE_VALUE

In-stream skippable ad.

AD_FORMAT_IN_STREAM_SKIPPABLE = 12;

AD_FORMAT_IN_STREAM_VALUE

In-stream ad.

AD_FORMAT_IN_STREAM = 11;

AD_FORMAT_NATIVE

Native ad.

AD_FORMAT_NATIVE = 14;

AD_FORMAT_NATIVE_VALUE

Native ad.

AD_FORMAT_NATIVE = 14;

AD_FORMAT_SHORTS

Shorts ad.

AD_FORMAT_SHORTS = 15;

AD_FORMAT_SHORTS_VALUE

Shorts ad.

AD_FORMAT_SHORTS = 15;

AD_FORMAT_SPONSORED

Sponsored ad.

AD_FORMAT_SPONSORED = 17;

AD_FORMAT_SPONSORED_VALUE

Sponsored ad.

AD_FORMAT_SPONSORED = 17;

AD_FORMAT_STORY

Story ad.

AD_FORMAT_STORY = 16;

AD_FORMAT_STORY_VALUE

Story ad.

AD_FORMAT_STORY = 16;

AD_FORMAT_UNSPECIFIED

Unspecified ad format.

AD_FORMAT_UNSPECIFIED = 0;

AD_FORMAT_UNSPECIFIED_VALUE

Unspecified ad format.

AD_FORMAT_UNSPECIFIED = 0;

AD_FORMAT_VIDEO

Video ad.

AD_FORMAT_VIDEO = 18;

AD_FORMAT_VIDEO_VALUE

Video ad.

AD_FORMAT_VIDEO = 18;

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()