| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/analytics": { | 5 "https://www.googleapis.com/auth/analytics": { |
| 6 "description": "View and manage your Google Analytics data" | 6 "description": "View and manage your Google Analytics data" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/analytics.edit": { | 8 "https://www.googleapis.com/auth/analytics.edit": { |
| 9 "description": "Edit Google Analytics management entities" | 9 "description": "Edit Google Analytics management entities" |
| 10 }, | 10 }, |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 } | 22 } |
| 23 } | 23 } |
| 24 } | 24 } |
| 25 }, | 25 }, |
| 26 "basePath": "/analytics/v3/", | 26 "basePath": "/analytics/v3/", |
| 27 "baseUrl": "https://www.googleapis.com/analytics/v3/", | 27 "baseUrl": "https://www.googleapis.com/analytics/v3/", |
| 28 "batchPath": "batch", | 28 "batchPath": "batch", |
| 29 "description": "Views and manages your Google Analytics data.", | 29 "description": "Views and manages your Google Analytics data.", |
| 30 "discoveryVersion": "v1", | 30 "discoveryVersion": "v1", |
| 31 "documentationLink": "https://developers.google.com/analytics/", | 31 "documentationLink": "https://developers.google.com/analytics/", |
| 32 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/-SiQlGIRBbnzY0JcLS-jmuPpVII\"", | 32 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/DSG2TEF18bxTdYooKf_C2-FmmME\"", |
| 33 "icons": { | 33 "icons": { |
| 34 "x16": "https://www.google.com/images/icons/product/analytics-16.png", | 34 "x16": "https://www.google.com/images/icons/product/analytics-16.png", |
| 35 "x32": "https://www.google.com/images/icons/product/analytics-32.png" | 35 "x32": "https://www.google.com/images/icons/product/analytics-32.png" |
| 36 }, | 36 }, |
| 37 "id": "analytics:v3", | 37 "id": "analytics:v3", |
| 38 "kind": "discovery#restDescription", | 38 "kind": "discovery#restDescription", |
| 39 "name": "analytics", | 39 "name": "analytics", |
| 40 "ownerDomain": "google.com", | 40 "ownerDomain": "google.com", |
| 41 "ownerName": "Google", | 41 "ownerName": "Google", |
| 42 "parameters": { | 42 "parameters": { |
| (...skipping 3694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3737 "response": { | 3737 "response": { |
| 3738 "$ref": "AccountTicket" | 3738 "$ref": "AccountTicket" |
| 3739 }, | 3739 }, |
| 3740 "scopes": [ | 3740 "scopes": [ |
| 3741 "https://www.googleapis.com/auth/analytics.provision" | 3741 "https://www.googleapis.com/auth/analytics.provision" |
| 3742 ] | 3742 ] |
| 3743 } | 3743 } |
| 3744 } | 3744 } |
| 3745 } | 3745 } |
| 3746 }, | 3746 }, |
| 3747 "revision": "20170726", | 3747 "revision": "20170807", |
| 3748 "rootUrl": "https://www.googleapis.com/", | 3748 "rootUrl": "https://www.googleapis.com/", |
| 3749 "schemas": { | 3749 "schemas": { |
| 3750 "Account": { | 3750 "Account": { |
| 3751 "description": "JSON template for Analytics account entry.", | 3751 "description": "JSON template for Analytics account entry.", |
| 3752 "id": "Account", | 3752 "id": "Account", |
| 3753 "properties": { | 3753 "properties": { |
| 3754 "childLink": { | 3754 "childLink": { |
| 3755 "description": "Child link for an account entry. Points to t
he list of web properties for this account.", | 3755 "description": "Child link for an account entry. Points to t
he list of web properties for this account.", |
| 3756 "properties": { | 3756 "properties": { |
| 3757 "href": { | 3757 "href": { |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4153 }, | 4153 }, |
| 4154 "type": "object" | 4154 "type": "object" |
| 4155 }, | 4155 }, |
| 4156 "profilesLinked": { | 4156 "profilesLinked": { |
| 4157 "description": "IDs of views (profiles) linked to the custom
data source.", | 4157 "description": "IDs of views (profiles) linked to the custom
data source.", |
| 4158 "items": { | 4158 "items": { |
| 4159 "type": "string" | 4159 "type": "string" |
| 4160 }, | 4160 }, |
| 4161 "type": "array" | 4161 "type": "array" |
| 4162 }, | 4162 }, |
| 4163 "schema": { |
| 4164 "description": "Collection of schema headers of the custom d
ata source.", |
| 4165 "items": { |
| 4166 "type": "string" |
| 4167 }, |
| 4168 "type": "array" |
| 4169 }, |
| 4163 "selfLink": { | 4170 "selfLink": { |
| 4164 "description": "Link for this Analytics custom data source."
, | 4171 "description": "Link for this Analytics custom data source."
, |
| 4165 "type": "string" | 4172 "type": "string" |
| 4166 }, | 4173 }, |
| 4167 "type": { | 4174 "type": { |
| 4168 "description": "Type of the custom data source.", | 4175 "description": "Type of the custom data source.", |
| 4169 "type": "string" | 4176 "type": "string" |
| 4170 }, | 4177 }, |
| 4171 "updated": { | 4178 "updated": { |
| 4172 "description": "Time this custom data source was last modifi
ed.", | 4179 "description": "Time this custom data source was last modifi
ed.", |
| 4173 "format": "date-time", | 4180 "format": "date-time", |
| 4174 "type": "string" | 4181 "type": "string" |
| 4175 }, | 4182 }, |
| 4176 "uploadType": { | 4183 "uploadType": { |
| 4184 "description": "Upload type of the custom data source.", |
| 4177 "type": "string" | 4185 "type": "string" |
| 4178 }, | 4186 }, |
| 4179 "webPropertyId": { | 4187 "webPropertyId": { |
| 4180 "description": "Web property ID of the form UA-XXXXX-YY to w
hich this custom data source belongs.", | 4188 "description": "Web property ID of the form UA-XXXXX-YY to w
hich this custom data source belongs.", |
| 4181 "type": "string" | 4189 "type": "string" |
| 4182 } | 4190 } |
| 4183 }, | 4191 }, |
| 4184 "type": "object" | 4192 "type": "object" |
| 4185 }, | 4193 }, |
| 4186 "CustomDataSources": { | 4194 "CustomDataSources": { |
| (...skipping 2714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6901 "type": "string" | 6909 "type": "string" |
| 6902 }, | 6910 }, |
| 6903 "kind": { | 6911 "kind": { |
| 6904 "default": "analytics#upload", | 6912 "default": "analytics#upload", |
| 6905 "description": "Resource type for Analytics upload.", | 6913 "description": "Resource type for Analytics upload.", |
| 6906 "type": "string" | 6914 "type": "string" |
| 6907 }, | 6915 }, |
| 6908 "status": { | 6916 "status": { |
| 6909 "description": "Upload status. Possible values: PENDING, COM
PLETED, FAILED, DELETING, DELETED.", | 6917 "description": "Upload status. Possible values: PENDING, COM
PLETED, FAILED, DELETING, DELETED.", |
| 6910 "type": "string" | 6918 "type": "string" |
| 6919 }, |
| 6920 "uploadTime": { |
| 6921 "description": "Time this file is uploaded.", |
| 6922 "format": "date-time", |
| 6923 "type": "string" |
| 6911 } | 6924 } |
| 6912 }, | 6925 }, |
| 6913 "type": "object" | 6926 "type": "object" |
| 6914 }, | 6927 }, |
| 6915 "Uploads": { | 6928 "Uploads": { |
| 6916 "description": "Upload collection lists Analytics uploads to which t
he user has access. Each custom data source can have a set of uploads. Each reso
urce in the upload collection corresponds to a single Analytics data upload.", | 6929 "description": "Upload collection lists Analytics uploads to which t
he user has access. Each custom data source can have a set of uploads. Each reso
urce in the upload collection corresponds to a single Analytics data upload.", |
| 6917 "id": "Uploads", | 6930 "id": "Uploads", |
| 6918 "properties": { | 6931 "properties": { |
| 6919 "items": { | 6932 "items": { |
| 6920 "description": "A list of uploads.", | 6933 "description": "A list of uploads.", |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7211 "type": "string" | 7224 "type": "string" |
| 7212 } | 7225 } |
| 7213 }, | 7226 }, |
| 7214 "type": "object" | 7227 "type": "object" |
| 7215 } | 7228 } |
| 7216 }, | 7229 }, |
| 7217 "servicePath": "analytics/v3/", | 7230 "servicePath": "analytics/v3/", |
| 7218 "title": "Google Analytics API", | 7231 "title": "Google Analytics API", |
| 7219 "version": "v3" | 7232 "version": "v3" |
| 7220 } | 7233 } |
| OLD | NEW |