YYYY-MM-DD 형식의 쿼리의 시작일(해당 날짜 포함)입니다. endDate 이후일 수 없습니다. NdaysAgo, yesterday 또는 today 형식도 허용되며, 이 경우 속성의 보고 시간대를 기준으로 날짜가 추론됩니다.
endDate
string
YYYY-MM-DD 형식의 쿼리 종료일(해당 날짜 포함)입니다. startDate 이전일 수 없습니다. NdaysAgo, yesterday 또는 today 형식도 허용되며, 이 경우 속성의 보고 시간대를 기준으로 날짜가 추론됩니다.
name
string
이 기간에 이름을 할당합니다. 보고서 응답에서 측정기준 dateRange의 값은 이 이름으로 설정됩니다. 설정된 경우 date_range_ 또는 RESERVED_로 시작할 수 없습니다. 설정하지 않으면 기간 이름은 요청의 0 기반 색인(date_range_0, date_range_1 등)으로 지정됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-22(UTC)"],[[["Defines a contiguous set of days using `startDate` and `endDate` for querying data within a specific timeframe."],["Allows requests for up to 4 date ranges, providing flexibility in data retrieval."],["Uses a JSON representation with fields for `startDate`, `endDate`, and an optional `name` for the date range."],["Accepts date formats in `YYYY-MM-DD` or relative formats like `NdaysAgo`, `yesterday`, or `today`."],["Enables assigning custom names to date ranges or uses default naming based on their index in the request."]]],["The core content describes defining date ranges for queries. Each date range is specified by a `startDate` and `endDate` in `YYYY-MM-DD` format or using relative terms like `NdaysAgo`, `yesterday`, or `today`. A `name` can be assigned to each range, which will be used in the response; otherwise, ranges are indexed. Up to four date ranges can be requested. The `startDate` cannot be after `endDate`, and the `name` cannot begin with `date_range_` or `RESERVED_`.\n"]]