analytics  v3
Classes | Properties | List of all members
Google.Apis.Analytics.v3.Data.McfData Class Reference

Multi-Channel Funnels data for a given view (profile). More...

Inheritance diagram for Google.Apis.Analytics.v3.Data.McfData:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  ColumnHeadersData
 
class  ProfileInfoData
 Information for the view (profile), for which the Analytics data was requested. More...
 
class  QueryData
 Analytics data request query parameters. More...
 
class  RowsData
 A union object representing a dimension or metric value. Only one of "primitiveValue" or "conversionPathValue" attribute will be populated. More...
 

Properties

virtual System.Collections.Generic.IList< McfData.ColumnHeadersDataColumnHeaders [get, set]
 Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request. More...
 
virtual System.Nullable< bool > ContainsSampledData [get, set]
 Determines if the Analytics data contains sampled data. More...
 
virtual string Id [get, set]
 Unique ID for this data response. More...
 
virtual System.Nullable< int > ItemsPerPage [get, set]
 The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter. More...
 
virtual string Kind [get, set]
 Resource type. More...
 
virtual string NextLink [get, set]
 Link to next page for this Analytics data query. More...
 
virtual string PreviousLink [get, set]
 Link to previous page for this Analytics data query. More...
 
virtual McfData.ProfileInfoData ProfileInfo [get, set]
 Information for the view (profile), for which the Analytics data was requested. More...
 
virtual McfData.QueryData Query [get, set]
 Analytics data request query parameters. More...
 
virtual System.Collections.Generic.IList< System.Collections.Generic.IList< McfData.RowsData > > Rows [get, set]
 Analytics data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request. More...
 
virtual System.Nullable< long > SampleSize [get, set]
 The number of samples used to calculate the result. More...
 
virtual System.Nullable< long > SampleSpace [get, set]
 Total size of the sample space from which the samples were selected. More...
 
virtual string SelfLink [get, set]
 Link to this page. More...
 
virtual System.Nullable< int > TotalResults [get, set]
 The total number of rows for the query, regardless of the number of rows in the response. More...
 
virtual System.Collections.Generic.IDictionary< string, string > TotalsForAllResults [get, set]
 Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Multi-Channel Funnels data for a given view (profile).

Property Documentation

◆ ColumnHeaders

virtual System.Collections.Generic.IList<McfData.ColumnHeadersData> Google.Apis.Analytics.v3.Data.McfData.ColumnHeaders
getset

Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.

◆ ContainsSampledData

virtual System.Nullable<bool> Google.Apis.Analytics.v3.Data.McfData.ContainsSampledData
getset

Determines if the Analytics data contains sampled data.

◆ ETag

virtual string Google.Apis.Analytics.v3.Data.McfData.ETag
getset

The ETag of the item.

◆ Id

virtual string Google.Apis.Analytics.v3.Data.McfData.Id
getset

Unique ID for this data response.

◆ ItemsPerPage

virtual System.Nullable<int> Google.Apis.Analytics.v3.Data.McfData.ItemsPerPage
getset

The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.

◆ Kind

virtual string Google.Apis.Analytics.v3.Data.McfData.Kind
getset

Resource type.

◆ NextLink

virtual string Google.Apis.Analytics.v3.Data.McfData.NextLink
getset

Link to next page for this Analytics data query.

◆ PreviousLink

virtual string Google.Apis.Analytics.v3.Data.McfData.PreviousLink
getset

Link to previous page for this Analytics data query.

◆ ProfileInfo

virtual McfData.ProfileInfoData Google.Apis.Analytics.v3.Data.McfData.ProfileInfo
getset

Information for the view (profile), for which the Analytics data was requested.

◆ Query

virtual McfData.QueryData Google.Apis.Analytics.v3.Data.McfData.Query
getset

Analytics data request query parameters.

◆ Rows

virtual System.Collections.Generic.IList<System.Collections.Generic.IList<McfData.RowsData> > Google.Apis.Analytics.v3.Data.McfData.Rows
getset

Analytics data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.

◆ SampleSize

virtual System.Nullable<long> Google.Apis.Analytics.v3.Data.McfData.SampleSize
getset

The number of samples used to calculate the result.

◆ SampleSpace

virtual System.Nullable<long> Google.Apis.Analytics.v3.Data.McfData.SampleSpace
getset

Total size of the sample space from which the samples were selected.

◆ SelfLink

virtual string Google.Apis.Analytics.v3.Data.McfData.SelfLink
getset

Link to this page.

◆ TotalResults

virtual System.Nullable<int> Google.Apis.Analytics.v3.Data.McfData.TotalResults
getset

The total number of rows for the query, regardless of the number of rows in the response.

◆ TotalsForAllResults

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.Analytics.v3.Data.McfData.TotalsForAllResults
getset

Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.


The documentation for this class was generated from the following file: