angular-google-analytics icon indicating copy to clipboard operation
angular-google-analytics copied to clipboard

Site Speed

Open matthieudesprez opened this issue 6 years ago • 2 comments

Using angular-google-analytics, in Google Analytics Behavior > Site Speed, all the data relative to response time, like avgDomInteractiveTime, is set to 0 :

image

Does anyone know how can I achieve to get informations about site speed ?

matthieudesprez avatar Sep 25 '17 15:09 matthieudesprez

i believe for that data you'll need to use the trackTimings method. https://developers.google.com/analytics/devguides/collection/analyticsjs/user-timings I'm actually setting this up currently. I haven't been able to get the timing event to fire yet, so i'm trying to debug that.

Hopefully this helps

mwq27 avatar Dec 07 '17 16:12 mwq27

Thanks for your return.

I'm not able to try it at the moment, but it seems that the best solution would be indeed to handle it manually.

matthieudesprez avatar Dec 07 '17 22:12 matthieudesprez