SamplingMetadata
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-24 (世界標準時間)。
[null,null,["上次更新時間:2024-11-24 (世界標準時間)。"],[[["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"]]