Class RVGoogleAnalyticsDataSourceItem
Google Analytics data source item.
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVGoogleAnalyticsDataSourceItem : RVDataSourceItem
Constructors
RVGoogleAnalyticsDataSourceItem()
Declaration
public RVGoogleAnalyticsDataSourceItem()
Properties
Dimensions
Names of the dimensions to request, comma separated.
Declaration
public string Dimensions { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndDate
End date to use when requesting data.
Declaration
public Nullable<DateTime> EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Filters
Optional filters string as specified by Google Analytics, this value is sent as-is in the "filters" parameter.
Declaration
public string Filters { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Identifiers
Profile identifiers to get data from
Declaration
public string Identifiers { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Metrics
Names of the metrics to request, comma separated.
Declaration
public string Metrics { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Resource
The type of resource, one of "Profiles" (the list of profiles in the account) or "Report" (to get analytics data).
Declaration
public RVGoogleAnalyticsResourceType Resource { get; set; }
Property Value
Type | Description |
---|---|
RVGoogleAnalyticsResourceType |
Segment
Optional segment name
Declaration
public string Segment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Start date to use when requesting data.
Declaration
public Nullable<DateTime> StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |