Click or drag to resize
QueryAvailableProfiles Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Generates and returns the available profiles for the current Google Account

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Profile> AvailableProfiles()

Return Value

Type: ListProfile
The available profiles for the current Google Account
Remarks
A valid Google username must be populated in the GoogleAnalyticsDetails username property
See Also