SamplingMetadata
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-24(UTC)
[null,null,["최종 업데이트: 2024-11-24(UTC)"],[[["Funnel report results may be sampled, meaning only a subset of data is analyzed to represent the larger dataset."],["The `samplesReadCount` field indicates the number of events analyzed in the sampled report."],["The `samplingSpaceSize` field represents the total number of events that could have been analyzed."],["To determine the sampling rate, divide `samplesReadCount` by `samplingSpaceSize`."]]],["The document describes metadata for sampled funnel reports, detailing the percentage of events analyzed. `samplesReadCount` represents the total events read in the sampled report, while `samplingSpaceSize` indicates the total events available for analysis. These fields, both strings in int64 format, allow for calculating the percentage of data used by dividing `samplesReadCount` by `samplingSpaceSize`. Sampling analyzes a data subset to find key information in the larger dataset.\n"]]