Google Ads Data Manager V1 Client - Class AdType (0.6.0)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class AdType.

The type of the ad served.

Protobuf type google.ads.datamanager.v1.AdType

Namespace

Google \ Ads \ DataManager \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AD_TYPE_UNSPECIFIED

Value: 0

Unspecified ad type.

Generated from protobuf enum AD_TYPE_UNSPECIFIED = 0;

AD_TYPE_DISPLAY

Value: 1

Display ad.

Generated from protobuf enum AD_TYPE_DISPLAY = 1;

AD_TYPE_TEXT

Value: 2

Text ad.

Generated from protobuf enum AD_TYPE_TEXT = 2;

AD_TYPE_IMAGE

Value: 3

Image ad.

Generated from protobuf enum AD_TYPE_IMAGE = 3;

AD_TYPE_RICH_MEDIA

Value: 4

Rich media ad.

Generated from protobuf enum AD_TYPE_RICH_MEDIA = 4;

AD_TYPE_HTML

Value: 5

HTML ad.

Generated from protobuf enum AD_TYPE_HTML = 5;

AD_TYPE_AUDIO

Value: 6

Audio ad.

Generated from protobuf enum AD_TYPE_AUDIO = 6;

AD_TYPE_VIDEO

Value: 7

Video ad.

Generated from protobuf enum AD_TYPE_VIDEO = 7;