Refresh docs
diff --git a/docs/dyn/analytics_v3.data.ga.html b/docs/dyn/analytics_v3.data.ga.html
index 3c74b87..0df711c 100644
--- a/docs/dyn/analytics_v3.data.ga.html
+++ b/docs/dyn/analytics_v3.data.ga.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, segment=None, start_index=None)</a></code></p>
-<p class="firstline">Returns Analytics data for a profile.</p>
+<p class="firstline">Returns Analytics 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, segment=None, start_index=None)</code>
-  <pre>Returns Analytics data for a profile.
+  <pre>Returns Analytics 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 Analytics metrics. E.g., 'ga:visits,ga:pageviews'. At least one metric must be specified. (required)
@@ -97,7 +97,7 @@
 Returns:
   An object of the form:
 
-    { # Analytics data for a given profile.
+    { # Analytics data for a given view (profile).
     "kind": "analytics#gaData", # 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.
       [
@@ -129,13 +129,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.
       {