docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/analytics_v3.data.mcf.html b/docs/dyn/analytics_v3.data.mcf.html
index c87ad7f..39453ba 100644
--- a/docs/dyn/analytics_v3.data.mcf.html
+++ b/docs/dyn/analytics_v3.data.mcf.html
@@ -75,91 +75,91 @@
 <h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.data.html">data</a> . <a href="analytics_v3.data.mcf.html">mcf</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#get">get(ids, start_date, end_date, metrics, sort=None, dimensions=None, filters=None, max_results=None, samplingLevel=None, start_index=None)</a></code></p>
+  <code><a href="#get">get(ids, start_date, end_date, metrics, filters=None, sort=None, max_results=None, start_index=None, samplingLevel=None, dimensions=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">
-    <code class="details" id="get">get(ids, start_date, end_date, metrics, sort=None, dimensions=None, filters=None, max_results=None, samplingLevel=None, start_index=None)</code>
+    <code class="details" id="get">get(ids, start_date, end_date, metrics, filters=None, sort=None, max_results=None, start_index=None, samplingLevel=None, dimensions=None)</code>
   <pre>Returns Analytics Multi-Channel Funnels data for a view (profile).
 
 Args:
   ids: string, Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID. (required)
   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., 'mcf:totalConversions,mcf:totalConversionValue'. At least one metric must be specified. (required)
-  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., 'mcf:source,mcf:medium'.
+  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)
   filters: string, A comma-separated list of dimension or metric filters to be applied to the Analytics data.
+  sort: string, A comma-separated list of dimensions or metrics that determine the sort order for the Analytics data.
   max_results: integer, The maximum number of entries to include in this feed.
+  start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
   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.
-  start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+  dimensions: string, A comma-separated list of Multi-Channel Funnels dimensions. E.g., &#x27;mcf:source,mcf:medium&#x27;.
 
 Returns:
   An object of the form:
 
     { # Multi-Channel Funnels data for a given view (profile).
-    "kind": "analytics#mcfData", # Resource type.
-    "rows": [ # 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.
+    &quot;totalResults&quot;: 42, # The total number of rows for the query, regardless of the number of rows in the response.
+    &quot;sampleSpace&quot;: &quot;A String&quot;, # Total size of the sample space from which the samples were selected.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+    &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;profileInfo&quot;: { # Information for the view (profile), for which the Analytics data was requested.
+      &quot;internalWebPropertyId&quot;: &quot;A String&quot;, # Internal ID for the web property 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;webPropertyId&quot;: &quot;A String&quot;, # Web Property ID to which this view (profile) belongs.
+      &quot;accountId&quot;: &quot;A String&quot;, # Account ID to which this view (profile) belongs.
+      &quot;profileId&quot;: &quot;A String&quot;, # View (Profile) ID.
+    },
+    &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 "primitiveValue" or "conversionPathValue" attribute will be populated.
-          "primitiveValue": "A String", # A primitive dimension value. A primitive metric value.
-          "conversionPathValue": [ # A conversion path dimension value, containing a list of interactions with their attributes.
+        { # A union object representing a dimension or metric value. Only one of &quot;primitiveValue&quot; or &quot;conversionPathValue&quot; attribute will be populated.
+          &quot;conversionPathValue&quot;: [ # A conversion path dimension value, containing a list of interactions with their attributes.
             {
-              "nodeValue": "A String", # Node value of an interaction on conversion path. Such as source, medium etc.
-              "interactionType": "A String", # Type of an interaction on conversion path. Such as CLICK, IMPRESSION etc.
+              &quot;interactionType&quot;: &quot;A String&quot;, # Type of an interaction on conversion path. Such as CLICK, IMPRESSION etc.
+              &quot;nodeValue&quot;: &quot;A String&quot;, # Node value of an interaction on conversion path. Such as source, medium etc.
             },
           ],
+          &quot;primitiveValue&quot;: &quot;A String&quot;, # A primitive dimension value. A primitive metric value.
         },
       ],
     ],
-    "containsSampledData": True or False, # Determines if the Analytics data contains sampled data.
-    "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.
-    },
-    "columnHeaders": [ # 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;kind&quot;: &quot;analytics#mcfData&quot;, # Resource type.
+    &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;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.
       {
-        "dataType": "A String", # Data type. Dimension and metric values data types such as INTEGER, DOUBLE, CURRENCY, MCF_SEQUENCE etc.
-        "columnType": "A String", # Column Type. Either DIMENSION or METRIC.
-        "name": "A String", # 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;name&quot;: &quot;A String&quot;, # Column name.
       },
     ],
-    "sampleSize": "A String", # The number of samples used to calculate the result.
-    "query": { # Analytics data request query parameters.
-      "sort": [ # List of dimensions or metrics based on which Analytics data is sorted.
-        "A String",
+    &quot;id&quot;: &quot;A String&quot;, # Unique ID for this data response.
+    &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;query&quot;: { # Analytics data request query parameters.
+      &quot;sort&quot;: [ # List of dimensions or metrics based on which Analytics data is sorted.
+        &quot;A String&quot;,
       ],
-      "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.
-      "end-date": "A String", # End date.
-      "ids": "A String", # Unique table ID.
-      "metrics": [ # List of analytics metrics.
-        "A String",
+      &quot;max-results&quot;: 42, # Maximum results per page.
+      &quot;metrics&quot;: [ # List of analytics metrics.
+        &quot;A String&quot;,
       ],
-      "samplingLevel": "A String", # Desired sampling level
-      "filters": "A String", # Comma-separated list of dimension or metric filters.
-      "segment": "A String", # Analytics advanced segment.
+      &quot;segment&quot;: &quot;A String&quot;, # Analytics advanced segment.
+      &quot;start-date&quot;: &quot;A String&quot;, # Start date.
+      &quot;start-index&quot;: 42, # Start index.
+      &quot;ids&quot;: &quot;A String&quot;, # Unique table ID.
+      &quot;samplingLevel&quot;: &quot;A String&quot;, # Desired sampling level
+      &quot;dimensions&quot;: &quot;A String&quot;, # List of analytics dimensions.
+      &quot;end-date&quot;: &quot;A String&quot;, # End date.
+      &quot;filters&quot;: &quot;A String&quot;, # Comma-separated list of dimension or metric filters.
     },
-    "previousLink": "A String", # Link to previous page for this Analytics data query.
-    "nextLink": "A String", # Link to next page for this Analytics data query.
-    "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.
+    &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.
   }</pre>
 </div>