Click or drag to resize
GoogleAnalyticsDetails Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object representing a properties for a Google Analytics query.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineGoogleAnalyticsDetails

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GoogleAnalyticsDetails : GoogleAnalyticsDetails_GoogleAnalyticsDetails, 
	ISerializable

The GoogleAnalyticsDetails type exposes the following members.

Constructors
  NameDescription
Public methodGoogleAnalyticsDetails
Initializes a new instance of the GoogleAnalyticsDetails class
Top
Methods
Fields
Properties
  NameDescription
Public propertyAccessToken
Gets and sets the access token for this Google Analytics query
Public propertyDimensions
Gets and sets the list of dimensions for the Google Analytics query
Public propertyEndDate
Gets and sets the end date parameter for this Google Anaqlytics query
Public propertyMetrics
Gets and sets the list of metrics for the Google Analytics query
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this GoogleAnalytics object
Public propertyProfileID
Gets and sets the profile ID for this Google Analytics query
Public propertyStartDate
Gets and sets the start date parameter for this Google Anaqlytics query
Public propertyUserName
Gets and sets the username for this Google Analytics query
Top
See Also