{ "opencollection": "1.0.0", "info": { "name": "Google Analytics Admin accounts management API", "version": "v1" }, "items": [ { "info": { "name": "management", "type": "folder" }, "items": [ { "info": { "name": "analytics.management.accountSummaries.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accountSummaries", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of account summaries to include in this response, where the largest acceptable value is 1000." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access." }, { "info": { "name": "analytics.management.accounts.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of accounts to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first account to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all accounts to which the user has access." }, { "info": { "name": "analytics.management.accountUserLinks.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/entityUserLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve the user links for." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of account-user links to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first account-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists account-user links for a given account." }, { "info": { "name": "analytics.management.accountUserLinks.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/entityUserLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create the user link for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Adds a new user to the given account." }, { "info": { "name": "analytics.management.accountUserLinks.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/entityUserLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to update the account-user link for." }, { "name": "linkId", "value": "123456", "type": "path", "description": "Link ID to update the account-user link for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates permissions for an existing user on the given account." }, { "info": { "name": "analytics.management.accountUserLinks.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/entityUserLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to delete the user link for." }, { "name": "linkId", "value": "123456", "type": "path", "description": "Link ID to delete the user link for." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Removes a user from the given account." }, { "info": { "name": "analytics.management.filters.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/filters", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve filters for." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of filters to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all filters for an account" }, { "info": { "name": "analytics.management.filters.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/filters", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create filter for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new filter." }, { "info": { "name": "analytics.management.filters.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/filters/:filterId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve filters for." }, { "name": "filterId", "value": "123456", "type": "path", "description": "Filter ID to retrieve filters for." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Returns filters to which the user has access." }, { "info": { "name": "analytics.management.filters.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/filters/:filterId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which the filter belongs." }, { "name": "filterId", "value": "123456", "type": "path", "description": "ID of the filter to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing filter." }, { "info": { "name": "analytics.management.filters.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/filters/:filterId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which the filter belongs." }, { "name": "filterId", "value": "123456", "type": "path", "description": "ID of the filter to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing filter. This method supports patch semantics." }, { "info": { "name": "analytics.management.filters.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/filters/:filterId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to delete the filter for." }, { "name": "filterId", "value": "123456", "type": "path", "description": "ID of the filter to be deleted." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Delete a filter." }, { "info": { "name": "analytics.management.webproperties.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of web properties to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists web properties to which the user has access." }, { "info": { "name": "analytics.management.webproperties.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create the web property for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new property if the account has fewer than 20 properties. Web properties are visible in the Google Analytics interface only if they have at least one profile." }, { "info": { "name": "analytics.management.webproperties.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve the web property for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "ID to retrieve the web property for." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Gets a web property to which the user has access." }, { "info": { "name": "analytics.management.webproperties.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which the web property belongs" }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing web property." }, { "info": { "name": "analytics.management.webproperties.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which the web property belongs" }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing web property. This method supports patch semantics." }, { "info": { "name": "analytics.management.customDataSources.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account Id for the custom data sources to retrieve." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id for the custom data sources to retrieve." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of custom data sources to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "A 1-based index of the first custom data source to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "List custom data sources to which the user has access." }, { "info": { "name": "analytics.management.uploads.deleteUploadData", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/deleteUploadData", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account Id for the uploads to be deleted." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id for the uploads to be deleted." }, { "name": "customDataSourceId", "value": "123456", "type": "path", "description": "Custom data source Id for the uploads to be deleted." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Delete data associated with a previous upload." }, { "info": { "name": "analytics.management.uploads.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/uploads", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account Id for the uploads to retrieve." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id for the uploads to retrieve." }, { "name": "customDataSourceId", "value": "123456", "type": "path", "description": "Custom data source Id for uploads to retrieve." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of uploads to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "A 1-based index of the first upload to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "List uploads to which the user has access." }, { "info": { "name": "analytics.management.uploads.uploadData", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/uploads", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account Id associated with the upload." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property UA-string associated with the upload." }, { "name": "customDataSourceId", "value": "123456", "type": "path", "description": "Custom data source Id to which the data being uploaded belongs." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Upload data for a custom data source." }, { "info": { "name": "analytics.management.uploads.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/uploads/:uploadId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account Id for the upload to retrieve." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id for the upload to retrieve." }, { "name": "customDataSourceId", "value": "123456", "type": "path", "description": "Custom data source Id for upload to retrieve." }, { "name": "uploadId", "value": "123456", "type": "path", "description": "Upload Id to retrieve." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "List uploads to which the user has access." }, { "info": { "name": "analytics.management.customDimensions.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom dimensions to retrieve." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom dimensions to retrieve." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of custom dimensions to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists custom dimensions to which the user has access." }, { "info": { "name": "analytics.management.customDimensions.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom dimension to create." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom dimension to create." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new custom dimension." }, { "info": { "name": "analytics.management.customDimensions.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions/:customDimensionId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom dimension to retrieve." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom dimension to retrieve." }, { "name": "customDimensionId", "value": "123456", "type": "path", "description": "The ID of the custom dimension to retrieve." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Get a custom dimension to which the user has access." }, { "info": { "name": "analytics.management.customDimensions.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions/:customDimensionId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom dimension to update." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom dimension to update." }, { "name": "customDimensionId", "value": "123456", "type": "path", "description": "Custom dimension ID for the custom dimension to update." }, { "name": "ignoreCustomDataSourceLinks", "value": "true", "type": "query", "description": "Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing custom dimension." }, { "info": { "name": "analytics.management.customDimensions.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions/:customDimensionId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom dimension to update." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom dimension to update." }, { "name": "customDimensionId", "value": "123456", "type": "path", "description": "Custom dimension ID for the custom dimension to update." }, { "name": "ignoreCustomDataSourceLinks", "value": "true", "type": "query", "description": "Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing custom dimension. This method supports patch semantics." }, { "info": { "name": "analytics.management.customMetrics.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom metrics to retrieve." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom metrics to retrieve." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of custom metrics to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists custom metrics to which the user has access." }, { "info": { "name": "analytics.management.customMetrics.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom metric to create." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom dimension to create." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new custom metric." }, { "info": { "name": "analytics.management.customMetrics.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics/:customMetricId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom metric to retrieve." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom metric to retrieve." }, { "name": "customMetricId", "value": "123456", "type": "path", "description": "The ID of the custom metric to retrieve." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Get a custom metric to which the user has access." }, { "info": { "name": "analytics.management.customMetrics.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics/:customMetricId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom metric to update." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom metric to update." }, { "name": "customMetricId", "value": "123456", "type": "path", "description": "Custom metric ID for the custom metric to update." }, { "name": "ignoreCustomDataSourceLinks", "value": "true", "type": "query", "description": "Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing custom metric." }, { "info": { "name": "analytics.management.customMetrics.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics/:customMetricId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the custom metric to update." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the custom metric to update." }, { "name": "customMetricId", "value": "123456", "type": "path", "description": "Custom metric ID for the custom metric to update." }, { "name": "ignoreCustomDataSourceLinks", "value": "true", "type": "query", "description": "Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing custom metric. This method supports patch semantics." }, { "info": { "name": "analytics.management.webPropertyAdWordsLinks.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "ID of the account which the given web property belongs to." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve the Google Ads links for." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of webProperty-Google Ads links to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first webProperty-Google Ads link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists webProperty-Google Ads links for a given web property." }, { "info": { "name": "analytics.management.webPropertyAdWordsLinks.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "ID of the Google Analytics account to create the link for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to create the link for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Creates a webProperty-Google Ads link." }, { "info": { "name": "analytics.management.webPropertyAdWordsLinks.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "ID of the account which the given web property belongs to." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve the Google Ads link for." }, { "name": "webPropertyAdWordsLinkId", "value": "123456", "type": "path", "description": "Web property-Google Ads link ID." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Returns a web property-Google Ads link to which the user has access." }, { "info": { "name": "analytics.management.webPropertyAdWordsLinks.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "ID of the account which the given web property belongs to." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve the Google Ads link for." }, { "name": "webPropertyAdWordsLinkId", "value": "123456", "type": "path", "description": "Web property-Google Ads link ID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing webProperty-Google Ads link." }, { "info": { "name": "analytics.management.webPropertyAdWordsLinks.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "ID of the account which the given web property belongs to." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve the Google Ads link for." }, { "name": "webPropertyAdWordsLinkId", "value": "123456", "type": "path", "description": "Web property-Google Ads link ID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing webProperty-Google Ads link. This method supports patch semantics." }, { "info": { "name": "analytics.management.webPropertyAdWordsLinks.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "ID of the account which the given web property belongs to." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to delete the Google Ads link for." }, { "name": "webPropertyAdWordsLinkId", "value": "123456", "type": "path", "description": "Web property Google Ads link ID." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Deletes a web property-Google Ads link." }, { "info": { "name": "analytics.management.webpropertyUserLinks.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID which the given web property belongs to." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web Property ID for the webProperty-user links to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of webProperty-user Links to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first webProperty-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists webProperty-user links for a given web property." }, { "info": { "name": "analytics.management.webpropertyUserLinks.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create the user link for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web Property ID to create the user link for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Adds a new user to the given web property." }, { "info": { "name": "analytics.management.webpropertyUserLinks.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to update the account-user link for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to update the account-user link for." }, { "name": "linkId", "value": "123456", "type": "path", "description": "Link ID to update the account-user link for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates permissions for an existing user on the given web property." }, { "info": { "name": "analytics.management.webpropertyUserLinks.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to delete the user link for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web Property ID to delete the user link for." }, { "name": "linkId", "value": "123456", "type": "path", "description": "Link ID to delete the user link for." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Removes a user from the given web property." }, { "info": { "name": "analytics.management.profiles.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID for the view (profiles) to retrieve. Can either be a specific account ID or '~all', which refers to all the accounts to which the user has access." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for the views (profiles) to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties to which the user has access." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of views (profiles) to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists views (profiles) to which the user has access." }, { "info": { "name": "analytics.management.profiles.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create the view (profile) for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to create the view (profile) for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new view (profile)." }, { "info": { "name": "analytics.management.profiles.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve the view (profile) for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve the view (profile) for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to retrieve the view (profile) for." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Gets a view (profile) to which the user has access." }, { "info": { "name": "analytics.management.profiles.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which the view (profile) belongs" }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to which the view (profile) belongs" }, { "name": "profileId", "value": "123456", "type": "path", "description": "ID of the view (profile) to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing view (profile)." }, { "info": { "name": "analytics.management.profiles.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which the view (profile) belongs" }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to which the view (profile) belongs" }, { "name": "profileId", "value": "123456", "type": "path", "description": "ID of the view (profile) to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing view (profile). This method supports patch semantics." }, { "info": { "name": "analytics.management.profiles.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to delete the view (profile) for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to delete the view (profile) for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "ID of the view (profile) to be deleted." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Deletes a view (profile)." }, { "info": { "name": "analytics.management.profileUserLinks.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID which the given view (profile) belongs to." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web Property ID which the given view (profile) belongs to. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to retrieve the profile-user links for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of profile-user links to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first profile-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists profile-user links for a given view (profile)." }, { "info": { "name": "analytics.management.profileUserLinks.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create the user link for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web Property ID to create the user link for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to create the user link for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Adds a new user to the given view (profile)." }, { "info": { "name": "analytics.management.profileUserLinks.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to update the user link for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web Property ID to update the user link for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile ID) to update the user link for." }, { "name": "linkId", "value": "123456", "type": "path", "description": "Link ID to update the user link for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates permissions for an existing user on the given view (profile)." }, { "info": { "name": "analytics.management.profileUserLinks.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to delete the user link for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web Property ID to delete the user link for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to delete the user link for." }, { "name": "linkId", "value": "123456", "type": "path", "description": "Link ID to delete the user link for." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Removes a user from the given view (profile)." }, { "info": { "name": "analytics.management.experiments.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve experiments for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve experiments for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to retrieve experiments for." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of experiments to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first experiment to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists experiments to which the user has access." }, { "info": { "name": "analytics.management.experiments.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create the experiment for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to create the experiment for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to create the experiment for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new experiment." }, { "info": { "name": "analytics.management.experiments.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve the experiment for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve the experiment for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to retrieve the experiment for." }, { "name": "experimentId", "value": "123456", "type": "path", "description": "Experiment ID to retrieve the experiment for." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Returns an experiment to which the user has access." }, { "info": { "name": "analytics.management.experiments.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID of the experiment to update." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID of the experiment to update." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID of the experiment to update." }, { "name": "experimentId", "value": "123456", "type": "path", "description": "Experiment ID of the experiment to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update an existing experiment." }, { "info": { "name": "analytics.management.experiments.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID of the experiment to update." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID of the experiment to update." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID of the experiment to update." }, { "name": "experimentId", "value": "123456", "type": "path", "description": "Experiment ID of the experiment to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update an existing experiment. This method supports patch semantics." }, { "info": { "name": "analytics.management.experiments.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which the experiment belongs" }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to which the experiment belongs" }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to which the experiment belongs" }, { "name": "experimentId", "value": "123456", "type": "path", "description": "ID of the experiment to delete" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Delete an experiment." }, { "info": { "name": "analytics.management.goals.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve goals for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve goals for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to retrieve goals for. Can either be a specific view (profile) ID or '~all', which refers to all the views (profiles) that user has access to." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of goals to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first goal to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists goals to which the user has access." }, { "info": { "name": "analytics.management.goals.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create the goal for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to create the goal for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to create the goal for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new goal." }, { "info": { "name": "analytics.management.goals.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals/:goalId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve the goal for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve the goal for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to retrieve the goal for." }, { "name": "goalId", "value": "123456", "type": "path", "description": "Goal ID to retrieve the goal for." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Gets a goal to which the user has access." }, { "info": { "name": "analytics.management.goals.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals/:goalId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to update the goal." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to update the goal." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to update the goal." }, { "name": "goalId", "value": "123456", "type": "path", "description": "Index of the goal to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing goal." }, { "info": { "name": "analytics.management.goals.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals/:goalId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to update the goal." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to update the goal." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to update the goal." }, { "name": "goalId", "value": "123456", "type": "path", "description": "Index of the goal to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing goal. This method supports patch semantics." }, { "info": { "name": "analytics.management.profileFilterLinks.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve profile filter links for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id for profile filter links for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to." }, { "name": "profileId", "value": "123456", "type": "path", "description": "Profile ID to retrieve filter links for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of profile filter links to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists all profile filter links for a profile." }, { "info": { "name": "analytics.management.profileFilterLinks.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create profile filter link for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id to create profile filter link for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "Profile ID to create filter link for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new profile filter link." }, { "info": { "name": "analytics.management.profileFilterLinks.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve profile filter link for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id to retrieve profile filter link for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "Profile ID to retrieve filter link for." }, { "name": "linkId", "value": "123456", "type": "path", "description": "ID of the profile filter link." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Returns a single profile filter link." }, { "info": { "name": "analytics.management.profileFilterLinks.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which profile filter link belongs." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id to which profile filter link belongs" }, { "name": "profileId", "value": "123456", "type": "path", "description": "Profile ID to which filter link belongs" }, { "name": "linkId", "value": "123456", "type": "path", "description": "ID of the profile filter link to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update an existing profile filter link." }, { "info": { "name": "analytics.management.profileFilterLinks.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which profile filter link belongs." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id to which profile filter link belongs" }, { "name": "profileId", "value": "123456", "type": "path", "description": "Profile ID to which filter link belongs" }, { "name": "linkId", "value": "123456", "type": "path", "description": "ID of the profile filter link to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update an existing profile filter link. This method supports patch semantics." }, { "info": { "name": "analytics.management.profileFilterLinks.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which the profile filter link belongs." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property Id to which the profile filter link belongs." }, { "name": "profileId", "value": "123456", "type": "path", "description": "Profile ID to which the filter link belongs." }, { "name": "linkId", "value": "123456", "type": "path", "description": "ID of the profile filter link to delete." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Delete a profile filter link." }, { "info": { "name": "analytics.management.unsampledReports.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve unsampled reports for. Must be a specific account ID, ~all is not supported." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is not supported." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all is not supported." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of unsampled reports to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first unsampled report to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists unsampled reports to which the user has access." }, { "info": { "name": "analytics.management.unsampledReports.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to create the unsampled report for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to create the unsampled report for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to create the unsampled report for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a new unsampled report." }, { "info": { "name": "analytics.management.unsampledReports.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports/:unsampledReportId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to retrieve unsampled report for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to retrieve unsampled reports for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to retrieve unsampled report for." }, { "name": "unsampledReportId", "value": "123456", "type": "path", "description": "ID of the unsampled report to retrieve." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Returns a single unsampled report." }, { "info": { "name": "analytics.management.unsampledReports.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports/:unsampledReportId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to delete the unsampled report for." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to delete the unsampled reports for." }, { "name": "profileId", "value": "123456", "type": "path", "description": "View (Profile) ID to delete the unsampled report for." }, { "name": "unsampledReportId", "value": "123456", "type": "path", "description": "ID of the unsampled report to be deleted." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Deletes an unsampled report." }, { "info": { "name": "analytics.management.remarketingAudience.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "The account ID of the remarketing audiences to retrieve." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "The web property ID of the remarketing audiences to retrieve." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of remarketing audiences to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." }, { "name": "type", "value": "ACTIVE", "type": "query" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists remarketing audiences to which the user has access." }, { "info": { "name": "analytics.management.remarketingAudience.insert", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "The account ID for which to create the remarketing audience." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID for which to create the remarketing audience." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Creates a new remarketing audience." }, { "info": { "name": "analytics.management.remarketingAudience.get", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "The account ID of the remarketing audience to retrieve." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "The web property ID of the remarketing audience to retrieve." }, { "name": "remarketingAudienceId", "value": "123456", "type": "path", "description": "The ID of the remarketing audience to retrieve." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Gets a remarketing audience to which the user has access." }, { "info": { "name": "analytics.management.remarketingAudience.update", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "The account ID of the remarketing audience to update." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "The web property ID of the remarketing audience to update." }, { "name": "remarketingAudienceId", "value": "123456", "type": "path", "description": "The ID of the remarketing audience to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing remarketing audience." }, { "info": { "name": "analytics.management.remarketingAudience.patch", "type": "http" }, "http": { "method": "PATCH", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "The account ID of the remarketing audience to update." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "The web property ID of the remarketing audience to update." }, { "name": "remarketingAudienceId", "value": "123456", "type": "path", "description": "The ID of the remarketing audience to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Updates an existing remarketing audience. This method supports patch semantics." }, { "info": { "name": "analytics.management.remarketingAudience.delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsadmin.googleapis.com/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "accountId", "value": "123456", "type": "path", "description": "Account ID to which the remarketing audience belongs." }, { "name": "webPropertyId", "value": "123456", "type": "path", "description": "Web property ID to which the remarketing audience belongs." }, { "name": "remarketingAudienceId", "value": "123456", "type": "path", "description": "The ID of the remarketing audience to delete." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Delete a remarketing audience." }, { "info": { "name": "analytics.management.clientId.hashClientId", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsadmin.googleapis.com/management/clientId:hashClientId", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Hashes the given Client ID." }, { "info": { "name": "analytics.management.segments.list", "type": "http" }, "http": { "method": "GET", "url": "https://analyticsadmin.googleapis.com/management/segments", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Data format for the response." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." }, { "name": "oauth_token", "value": "", "type": "query", "description": "OAuth 2.0 token for the current user." }, { "name": "prettyPrint", "value": "", "type": "query", "description": "Returns response with indentations and line breaks." }, { "name": "quotaUser", "value": "", "type": "query", "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters." }, { "name": "userIp", "value": "", "type": "query", "description": "Deprecated. Please use quotaUser instead." }, { "name": "max-results", "value": "42", "type": "query", "description": "The maximum number of segments to include in this response." }, { "name": "start-index", "value": "42", "type": "query", "description": "An index of the first segment to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Lists segments to which the user has access." } ] } ], "bundled": true }