refresh docs
diff --git a/docs/dyn/analytics_v3.management.goals.html b/docs/dyn/analytics_v3.management.goals.html
index 0a7b8ab..8dae66c 100644
--- a/docs/dyn/analytics_v3.management.goals.html
+++ b/docs/dyn/analytics_v3.management.goals.html
@@ -92,11 +92,11 @@
 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.
     "username": "A String", # Email ID of the authenticated user
     "kind": "analytics#goals", # Collection type.
     "items": [ # A list of goals.
-      {
+      { # JSON template for Analytics goal resource.
         "kind": "analytics#goal", # Resource type for an Analytics goal.
         "visitTimeOnSiteDetails": { # Details for the goal of the type VISIT_TIME_ON_SITE.
           "comparisonType": "A String", # Type of comparison. Possible values are LESS_THAN or GREATER_THAN.