docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/analytics_v3.data.realtime.html b/docs/dyn/analytics_v3.data.realtime.html
index d312732..fd248ba 100644
--- a/docs/dyn/analytics_v3.data.realtime.html
+++ b/docs/dyn/analytics_v3.data.realtime.html
@@ -107,21 +107,22 @@
"totalsForAllResults": { # Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
"a_key": "A String", # Key-value pair for the total value of a metric. Key is the metric name and the value is the total value for that metric.
},
- "rows": [ # Real time data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.
- [
- "A String",
- ],
- ],
"profileInfo": { # Information for the view (profile), for which the real time data was requested.
- "accountId": "A String", # Account ID to which this view (profile) belongs.
"profileId": "A String", # View (Profile) ID.
"internalWebPropertyId": "A String", # Internal ID for the web property to which this view (profile) belongs.
"tableId": "A String", # Table ID for view (profile).
"profileName": "A String", # View (Profile) name.
"webPropertyId": "A String", # Web Property ID to which this view (profile) belongs.
+ "accountId": "A String", # Account ID to which this view (profile) belongs.
},
+ "rows": [ # Real time data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.
+ [
+ "A String",
+ ],
+ ],
"kind": "analytics#realtimeData", # Resource type.
"query": { # Real time data request query parameters.
+ "ids": "A String", # Unique table ID.
"dimensions": "A String", # List of real time dimensions.
"filters": "A String", # Comma-separated list of dimension or metric filters.
"sort": [ # List of dimensions or metrics based on which real time data is sorted.
@@ -131,7 +132,6 @@
"metrics": [ # List of real time metrics.
"A String",
],
- "ids": "A String", # Unique table ID.
},
}</pre>
</div>