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

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MEDIA_QUARTILE_UNSPECIFIED

Value: 0

Unspecified media quartile.

Generated from protobuf enum MEDIA_QUARTILE_UNSPECIFIED = 0;

MEDIA_QUARTILE_START

Value: 1

Start.

Generated from protobuf enum MEDIA_QUARTILE_START = 1;

MEDIA_QUARTILE_FIRST_QUARTILE

Value: 2

First quartile.

Generated from protobuf enum MEDIA_QUARTILE_FIRST_QUARTILE = 2;

MEDIA_QUARTILE_MIDPOINT

Value: 3

Midpoint.

Generated from protobuf enum MEDIA_QUARTILE_MIDPOINT = 3;

MEDIA_QUARTILE_THIRD_QUARTILE

Value: 4

Third quartile.

Generated from protobuf enum MEDIA_QUARTILE_THIRD_QUARTILE = 4;

MEDIA_QUARTILE_COMPLETE

Value: 5

Complete.

Generated from protobuf enum MEDIA_QUARTILE_COMPLETE = 5;