public class Analytics.Data.Mcf extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Data.Mcf.Get |
| Constructor and Description |
|---|
Mcf() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Data.Mcf.Get |
get(String ids,
String startDate,
String endDate,
String metrics)
Returns Analytics Multi-Channel Funnels data for a view (profile).
|
public Analytics.Data.Mcf.Get get(String ids, String startDate, String endDate, 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.startDate - Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD,
or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is
7daysAgo.endDate - End date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or
as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.metrics - A comma-separated list of Multi-Channel Funnels metrics. E.g.,
'mcf:totalConversions,mcf:totalConversionValue'. At least one metric must be specified.IOExceptionCopyright © 2011–2022 Google. All rights reserved.