public class Analytics.Data.Realtime extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Data.Realtime.Get |
| Constructor and Description |
|---|
Analytics.Data.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 Analytics data. Table ID is of the form ga:XXXX, where XXXX is the
Analytics view (profile) ID.metrics - A comma-separated list of Analytics metrics. E.g., 'ga:visits,ga:pageviews'. At least one metric
must be specified.IOException