|
| virtual string | Ids [get] |
| | Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID. More...
|
| |
| virtual string | StartDate [get] |
| | Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo. More...
|
| |
| virtual string | EndDate [get] |
| | End date for fetching Analytics data. Request can should specify an end date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is yesterday. More...
|
| |
| virtual string | Metrics [get] |
| | A comma-separated list of Analytics metrics. E.g., 'ga:sessions,ga:pageviews'. At least one metric must be specified. More...
|
| |
| virtual System.Nullable< int > | StartIndex [get, set] |
| | An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter. More...
|
| |
| virtual System.Nullable< SamplingLevelEnum > | SamplingLevel [get, set] |
| | The desired sampling level. More...
|
| |
| virtual string | Dimensions [get, set] |
| | A comma-separated list of Analytics dimensions. E.g., 'ga:browser,ga:city'. More...
|
| |
| virtual string | Filters [get, set] |
| | A comma-separated list of dimension or metric filters to be applied to Analytics data. More...
|
| |
| virtual string | Sort [get, set] |
| | A comma-separated list of dimensions or metrics that determine the sort order for Analytics data. More...
|
| |
| virtual System.Nullable< bool > | IncludeEmptyRows [get, set] |
| | The response will include empty rows if this parameter is set to true, the default is true More...
|
| |
| virtual string | Segment [get, set] |
| | An Analytics segment to be applied to data. More...
|
| |
| virtual System.Nullable< OutputEnum > | Output [get, set] |
| | The selected format for the response. Default format is JSON. More...
|
| |
| virtual System.Nullable< int > | MaxResults [get, set] |
| | The maximum number of entries to include in this feed. More...
|
| |
| override string | MethodName [get] |
| | summary>Gets the HTTP method. More...
|
| |
| override string | HttpMethod [get] |
| | summary>Gets the REST path. More...
|
| |
|
override string | RestPath [get] |
| |
| virtual System.Nullable< AltEnum > | Alt [get, set] |
| | Data format for the response. More...
|
| |
| virtual string | Fields [get, set] |
| | Selector specifying which fields to include in a partial response. More...
|
| |
| virtual string | Key [get, set] |
| | API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
|
| |
| virtual string | OauthToken [get, set] |
| | OAuth 2.0 token for the current user. More...
|
| |
| virtual System.Nullable< bool > | PrettyPrint [get, set] |
| | Returns response with indentations and line breaks. More...
|
| |
| virtual string | QuotaUser [get, set] |
| | An opaque string that represents a user for quota purposes. Must not exceed 40 characters. More...
|
| |
| virtual string | UserIp [get, set] |
| | Deprecated. Please use quotaUser instead. More...
|
| |
Returns Analytics data for a view (profile).