Refresh docs
diff --git a/docs/dyn/analytics_v3.management.customDataSources.html b/docs/dyn/analytics_v3.management.customDataSources.html
index c5084d2..51b15c0 100644
--- a/docs/dyn/analytics_v3.management.customDataSources.html
+++ b/docs/dyn/analytics_v3.management.customDataSources.html
@@ -99,20 +99,21 @@
"kind": "analytics#customDataSource", # Resource type for Analytics custom data source.
"description": "A String", # Description of custom data source.
"created": "A String", # Time this custom data source was created.
- "profilesLinked": [
+ "profilesLinked": [ # IDs of views (profiles) linked to the custom data source.
"A String",
],
"updated": "A String", # Time this custom data source was last modified.
"name": "A String", # Name of this custom data source.
- "childLink": { # Child link for this custom data source. Points to the list of daily uploads for this custom data source.
- "href": "A String", # Link to the list of daily uploads for this custom data source.
- "type": "analytics#dailyUploads", # Value is "analytics#dailyUploads".
+ "childLink": {
+ "href": "A String", # Link to the list of daily uploads for this custom data source. Link to the list of uploads for this custom data source.
+ "type": "A String", # Value is "analytics#dailyUploads". Value is "analytics#uploads".
},
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this custom data source belongs.
"parentLink": { # Parent link for this custom data source. Points to the web property to which this custom data source belongs.
"href": "A String", # Link to the web property to which this custom data source belongs.
"type": "analytics#webproperty", # Value is "analytics#webproperty".
},
+ "type": "A String", # Type of the custom data source.
"id": "A String", # Custom data source ID.
"selfLink": "A String", # Link for this Analytics custom data source.
"accountId": "A String", # Account ID to which this custom data source belongs.