QueryAvailableProfiles Method |
|
DataPA OpenAnalytics API Reference
Generates and returns the available profiles for the current Google Account
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<Profile> AvailableProfiles()
Public Function AvailableProfiles As List(Of Profile)
public:
virtual List<Profile^>^ AvailableProfiles() sealed
function AvailableProfiles();
Return Value
Type:
ListProfileThe available profiles for the current Google Account
Remarks A valid Google username must be populated in the GoogleAnalyticsDetails username property
See Also