Enumeration ReportDefinitionServiceReportDateRangeType

ReportDefinitionServiceReportDateRangeTypeは、レポートの集計対象期間を表します。
ADD時、reportTypeがBID_MODIFIER以外の場合、このフィールドは必須となります。
※reportTypeがBID_MODIFIERの場合、このフィールドは、レスポンスの際にNO_RANGEが返却されますが、リクエストの際には指定できません。
ReportDefinitionServiceReportDateRangeType displays a date range of the report.
In ADD operation, this field is required if reportType is other than BID_MODIFIER.
*If reportType is BID_MODIFIER, this field will return NO_RANGE in response, but cannot be specified in request.
TODAY
本日です。Reports are generated for today only.
YESTERDAY
昨日です。Reports are generated for yesterday only.
LAST_7_DAYS
本日を除く、過去7日間です。Reports are generated for the last 7 days not including today.
LAST_WEEK
先週の月曜日から日曜日です。Reports are generated for the 7 day period, starting from previous Monday.
LAST_14_DAYS
本日を除く、過去14日間です。Reports are generated for the last 14 days, not including today.
LAST_30_DAYS
本日を除く、過去30日間です。Reports are generated for the last 30 days, not including today.
LAST_BUSINESS_WEEK
先週の月曜日から5営業日です。Reports are generated for the 5 business day, starting from previous Monday.
THIS_MONTH
本日を含む、当月です。Reports are generated for all days of current month.
THIS_MONTH_EXCEPT_TODAY
本日を除く、当月です。Reports are generated for current month except today.
LAST_MONTH
前月です。Reports are generated for all days of previous month.
ALL_TIME
取得可能な全期間です。Reports are generated for all available time range.
CUSTOM_DATE
ユーザーにより指定される期間です。
こちらには集計対象期間の指定が必要です。
Reports are generated for specified date range.
Specific date must be input through DateRange.
NO_RANGE
期間指定なしです。No period is specified.
UNKNOWN
未知の値です。Unknown value.

Enumeration Members

AllTime: "ALL_TIME"
CustomDate: "CUSTOM_DATE"
Last14Days: "LAST_14_DAYS"
Last30Days: "LAST_30_DAYS"
Last7Days: "LAST_7_DAYS"
LastBusinessWeek: "LAST_BUSINESS_WEEK"
LastMonth: "LAST_MONTH"
LastWeek: "LAST_WEEK"
NoRange: "NO_RANGE"
ThisMonth: "THIS_MONTH"
ThisMonthExceptToday: "THIS_MONTH_EXCEPT_TODAY"
Today: "TODAY"
Unknown: "UNKNOWN"
Yesterday: "YESTERDAY"