getTimingDataSamplingOnPageLoad
The getTimingDataSamplingOnPageLoad() method returns the sample size used for page timing reports.
Syntax
getTimingDataSamplingOnPageLoad()
Not available
Not available
Not available
Not available
Not available
Not available
Returns
The sample size used for page timing reports in percentage.
Format: Example: 10
Type: number
Examples
To get the sample size used for page timing reports:
_paq.push([function () {
console.log(this.getTimingDataSamplingOnPageLoad());
}]);
Not available
Not available
Not available
Not available
Not available
Not available
Related methods
Updated 6 days ago