public class Analytics.Data.Realtime extends Object
Modifier and Type | Class and Description |
---|---|
class |
Analytics.Data.Realtime.Get |
Constructor and Description |
---|
Realtime() |
Modifier and Type | Method and Description |
---|---|
Analytics.Data.Realtime.Get |
get(String ids,
String metrics)
Returns real time data for a view (profile).
|
public Analytics.Data.Realtime.Get get(String ids, String metrics) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.ids
- Unique table ID for retrieving real time data. Table ID is of the form ga:XXXX, where XXXX is the
Analytics view (profile) ID.metrics
- A comma-separated list of real time metrics. E.g., 'rt:activeUsers'. At least one metric must be
specified.IOException
Copyright © 2011–2020 Google. All rights reserved.