Lines Matching full:analytics
75 <h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.data.html">data</a…
82 <p class="firstline">Returns Analytics data for a view (profile).</p>
91 <pre>Returns Analytics data for a view (profile).
94 …tring, Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX …
95 …start_date: string, Start date for fetching Analytics data. Requests can specify a start date form…
96 …end_date: string, End date for fetching Analytics data. Request can should specify an end date for…
97 …metrics: string, A comma-separated list of Analytics metrics. E.g., 'ga:sessions,ga:pageviews…
98 …dimensions: string, A comma-separated list of Analytics dimensions. E.g., 'ga:browser,ga:city…
99 …filters: string, A comma-separated list of dimension or metric filters to be applied to Analytics …
111 segment: string, An Analytics segment to be applied to data.
112 …, A comma-separated list of dimensions or metrics that determine the sort order for Analytics data.
118 { # Analytics data for a given view (profile).
126 "containsSampledData": True or False, # Determines if Analytics data contains samples.
127 …LastRefreshed": "A String", # The last refreshed time in seconds for Analytics data.
148 "kind": "analytics#gaData", # Resource type.
149 "nextLink": "A String", # Link to next page for this Analytics data query.
150 …"previousLink": "A String", # Link to previous page for this Analytics data qu…
151 …"profileInfo": { # Information for the view (profile), for which the Analytics data was …
159 "query": { # Analytics data request query parameters.
160 "dimensions": "A String", # List of analytics dimensions.
165 "metrics": [ # List of analytics metrics.
169 "segment": "A String", # Analytics advanced segment.
170 "sort": [ # List of dimensions or metrics based on which Analytics data is sorted.
176 …"rows": [ # Analytics data rows, where each row contains a list of dimension values foll…