Version

RVGoogleAnalyticsDataSourceItem Class Members

The following tables list the members exposed by RVGoogleAnalyticsDataSourceItem.

Public Constructors
Public Properties
 NameDescription
Public PropertyDataSourceReference to the data source object this item belongs to. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyDescriptionDescription of this data source item. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyDimensionsNames of the dimensions to request, comma separated.  
Public PropertyEndDateEnd date to use when requesting data.  
Public PropertyFiltersOptional filters string as specified by Google Analytics, this value is sent as-is in the "filters" parameter.  
Public PropertyIdThe value that identifies this item in the data source, it might be for example the name of the schema concatenated with the table name. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyIdentifiersProfile identifiers to get data from  
Public PropertyMetricsNames of the metrics to request, comma separated.  
Public PropertyResourceThe type of resource, one of "Profiles" (the list of profiles in the account) or "Report" (to get analytics data).  
Public PropertySegmentOptional segment name  
Public PropertyStartDateStart date to use when requesting data.  
Public PropertyTitleThe title of the item, as displayed to the user, it might be for example the name of the table in a database. (Inherited from Infragistics.Sdk.RVDataSourceItem)
See Also