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

Analytics data for a given view (profile). More...

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

Classes

class  ColumnHeadersData
 
class  DataTableData
 
class  ProfileInfoData
 Information for the view (profile), for which the Analytics data was requested. More...
 
class  QueryData
 Analytics data request query parameters. More...
 

Properties

virtual System.Collections.Generic.IList< GaData.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 Analytics data contains samples. More...
 
virtual System.Nullable< long > DataLastRefreshed [get, set]
 The last refreshed time in seconds for Analytics data. More...
 
virtual GaData.DataTableData DataTable [get, set]
 
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 GaData.ProfileInfoData ProfileInfo [get, set]
 Information for the view (profile), for which the Analytics data was requested. More...
 
virtual GaData.QueryData Query [get, set]
 Analytics data request query parameters. More...
 
virtual System.Collections.Generic.IList< System.Collections.Generic.IList< string > > 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

Analytics data for a given view (profile).

Property Documentation

◆ ColumnHeaders

virtual System.Collections.Generic.IList<GaData.ColumnHeadersData> Google.Apis.Analytics.v3.Data.GaData.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.GaData.ContainsSampledData
getset

Determines if Analytics data contains samples.

◆ DataLastRefreshed

virtual System.Nullable<long> Google.Apis.Analytics.v3.Data.GaData.DataLastRefreshed
getset

The last refreshed time in seconds for Analytics data.

◆ ETag

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

The ETag of the item.

◆ Id

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

Unique ID for this data response.

◆ ItemsPerPage

virtual System.Nullable<int> Google.Apis.Analytics.v3.Data.GaData.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.GaData.Kind
getset

Resource type.

◆ NextLink

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

Link to next page for this Analytics data query.

◆ PreviousLink

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

Link to previous page for this Analytics data query.

◆ ProfileInfo

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

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

◆ Query

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

Analytics data request query parameters.

◆ Rows

virtual System.Collections.Generic.IList<System.Collections.Generic.IList<string> > Google.Apis.Analytics.v3.Data.GaData.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.GaData.SampleSize
getset

The number of samples used to calculate the result.

◆ SampleSpace

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

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

◆ SelfLink

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

Link to this page.

◆ TotalResults

virtual System.Nullable<int> Google.Apis.Analytics.v3.Data.GaData.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.GaData.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: