Search code examples
google-analyticsgoogle-analytics-apitime-tracking

_trackTiming google analytics


I have tried to track timing using this code in Google Analytics, and I have tried to find the report under "Behavior" --> "Site Speed" --> "User Timings"

but I can't find any result, can anyone help please ?

<a href="#" onClick="_gaq.push(['_trackTiming', 'Start up', 'Load Data' , 100]);">Load Data</a>

Thanks in Advance


Solution

  • After a lot of search I have found why my result is not shown, it is because the timing reports is a sampling reports which means that it needs a lot of data and hits to be able to calculate those reports, so it will take a lot of time until it be shown in your dashboard