docs: update docs/dyn (#1096)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/analytics_v3.data.mcf.html b/docs/dyn/analytics_v3.data.mcf.html
index cbb1d6a..b3a9a46 100644
--- a/docs/dyn/analytics_v3.data.mcf.html
+++ b/docs/dyn/analytics_v3.data.mcf.html
@@ -78,7 +78,7 @@
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#get">get(ids, start_date, end_date, metrics, dimensions=None, sort=None, samplingLevel=None, max_results=None, filters=None, start_index=None)</a></code></p>
+  <code><a href="#get">get(ids, start_date, end_date, metrics, filters=None, start_index=None, max_results=None, sort=None, dimensions=None, samplingLevel=None)</a></code></p>
 <p class="firstline">Returns Analytics Multi-Channel Funnels data for a view (profile).</p>
 <h3>Method Details</h3>
 <div class="method">
@@ -87,7 +87,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="get">get(ids, start_date, end_date, metrics, dimensions=None, sort=None, samplingLevel=None, max_results=None, filters=None, start_index=None)</code>
+    <code class="details" id="get">get(ids, start_date, end_date, metrics, filters=None, start_index=None, max_results=None, sort=None, dimensions=None, samplingLevel=None)</code>
   <pre>Returns Analytics Multi-Channel Funnels data for a view (profile).
 
 Args:
@@ -95,46 +95,42 @@
   start_date: string, Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo. (required)
   end_date: string, End date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo. (required)
   metrics: string, A comma-separated list of Multi-Channel Funnels metrics. E.g., &#x27;mcf:totalConversions,mcf:totalConversionValue&#x27;. At least one metric must be specified. (required)
-  dimensions: string, A comma-separated list of Multi-Channel Funnels dimensions. E.g., &#x27;mcf:source,mcf:medium&#x27;.
+  filters: string, A comma-separated list of dimension or metric filters to be applied to the Analytics data.
+  start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+  max_results: integer, The maximum number of entries to include in this feed.
   sort: string, A comma-separated list of dimensions or metrics that determine the sort order for the Analytics data.
+  dimensions: string, A comma-separated list of Multi-Channel Funnels dimensions. E.g., &#x27;mcf:source,mcf:medium&#x27;.
   samplingLevel: string, The desired sampling level.
     Allowed values
       DEFAULT - Returns response with a sample size that balances speed and accuracy.
       FASTER - Returns a fast response with a smaller sample size.
       HIGHER_PRECISION - Returns a more accurate response using a large sample size, but this may result in the response being slower.
-  max_results: integer, The maximum number of entries to include in this feed.
-  filters: string, A comma-separated list of dimension or metric filters to be applied to the Analytics data.
-  start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
 
 Returns:
   An object of the form:
 
     { # Multi-Channel Funnels data for a given view (profile).
-    &quot;sampleSize&quot;: &quot;A String&quot;, # The number of samples used to calculate the result.
     &quot;id&quot;: &quot;A String&quot;, # Unique ID for this data response.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &quot;profileInfo&quot;: { # Information for the view (profile), for which the Analytics data was requested.
-      &quot;webPropertyId&quot;: &quot;A String&quot;, # Web Property ID to which this view (profile) belongs.
-      &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
-      &quot;profileId&quot;: &quot;A String&quot;, # View (Profile) ID.
-      &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
-      &quot;tableId&quot;: &quot;A String&quot;, # Table ID for view (profile).
-      &quot;profileName&quot;: &quot;A String&quot;, # View (Profile) name.
-    },
-    &quot;containsSampledData&quot;: True or False, # Determines if the Analytics data contains sampled data.
-    &quot;sampleSpace&quot;: &quot;A String&quot;, # Total size of the sample space from which the samples were selected.
-    &quot;columnHeaders&quot;: [ # Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
-      {
-        &quot;name&quot;: &quot;A String&quot;, # Column name.
-        &quot;dataType&quot;: &quot;A String&quot;, # Data type. Dimension and metric values data types such as INTEGER, DOUBLE, CURRENCY, MCF_SEQUENCE etc.
-        &quot;columnType&quot;: &quot;A String&quot;, # Column Type. Either DIMENSION or METRIC.
-      },
-    ],
     &quot;totalsForAllResults&quot;: { # 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.
       &quot;a_key&quot;: &quot;A String&quot;, # 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.
     },
-    &quot;itemsPerPage&quot;: 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.
-    &quot;totalResults&quot;: 42, # The total number of rows for the query, regardless of the number of rows in the response.
+    &quot;query&quot;: { # Analytics data request query parameters.
+      &quot;segment&quot;: &quot;A String&quot;, # Analytics advanced segment.
+      &quot;end-date&quot;: &quot;A String&quot;, # End date.
+      &quot;dimensions&quot;: &quot;A String&quot;, # List of analytics dimensions.
+      &quot;ids&quot;: &quot;A String&quot;, # Unique table ID.
+      &quot;sort&quot;: [ # List of dimensions or metrics based on which Analytics data is sorted.
+        &quot;A String&quot;,
+      ],
+      &quot;metrics&quot;: [ # List of analytics metrics.
+        &quot;A String&quot;,
+      ],
+      &quot;samplingLevel&quot;: &quot;A String&quot;, # Desired sampling level
+      &quot;start-date&quot;: &quot;A String&quot;, # Start date.
+      &quot;start-index&quot;: 42, # Start index.
+      &quot;filters&quot;: &quot;A String&quot;, # Comma-separated list of dimension or metric filters.
+      &quot;max-results&quot;: 42, # Maximum results per page.
+    },
     &quot;rows&quot;: [ # Analytics 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 union object representing a dimension or metric value. Only one of &quot;primitiveValue&quot; or &quot;conversionPathValue&quot; attribute will be populated.
@@ -148,26 +144,30 @@
         },
       ],
     ],
-    &quot;kind&quot;: &quot;analytics#mcfData&quot;, # Resource type.
-    &quot;query&quot;: { # Analytics data request query parameters.
-      &quot;end-date&quot;: &quot;A String&quot;, # End date.
-      &quot;start-index&quot;: 42, # Start index.
-      &quot;max-results&quot;: 42, # Maximum results per page.
-      &quot;ids&quot;: &quot;A String&quot;, # Unique table ID.
-      &quot;filters&quot;: &quot;A String&quot;, # Comma-separated list of dimension or metric filters.
-      &quot;sort&quot;: [ # List of dimensions or metrics based on which Analytics data is sorted.
-        &quot;A String&quot;,
-      ],
-      &quot;samplingLevel&quot;: &quot;A String&quot;, # Desired sampling level
-      &quot;segment&quot;: &quot;A String&quot;, # Analytics advanced segment.
-      &quot;start-date&quot;: &quot;A String&quot;, # Start date.
-      &quot;metrics&quot;: [ # List of analytics metrics.
-        &quot;A String&quot;,
-      ],
-      &quot;dimensions&quot;: &quot;A String&quot;, # List of analytics dimensions.
-    },
-    &quot;nextLink&quot;: &quot;A String&quot;, # Link to next page for this Analytics data query.
     &quot;previousLink&quot;: &quot;A String&quot;, # Link to previous page for this Analytics data query.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+    &quot;columnHeaders&quot;: [ # Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
+      {
+        &quot;name&quot;: &quot;A String&quot;, # Column name.
+        &quot;columnType&quot;: &quot;A String&quot;, # Column Type. Either DIMENSION or METRIC.
+        &quot;dataType&quot;: &quot;A String&quot;, # Data type. Dimension and metric values data types such as INTEGER, DOUBLE, CURRENCY, MCF_SEQUENCE etc.
+      },
+    ],
+    &quot;sampleSize&quot;: &quot;A String&quot;, # The number of samples used to calculate the result.
+    &quot;containsSampledData&quot;: True or False, # Determines if the Analytics data contains sampled data.
+    &quot;itemsPerPage&quot;: 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.
+    &quot;nextLink&quot;: &quot;A String&quot;, # Link to next page for this Analytics data query.
+    &quot;kind&quot;: &quot;analytics#mcfData&quot;, # Resource type.
+    &quot;totalResults&quot;: 42, # The total number of rows for the query, regardless of the number of rows in the response.
+    &quot;profileInfo&quot;: { # Information for the view (profile), for which the Analytics data was requested.
+      &quot;profileId&quot;: &quot;A String&quot;, # View (Profile) ID.
+      &quot;tableId&quot;: &quot;A String&quot;, # Table ID for view (profile).
+      &quot;webPropertyId&quot;: &quot;A String&quot;, # Web Property ID to which this view (profile) belongs.
+      &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property to which this view (profile) belongs.
+      &quot;profileName&quot;: &quot;A String&quot;, # View (Profile) name.
+      &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
+    },
+    &quot;sampleSpace&quot;: &quot;A String&quot;, # Total size of the sample space from which the samples were selected.
   }</pre>
 </div>