Enum AccountsResource.ReportsResource.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.GenerateCsvRequest.DateRangeEnum
Fields
| Name | Description |
|---|---|
| CUSTOM | A custom date range specified using the |
| 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. |