Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는
새로운 API 메서드가 있습니다.
v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면
지원 중단 일정 및 안내를 검토하세요.
TimeRange
시간 범위입니다. 해당 범위 전체의 데이터를 반 열기 반전 (즉, [startTime, endTime))으로 가져옵니다.
JSON 표현 |
{
"startTime": string,
"endTime": string
} |
필드 |
startTime |
string (Timestamp format)
범위 시작의 에포크 타임스탬프입니다(해당 값 포함). RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z" 및 "2014-10-02T15:01:23.045123456Z" 입니다.
|
endTime |
string (Timestamp format)
범위의 끝에 해당하는 에포크 타임스탬프입니다(해당 값 제외). RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z" 및 "2014-10-02T15:01:23.045123456Z" 입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-11(UTC)
[null,null,["최종 업데이트: 2024-10-11(UTC)"],[[["The Time Range is defined by a start and end time, represented in JSON format using the `startTime` and `endTime` fields."],["Data is extracted within a half-open interval, including the `startTime` but excluding the `endTime`."],["Both `startTime` and `endTime` utilize the RFC3339 UTC \"Zulu\" format with nanosecond resolution for precision."],["The Time Range leverages Google Protocol Buffers' Timestamp format for consistent and standardized representation."]]],["Data is retrieved over a time range defined by a half-open interval, \\[startTime, endTime). The JSON representation includes `startTime` and `endTime` fields, both strings in RFC3339 UTC \"Zulu\" timestamp format. `startTime` marks the inclusive beginning of the range, and `endTime` marks the exclusive end. These timestamps use nanosecond resolution with up to nine fractional digits, as demonstrated by the given examples.\n"]]