Google Ads Ad Manager V1 Client - Class MetricValueType (0.1.1)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class MetricValueType.

Possible metric value types to add.

Protobuf type google.ads.admanager.v1.Report.MetricValueType

Namespace

Google \ Ads \ AdManager \ V1 \ Report

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PRIMARY

Value: 0

The values for the primary date_range.

Generated from protobuf enum PRIMARY = 0;

PRIMARY_PERCENT_OF_TOTAL

Value: 1

Each metrics' percent of the total for the primary date_range.

Generated from protobuf enum PRIMARY_PERCENT_OF_TOTAL = 1;

COMPARISON

Value: 2

The values for the comparison_date_range.

Generated from protobuf enum COMPARISON = 2;

COMPARISON_PERCENT_OF_TOTAL

Value: 3

Each metrics' percent of the total for the comparison_date_range.

Generated from protobuf enum COMPARISON_PERCENT_OF_TOTAL = 3;

ABSOLUTE_CHANGE

Value: 4

The absolute change between the primary and comparison date ranges.

Generated from protobuf enum ABSOLUTE_CHANGE = 4;

RELATIVE_CHANGE

Value: 5

The relative change between the primary and comparison date ranges.

Generated from protobuf enum RELATIVE_CHANGE = 5;