Click or drag to resize
QueryGoogleMetaData Method (Boolean) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Generates and returns the Google Meta data

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MetaData GoogleMetaData(
	bool ForceRefresh
)

Parameters

ForceRefresh
Type: SystemBoolean
The meta data will be cached in the users temp folder. Set this paramater to true if you wish to force a refresh from Google

Return Value

Type: MetaData
The Google Meta data
Remarks
An authenticated Google username must be populated in the GoogleAnalyticsDetails username property
See Also