Click or drag to resize
GoogleAnalyticsDetailsAccessToken Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the access token for this Google Analytics query

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string AccessToken { get; set; }

Return Value

Type: String
The access token for this Google Analytics query

Implements

GoogleAnalyticsDetails_GoogleAnalyticsDetailsAccessToken
Remarks
This property is only used when the query is published, to share the access security token with the service, and will always return blank from a client process.
See Also