GoogleAnalyticsDetailsMetrics Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the list of metrics for the Google Analytics query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<string> Metrics { get; }
Public ReadOnly Property Metrics As List(Of String)
Get
public:
virtual property List<String^>^ Metrics {
List<String^>^ get () sealed;
}
Return Value
Type:
ListStringThe list of metrics for the Google Analytics query
Implements
GoogleAnalyticsDetails_GoogleAnalyticsDetailsMetricsSee Also