Show / Hide Table of Contents

Class DataResource.McfResource

The "mcf" collection of methods.

Inheritance
object
DataResource.McfResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class DataResource.McfResource

Constructors

McfResource(IClientService)

Constructs a new resource.

Declaration
public McfResource(IClientService service)
Parameters
Type Name Description
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
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.

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.

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.

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
In This Article
Back to top Generated by DocFX