Skip to content Skip to sidebar Skip to footer

Googleanalytics Hitbuilders.timingbuilder

I'm using GA for an Android App. I'm trying to use user timings to report how much time has passed for some actions in my code, so what I basically do is this: At some point in th

Solution 1:

A Value of type time (for both events and custom metrics) should be passed as a whole number (no commas or decimals) representing seconds. So for example, 10 seconds should be 10, and 5 minutes should be 300, etc. Note that in the reports, it will be formatted as hh:mm:ss.


Post a Comment for "Googleanalytics Hitbuilders.timingbuilder"