Class DataResource.McfResource
The "mcf" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class McfResource
Constructors
McfResource(IClientService)
Constructs a new resource.
Declaration
public McfResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| Google.Apis.Services.IClientService | service |
Methods
Get(String, String, String, String)
Returns Analytics Multi-Channel Funnels data for a view (profile).
Declaration
public virtual DataResource.McfResource.GetRequest Get(string ids, string startDate, string endDate, string metrics)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ids | Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID. |
| System.String | 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. |
| System.String | 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. |
| System.String | metrics | A comma-separated list of Multi-Channel Funnels metrics. E.g., 'mcf:totalConversions,mcf:totalConversionValue'. At least one metric must be specified. |
Returns
| Type | Description |
|---|---|
| DataResource.McfResource.GetRequest |