Refresh docs
diff --git a/docs/dyn/analytics_v3.management.goals.html b/docs/dyn/analytics_v3.management.goals.html
index 4c6571a..ff0e1e2 100644
--- a/docs/dyn/analytics_v3.management.goals.html
+++ b/docs/dyn/analytics_v3.management.goals.html
@@ -85,14 +85,14 @@
 Args:
   accountId: string, Account ID to retrieve goals for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to. (required)
   webPropertyId: string, Web property ID to retrieve goals for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to. (required)
-  profileId: string, Profile ID to retrieve goals for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to. (required)
+  profileId: string, View (Profile) ID to retrieve goals for. Can either be a specific view (profile) ID or '~all', which refers to all the views (profiles) that user has access to. (required)
   max_results: integer, The maximum number of goals to include in this response.
   start_index: integer, An index of the first goal to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
 
 Returns:
   An object of the form:
 
-    { # A goal collection lists Analytics goals to which the user has access. Each profile can have a set of goals. Each resource in the Goal collection corresponds to a single Analytics goal.
+    { # A goal collection lists Analytics goals to which the user has access. Each view (profile) can have a set of goals. Each resource in the Goal collection corresponds to a single Analytics goal.
     "username": "A String", # Email ID of the authenticated user
     "kind": "analytics#goals", # Collection type.
     "items": [ # A list of goals.
@@ -138,9 +138,9 @@
         },
         "webPropertyId": "A String", # Web property ID to which this goal belongs. The web property ID is of the form UA-XXXXX-YY.
         "active": True or False, # Determines whether this goal is active.
-        "profileId": "A String", # Profile ID to which this goal belongs.
-        "parentLink": { # Parent link for a goal. Points to the profile to which this goal belongs.
-          "href": "A String", # Link to the profile to which this goal belongs.
+        "profileId": "A String", # View (Profile) ID to which this goal belongs.
+        "parentLink": { # Parent link for a goal. Points to the view (profile) to which this goal belongs.
+          "href": "A String", # Link to the view (profile) to which this goal belongs.
           "type": "analytics#profile", # Value is "analytics#profile".
         },
         "type": "A String", # Goal type. Possible values are URL_DESTINATION, VISIT_TIME_ON_SITE, VISIT_NUM_PAGES, AND EVENT.