| Index: discovery/googleapis/analyticsreporting__v4.json
|
| diff --git a/discovery/googleapis/analyticsreporting__v4.json b/discovery/googleapis/analyticsreporting__v4.json
|
| index 11227c86e34bb47463318b6ca37966ac08d6daad..c00e7f0d491e2f898bd5396216112d2b7cc12e0f 100644
|
| --- a/discovery/googleapis/analyticsreporting__v4.json
|
| +++ b/discovery/googleapis/analyticsreporting__v4.json
|
| @@ -140,7 +140,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160616",
|
| + "revision": "20160714",
|
| "rootUrl": "https://analyticsreporting.googleapis.com/",
|
| "schemas": {
|
| "PivotHeader": {
|
| @@ -163,7 +163,7 @@
|
| "type": "object"
|
| },
|
| "Metric": {
|
| - "description": "A metric in the request.",
|
| + "description": "[Metrics](https://support.google.com/analytics/answer/1033861)\nare the quantitative measurements. For example, the metric `ga:users`\nindicates the total number of users for the requested time period.",
|
| "id": "Metric",
|
| "properties": {
|
| "alias": {
|
| @@ -414,7 +414,7 @@
|
| "description": "Cohort group associated with this request. If there is a cohort group\nin the request the `ga:cohort` dimension must be present.\nEvery [ReportRequest](#ReportRequest) within a `batchGet` method must\ncontain the same `cohortGroup` definition."
|
| },
|
| "dimensions": {
|
| - "description": "Dimensions requested in the request.",
|
| + "description": "The dimensions requested.\nRequests can have a total of 7 dimensions.",
|
| "items": {
|
| "$ref": "Dimension"
|
| },
|
| @@ -443,7 +443,7 @@
|
| "type": "array"
|
| },
|
| "pivots": {
|
| - "description": "The pivot definitions.",
|
| + "description": "The pivot definitions. Requests can have a maximum of 2 pivots.",
|
| "items": {
|
| "$ref": "Pivot"
|
| },
|
| @@ -480,7 +480,7 @@
|
| "type": "string"
|
| },
|
| "metrics": {
|
| - "description": "Metrics, the quantitative measurements, requested in the request.\nRequests must specify at least one metric.",
|
| + "description": "The metrics requested.\nRequests must specify at least one metric. Requests can have a\ntotal of 10 metrics.",
|
| "items": {
|
| "$ref": "Metric"
|
| },
|
| @@ -883,14 +883,14 @@
|
| "id": "Pivot",
|
| "properties": {
|
| "dimensions": {
|
| - "description": "A list of dimensions to show as pivot columns.",
|
| + "description": "A list of dimensions to show as pivot columns. A Pivot can have a maximum\nof 4 dimensions.",
|
| "items": {
|
| "$ref": "Dimension"
|
| },
|
| "type": "array"
|
| },
|
| "metrics": {
|
| - "description": "Metrics to aggregate and return.",
|
| + "description": "The pivot metrics. Pivot metrics are part of the\nrestriction on total number of metrics in the request.",
|
| "items": {
|
| "$ref": "Metric"
|
| },
|
| @@ -1017,7 +1017,7 @@
|
| "type": "object"
|
| },
|
| "CohortGroup": {
|
| - "description": "Defines a cohort group.\nFor example:\n\n \"cohortGroup\": {\n \"cohorts\": [{\n \"name\": \"cohort 1\",\n \"type\": \"FIRST_VISIT_DATE\",\n \"dateRange\": { \"startDate\": \"2015-08-01\", \"endDate\": \"2015-08-01\" }\n },{\n \"name\": \"cohort 2\"\n \"type\": \"FIRST_VISIT_DATE\"\n \"dateRange\": { \"startDate\": \"2015-07-01\", \"endDate\": \"2015-07-01\" }\n }]\n }\n",
|
| + "description": "Defines a cohort group.\nFor example:\n\n \"cohortGroup\": {\n \"cohorts\": [{\n \"name\": \"cohort 1\",\n \"type\": \"FIRST_VISIT_DATE\",\n \"dateRange\": { \"startDate\": \"2015-08-01\", \"endDate\": \"2015-08-01\" }\n },{\n \"name\": \"cohort 2\"\n \"type\": \"FIRST_VISIT_DATE\"\n \"dateRange\": { \"startDate\": \"2015-07-01\", \"endDate\": \"2015-07-01\" }\n }]\n }",
|
| "id": "CohortGroup",
|
| "properties": {
|
| "lifetimeValue": {
|
| @@ -1117,7 +1117,7 @@
|
| "type": "object"
|
| },
|
| "Dimension": {
|
| - "description": "A dimension in the request.",
|
| + "description": "[Dimensions](https://support.google.com/analytics/answer/1033861)\nare attributes of your data. For example, the dimension `ga:city`\nindicates the city, for example, \"Paris\" or \"New York\", from which\na session originates.",
|
| "id": "Dimension",
|
| "properties": {
|
| "histogramBuckets": {
|
|
|