• Home
  • Raw
  • Download

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., &#x27;ga:sessions,ga:pageviews…
98 …dimensions: string, A comma-separated list of Analytics dimensions. E.g., &#x27;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 &quot;containsSampledData&quot;: True or False, # Determines if Analytics data contains samples.
127 …LastRefreshed&quot;: &quot;A String&quot;, # The last refreshed time in seconds for Analytics data.
148 &quot;kind&quot;: &quot;analytics#gaData&quot;, # Resource type.
149 &quot;nextLink&quot;: &quot;A String&quot;, # Link to next page for this Analytics data query.
150 …&quot;previousLink&quot;: &quot;A String&quot;, # Link to previous page for this Analytics data qu…
151 …&quot;profileInfo&quot;: { # Information for the view (profile), for which the Analytics data was …
159 &quot;query&quot;: { # Analytics data request query parameters.
160 &quot;dimensions&quot;: &quot;A String&quot;, # List of analytics dimensions.
165 &quot;metrics&quot;: [ # List of analytics metrics.
169 &quot;segment&quot;: &quot;A String&quot;, # Analytics advanced segment.
170 &quot;sort&quot;: [ # List of dimensions or metrics based on which Analytics data is sorted.
176 …&quot;rows&quot;: [ # Analytics data rows, where each row contains a list of dimension values foll…