chore: regens API reference docs (#889)
diff --git a/docs/dyn/analytics_v3.data.ga.html b/docs/dyn/analytics_v3.data.ga.html
index 577d24c..d32af3d 100644
--- a/docs/dyn/analytics_v3.data.ga.html
+++ b/docs/dyn/analytics_v3.data.ga.html
@@ -122,11 +122,18 @@
"name": "A String", # Column name.
},
],
- "totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
- "itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
"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.
},
+ "itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+ "profileInfo": { # Information for the view (profile), for which the Analytics data was requested.
+ "webPropertyId": "A String", # Web Property ID to which this view (profile) belongs.
+ "internalWebPropertyId": "A String", # Internal ID for the web property to which this view (profile) belongs.
+ "tableId": "A String", # Table ID for view (profile).
+ "profileId": "A String", # View (Profile) ID.
+ "profileName": "A String", # View (Profile) name.
+ "accountId": "A String", # Account ID to which this view (profile) belongs.
+ },
"dataTable": {
"rows": [
{
@@ -148,32 +155,25 @@
"sampleSize": "A String", # The number of samples used to calculate the result.
"dataLastRefreshed": "A String", # The last refreshed time in seconds for Analytics data.
"query": { # Analytics data request query parameters.
- "max-results": 42, # Maximum results per page.
"sort": [ # List of dimensions or metrics based on which Analytics data is sorted.
"A String",
],
+ "max-results": 42, # Maximum results per page.
"dimensions": "A String", # List of analytics dimensions.
"start-date": "A String", # Start date.
"start-index": 42, # Start index.
- "segment": "A String", # Analytics advanced segment.
+ "end-date": "A String", # End date.
"ids": "A String", # Unique table ID.
"metrics": [ # List of analytics metrics.
"A String",
],
"samplingLevel": "A String", # Desired sampling level
"filters": "A String", # Comma-separated list of dimension or metric filters.
- "end-date": "A String", # End date.
+ "segment": "A String", # Analytics advanced segment.
},
"previousLink": "A String", # Link to previous page for this Analytics data query.
"nextLink": "A String", # Link to next page for this Analytics data query.
- "profileInfo": { # Information for the view (profile), for which the Analytics data was requested.
- "webPropertyId": "A String", # Web Property ID to which this view (profile) belongs.
- "internalWebPropertyId": "A String", # Internal ID for the web property to which this view (profile) belongs.
- "tableId": "A String", # Table ID for view (profile).
- "profileId": "A String", # View (Profile) ID.
- "profileName": "A String", # View (Profile) name.
- "accountId": "A String", # Account ID to which this view (profile) belongs.
- },
+ "totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
"id": "A String", # Unique ID for this data response.
"selfLink": "A String", # Link to this page.
"sampleSpace": "A String", # Total size of the sample space from which the samples were selected.