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

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

Valid time period columns.

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

Namespace

Google \ Ads \ AdManager \ V1 \ Report

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TIME_PERIOD_COLUMN_UNSPECIFIED

Value: 0

Default value. Report will have no time period column.

Generated from protobuf enum TIME_PERIOD_COLUMN_UNSPECIFIED = 0;

TIME_PERIOD_COLUMN_DATE

Value: 1

A column for each date in the report.

Generated from protobuf enum TIME_PERIOD_COLUMN_DATE = 1;

TIME_PERIOD_COLUMN_WEEK

Value: 2

A column for each week in the report.

Generated from protobuf enum TIME_PERIOD_COLUMN_WEEK = 2;

TIME_PERIOD_COLUMN_MONTH

Value: 3

A column for each month in the report.

Generated from protobuf enum TIME_PERIOD_COLUMN_MONTH = 3;

TIME_PERIOD_COLUMN_QUARTER

Value: 4

A column for each quarter in the report.

Generated from protobuf enum TIME_PERIOD_COLUMN_QUARTER = 4;