• Home
  • Raw
  • Download

Lines Matching +full:real +full:- +full:time

8   font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
82 <p class="firstline">Returns real time data for a view (profile).</p>
91 <pre>Returns real time data for a view (profile).
94 …ids: string, Unique table ID for retrieving real time data. Table ID is of the form ga:XXXX, where…
95 …metrics: string, A comma-separated list of real time metrics. E.g., &#x27;rt:activeUsers&#x27;. At…
96 …dimensions: string, A comma-separated list of real time dimensions. E.g., &#x27;rt:medium,rt:city&…
97 …filters: string, A comma-separated list of dimension or metric filters to be applied to real time
99 …sort: string, A comma-separated list of dimensions or metrics that determine the sort order for re…
104 { # Real time data for a given view (profile).
114 …&quot;profileInfo&quot;: { # Information for the view (profile), for which the real time data was …
122 &quot;query&quot;: { # Real time data request query parameters.
123 &quot;dimensions&quot;: &quot;A String&quot;, # List of real time dimensions.
124 … &quot;filters&quot;: &quot;A String&quot;, # Comma-separated list of dimension or metric filters.
126 &quot;max-results&quot;: 42, # Maximum results per page.
127 &quot;metrics&quot;: [ # List of real time metrics.
130 &quot;sort&quot;: [ # List of dimensions or metrics based on which real time data is sorted.
134 …&quot;rows&quot;: [ # Real time data rows, where each row contains a list of dimension values foll…
142 …&quot;a_key&quot;: &quot;A String&quot;, # Key-value pair for the total value of a metric. Key is …