Module: Google::Ads::AdManager::V1::Schedule::Frequency

Defined in:
proto_docs/google/ads/admanager/v1/report_service.rb

Overview

Frequency to run report.

Constant Summary collapse

FREQUENCY_UNSPECIFIED =

No Frequency specified.

0
HOURLY =

Schedule report to run every hour.

1
TWO_TIMES_DAILY =

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

2
THREE_TIMES_DAILY =

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

3
FOUR_TIMES_DAILY =

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

4
DAILY =

Schedule report to run on a daily basis.

5
WEEKLY =

Schedule report to run on a weekly basis.

6
MONTHLY =

Schedule report to run on a monthly basis.

7