Refresh docs
diff --git a/docs/dyn/analytics_v3.data.mcf.html b/docs/dyn/analytics_v3.data.mcf.html
index d6611eb..176df06 100644
--- a/docs/dyn/analytics_v3.data.mcf.html
+++ b/docs/dyn/analytics_v3.data.mcf.html
@@ -76,14 +76,14 @@
<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, start_index=None)</a></code></p>
-<p class="firstline">Returns Analytics Multi-Channel Funnels data for a profile.</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, start_index=None)</code>
- <pre>Returns Analytics Multi-Channel Funnels data for a profile.
+ <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 profile ID. (required)
+ 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. All requests should specify a start date formatted as YYYY-MM-DD. (required)
end_date: string, End date for fetching Analytics data. All requests should specify an end date formatted as YYYY-MM-DD. (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)
@@ -96,7 +96,7 @@
Returns:
An object of the form:
- { # Multi-Channel Funnels data for a given profile.
+ { # 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.
[
@@ -136,13 +136,13 @@
"end-date": "A String", # End date.
},
"previousLink": "A String", # Link to previous page for this Analytics data query.
- "profileInfo": { # Information for the profile, for which the Analytics data was requested.
- "webPropertyId": "A String", # Web Property ID to which this profile belongs.
- "internalWebPropertyId": "A String", # Internal ID for the web property to which this profile belongs.
- "tableId": "A String", # Table ID for profile.
- "profileId": "A String", # Profile ID.
- "profileName": "A String", # Profile name.
- "accountId": "A String", # Account ID to which this profile belongs.
+ "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.
{