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

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

Frequency to run report.

Protobuf type google.ads.admanager.v1.Schedule.Frequency

Namespace

Google \ Ads \ AdManager \ V1 \ Schedule

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FREQUENCY_UNSPECIFIED

Value: 0

No Frequency specified.

Generated from protobuf enum FREQUENCY_UNSPECIFIED = 0;

HOURLY

Value: 1

Schedule report to run every hour.

Generated from protobuf enum HOURLY = 1;

TWO_TIMES_DAILY

Value: 2

Schedule report to run twice a day (every 12 hours).

Generated from protobuf enum TWO_TIMES_DAILY = 2;

THREE_TIMES_DAILY

Value: 3

Schedule report to run three times a day (every 8 hours).

Generated from protobuf enum THREE_TIMES_DAILY = 3;

FOUR_TIMES_DAILY

Value: 4

Schedule report to run four times a day (every 6 hours).

Generated from protobuf enum FOUR_TIMES_DAILY = 4;

DAILY

Value: 5

Schedule report to run on a daily basis.

Generated from protobuf enum DAILY = 5;

WEEKLY

Value: 6

Schedule report to run on a weekly basis.

Generated from protobuf enum WEEKLY = 6;

MONTHLY

Value: 7

Schedule report to run on a monthly basis.

Generated from protobuf enum MONTHLY = 7;