I am using Google analytics events to track what users are searching for within a particular dataset on a single page (the value of an input box when they click search).
I am accessing the real time events using the 'Real Time Reporting API' using the metric rt:totalEvents and the dimension rt:eventLabel. When I query the data I get a response such as:
["Los Angeles, CA",
"37"
],
[
"San Francisco, CA",
"29"
],
[
"Las Vegas, NV",
"21"
],
I doubt these figures are be the number of events at the exact time of the query, each event must stay current for a period of time, what is this time frame?
Thank you in advance for your assistance.