Enumeration ReportDefinitionServiceReportDateRangeType

ReportDefinitionServiceReportDateRangeTypeは、レポートの集計対象期間を表します。
このフィールドは、ADD時に必須となり、REMOVE時に無視されます。
本日分を含む実績値を取得する(TODAY/CUSTOM_DATEで本日を含む)場合、以下の制約があります。
- 本日分の実績値は、その時点での速報値です。取得タイミングによって速報値は変動するため、4〜5時間前の実績値となる可能性があります。
- StatsServiceや広告管理ツールによる本日分の実績値とは、数値が異なる可能性があります。
- フリークエンシーレポートとリーチレポートでは、本日分の実績値は取得できません。
- 本日分の実績値は、翌朝5時(JST)前後に確定します。
ReportDefinitionServiceReportDateRangeType displays a date range of the report.
This field is required in ADD operation, and will be ignored in REMOVE operation.
If you want actual value including today (specifying TODAY/CUSTOM_DATE to include today), confirm the following restrictions.
- Today\'s actual value on the report is preliminary figures at a particular time. It may be the value at the time 4 to 5 hours ago, since the preliminary figure varies depending on when it\'s acquired.
- The actual value including today on the report may be different from the value acquired by StatsService or the value displayed on the Campaign Management Tool.
- Frequency Report and Reach Report don\'t provide today\'s actual value.
- The value will be determined around 5 AM the next morning (JST).
LAST_7_DAYS
本日を除く、過去7日間です。Reports are generated for the last 7 days not including today.
LAST_MONTH
前月です。Reports are generated for all days in the previous month.
THIS_MONTH
本日を含む、当月です。Reports are generated for all days in the current month including today.
THIS_MONTH_EXCEPT_TODAY
本日を除く、当月です。Reports are generated for all days in the current month not including today.
TODAY
本日です。Reports are generated for today.
YESTERDAY
昨日です。Reports are generated for yesterday only.
LAST_30_DAYS
本日を除く、過去30日間です。Reports are generated for the last 30 days not including today.
LAST_14_DAYS
本日を除く、過去14日間です。Reports are generated for the last 14 days not including today.
CUSTOM_DATE
ユーザーにより指定される期間です。CUSTOM_DATEを指定した場合、集計対象期間の指定が必要です。
※ReportType : REACHでは指定不可
Reports are generated for the date range specified byDateRange. If select CUSTOM_DATE, DateRange must be input.
* CUSTOM_DATE cannot be specified if ReportType = REACH.
LAST_WEEK
先週の月曜日から日曜日です。Reports are generated for the seven-day period starting with previous Monday.
LAST_BUSINESS_WEEK
先週の月曜日から5営業日です。Reports are generated for the 5 day business week starting with previous Monday.
GUARANTEED_CAMPAIGN_PERIOD
通期です。
リーチレポートでのみ指定可能です。
通期を指定する場合は、frequencyRangeでもGUARANTEED_CAMPAIGN_PERIODを指定する必要があります。
※この「通期」は、予約型キャンペーンの開始から終了までの全期間を意味します。
Lifetime.
Can be specified only in the reach report.
If specified this, \"GUARANTEED_CAMPAIGN_PERIOD\" must be specified for frequencyRange as well.
* "lifetime" means the entire period from the start to the end of the guaranteed campaign.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

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