Reference documentation and code samples for the Google Ads Data Manager V1 Client class MediaQuartile.
The amount of the media that was played as discrete quartiles.
Protobuf type google.ads.datamanager.v1.MediaQuartile
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MEDIA_QUARTILE_UNSPECIFIED
Value: 0Unspecified media quartile.
Generated from protobuf enum MEDIA_QUARTILE_UNSPECIFIED = 0;
MEDIA_QUARTILE_START
Value: 1Start.
Generated from protobuf enum MEDIA_QUARTILE_START = 1;
MEDIA_QUARTILE_FIRST_QUARTILE
Value: 2First quartile.
Generated from protobuf enum MEDIA_QUARTILE_FIRST_QUARTILE = 2;
MEDIA_QUARTILE_MIDPOINT
Value: 3Midpoint.
Generated from protobuf enum MEDIA_QUARTILE_MIDPOINT = 3;
MEDIA_QUARTILE_THIRD_QUARTILE
Value: 4Third quartile.
Generated from protobuf enum MEDIA_QUARTILE_THIRD_QUARTILE = 4;
MEDIA_QUARTILE_COMPLETE
Value: 5Complete.
Generated from protobuf enum MEDIA_QUARTILE_COMPLETE = 5;