Show / Hide Table of Contents

Class GaData.QueryData

Analytics data request query parameters.

Inheritance
object
GaData.QueryData
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.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class GaData.QueryData

Properties

Dimensions

List of analytics dimensions.

Declaration
[JsonProperty("dimensions")]
public virtual string Dimensions { get; set; }
Property Value
Type Description
string

EndDate

End date.

Declaration
[JsonProperty("end-date")]
public virtual string EndDate { get; set; }
Property Value
Type Description
string

Filters

Comma-separated list of dimension or metric filters.

Declaration
[JsonProperty("filters")]
public virtual string Filters { get; set; }
Property Value
Type Description
string

Ids

Unique table ID.

Declaration
[JsonProperty("ids")]
public virtual string Ids { get; set; }
Property Value
Type Description
string

MaxResults

Maximum results per page.

Declaration
[JsonProperty("max-results")]
public virtual int? MaxResults { get; set; }
Property Value
Type Description
int?

Metrics

List of analytics metrics.

Declaration
[JsonProperty("metrics")]
public virtual IList<string> Metrics { get; set; }
Property Value
Type Description
IList<string>

SamplingLevel

Desired sampling level

Declaration
[JsonProperty("samplingLevel")]
public virtual string SamplingLevel { get; set; }
Property Value
Type Description
string

Segment

Analytics advanced segment.

Declaration
[JsonProperty("segment")]
public virtual string Segment { get; set; }
Property Value
Type Description
string

Sort

List of dimensions or metrics based on which Analytics data is sorted.

Declaration
[JsonProperty("sort")]
public virtual IList<string> Sort { get; set; }
Property Value
Type Description
IList<string>

StartDate

Start date.

Declaration
[JsonProperty("start-date")]
public virtual string StartDate { get; set; }
Property Value
Type Description
string

StartIndex

Start index.

Declaration
[JsonProperty("start-index")]
public virtual int? StartIndex { get; set; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX