chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/analytics_v3.data.mcf.html b/docs/dyn/analytics_v3.data.mcf.html
index ca8078c..4906c5e 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, max_results=None, dimensions=None, start_index=None, samplingLevel=None, sort=None, filters=None)</a></code></p>
+ <code><a href="#get">get(ids, start_date, end_date, metrics, filters=None, start_index=None, max_results=None, samplingLevel=None, sort=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">
@@ -87,7 +87,7 @@
</div>
<div class="method">
- <code class="details" id="get">get(ids, start_date, end_date, metrics, max_results=None, dimensions=None, start_index=None, samplingLevel=None, sort=None, filters=None)</code>
+ <code class="details" id="get">get(ids, start_date, end_date, metrics, filters=None, start_index=None, max_results=None, samplingLevel=None, sort=None, dimensions=None)</code>
<pre>Returns Analytics Multi-Channel Funnels data for a view (profile).
Args:
@@ -95,79 +95,79 @@
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)
- max_results: integer, The maximum number of entries to include in this feed.
- dimensions: string, A comma-separated list of Multi-Channel Funnels dimensions. E.g., 'mcf:source,mcf:medium'.
+ 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.
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.
sort: string, A comma-separated list of dimensions or metrics that determine the sort order for the Analytics data.
- filters: string, A comma-separated list of dimension or metric filters to be applied to the Analytics data.
+ dimensions: string, A comma-separated list of Multi-Channel Funnels dimensions. E.g., 'mcf:source,mcf:medium'.
Returns:
An object of the form:
{ # Multi-Channel Funnels data for a given view (profile).
+ "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.
+ },
+ "sampleSpace": "A String", # Total size of the sample space from which the samples were selected.
+ "selfLink": "A String", # Link to this page.
+ "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.
+ {
+ "columnType": "A String", # Column Type. Either DIMENSION or METRIC.
+ "dataType": "A String", # Data type. Dimension and metric values data types such as INTEGER, DOUBLE, CURRENCY, MCF_SEQUENCE etc.
+ "name": "A String", # Column name.
+ },
+ ],
+ "nextLink": "A String", # Link to next page for this Analytics data query.
"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.
+ "tableId": "A String", # Table ID for view (profile).
+ "internalWebPropertyId": "A String", # Internal ID for the web property to which this view (profile) belongs.
+ "accountId": "A String", # Account ID to which this view (profile) belongs.
+ "webPropertyId": "A String", # Web Property ID to which this view (profile) belongs.
+ "profileName": "A String", # View (Profile) name.
+ "profileId": "A String", # View (Profile) ID.
+ },
+ "previousLink": "A String", # Link to previous page for this Analytics data query.
"query": { # Analytics data request query parameters.
- "start-date": "A String", # Start date.
- "ids": "A String", # Unique table ID.
+ "filters": "A String", # Comma-separated list of dimension or metric filters.
"end-date": "A String", # End date.
+ "max-results": 42, # Maximum results per page.
+ "dimensions": "A String", # List of analytics dimensions.
"metrics": [ # List of analytics metrics.
"A String",
],
- "max-results": 42, # Maximum results per page.
- "filters": "A String", # Comma-separated list of dimension or metric filters.
- "dimensions": "A String", # List of analytics dimensions.
+ "start-date": "A String", # Start date.
"samplingLevel": "A String", # Desired sampling level
- "start-index": 42, # Start index.
+ "ids": "A String", # Unique table ID.
"segment": "A String", # Analytics advanced segment.
"sort": [ # List of dimensions or metrics based on which Analytics data is sorted.
"A String",
],
+ "start-index": 42, # Start index.
},
- "containsSampledData": True or False, # Determines if the Analytics data contains sampled data.
+ "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.
+ "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.
[
{ # 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.
{
"interactionType": "A String", # Type of an interaction on conversion path. Such as CLICK, IMPRESSION etc.
"nodeValue": "A String", # Node value of an interaction on conversion path. Such as source, medium etc.
},
],
+ "primitiveValue": "A String", # A primitive dimension value. A primitive metric value.
},
],
],
"sampleSize": "A String", # The number of samples used to calculate the result.
- "totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
- "profileInfo": { # Information for the view (profile), for which the Analytics data was requested.
- "internalWebPropertyId": "A String", # Internal ID for the web property to which this view (profile) belongs.
- "profileId": "A String", # View (Profile) ID.
- "accountId": "A String", # Account ID to which this view (profile) belongs.
- "webPropertyId": "A String", # Web Property ID to which this view (profile) belongs.
- "tableId": "A String", # Table ID for view (profile).
- "profileName": "A String", # View (Profile) name.
- },
- "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.
- },
- "sampleSpace": "A String", # Total size of the sample space from which the samples were selected.
- "id": "A String", # Unique ID for this data response.
- "nextLink": "A String", # Link to next page for this Analytics data query.
- "previousLink": "A String", # Link to previous page for this Analytics data query.
- "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.
- {
- "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.
- },
- ],
- "selfLink": "A String", # Link to this page.
- "kind": "analytics#mcfData", # Resource type.
}</pre>
</div>