module Mcf: sig .. end
module SamplingLevel: sig .. end
val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
?dimensions:string ->
?filters:string ->
?max_results:int ->
?samplingLevel:SamplingLevel.t ->
?sort:string ->
?start_index:int ->
ids:string ->
start_date:string ->
end_date:string ->
metrics:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.McfData.t * GapiConversation.Session.t
Returns Analytics Multi-Channel Funnels data for a view (profile).
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
etag : Optional ETag.
std_params : Optional standard parameters.
dimensions : A comma-separated list of Multi-Channel Funnels dimensions. E.g., 'mcf:source,mcf:medium'.
filters : A comma-separated list of dimension or metric filters to be applied to the Analytics data.
max_results : The maximum number of entries to include in this feed.
samplingLevel : The desired sampling level.
sort : A comma-separated list of dimensions or metrics that determine the sort order for the Analytics data.
start_index : An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
ids : Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.
start_date : 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.
end_date : 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.