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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AD_TYPE_UNSPECIFIED
Value: 0Unspecified ad type.
Generated from protobuf enum AD_TYPE_UNSPECIFIED = 0;
AD_TYPE_DISPLAY
Value: 1Display ad.
Generated from protobuf enum AD_TYPE_DISPLAY = 1;
AD_TYPE_TEXT
Value: 2Text ad.
Generated from protobuf enum AD_TYPE_TEXT = 2;
AD_TYPE_IMAGE
Value: 3Image ad.
Generated from protobuf enum AD_TYPE_IMAGE = 3;
AD_TYPE_RICH_MEDIA
Value: 4Rich media ad.
Generated from protobuf enum AD_TYPE_RICH_MEDIA = 4;
AD_TYPE_HTML
Value: 5HTML ad.
Generated from protobuf enum AD_TYPE_HTML = 5;
AD_TYPE_AUDIO
Value: 6Audio ad.
Generated from protobuf enum AD_TYPE_AUDIO = 6;
AD_TYPE_VIDEO
Value: 7Video ad.
Generated from protobuf enum AD_TYPE_VIDEO = 7;