Show / Hide Table of Contents

Enum AccountsResource.ReportsResource.SavedResource.GenerateCsvRequest.DateRangeEnum

Date range of the report, if unset the range will be considered CUSTOM.

Namespace: Google.Apis.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public enum AccountsResource.ReportsResource.SavedResource.GenerateCsvRequest.DateRangeEnum

Fields

Name Description
CUSTOM

A custom date range specified using the start_date and end_date fields. This is the default if no ReportingDateRange is provided.

LAST30DAYS

Last 30 days, excluding current day.

LAST7DAYS

Last 7 days, excluding current day.

MONTHTODATE

From the start of the current month to the current day. e.g. if the current date is 2020-03-12 then the range will be [2020-03-01, 2020-03-12].

REPORTINGDATERANGEUNSPECIFIED

Unspecified date range.

TODAY

Current day.

YEARTODATE

From the start of the current year to the current day. e.g. if the current date is 2020-03-12 then the range will be [2020-01-01, 2020-03-12].

YESTERDAY

Yesterday.

In this article
Back to top Generated by DocFX