| Index: discovery/googleapis/analytics__v3.json
|
| diff --git a/discovery/googleapis/analytics__v3.json b/discovery/googleapis/analytics__v3.json
|
| index 9c68de68e9710f6b9c7449042e8ea6307b8d7be3..2169a3dd35c3d3d6978ad216f71d7c3951102012 100644
|
| --- a/discovery/googleapis/analytics__v3.json
|
| +++ b/discovery/googleapis/analytics__v3.json
|
| @@ -29,7 +29,7 @@
|
| "description": "Views and manages your Google Analytics data.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/analytics/",
|
| - "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/lVhlnf65PutgyXI1dE0hFsK5teg\"",
|
| + "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/RVrwVyPQJLlTFI7LM0WsqSWaDpE\"",
|
| "icons": {
|
| "x16": "https://www.google.com/images/icons/product/analytics-16.png",
|
| "x32": "https://www.google.com/images/icons/product/analytics-32.png"
|
| @@ -2469,6 +2469,210 @@
|
| }
|
| }
|
| },
|
| + "remarketingAudience": {
|
| + "methods": {
|
| + "get": {
|
| + "description": "Gets remarketing audiences to which the user has access.",
|
| + "httpMethod": "GET",
|
| + "id": "analytics.management.remarketingAudience.get",
|
| + "parameterOrder": [
|
| + "accountId",
|
| + "webPropertyId",
|
| + "remarketingAudienceId"
|
| + ],
|
| + "parameters": {
|
| + "accountId": {
|
| + "description": "Account ID for the remarketing audience to retrieve.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "remarketingAudienceId": {
|
| + "description": "The ID to retrieve the Remarketing Audience for.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "webPropertyId": {
|
| + "description": "Web property ID for the remarketing audience to retrieve.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + }
|
| + },
|
| + "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}",
|
| + "response": {
|
| + "$ref": "RemarketingAudience"
|
| + },
|
| + "scopes": [
|
| + "https://www.googleapis.com/auth/analytics.edit",
|
| + "https://www.googleapis.com/auth/analytics.readonly"
|
| + ]
|
| + },
|
| + "insert": {
|
| + "description": "Creates a new remarketing audiences.",
|
| + "httpMethod": "POST",
|
| + "id": "analytics.management.remarketingAudience.insert",
|
| + "parameterOrder": [
|
| + "accountId",
|
| + "webPropertyId"
|
| + ],
|
| + "parameters": {
|
| + "accountId": {
|
| + "description": "Account ID to create the remarketing audience for.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "webPropertyId": {
|
| + "description": "Web property ID to create the remarketing audience for.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + }
|
| + },
|
| + "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences",
|
| + "request": {
|
| + "$ref": "RemarketingAudience"
|
| + },
|
| + "response": {
|
| + "$ref": "RemarketingAudience"
|
| + },
|
| + "scopes": [
|
| + "https://www.googleapis.com/auth/analytics.edit"
|
| + ]
|
| + },
|
| + "list": {
|
| + "description": "Lists remarketing audiences to which the user has access.",
|
| + "httpMethod": "GET",
|
| + "id": "analytics.management.remarketingAudience.list",
|
| + "parameterOrder": [
|
| + "accountId",
|
| + "webPropertyId"
|
| + ],
|
| + "parameters": {
|
| + "accountId": {
|
| + "description": "Account ID for the remarketing audience to retrieve.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "max-results": {
|
| + "description": "The maximum number of remarketing audiences to include in this response.",
|
| + "format": "int32",
|
| + "location": "query",
|
| + "type": "integer"
|
| + },
|
| + "start-index": {
|
| + "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.",
|
| + "format": "int32",
|
| + "location": "query",
|
| + "minimum": "1",
|
| + "type": "integer"
|
| + },
|
| + "type": {
|
| + "default": "all",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "webPropertyId": {
|
| + "description": "Web property ID for the remarketing audience to retrieve.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + }
|
| + },
|
| + "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences",
|
| + "response": {
|
| + "$ref": "RemarketingAudiences"
|
| + },
|
| + "scopes": [
|
| + "https://www.googleapis.com/auth/analytics.edit",
|
| + "https://www.googleapis.com/auth/analytics.readonly"
|
| + ]
|
| + },
|
| + "patch": {
|
| + "description": "Updates an existing remarketing audiences. This method supports patch semantics.",
|
| + "httpMethod": "PATCH",
|
| + "id": "analytics.management.remarketingAudience.patch",
|
| + "parameterOrder": [
|
| + "accountId",
|
| + "webPropertyId",
|
| + "remarketingAudienceId"
|
| + ],
|
| + "parameters": {
|
| + "accountId": {
|
| + "description": "Account ID for the remarketing audience to update.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "remarketingAudienceId": {
|
| + "description": "Remarketing audience ID of the remarketing audience to update.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "webPropertyId": {
|
| + "description": "Web property ID for the remarketing audience to update.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + }
|
| + },
|
| + "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}",
|
| + "request": {
|
| + "$ref": "RemarketingAudience"
|
| + },
|
| + "response": {
|
| + "$ref": "RemarketingAudience"
|
| + },
|
| + "scopes": [
|
| + "https://www.googleapis.com/auth/analytics.edit"
|
| + ]
|
| + },
|
| + "update": {
|
| + "description": "Updates an existing remarketing audiences.",
|
| + "httpMethod": "PUT",
|
| + "id": "analytics.management.remarketingAudience.update",
|
| + "parameterOrder": [
|
| + "accountId",
|
| + "webPropertyId",
|
| + "remarketingAudienceId"
|
| + ],
|
| + "parameters": {
|
| + "accountId": {
|
| + "description": "Account ID for the remarketing audience to update.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "remarketingAudienceId": {
|
| + "description": "Remarketing audience ID of the remarketing audience to update.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "webPropertyId": {
|
| + "description": "Web property ID for the remarketing audience to update.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + }
|
| + },
|
| + "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}",
|
| + "request": {
|
| + "$ref": "RemarketingAudience"
|
| + },
|
| + "response": {
|
| + "$ref": "RemarketingAudience"
|
| + },
|
| + "scopes": [
|
| + "https://www.googleapis.com/auth/analytics.edit"
|
| + ]
|
| + }
|
| + }
|
| + },
|
| "segments": {
|
| "methods": {
|
| "list": {
|
| @@ -3506,7 +3710,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160726",
|
| + "revision": "20160805",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Account": {
|
| @@ -5456,6 +5660,86 @@
|
| },
|
| "type": "object"
|
| },
|
| + "IncludeConditions": {
|
| + "description": "JSON template for an Analytics Remarketing Include Conditions.",
|
| + "id": "IncludeConditions",
|
| + "properties": {
|
| + "daysToLookBack": {
|
| + "description": "The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.",
|
| + "format": "int32",
|
| + "type": "integer"
|
| + },
|
| + "isSmartList": {
|
| + "description": "Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577",
|
| + "type": "boolean"
|
| + },
|
| + "kind": {
|
| + "default": "analytics#includeConditions",
|
| + "description": "Resource type for include conditions.",
|
| + "type": "string"
|
| + },
|
| + "membershipDurationDays": {
|
| + "description": "Number of days a user remains in the audience. Use any integer from 1-540. In remarketing audiences for search ads, membership duration is truncated to 180 days.",
|
| + "format": "int32",
|
| + "type": "integer"
|
| + },
|
| + "segment": {
|
| + "description": "The segment condition that will cause a user to be added to an audience.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "LinkedForeignAccount": {
|
| + "description": "JSON template for an Analytics Remarketing Audience Foreign Link.",
|
| + "id": "LinkedForeignAccount",
|
| + "properties": {
|
| + "accountId": {
|
| + "description": "Account ID to which this linked foreign account belongs.",
|
| + "type": "string"
|
| + },
|
| + "eligibleForSearch": {
|
| + "description": "Boolean indicating whether this is eligible for search.",
|
| + "readOnly": true,
|
| + "type": "boolean"
|
| + },
|
| + "id": {
|
| + "description": "Entity ad account link ID.",
|
| + "type": "string"
|
| + },
|
| + "internalWebPropertyId": {
|
| + "description": "Internal ID for the web property to which this linked foreign account belongs.",
|
| + "readOnly": true,
|
| + "type": "string"
|
| + },
|
| + "kind": {
|
| + "default": "analytics#linkedForeignAccount",
|
| + "description": "Resource type for linked foreign account.",
|
| + "type": "string"
|
| + },
|
| + "linkedAccountId": {
|
| + "description": "The foreign account ID. For example the an AdWords `linkedAccountId` has the following format XXX-XXX-XXXX.",
|
| + "type": "string"
|
| + },
|
| + "remarketingAudienceId": {
|
| + "description": "Remarketing audience ID to which this linked foreign account belongs.",
|
| + "type": "string"
|
| + },
|
| + "status": {
|
| + "description": "The status of this foreign account link.",
|
| + "type": "string"
|
| + },
|
| + "type": {
|
| + "description": "The type of the foreign account. For example `ADWORDS_LINKS`.",
|
| + "type": "string"
|
| + },
|
| + "webPropertyId": {
|
| + "description": "Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| "McfData": {
|
| "description": "Multi-Channel Funnels data for a given view (profile).",
|
| "id": "McfData",
|
| @@ -6133,6 +6417,154 @@
|
| },
|
| "type": "object"
|
| },
|
| + "RemarketingAudience": {
|
| + "description": "JSON template for an Analytics remarketing audience.",
|
| + "id": "RemarketingAudience",
|
| + "properties": {
|
| + "accountId": {
|
| + "description": "Account ID to which this remarketing audience belongs.",
|
| + "type": "string"
|
| + },
|
| + "audienceDefinition": {
|
| + "description": "The simple audience definition that will cause a user to be added to an audience.",
|
| + "properties": {
|
| + "includeConditions": {
|
| + "$ref": "IncludeConditions",
|
| + "description": "Defines the conditions to include users to the audience."
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "audienceType": {
|
| + "description": "The type of audience, either SIMPLE or STATE_BASED.",
|
| + "type": "string"
|
| + },
|
| + "created": {
|
| + "description": "Time this remarketing audience was created.",
|
| + "format": "date-time",
|
| + "readOnly": true,
|
| + "type": "string"
|
| + },
|
| + "description": {
|
| + "description": "The description of this remarketing audience.",
|
| + "readOnly": true,
|
| + "type": "string"
|
| + },
|
| + "id": {
|
| + "description": "Remarketing Audience ID.",
|
| + "type": "string"
|
| + },
|
| + "internalWebPropertyId": {
|
| + "description": "Internal ID for the web property to which this remarketing audience belongs.",
|
| + "readOnly": true,
|
| + "type": "string"
|
| + },
|
| + "kind": {
|
| + "default": "analytics#remarketingAudience",
|
| + "description": "Collection type.",
|
| + "type": "string"
|
| + },
|
| + "linkedAdAccounts": {
|
| + "description": "The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.",
|
| + "items": {
|
| + "$ref": "LinkedForeignAccount"
|
| + },
|
| + "type": "array"
|
| + },
|
| + "linkedViews": {
|
| + "description": "The views (profiles) that this remarketing audience is linked to.",
|
| + "items": {
|
| + "type": "string"
|
| + },
|
| + "type": "array"
|
| + },
|
| + "name": {
|
| + "description": "The name of this remarketing audience.",
|
| + "type": "string"
|
| + },
|
| + "stateBasedAudienceDefinition": {
|
| + "description": "A state based audience definition that will cause a user to be added or removed from an audience.",
|
| + "properties": {
|
| + "excludeConditions": {
|
| + "description": "Defines the conditions to exclude users from the audience.",
|
| + "properties": {
|
| + "exclusionDuration": {
|
| + "description": "Whether to make the exclusion TEMPORARY or PERMANENT.",
|
| + "type": "string"
|
| + },
|
| + "segment": {
|
| + "description": "The segment condition that will cause a user to be removed from an audience.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "includeConditions": {
|
| + "$ref": "IncludeConditions",
|
| + "description": "Defines the conditions to include users to the audience."
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "updated": {
|
| + "description": "Time this remarketing audience was last modified.",
|
| + "format": "date-time",
|
| + "readOnly": true,
|
| + "type": "string"
|
| + },
|
| + "webPropertyId": {
|
| + "description": "Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "RemarketingAudiences": {
|
| + "description": "A remarketing audience collection lists Analytics remarketing audiences to which the user has access. Each resource in the collection corresponds to a single Analytics remarketing audience.",
|
| + "id": "RemarketingAudiences",
|
| + "properties": {
|
| + "items": {
|
| + "description": "A list of remarketing audiences.",
|
| + "items": {
|
| + "$ref": "RemarketingAudience"
|
| + },
|
| + "type": "array"
|
| + },
|
| + "itemsPerPage": {
|
| + "description": "The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.",
|
| + "format": "int32",
|
| + "type": "integer"
|
| + },
|
| + "kind": {
|
| + "default": "analytics#remarketingAudiences",
|
| + "description": "Collection type.",
|
| + "type": "string"
|
| + },
|
| + "nextLink": {
|
| + "description": "Link to next page for this remarketing audience collection.",
|
| + "type": "string"
|
| + },
|
| + "previousLink": {
|
| + "description": "Link to previous page for this view (profile) collection.",
|
| + "type": "string"
|
| + },
|
| + "startIndex": {
|
| + "description": "The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.",
|
| + "format": "int32",
|
| + "type": "integer"
|
| + },
|
| + "totalResults": {
|
| + "description": "The total number of results for the query, regardless of the number of results in the response.",
|
| + "format": "int32",
|
| + "type": "integer"
|
| + },
|
| + "username": {
|
| + "description": "Email ID of the authenticated user",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| "Segment": {
|
| "description": "JSON template for an Analytics segment.",
|
| "id": "Segment",
|
|
|