{ "info": { "_postman_id": "095a015d-7d84-46c7-b970-5b26a18f266c", "name": "Google Analytics API", "description": "Views and manages your Google Analytics data.\n\nContact Support:\n Name: Google", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T15:09:19.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "lastUpdatedBy": "35240", "uid": "35240-095a015d-7d84-46c7-b970-5b26a18f266c" }, "item": [ { "name": "data", "item": [ { "name": "ga", "item": [ { "name": "analytics.data.ga.get", "id": "b4f82dc1-09e9-402f-8a05-f861f79a66ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/data/ga?ids=&start-date=&end-date=&metrics=&dimensions=&filters=&include-empty-rows=&max-results=&output=json&samplingLevel=DEFAULT&segment=&sort=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "data", "ga" ], "query": [ { "description": "(Required) Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.", "key": "ids", "value": "" }, { "description": "(Required) Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.", "key": "start-date", "value": "" }, { "description": "(Required) End date for fetching Analytics data. Request can should specify an end date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is yesterday.", "key": "end-date", "value": "" }, { "description": "(Required) A comma-separated list of Analytics metrics. E.g., 'ga:sessions,ga:pageviews'. At least one metric must be specified.", "key": "metrics", "value": "" }, { "description": "A comma-separated list of Analytics dimensions. E.g., 'ga:browser,ga:city'.", "key": "dimensions", "value": "" }, { "description": "A comma-separated list of dimension or metric filters to be applied to Analytics data.", "key": "filters", "value": "" }, { "description": "The response will include empty rows if this parameter is set to true, the default is true", "key": "include-empty-rows", "value": "" }, { "description": "The maximum number of entries to include in this feed.", "key": "max-results", "value": "" }, { "description": "The selected format for the response. Default format is JSON.", "key": "output", "value": "json" }, { "description": "The desired sampling level.", "key": "samplingLevel", "value": "DEFAULT" }, { "description": "An Analytics segment to be applied to data.", "key": "segment", "value": "" }, { "description": "A comma-separated list of dimensions or metrics that determine the sort order for Analytics data.", "key": "sort", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Returns Analytics data for a view (profile)." }, "response": [ { "id": "5520be93-1250-4143-ad2d-b8c5c97a715c", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/data/ga?ids=&start-date=&end-date=&metrics=&dimensions=&filters=&include-empty-rows=&max-results=&output=json&samplingLevel=DEFAULT&segment=&sort=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "data", "ga" ], "query": [ { "description": "(Required) Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.", "key": "ids", "value": "" }, { "description": "(Required) Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.", "key": "start-date", "value": "" }, { "description": "(Required) End date for fetching Analytics data. Request can should specify an end date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is yesterday.", "key": "end-date", "value": "" }, { "description": "(Required) A comma-separated list of Analytics metrics. E.g., 'ga:sessions,ga:pageviews'. At least one metric must be specified.", "key": "metrics", "value": "" }, { "description": "A comma-separated list of Analytics dimensions. E.g., 'ga:browser,ga:city'.", "key": "dimensions", "value": "" }, { "description": "A comma-separated list of dimension or metric filters to be applied to Analytics data.", "key": "filters", "value": "" }, { "description": "The response will include empty rows if this parameter is set to true, the default is true", "key": "include-empty-rows", "value": "" }, { "description": "The maximum number of entries to include in this feed.", "key": "max-results", "value": "" }, { "description": "The selected format for the response. Default format is JSON.", "key": "output", "value": "json" }, { "description": "The desired sampling level.", "key": "samplingLevel", "value": "DEFAULT" }, { "description": "An Analytics segment to be applied to data.", "key": "segment", "value": "" }, { "description": "A comma-separated list of dimensions or metrics that determine the sort order for Analytics data.", "key": "sort", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"columnHeaders\": [\n {\n \"columnType\": \"\",\n \"dataType\": \"\",\n \"name\": \"\"\n },\n {\n \"columnType\": \"\",\n \"dataType\": \"\",\n \"name\": \"\"\n }\n ],\n \"containsSampledData\": \"\",\n \"dataLastRefreshed\": \"\",\n \"dataTable\": {\n \"cols\": [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"type\": \"\"\n }\n ],\n \"rows\": [\n {\n \"c\": [\n {\n \"v\": \"\"\n },\n {\n \"v\": \"\"\n }\n ]\n },\n {\n \"c\": [\n {\n \"v\": \"\"\n },\n {\n \"v\": \"\"\n }\n ]\n }\n ]\n },\n \"id\": \"\",\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#gaData\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"profileInfo\": {\n \"accountId\": \"\",\n \"internalWebPropertyId\": \"\",\n \"profileId\": \"\",\n \"profileName\": \"\",\n \"tableId\": \"\",\n \"webPropertyId\": \"\"\n },\n \"query\": {\n \"dimensions\": \"\",\n \"end-date\": \"\",\n \"filters\": \"\",\n \"ids\": \"\",\n \"max-results\": \"\",\n \"metrics\": [\n \"\",\n \"\"\n ],\n \"samplingLevel\": \"\",\n \"segment\": \"\",\n \"sort\": [\n \"\",\n \"\"\n ],\n \"start-date\": \"\",\n \"start-index\": \"\"\n },\n \"rows\": [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n \"sampleSize\": \"\",\n \"sampleSpace\": \"\",\n \"selfLink\": \"\",\n \"totalResults\": \"\",\n \"totalsForAllResults\": {\n \"auteed\": \"\",\n \"anim6e\": \"\",\n \"occaecat_15\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-5520be93-1250-4143-ad2d-b8c5c97a715c" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b4f82dc1-09e9-402f-8a05-f861f79a66ad" } ], "id": "0b38aff5-a2c7-4d13-af3f-ff4bcda6c8e6", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-0b38aff5-a2c7-4d13-af3f-ff4bcda6c8e6" }, { "name": "mcf", "item": [ { "name": "analytics.data.mcf.get", "id": "abd7cde2-4693-43b0-b741-a4eee0c04b88", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/data/mcf?ids=&start-date=&end-date=&metrics=&dimensions=&filters=&max-results=&samplingLevel=DEFAULT&sort=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "data", "mcf" ], "query": [ { "description": "(Required) Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.", "key": "ids", "value": "" }, { "description": "(Required) Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.", "key": "start-date", "value": "" }, { "description": "(Required) End date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.", "key": "end-date", "value": "" }, { "description": "(Required) A comma-separated list of Multi-Channel Funnels metrics. E.g., 'mcf:totalConversions,mcf:totalConversionValue'. At least one metric must be specified.", "key": "metrics", "value": "" }, { "description": "A comma-separated list of Multi-Channel Funnels dimensions. E.g., 'mcf:source,mcf:medium'.", "key": "dimensions", "value": "" }, { "description": "A comma-separated list of dimension or metric filters to be applied to the Analytics data.", "key": "filters", "value": "" }, { "description": "The maximum number of entries to include in this feed.", "key": "max-results", "value": "" }, { "description": "The desired sampling level.", "key": "samplingLevel", "value": "DEFAULT" }, { "description": "A comma-separated list of dimensions or metrics that determine the sort order for the Analytics data.", "key": "sort", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Returns Analytics Multi-Channel Funnels data for a view (profile)." }, "response": [ { "id": "befb9b18-e638-4cb8-8296-327502365aa0", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/data/mcf?ids=&start-date=&end-date=&metrics=&dimensions=&filters=&max-results=&samplingLevel=DEFAULT&sort=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "data", "mcf" ], "query": [ { "description": "(Required) Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.", "key": "ids", "value": "" }, { "description": "(Required) Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.", "key": "start-date", "value": "" }, { "description": "(Required) End date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.", "key": "end-date", "value": "" }, { "description": "(Required) A comma-separated list of Multi-Channel Funnels metrics. E.g., 'mcf:totalConversions,mcf:totalConversionValue'. At least one metric must be specified.", "key": "metrics", "value": "" }, { "description": "A comma-separated list of Multi-Channel Funnels dimensions. E.g., 'mcf:source,mcf:medium'.", "key": "dimensions", "value": "" }, { "description": "A comma-separated list of dimension or metric filters to be applied to the Analytics data.", "key": "filters", "value": "" }, { "description": "The maximum number of entries to include in this feed.", "key": "max-results", "value": "" }, { "description": "The desired sampling level.", "key": "samplingLevel", "value": "DEFAULT" }, { "description": "A comma-separated list of dimensions or metrics that determine the sort order for the Analytics data.", "key": "sort", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"columnHeaders\": [\n {\n \"columnType\": \"\",\n \"dataType\": \"\",\n \"name\": \"\"\n },\n {\n \"columnType\": \"\",\n \"dataType\": \"\",\n \"name\": \"\"\n }\n ],\n \"containsSampledData\": \"\",\n \"id\": \"\",\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#mcfData\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"profileInfo\": {\n \"accountId\": \"\",\n \"internalWebPropertyId\": \"\",\n \"profileId\": \"\",\n \"profileName\": \"\",\n \"tableId\": \"\",\n \"webPropertyId\": \"\"\n },\n \"query\": {\n \"dimensions\": \"\",\n \"end-date\": \"\",\n \"filters\": \"\",\n \"ids\": \"\",\n \"max-results\": \"\",\n \"metrics\": [\n \"\",\n \"\"\n ],\n \"samplingLevel\": \"\",\n \"segment\": \"\",\n \"sort\": [\n \"\",\n \"\"\n ],\n \"start-date\": \"\",\n \"start-index\": \"\"\n },\n \"rows\": [\n [\n {\n \"conversionPathValue\": [\n {\n \"interactionType\": \"\",\n \"nodeValue\": \"\"\n },\n {\n \"interactionType\": \"\",\n \"nodeValue\": \"\"\n }\n ],\n \"primitiveValue\": \"\"\n },\n {\n \"conversionPathValue\": [\n {\n \"interactionType\": \"\",\n \"nodeValue\": \"\"\n },\n {\n \"interactionType\": \"\",\n \"nodeValue\": \"\"\n }\n ],\n \"primitiveValue\": \"\"\n }\n ],\n [\n {\n \"conversionPathValue\": [\n {\n \"interactionType\": \"\",\n \"nodeValue\": \"\"\n },\n {\n \"interactionType\": \"\",\n \"nodeValue\": \"\"\n }\n ],\n \"primitiveValue\": \"\"\n },\n {\n \"conversionPathValue\": [\n {\n \"interactionType\": \"\",\n \"nodeValue\": \"\"\n },\n {\n \"interactionType\": \"\",\n \"nodeValue\": \"\"\n }\n ],\n \"primitiveValue\": \"\"\n }\n ]\n ],\n \"sampleSize\": \"\",\n \"sampleSpace\": \"\",\n \"selfLink\": \"\",\n \"totalResults\": \"\",\n \"totalsForAllResults\": {\n \"ametf57\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-befb9b18-e638-4cb8-8296-327502365aa0" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-abd7cde2-4693-43b0-b741-a4eee0c04b88" } ], "id": "286bb772-f534-4e01-9b99-fe2780aea994", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-286bb772-f534-4e01-9b99-fe2780aea994" }, { "name": "realtime", "item": [ { "name": "analytics.data.realtime.get", "id": "55a9e42c-9d8e-4973-a48a-d3b8d9aa8c77", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/data/realtime?ids=&metrics=&dimensions=&filters=&max-results=&sort=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "data", "realtime" ], "query": [ { "description": "(Required) Unique table ID for retrieving real time data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.", "key": "ids", "value": "" }, { "description": "(Required) A comma-separated list of real time metrics. E.g., 'rt:activeUsers'. At least one metric must be specified.", "key": "metrics", "value": "" }, { "description": "A comma-separated list of real time dimensions. E.g., 'rt:medium,rt:city'.", "key": "dimensions", "value": "" }, { "description": "A comma-separated list of dimension or metric filters to be applied to real time data.", "key": "filters", "value": "" }, { "description": "The maximum number of entries to include in this feed.", "key": "max-results", "value": "" }, { "description": "A comma-separated list of dimensions or metrics that determine the sort order for real time data.", "key": "sort", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Returns real time data for a view (profile)." }, "response": [ { "id": "2fd9ce81-446c-408d-8462-fbc8810b48df", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/data/realtime?ids=&metrics=&dimensions=&filters=&max-results=&sort=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "data", "realtime" ], "query": [ { "description": "(Required) Unique table ID for retrieving real time data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.", "key": "ids", "value": "" }, { "description": "(Required) A comma-separated list of real time metrics. E.g., 'rt:activeUsers'. At least one metric must be specified.", "key": "metrics", "value": "" }, { "description": "A comma-separated list of real time dimensions. E.g., 'rt:medium,rt:city'.", "key": "dimensions", "value": "" }, { "description": "A comma-separated list of dimension or metric filters to be applied to real time data.", "key": "filters", "value": "" }, { "description": "The maximum number of entries to include in this feed.", "key": "max-results", "value": "" }, { "description": "A comma-separated list of dimensions or metrics that determine the sort order for real time data.", "key": "sort", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"columnHeaders\": [\n {\n \"columnType\": \"\",\n \"dataType\": \"\",\n \"name\": \"\"\n },\n {\n \"columnType\": \"\",\n \"dataType\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"kind\": \"analytics#realtimeData\",\n \"profileInfo\": {\n \"accountId\": \"\",\n \"internalWebPropertyId\": \"\",\n \"profileId\": \"\",\n \"profileName\": \"\",\n \"tableId\": \"\",\n \"webPropertyId\": \"\"\n },\n \"query\": {\n \"dimensions\": \"\",\n \"filters\": \"\",\n \"ids\": \"\",\n \"max-results\": \"\",\n \"metrics\": [\n \"\",\n \"\"\n ],\n \"sort\": [\n \"\",\n \"\"\n ]\n },\n \"rows\": [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ],\n \"selfLink\": \"\",\n \"totalResults\": \"\",\n \"totalsForAllResults\": {\n \"sed_979\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-2fd9ce81-446c-408d-8462-fbc8810b48df" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-55a9e42c-9d8e-4973-a48a-d3b8d9aa8c77" } ], "id": "ac9e70ce-6d8e-4f3c-968a-2f08ce016baf", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ac9e70ce-6d8e-4f3c-968a-2f08ce016baf" } ], "id": "6c5e2e10-a844-4460-bd48-31d564df3ce3", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-6c5e2e10-a844-4460-bd48-31d564df3ce3" }, { "name": "management", "item": [ { "name": "accountSummaries", "item": [ { "name": "analytics.management.account Summaries.list", "id": "0a45c672-d552-451b-8e78-2852588e6481", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accountSummaries?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accountSummaries" ], "query": [ { "description": "The maximum number of account summaries to include in this response, where the largest acceptable value is 1000.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access." }, "response": [ { "id": "c01a8e7c-75f1-4cd5-8944-4116b82cb232", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accountSummaries?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accountSummaries" ], "query": [ { "description": "The maximum number of account summaries to include in this response, where the largest acceptable value is 1000.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"kind\": \"analytics#accountSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"webProperties\": [\n {\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertySummary\",\n \"level\": \"\",\n \"name\": \"\",\n \"profiles\": [\n {\n \"id\": \"\",\n \"kind\": \"analytics#profileSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"kind\": \"analytics#profileSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"type\": \"\"\n }\n ],\n \"starred\": \"\",\n \"websiteUrl\": \"\"\n },\n {\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertySummary\",\n \"level\": \"\",\n \"name\": \"\",\n \"profiles\": [\n {\n \"id\": \"\",\n \"kind\": \"analytics#profileSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"kind\": \"analytics#profileSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"type\": \"\"\n }\n ],\n \"starred\": \"\",\n \"websiteUrl\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"kind\": \"analytics#accountSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"webProperties\": [\n {\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertySummary\",\n \"level\": \"\",\n \"name\": \"\",\n \"profiles\": [\n {\n \"id\": \"\",\n \"kind\": \"analytics#profileSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"kind\": \"analytics#profileSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"type\": \"\"\n }\n ],\n \"starred\": \"\",\n \"websiteUrl\": \"\"\n },\n {\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertySummary\",\n \"level\": \"\",\n \"name\": \"\",\n \"profiles\": [\n {\n \"id\": \"\",\n \"kind\": \"analytics#profileSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"kind\": \"analytics#profileSummary\",\n \"name\": \"\",\n \"starred\": \"\",\n \"type\": \"\"\n }\n ],\n \"starred\": \"\",\n \"websiteUrl\": \"\"\n }\n ]\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#accountSummaries\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-c01a8e7c-75f1-4cd5-8944-4116b82cb232" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-0a45c672-d552-451b-8e78-2852588e6481" } ], "id": "8a45cbca-ce81-4aea-9c00-87f693379d22", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-8a45cbca-ce81-4aea-9c00-87f693379d22" }, { "name": "accounts", "item": [ { "name": "{accountId}", "item": [ { "name": "entityUserLinks", "item": [ { "name": "{linkId}", "item": [ { "name": "analytics.management.account User Links.delete", "id": "c450f9a7-0b47-42cb-b7e5-31dd584a397d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "78dbc913-5b8c-4d63-acaa-c69be27e59f1", "key": "accountId", "value": "", "description": "(Required) Account ID to delete the user link for." }, { "id": "184ef0fe-360c-46bd-8e65-cfe946512abe", "key": "linkId", "value": "", "description": "(Required) Link ID to delete the user link for." } ] }, "description": "Removes a user from the given account." }, "response": [ { "id": "4426be77-5504-486e-b57f-a47946f51995", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-4426be77-5504-486e-b57f-a47946f51995" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-c450f9a7-0b47-42cb-b7e5-31dd584a397d" }, { "name": "analytics.management.account User Links.update", "id": "36f774a1-6b7e-4b89-aab8-d94195bc572a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "657960a7-d566-4281-9ddf-018b6b419501", "key": "accountId", "value": "", "description": "(Required) Account ID to update the account-user link for." }, { "id": "2f0f1273-b291-4d72-b00f-5edec1b451d4", "key": "linkId", "value": "", "description": "(Required) Link ID to update the account-user link for." } ] }, "description": "Updates permissions for an existing user on the given account." }, "response": [ { "id": "57a98662-3a8c-4e4b-88df-37305e630466", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-57a98662-3a8c-4e4b-88df-37305e630466" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-36f774a1-6b7e-4b89-aab8-d94195bc572a" } ], "id": "f3eea68f-910f-4093-8222-648f2a7ec71c", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-f3eea68f-910f-4093-8222-648f2a7ec71c" }, { "name": "analytics.management.account User Links.list", "id": "d19d886a-e390-498f-b558-785c66c24306", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/entityUserLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "entityUserLinks" ], "query": [ { "description": "The maximum number of account-user links to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first account-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "f3e9b93f-8fd8-43f9-9b59-24456879d787", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve the user links for." } ] }, "description": "Lists account-user links for a given account." }, "response": [ { "id": "fe0449cf-9d2b-4f3c-befb-bd99dd52cb7a", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/entityUserLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "entityUserLinks" ], "query": [ { "description": "The maximum number of account-user links to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first account-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n },\n {\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#entityUserLinks\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-fe0449cf-9d2b-4f3c-befb-bd99dd52cb7a" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d19d886a-e390-498f-b558-785c66c24306" }, { "name": "analytics.management.account User Links.insert", "id": "2fe1b3f8-5515-4cc7-adb8-9c293aa98c94", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/entityUserLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "entityUserLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "54b1342c-c3cd-4b18-838f-5cc84071a1de", "key": "accountId", "value": "", "description": "(Required) Account ID to create the user link for." } ] }, "description": "Adds a new user to the given account." }, "response": [ { "id": "4de81263-2df8-4219-87be-80fedebbfc3d", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/entityUserLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "entityUserLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-4de81263-2df8-4219-87be-80fedebbfc3d" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-2fe1b3f8-5515-4cc7-adb8-9c293aa98c94" } ], "id": "db8dc53d-8292-4fd5-ab63-17e830171264", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-db8dc53d-8292-4fd5-ab63-17e830171264" }, { "name": "filters", "item": [ { "name": "{filterId}", "item": [ { "name": "analytics.management.filters.delete", "id": "69c18235-d49f-473b-a221-1c824be40ea4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters/:filterId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters", ":filterId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "9da7fd43-4d42-4ee2-8b25-31a0d79222e9", "key": "accountId", "value": "", "description": "(Required) Account ID to delete the filter for." }, { "id": "fe7616ea-0f94-4014-add0-67c6d670f6a2", "key": "filterId", "value": "", "description": "(Required) ID of the filter to be deleted." } ] }, "description": "Delete a filter." }, "response": [ { "id": "b571887d-2d81-462a-875d-c8213d7126b9", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters/:filterId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters", ":filterId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "filterId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b571887d-2d81-462a-875d-c8213d7126b9" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-69c18235-d49f-473b-a221-1c824be40ea4" }, { "name": "analytics.management.filters.get", "id": "96e2f47f-4a49-4513-b01c-c61cc0af2470", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters/:filterId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters", ":filterId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "0bdc3ffe-5ea8-4772-b01e-be923f09ad0c", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve filters for." }, { "id": "f29251ab-7844-48e3-8d0e-7f8bca939232", "key": "filterId", "value": "", "description": "(Required) Filter ID to retrieve filters for." } ] }, "description": "Returns filters to which the user has access." }, "response": [ { "id": "f428a9c6-a7aa-4dfe-86e7-1b7cbbf3b343", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters/:filterId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters", ":filterId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "filterId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-f428a9c6-a7aa-4dfe-86e7-1b7cbbf3b343" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-96e2f47f-4a49-4513-b01c-c61cc0af2470" }, { "name": "analytics.management.filters.patch", "id": "580672c8-4cc4-4542-aee9-fa78eb0f20b5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters/:filterId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters", ":filterId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "d51f0096-ce67-463d-bb44-9d98132f2dc9", "key": "accountId", "value": "", "description": "(Required) Account ID to which the filter belongs." }, { "id": "14515757-da14-41df-b412-714f0f2152d7", "key": "filterId", "value": "", "description": "(Required) ID of the filter to be updated." } ] }, "description": "Updates an existing filter. This method supports patch semantics." }, "response": [ { "id": "a0ed72c9-991a-4f7a-b619-49785ede34fc", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters/:filterId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters", ":filterId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "filterId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a0ed72c9-991a-4f7a-b619-49785ede34fc" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-580672c8-4cc4-4542-aee9-fa78eb0f20b5" }, { "name": "analytics.management.filters.update", "id": "d151e491-3601-4f5c-a59c-d41d1f4873c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters/:filterId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters", ":filterId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "f8f3f8f2-2c80-4bf2-82e6-73acb323975f", "key": "accountId", "value": "", "description": "(Required) Account ID to which the filter belongs." }, { "id": "e9d9972a-eea0-4d0c-9cb7-f71c6353557c", "key": "filterId", "value": "", "description": "(Required) ID of the filter to be updated." } ] }, "description": "Updates an existing filter." }, "response": [ { "id": "762cb051-5658-4e60-bde3-f4ab073cb853", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters/:filterId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters", ":filterId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "filterId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-762cb051-5658-4e60-bde3-f4ab073cb853" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d151e491-3601-4f5c-a59c-d41d1f4873c5" } ], "id": "15a4ff01-9dae-480b-aa03-90ce7c73df30", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-15a4ff01-9dae-480b-aa03-90ce7c73df30" }, { "name": "analytics.management.filters.list", "id": "88983504-12f6-453b-9031-53bf0bf3d215", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters" ], "query": [ { "description": "The maximum number of filters to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "c39bdd36-f2ed-4a62-b4d7-6635d5aa9a40", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve filters for." } ] }, "description": "Lists all filters for an account" }, "response": [ { "id": "218884ea-da3f-4f0a-a35d-ea694a8340d8", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters" ], "query": [ { "description": "The maximum number of filters to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n },\n {\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#filters\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-218884ea-da3f-4f0a-a35d-ea694a8340d8" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-88983504-12f6-453b-9031-53bf0bf3d215" }, { "name": "analytics.management.filters.insert", "id": "65ecdea8-15aa-4fac-8cbc-44874f1d28c3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "9096c51d-8f4f-4e27-af60-e184460b9abb", "key": "accountId", "value": "", "description": "(Required) Account ID to create filter for." } ] }, "description": "Create a new filter." }, "response": [ { "id": "85434266-eab3-46e7-a898-71bba95b4e4a", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/filters?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "filters" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"advancedDetails\": {\n \"caseSensitive\": \"\",\n \"extractA\": \"\",\n \"extractB\": \"\",\n \"fieldA\": \"\",\n \"fieldAIndex\": \"\",\n \"fieldARequired\": \"\",\n \"fieldB\": \"\",\n \"fieldBIndex\": \"\",\n \"fieldBRequired\": \"\",\n \"outputConstructor\": \"\",\n \"outputToField\": \"\",\n \"outputToFieldIndex\": \"\",\n \"overrideOutputField\": \"\"\n },\n \"created\": \"\",\n \"excludeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"id\": \"\",\n \"includeDetails\": {\n \"caseSensitive\": \"\",\n \"expressionValue\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"kind\": \"analytics#filterExpression\",\n \"matchType\": \"\"\n },\n \"kind\": \"analytics#filter\",\n \"lowercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n },\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"searchAndReplaceDetails\": {\n \"caseSensitive\": \"\",\n \"field\": \"\",\n \"fieldIndex\": \"\",\n \"replaceString\": \"\",\n \"searchString\": \"\"\n },\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uppercaseDetails\": {\n \"field\": \"\",\n \"fieldIndex\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-85434266-eab3-46e7-a898-71bba95b4e4a" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-65ecdea8-15aa-4fac-8cbc-44874f1d28c3" } ], "id": "3f8c89b8-1dda-4a13-ad45-d53f170da628", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-3f8c89b8-1dda-4a13-ad45-d53f170da628" }, { "name": "webproperties", "item": [ { "name": "{webPropertyId}", "item": [ { "name": "customDataSources", "item": [ { "name": "{customDataSourceId}", "item": [ { "name": "deleteUploadData", "item": [ { "name": "analytics.management.uploads.delete Upload Data", "id": "994b0037-014b-4afe-9044-746a17e0ee00", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"customDataImportUids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/deleteUploadData?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources", ":customDataSourceId", "deleteUploadData" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "15e567c7-3222-4137-bd9e-577fa4a99ff9", "key": "accountId", "value": "", "description": "(Required) Account Id for the uploads to be deleted." }, { "id": "22568ada-2094-4e0e-a485-71e064bada80", "key": "webPropertyId", "value": "", "description": "(Required) Web property Id for the uploads to be deleted." }, { "id": "d14ebb94-6fb6-484e-ba8a-67e0cb731e9a", "key": "customDataSourceId", "value": "", "description": "(Required) Custom data source Id for the uploads to be deleted." } ] }, "description": "Delete data associated with a previous upload." }, "response": [ { "id": "e8f68fb8-bc17-44e9-8d0d-a9613ca691ad", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"customDataImportUids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/deleteUploadData?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources", ":customDataSourceId", "deleteUploadData" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customDataSourceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-e8f68fb8-bc17-44e9-8d0d-a9613ca691ad" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-994b0037-014b-4afe-9044-746a17e0ee00" } ], "id": "514a8343-3645-4229-8ba9-1026c577e5f0", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-514a8343-3645-4229-8ba9-1026c577e5f0" }, { "name": "uploads", "item": [ { "name": "{uploadId}", "item": [ { "name": "analytics.management.uploads.get", "id": "343a4a81-13c9-4f71-9ad1-bc7720a0d051", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/uploads/:uploadId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources", ":customDataSourceId", "uploads", ":uploadId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "ffeda2a1-9cd9-4a3b-87e4-df97236bc6e2", "key": "accountId", "value": "", "description": "(Required) Account Id for the upload to retrieve." }, { "id": "dac01f7d-88b8-4046-8c17-4137105cfc4b", "key": "webPropertyId", "value": "", "description": "(Required) Web property Id for the upload to retrieve." }, { "id": "d8915c2d-8177-414a-94ae-e6e02e2cc47a", "key": "customDataSourceId", "value": "", "description": "(Required) Custom data source Id for upload to retrieve." }, { "id": "3479ed1e-4391-4f5f-82ed-2cd031df2caf", "key": "uploadId", "value": "", "description": "(Required) Upload Id to retrieve." } ] }, "description": "List uploads to which the user has access." }, "response": [ { "id": "9288b4a5-0aeb-48cb-83a9-4d2a4e7863c0", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/uploads/:uploadId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources", ":customDataSourceId", "uploads", ":uploadId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customDataSourceId" }, { "key": "uploadId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"customDataSourceId\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"kind\": \"analytics#upload\",\n \"status\": \"\",\n \"uploadTime\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-9288b4a5-0aeb-48cb-83a9-4d2a4e7863c0" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-343a4a81-13c9-4f71-9ad1-bc7720a0d051" } ], "id": "be8728e2-3ef2-49b7-ae0e-00aaf00f6ee5", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-be8728e2-3ef2-49b7-ae0e-00aaf00f6ee5" }, { "name": "analytics.management.uploads.list", "id": "b16d6fd9-1b94-447d-bf65-1cd049e7b42b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/uploads?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources", ":customDataSourceId", "uploads" ], "query": [ { "description": "The maximum number of uploads to include in this response.", "key": "max-results", "value": "" }, { "description": "A 1-based index of the first upload to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "3a0adea7-083a-4cc8-b83b-130ef3c86019", "key": "accountId", "value": "", "description": "(Required) Account Id for the uploads to retrieve." }, { "id": "4f348d43-2a34-4d5d-b402-b92efdaee3f3", "key": "webPropertyId", "value": "", "description": "(Required) Web property Id for the uploads to retrieve." }, { "id": "cbcd6036-e467-4d1d-94cf-e399dbe0e0e3", "key": "customDataSourceId", "value": "", "description": "(Required) Custom data source Id for uploads to retrieve." } ] }, "description": "List uploads to which the user has access." }, "response": [ { "id": "4cb10eef-6a45-4d5f-b8cd-9b4e3250d255", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/uploads?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources", ":customDataSourceId", "uploads" ], "query": [ { "description": "The maximum number of uploads to include in this response.", "key": "max-results", "value": "" }, { "description": "A 1-based index of the first upload to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customDataSourceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"customDataSourceId\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"kind\": \"analytics#upload\",\n \"status\": \"\",\n \"uploadTime\": \"\"\n },\n {\n \"accountId\": \"\",\n \"customDataSourceId\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"kind\": \"analytics#upload\",\n \"status\": \"\",\n \"uploadTime\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#uploads\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-4cb10eef-6a45-4d5f-b8cd-9b4e3250d255" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b16d6fd9-1b94-447d-bf65-1cd049e7b42b" }, { "name": "analytics.management.uploads.upload Data", "id": "00110c27-f822-48d4-a169-66c71c80bee4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/uploads?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources", ":customDataSourceId", "uploads" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "aa1cb4e4-bf9b-4f51-86be-3e5dbd698518", "key": "accountId", "value": "", "description": "(Required) Account Id associated with the upload." }, { "id": "a9fdd762-4545-495f-86e2-413d0596146a", "key": "webPropertyId", "value": "", "description": "(Required) Web property UA-string associated with the upload." }, { "id": "9a46cd97-710f-4330-b2c2-e0bc705c2763", "key": "customDataSourceId", "value": "", "description": "(Required) Custom data source Id to which the data being uploaded belongs." } ] }, "description": "Upload data for a custom data source." }, "response": [ { "id": "bb1e3255-9ba8-4e3e-8855-3fe4e678f71d", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources/:customDataSourceId/uploads?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources", ":customDataSourceId", "uploads" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customDataSourceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"customDataSourceId\": \"\",\n \"errors\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"kind\": \"analytics#upload\",\n \"status\": \"\",\n \"uploadTime\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-bb1e3255-9ba8-4e3e-8855-3fe4e678f71d" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-00110c27-f822-48d4-a169-66c71c80bee4" } ], "id": "b31f90be-37ae-4bd5-8cbb-a1645d63ba69", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b31f90be-37ae-4bd5-8cbb-a1645d63ba69" } ], "id": "17e0f198-e419-4bae-926a-dd8aeb542b96", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-17e0f198-e419-4bae-926a-dd8aeb542b96" }, { "name": "analytics.management.custom Data Sources.list", "id": "ba678aa6-1933-4f8a-8d83-9591141bb1a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources" ], "query": [ { "description": "The maximum number of custom data sources to include in this response.", "key": "max-results", "value": "" }, { "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.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "c9070d77-eda0-4a1a-9fc1-625b92bcc68d", "key": "accountId", "value": "", "description": "(Required) Account Id for the custom data sources to retrieve." }, { "id": "c37aee92-930e-4897-b134-7602c898365e", "key": "webPropertyId", "value": "", "description": "(Required) Web property Id for the custom data sources to retrieve." } ] }, "description": "List custom data sources to which the user has access." }, "response": [ { "id": "3ff5349d-be47-4a4c-95b2-37bfd4ded571", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDataSources?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDataSources" ], "query": [ { "description": "The maximum number of custom data sources to include in this response.", "key": "max-results", "value": "" }, { "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.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"\"\n },\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"importBehavior\": \"\",\n \"kind\": \"analytics#customDataSource\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"profilesLinked\": [\n \"\",\n \"\"\n ],\n \"schema\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uploadType\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"\"\n },\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"importBehavior\": \"\",\n \"kind\": \"analytics#customDataSource\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"profilesLinked\": [\n \"\",\n \"\"\n ],\n \"schema\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"uploadType\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#customDataSources\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-3ff5349d-be47-4a4c-95b2-37bfd4ded571" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ba678aa6-1933-4f8a-8d83-9591141bb1a5" } ], "id": "dacea05c-c73a-43e1-a335-075cd3c4affa", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-dacea05c-c73a-43e1-a335-075cd3c4affa" }, { "name": "customDimensions", "item": [ { "name": "{customDimensionId}", "item": [ { "name": "analytics.management.custom Dimensions.get", "id": "b70d8e9f-2f3b-4e00-afe2-505d08c91a2d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions/:customDimensionId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions", ":customDimensionId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "99052f21-d0b5-4817-b017-61013bc0314b", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom dimension to retrieve." }, { "id": "590f8ccd-c01e-4765-98b2-247e7df42ab1", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom dimension to retrieve." }, { "id": "d0cc1e26-6773-454a-8a11-7f4a488fe1b1", "key": "customDimensionId", "value": "", "description": "(Required) The ID of the custom dimension to retrieve." } ] }, "description": "Get a custom dimension to which the user has access." }, "response": [ { "id": "f2795018-9842-452a-b735-f4ff09fe9395", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions/:customDimensionId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions", ":customDimensionId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customDimensionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-f2795018-9842-452a-b735-f4ff09fe9395" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b70d8e9f-2f3b-4e00-afe2-505d08c91a2d" }, { "name": "analytics.management.custom Dimensions.patch", "id": "dee9ca3e-2ce1-4265-bf08-148667576e32", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions/:customDimensionId?ignoreCustomDataSourceLinks=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions", ":customDimensionId" ], "query": [ { "description": "Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set.", "key": "ignoreCustomDataSourceLinks", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "0851bdc6-9b86-46ef-bc59-cdcd1d11d5a4", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom dimension to update." }, { "id": "78ffb519-31be-4b38-a3f7-fa8a40263116", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom dimension to update." }, { "id": "e8a2aefd-e371-4677-8a04-a7fd74b8b980", "key": "customDimensionId", "value": "", "description": "(Required) Custom dimension ID for the custom dimension to update." } ] }, "description": "Updates an existing custom dimension. This method supports patch semantics." }, "response": [ { "id": "9b2fbe9b-4d9d-4770-ac07-b3084a9daaab", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions/:customDimensionId?ignoreCustomDataSourceLinks=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions", ":customDimensionId" ], "query": [ { "description": "Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set.", "key": "ignoreCustomDataSourceLinks", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customDimensionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-9b2fbe9b-4d9d-4770-ac07-b3084a9daaab" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-dee9ca3e-2ce1-4265-bf08-148667576e32" }, { "name": "analytics.management.custom Dimensions.update", "id": "ec7d0b6a-3b40-40ba-a5d5-a6b4a0bf64d9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions/:customDimensionId?ignoreCustomDataSourceLinks=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions", ":customDimensionId" ], "query": [ { "description": "Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set.", "key": "ignoreCustomDataSourceLinks", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "eb4340d6-73bb-436c-983d-ef2d516ed8e6", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom dimension to update." }, { "id": "b9ef0f1d-bd1d-4df1-a811-514434cbd9af", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom dimension to update." }, { "id": "6782f118-211c-4613-9169-e2c3821d3c31", "key": "customDimensionId", "value": "", "description": "(Required) Custom dimension ID for the custom dimension to update." } ] }, "description": "Updates an existing custom dimension." }, "response": [ { "id": "8a34052a-7010-44ce-abb2-1ab7531857e9", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions/:customDimensionId?ignoreCustomDataSourceLinks=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions", ":customDimensionId" ], "query": [ { "description": "Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set.", "key": "ignoreCustomDataSourceLinks", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customDimensionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-8a34052a-7010-44ce-abb2-1ab7531857e9" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ec7d0b6a-3b40-40ba-a5d5-a6b4a0bf64d9" } ], "id": "5dfb7fb5-6561-4560-9d46-5057b1484a02", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-5dfb7fb5-6561-4560-9d46-5057b1484a02" }, { "name": "analytics.management.custom Dimensions.list", "id": "ebd78829-bfca-49de-ab56-13b72c295c27", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions" ], "query": [ { "description": "The maximum number of custom dimensions to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "aa450bc9-75fb-4ce3-b3a6-9587da0f012f", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom dimensions to retrieve." }, { "id": "0e259738-37df-4988-852e-37294da14c2a", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom dimensions to retrieve." } ] }, "description": "Lists custom dimensions to which the user has access." }, "response": [ { "id": "716f5df0-a5c1-4611-95a7-859fbae7815c", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions" ], "query": [ { "description": "The maximum number of custom dimensions to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#customDimensions\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-716f5df0-a5c1-4611-95a7-859fbae7815c" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ebd78829-bfca-49de-ab56-13b72c295c27" }, { "name": "analytics.management.custom Dimensions.insert", "id": "5baf7ebc-d79e-4958-b417-191756a7d1b1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "d6fa0228-5810-4a83-8313-b5308c300067", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom dimension to create." }, { "id": "22ddcc31-43d0-4c7c-aec3-6ca3a4daf96e", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom dimension to create." } ] }, "description": "Create a new custom dimension." }, "response": [ { "id": "c6f95009-4175-40f0-ac4a-fdabd5a635c7", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customDimensions?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customDimensions" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customDimension\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-c6f95009-4175-40f0-ac4a-fdabd5a635c7" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-5baf7ebc-d79e-4958-b417-191756a7d1b1" } ], "id": "4284bc99-d740-4759-8fa2-0de046fdd83c", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-4284bc99-d740-4759-8fa2-0de046fdd83c" }, { "name": "customMetrics", "item": [ { "name": "{customMetricId}", "item": [ { "name": "analytics.management.custom Metrics.get", "id": "a284aaef-206e-441b-9bea-f76d79e0bc7f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics/:customMetricId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics", ":customMetricId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "d0a5f113-401c-489f-87e2-7c8a649cbd74", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom metric to retrieve." }, { "id": "837dba42-eb7f-4a42-a546-81f6df76a82b", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom metric to retrieve." }, { "id": "d0c184dd-cd74-41e6-9e21-1a37f29d78f1", "key": "customMetricId", "value": "", "description": "(Required) The ID of the custom metric to retrieve." } ] }, "description": "Get a custom metric to which the user has access." }, "response": [ { "id": "f46e05f6-5bc6-4bed-9327-de6a12a72f06", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics/:customMetricId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics", ":customMetricId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customMetricId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-f46e05f6-5bc6-4bed-9327-de6a12a72f06" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a284aaef-206e-441b-9bea-f76d79e0bc7f" }, { "name": "analytics.management.custom Metrics.patch", "id": "336c6930-6093-4f8e-b0a1-f3885b33521a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics/:customMetricId?ignoreCustomDataSourceLinks=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics", ":customMetricId" ], "query": [ { "description": "Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set.", "key": "ignoreCustomDataSourceLinks", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "f5cd1b37-5c41-4456-aca2-75f2fa5b7f77", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom metric to update." }, { "id": "8c9824da-1f1a-41e9-af51-aba15bb1c6a3", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom metric to update." }, { "id": "9e47d98c-11af-409a-974b-f42335de2dc6", "key": "customMetricId", "value": "", "description": "(Required) Custom metric ID for the custom metric to update." } ] }, "description": "Updates an existing custom metric. This method supports patch semantics." }, "response": [ { "id": "61500210-e0f0-400c-8fa5-6d7e661a230b", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics/:customMetricId?ignoreCustomDataSourceLinks=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics", ":customMetricId" ], "query": [ { "description": "Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set.", "key": "ignoreCustomDataSourceLinks", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customMetricId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-61500210-e0f0-400c-8fa5-6d7e661a230b" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-336c6930-6093-4f8e-b0a1-f3885b33521a" }, { "name": "analytics.management.custom Metrics.update", "id": "b8af3def-a516-4bb5-bcbb-dad2190e5904", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics/:customMetricId?ignoreCustomDataSourceLinks=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics", ":customMetricId" ], "query": [ { "description": "Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set.", "key": "ignoreCustomDataSourceLinks", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "ebc63c65-f624-4ef4-9eb8-49bb348eaf77", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom metric to update." }, { "id": "d0aea437-add7-4dc8-ada0-53281bb7b5f1", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom metric to update." }, { "id": "64d3fbc5-162a-4425-89e3-f180ed854108", "key": "customMetricId", "value": "", "description": "(Required) Custom metric ID for the custom metric to update." } ] }, "description": "Updates an existing custom metric." }, "response": [ { "id": "19017683-0db8-4070-ad5a-65676c425a49", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics/:customMetricId?ignoreCustomDataSourceLinks=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics", ":customMetricId" ], "query": [ { "description": "Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set.", "key": "ignoreCustomDataSourceLinks", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "customMetricId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-19017683-0db8-4070-ad5a-65676c425a49" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b8af3def-a516-4bb5-bcbb-dad2190e5904" } ], "id": "70e50337-d6bb-49d9-9ea5-74edd97acf4c", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-70e50337-d6bb-49d9-9ea5-74edd97acf4c" }, { "name": "analytics.management.custom Metrics.list", "id": "526c569f-56ee-4823-ad38-26778c529c67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics" ], "query": [ { "description": "The maximum number of custom metrics to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "d643e8e4-9c88-47c2-98fb-a15ba94c0f1e", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom metrics to retrieve." }, { "id": "01996c3d-8e25-4716-a12c-6ccabd12add3", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom metrics to retrieve." } ] }, "description": "Lists custom metrics to which the user has access." }, "response": [ { "id": "74852732-d359-4290-8e77-c78eb69ae220", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics" ], "query": [ { "description": "The maximum number of custom metrics to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#customMetrics\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-74852732-d359-4290-8e77-c78eb69ae220" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-526c569f-56ee-4823-ad38-26778c529c67" }, { "name": "analytics.management.custom Metrics.insert", "id": "254db1c8-997b-42ec-9531-97c495aabcc2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "e4e9a67c-2785-4501-b58b-c0f2d67a26a3", "key": "accountId", "value": "", "description": "(Required) Account ID for the custom metric to create." }, { "id": "f95a8268-deac-4298-935d-1970f85df5d8", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for the custom dimension to create." } ] }, "description": "Create a new custom metric." }, "response": [ { "id": "15fd08a7-7bf6-4552-bf9e-1eaf741b1750", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/customMetrics?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "customMetrics" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"id\": \"\",\n \"index\": \"\",\n \"kind\": \"analytics#customMetric\",\n \"max_value\": \"\",\n \"min_value\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"scope\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-15fd08a7-7bf6-4552-bf9e-1eaf741b1750" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-254db1c8-997b-42ec-9531-97c495aabcc2" } ], "id": "9c436226-be62-4557-9cff-9584756c89b4", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-9c436226-be62-4557-9cff-9584756c89b4" }, { "name": "entityAdWordsLinks", "item": [ { "name": "{webPropertyAdWordsLinkId}", "item": [ { "name": "analytics.management.web Property Ad Words Links.delete", "id": "afc7244e-27e5-4fb8-817f-eea063900d27", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks", ":webPropertyAdWordsLinkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "c243b58c-60cc-4f9c-aafd-70de28601076", "key": "accountId", "value": "", "description": "(Required) ID of the account which the given web property belongs to." }, { "id": "9565b700-54f8-4009-98e1-9fa9aa22699b", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to delete the Google Ads link for." }, { "id": "b59aa2e0-5390-43b2-abed-315f36303d65", "key": "webPropertyAdWordsLinkId", "value": "", "description": "(Required) Web property Google Ads link ID." } ] }, "description": "Deletes a web property-Google Ads link." }, "response": [ { "id": "6892c1fc-d26b-47bd-8540-dafb57e64f3f", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks", ":webPropertyAdWordsLinkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "webPropertyAdWordsLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-6892c1fc-d26b-47bd-8540-dafb57e64f3f" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-afc7244e-27e5-4fb8-817f-eea063900d27" }, { "name": "analytics.management.web Property Ad Words Links.get", "id": "74f7860e-67c3-46f4-b882-6d8222c49dbf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks", ":webPropertyAdWordsLinkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "44487460-8f5b-40ac-857c-133241b91e11", "key": "accountId", "value": "", "description": "(Required) ID of the account which the given web property belongs to." }, { "id": "c90cd518-bdbd-44e3-aa19-b987ee7840e4", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve the Google Ads link for." }, { "id": "35841669-d6d0-4f8d-892b-0b19c6590b7f", "key": "webPropertyAdWordsLinkId", "value": "", "description": "(Required) Web property-Google Ads link ID." } ] }, "description": "Returns a web property-Google Ads link to which the user has access." }, "response": [ { "id": "c0404254-7cc0-402a-8d0c-d04fe80b9f0b", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks", ":webPropertyAdWordsLinkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "webPropertyAdWordsLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-c0404254-7cc0-402a-8d0c-d04fe80b9f0b" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-74f7860e-67c3-46f4-b882-6d8222c49dbf" }, { "name": "analytics.management.web Property Ad Words Links.patch", "id": "fbb9758b-7e77-4b14-bd0f-19473eef5ab9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks", ":webPropertyAdWordsLinkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "faa9334f-d385-4b69-8a27-c610529f249a", "key": "accountId", "value": "", "description": "(Required) ID of the account which the given web property belongs to." }, { "id": "66f9a753-6491-4ddc-b20e-3f49eb3ee549", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve the Google Ads link for." }, { "id": "4ddecf17-885c-4fce-a700-b11f8c9da3c4", "key": "webPropertyAdWordsLinkId", "value": "", "description": "(Required) Web property-Google Ads link ID." } ] }, "description": "Updates an existing webProperty-Google Ads link. This method supports patch semantics." }, "response": [ { "id": "0559ee9f-6b86-409d-a3a6-250c6b9d276a", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks", ":webPropertyAdWordsLinkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "webPropertyAdWordsLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-0559ee9f-6b86-409d-a3a6-250c6b9d276a" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-fbb9758b-7e77-4b14-bd0f-19473eef5ab9" }, { "name": "analytics.management.web Property Ad Words Links.update", "id": "574715d9-7936-4663-be44-0e3825ca719f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks", ":webPropertyAdWordsLinkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "7b90baeb-ffe7-4f5e-a683-06216ef19844", "key": "accountId", "value": "", "description": "(Required) ID of the account which the given web property belongs to." }, { "id": "7d199717-a183-4b88-91dc-7033a1d517c8", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve the Google Ads link for." }, { "id": "55882789-9fc2-4e25-bc74-44ae7bed8fdd", "key": "webPropertyAdWordsLinkId", "value": "", "description": "(Required) Web property-Google Ads link ID." } ] }, "description": "Updates an existing webProperty-Google Ads link." }, "response": [ { "id": "d3c06f3d-ae61-4869-909e-26af37ba7f8f", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks/:webPropertyAdWordsLinkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks", ":webPropertyAdWordsLinkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "webPropertyAdWordsLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d3c06f3d-ae61-4869-909e-26af37ba7f8f" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-574715d9-7936-4663-be44-0e3825ca719f" } ], "id": "8fc7039f-ee29-441f-bcdf-93d8b96e5aca", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-8fc7039f-ee29-441f-bcdf-93d8b96e5aca" }, { "name": "analytics.management.web Property Ad Words Links.list", "id": "e6a1cb5d-ad06-4686-8b7d-6e310f03681c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks" ], "query": [ { "description": "The maximum number of webProperty-Google Ads links to include in this response.", "key": "max-results", "value": "" }, { "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.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "83ee7315-562c-4f8e-ba6b-ce79c4586309", "key": "accountId", "value": "", "description": "(Required) ID of the account which the given web property belongs to." }, { "id": "7affbac2-bf60-4710-bf5a-30bbdbfb4ecd", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve the Google Ads links for." } ] }, "description": "Lists webProperty-Google Ads links for a given web property." }, "response": [ { "id": "143ffc81-a094-4f12-a8fb-8d28be8e553d", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks" ], "query": [ { "description": "The maximum number of webProperty-Google Ads links to include in this response.", "key": "max-results", "value": "" }, { "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.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n },\n {\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#entityAdWordsLinks\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-143ffc81-a094-4f12-a8fb-8d28be8e553d" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-e6a1cb5d-ad06-4686-8b7d-6e310f03681c" }, { "name": "analytics.management.web Property Ad Words Links.insert", "id": "47f5479d-e3c0-4350-86f5-a23827ae94af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "f6cc6ba1-c658-4300-892d-406f500c2bca", "key": "accountId", "value": "", "description": "(Required) ID of the Google Analytics account to create the link for." }, { "id": "26f9e5e2-d488-4953-8488-1c7adc7e14ed", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to create the link for." } ] }, "description": "Creates a webProperty-Google Ads link." }, "response": [ { "id": "363a999e-7df6-483a-b32b-7ee32e894cd8", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityAdWordsLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityAdWordsLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"adWordsAccounts\": [\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n },\n {\n \"autoTaggingEnabled\": \"\",\n \"customerId\": \"\",\n \"kind\": \"analytics#adWordsAccount\"\n }\n ],\n \"entity\": {\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityAdWordsLink\",\n \"name\": \"\",\n \"profileIds\": [\n \"\",\n \"\"\n ],\n \"selfLink\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-363a999e-7df6-483a-b32b-7ee32e894cd8" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-47f5479d-e3c0-4350-86f5-a23827ae94af" } ], "id": "bbca8eb1-d594-4238-b90f-aa242c26b357", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-bbca8eb1-d594-4238-b90f-aa242c26b357" }, { "name": "entityUserLinks", "item": [ { "name": "{linkId}", "item": [ { "name": "analytics.management.webproperty User Links.delete", "id": "39b8536d-7de0-43bf-9196-201f72f7ba47", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "6a339ec0-4c97-4b3c-a8d2-ed1e6f667395", "key": "accountId", "value": "", "description": "(Required) Account ID to delete the user link for." }, { "id": "6bb1f1b2-c9c8-46b8-9ba6-36a8850ab4a3", "key": "webPropertyId", "value": "", "description": "(Required) Web Property ID to delete the user link for." }, { "id": "3030ed55-ec49-474a-998f-b46534665435", "key": "linkId", "value": "", "description": "(Required) Link ID to delete the user link for." } ] }, "description": "Removes a user from the given web property." }, "response": [ { "id": "6e7d7a93-16f6-456f-b90d-75e2058f9395", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-6e7d7a93-16f6-456f-b90d-75e2058f9395" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-39b8536d-7de0-43bf-9196-201f72f7ba47" }, { "name": "analytics.management.webproperty User Links.update", "id": "a349eb76-4cd0-4c94-94f7-cd20920b1293", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "d979f560-1967-4f24-aba5-0aa0074b655a", "key": "accountId", "value": "", "description": "(Required) Account ID to update the account-user link for." }, { "id": "6ab69b62-e708-46dc-b0e7-d1139d079e39", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to update the account-user link for." }, { "id": "09ead551-e8ce-4439-93ad-c91f1032e023", "key": "linkId", "value": "", "description": "(Required) Link ID to update the account-user link for." } ] }, "description": "Updates permissions for an existing user on the given web property." }, "response": [ { "id": "ec65b1dc-5412-4089-9dd5-ad4a85b08368", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ec65b1dc-5412-4089-9dd5-ad4a85b08368" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a349eb76-4cd0-4c94-94f7-cd20920b1293" } ], "id": "bb06f9dd-a29a-4cc7-9beb-da5d5d39b351", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-bb06f9dd-a29a-4cc7-9beb-da5d5d39b351" }, { "name": "analytics.management.webproperty User Links.list", "id": "07981f5b-ec12-4663-b26d-db0b7049f4d2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityUserLinks" ], "query": [ { "description": "The maximum number of webProperty-user Links to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first webProperty-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "a1ee4f6d-61f9-42c9-831b-3ff4fd158360", "key": "accountId", "value": "", "description": "(Required) Account ID which the given web property belongs to." }, { "id": "6442a7fd-b464-4382-a6df-ae9966cf2223", "key": "webPropertyId", "value": "", "description": "(Required) 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." } ] }, "description": "Lists webProperty-user links for a given web property." }, "response": [ { "id": "1c3c2fdc-2bb6-4932-bcbd-687009565616", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityUserLinks" ], "query": [ { "description": "The maximum number of webProperty-user Links to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first webProperty-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n },\n {\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#entityUserLinks\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-1c3c2fdc-2bb6-4932-bcbd-687009565616" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-07981f5b-ec12-4663-b26d-db0b7049f4d2" }, { "name": "analytics.management.webproperty User Links.insert", "id": "9b6cf4c6-962b-4f45-beb2-3f6ef230345a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityUserLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "dd46ff1e-c0c4-4b7a-b13e-d544ea6b055f", "key": "accountId", "value": "", "description": "(Required) Account ID to create the user link for." }, { "id": "c1cf49f5-f996-4f72-af98-092b46f596f8", "key": "webPropertyId", "value": "", "description": "(Required) Web Property ID to create the user link for." } ] }, "description": "Adds a new user to the given web property." }, "response": [ { "id": "d9678f77-963e-46ea-a1b7-72f80a0b69ca", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/entityUserLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "entityUserLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d9678f77-963e-46ea-a1b7-72f80a0b69ca" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-9b6cf4c6-962b-4f45-beb2-3f6ef230345a" } ], "id": "0b873bd5-b023-4417-a2a2-1e1017d8342d", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-0b873bd5-b023-4417-a2a2-1e1017d8342d" }, { "name": "profiles", "item": [ { "name": "{profileId}", "item": [ { "name": "entityUserLinks", "item": [ { "name": "{linkId}", "item": [ { "name": "analytics.management.profile User Links.delete", "id": "5dd54aa0-2761-4d5f-9b6c-b624b1469ca7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "d2433bce-4cbc-4de3-96c3-dee65a99805f", "key": "accountId", "value": "", "description": "(Required) Account ID to delete the user link for." }, { "id": "85d7c5cf-e814-4d9f-a3c9-a9efbd4bec36", "key": "webPropertyId", "value": "", "description": "(Required) Web Property ID to delete the user link for." }, { "id": "9b1e2037-1544-42ee-a6b9-a51a5d3a560e", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to delete the user link for." }, { "id": "77eaa1d1-5246-4578-9d36-6af6aaaf1408", "key": "linkId", "value": "", "description": "(Required) Link ID to delete the user link for." } ] }, "description": "Removes a user from the given view (profile)." }, "response": [ { "id": "fa63d543-52e8-40c3-84f2-8b2c7e12ac1e", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-fa63d543-52e8-40c3-84f2-8b2c7e12ac1e" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-5dd54aa0-2761-4d5f-9b6c-b624b1469ca7" }, { "name": "analytics.management.profile User Links.update", "id": "30bcae86-3bd9-4a5b-be0f-c205ca29b475", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "0daba506-b282-410a-a2d4-a4a4b71fc5f5", "key": "accountId", "value": "", "description": "(Required) Account ID to update the user link for." }, { "id": "d79ca0f5-0051-4db4-a1c0-5b8568709a76", "key": "webPropertyId", "value": "", "description": "(Required) Web Property ID to update the user link for." }, { "id": "331f11b1-2710-47d5-853b-854300957f38", "key": "profileId", "value": "", "description": "(Required) View (Profile ID) to update the user link for." }, { "id": "1632b737-eb71-4dba-854a-ca15c6819e4a", "key": "linkId", "value": "", "description": "(Required) Link ID to update the user link for." } ] }, "description": "Updates permissions for an existing user on the given view (profile)." }, "response": [ { "id": "06ddeb4a-aedb-4c61-8537-975c93f5417c", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "entityUserLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-06ddeb4a-aedb-4c61-8537-975c93f5417c" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-30bcae86-3bd9-4a5b-be0f-c205ca29b475" } ], "id": "5b4fc7c8-58fd-4a50-847e-e31011eb9730", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-5b4fc7c8-58fd-4a50-847e-e31011eb9730" }, { "name": "analytics.management.profile User Links.list", "id": "890b11aa-db02-4d2a-908d-c7c0e0303f99", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "entityUserLinks" ], "query": [ { "description": "The maximum number of profile-user links to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first profile-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "86f7d8b5-0d81-4629-93fa-76e97459fb14", "key": "accountId", "value": "", "description": "(Required) Account ID which the given view (profile) belongs to." }, { "id": "d630bf34-9de0-434a-90c9-2df0a053bee2", "key": "webPropertyId", "value": "", "description": "(Required) 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." }, { "id": "e70a819a-dfd1-4cc8-bfaf-2870a684e8ea", "key": "profileId", "value": "", "description": "(Required) 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." } ] }, "description": "Lists profile-user links for a given view (profile)." }, "response": [ { "id": "4d977a1b-ae5d-4343-a4d1-9a2633a02a29", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "entityUserLinks" ], "query": [ { "description": "The maximum number of profile-user links to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first profile-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n },\n {\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#entityUserLinks\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-4d977a1b-ae5d-4343-a4d1-9a2633a02a29" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-890b11aa-db02-4d2a-908d-c7c0e0303f99" }, { "name": "analytics.management.profile User Links.insert", "id": "d0f56806-902e-4c02-84d6-1a08d5905d14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "entityUserLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "d7c1163b-94af-4f1f-994b-a1474c23c389", "key": "accountId", "value": "", "description": "(Required) Account ID to create the user link for." }, { "id": "375794f9-f9ec-4de7-9d94-17cc005e42ab", "key": "webPropertyId", "value": "", "description": "(Required) Web Property ID to create the user link for." }, { "id": "38c36534-371c-4e33-8052-61cccaea9a82", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to create the user link for." } ] }, "description": "Adds a new user to the given view (profile)." }, "response": [ { "id": "b34e1888-795c-486c-baaa-d0aa9ddbb43b", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/entityUserLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "entityUserLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity\": {\n \"accountRef\": {\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#accountRef\",\n \"name\": \"\"\n },\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"webPropertyRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webPropertyRef\",\n \"name\": \"\"\n }\n },\n \"id\": \"\",\n \"kind\": \"analytics#entityUserLink\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ],\n \"local\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"userRef\": {\n \"email\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#userRef\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b34e1888-795c-486c-baaa-d0aa9ddbb43b" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d0f56806-902e-4c02-84d6-1a08d5905d14" } ], "id": "1841a3fb-d934-4c00-adb1-bb5591cb83d3", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-1841a3fb-d934-4c00-adb1-bb5591cb83d3" }, { "name": "experiments", "item": [ { "name": "{experimentId}", "item": [ { "name": "analytics.management.experiments.delete", "id": "5614d9ae-4204-4d31-85ea-fba479a73a3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments", ":experimentId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "a3e9bf28-41c4-43d9-bef5-84f90406725e", "key": "accountId", "value": "", "description": "(Required) Account ID to which the experiment belongs" }, { "id": "9ca671b5-1a6d-4f19-891f-094d76293767", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to which the experiment belongs" }, { "id": "90e6be49-bbd3-4842-80bc-44f95f666e9a", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to which the experiment belongs" }, { "id": "1c0ffe70-54a5-40a7-ade9-fc8dcbf1e530", "key": "experimentId", "value": "", "description": "(Required) ID of the experiment to delete" } ] }, "description": "Delete an experiment." }, "response": [ { "id": "dce5f54e-9d09-4564-a7ca-f5dde65c4e4b", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments", ":experimentId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "experimentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-dce5f54e-9d09-4564-a7ca-f5dde65c4e4b" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-5614d9ae-4204-4d31-85ea-fba479a73a3c" }, { "name": "analytics.management.experiments.get", "id": "2cfea717-364a-4523-b005-1609552b7f2f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments", ":experimentId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "b79e9dec-7d31-44a4-8b0e-34032c27e176", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve the experiment for." }, { "id": "4759287d-fb49-4c0a-a293-190610b9e13f", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve the experiment for." }, { "id": "d73f3d52-ef45-48ff-b933-f354fb450ddf", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to retrieve the experiment for." }, { "id": "a1efa198-5a95-442c-980e-aa9c48bae73d", "key": "experimentId", "value": "", "description": "(Required) Experiment ID to retrieve the experiment for." } ] }, "description": "Returns an experiment to which the user has access." }, "response": [ { "id": "b19aa6c7-27ad-4c28-9c42-c00b6060ca95", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments", ":experimentId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "experimentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b19aa6c7-27ad-4c28-9c42-c00b6060ca95" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-2cfea717-364a-4523-b005-1609552b7f2f" }, { "name": "analytics.management.experiments.patch", "id": "7e6f7f62-18c1-4d46-a6ed-9810458449bb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments", ":experimentId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "7e28de43-99b3-49d4-beb7-d8e2357846e9", "key": "accountId", "value": "", "description": "(Required) Account ID of the experiment to update." }, { "id": "61fc4a91-a801-4fc9-b1bd-9ffcded27ce9", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID of the experiment to update." }, { "id": "fb3f4284-1c4d-4c58-8abf-56b5754531e7", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID of the experiment to update." }, { "id": "3bf473c2-ef96-4394-a6e4-ff12ac0f123a", "key": "experimentId", "value": "", "description": "(Required) Experiment ID of the experiment to update." } ] }, "description": "Update an existing experiment. This method supports patch semantics." }, "response": [ { "id": "4ad4983d-6eb3-461a-aa7b-2bd6bb5177d9", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments", ":experimentId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "experimentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-4ad4983d-6eb3-461a-aa7b-2bd6bb5177d9" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-7e6f7f62-18c1-4d46-a6ed-9810458449bb" }, { "name": "analytics.management.experiments.update", "id": "9a7903f4-8eb7-4fe8-9529-21262a5151ea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments", ":experimentId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "26e9ff69-722c-4f58-8d6c-3a04e129ac98", "key": "accountId", "value": "", "description": "(Required) Account ID of the experiment to update." }, { "id": "dba58dd6-d0c0-48dc-871c-09fe4fc82583", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID of the experiment to update." }, { "id": "426232cb-5abe-4b5d-8ff9-b74df1fb6a16", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID of the experiment to update." }, { "id": "c4117421-51e2-4514-b73c-40ad699b2a4f", "key": "experimentId", "value": "", "description": "(Required) Experiment ID of the experiment to update." } ] }, "description": "Update an existing experiment." }, "response": [ { "id": "9b734a15-b084-4b95-b201-6e2b321b1ddd", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments/:experimentId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments", ":experimentId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "experimentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-9b734a15-b084-4b95-b201-6e2b321b1ddd" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-9a7903f4-8eb7-4fe8-9529-21262a5151ea" } ], "id": "4c1632f6-daa7-4872-a59c-fff0b403052b", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-4c1632f6-daa7-4872-a59c-fff0b403052b" }, { "name": "analytics.management.experiments.list", "id": "2b82e145-da55-4179-bce3-49ea91e82877", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments" ], "query": [ { "description": "The maximum number of experiments to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first experiment to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "3dc2b72b-4e1f-472c-8b6b-b97f85a105af", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve experiments for." }, { "id": "f115ef8c-e3ec-46df-863b-0cf8d6d4618b", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve experiments for." }, { "id": "dcaf364a-f243-4058-aa18-e7992229ffd6", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to retrieve experiments for." } ] }, "description": "Lists experiments to which the user has access." }, "response": [ { "id": "014b7832-e3aa-4146-9d18-df3c0c55be47", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments" ], "query": [ { "description": "The maximum number of experiments to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first experiment to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n },\n {\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#experiments\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-014b7832-e3aa-4146-9d18-df3c0c55be47" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-2b82e145-da55-4179-bce3-49ea91e82877" }, { "name": "analytics.management.experiments.insert", "id": "e80324af-ac79-44bc-b7ac-11ccc894067d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "e5bb0837-c399-4dca-ac37-1c3b24b9f4ac", "key": "accountId", "value": "", "description": "(Required) Account ID to create the experiment for." }, { "id": "bedb0ee2-14a5-41a5-bf97-984c99e92df0", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to create the experiment for." }, { "id": "bfd2d3fa-4978-4a27-9b47-b27de3508482", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to create the experiment for." } ] }, "description": "Create a new experiment." }, "response": [ { "id": "e099aee0-0c43-44e9-897b-aad84a27e596", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/experiments?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "experiments" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"editableInGaUi\": \"\",\n \"endTime\": \"\",\n \"equalWeighting\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#experiment\",\n \"minimumExperimentLengthInDays\": \"\",\n \"name\": \"\",\n \"objectiveMetric\": \"\",\n \"optimizationType\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"reasonExperimentEnded\": \"\",\n \"rewriteVariationUrlsAsOriginal\": \"\",\n \"selfLink\": \"\",\n \"servingFramework\": \"\",\n \"snippet\": \"\",\n \"startTime\": \"\",\n \"status\": \"\",\n \"trafficCoverage\": \"\",\n \"updated\": \"\",\n \"variations\": [\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"\",\n \"url\": \"\",\n \"weight\": \"\",\n \"won\": \"\"\n }\n ],\n \"webPropertyId\": \"\",\n \"winnerConfidenceLevel\": \"\",\n \"winnerFound\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-e099aee0-0c43-44e9-897b-aad84a27e596" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-e80324af-ac79-44bc-b7ac-11ccc894067d" } ], "id": "ccd02428-355c-4c57-8aee-a6342c20c5e9", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ccd02428-355c-4c57-8aee-a6342c20c5e9" }, { "name": "goals", "item": [ { "name": "{goalId}", "item": [ { "name": "analytics.management.goals.get", "id": "94431156-f398-4f53-ab91-78a28e91be30", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals/:goalId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals", ":goalId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "9e58d9ca-5dbb-4e77-b43b-27775239fdd1", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve the goal for." }, { "id": "8e8051c7-459a-4cce-9bee-7f1e28f54748", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve the goal for." }, { "id": "aa0fefdf-2ddf-44cd-b75c-e4e805af4a97", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to retrieve the goal for." }, { "id": "171ee326-e1ee-4196-9a2c-6ceab91c2d9e", "key": "goalId", "value": "", "description": "(Required) Goal ID to retrieve the goal for." } ] }, "description": "Gets a goal to which the user has access." }, "response": [ { "id": "9c345561-33b1-42ea-a9ea-5d1544cb20d0", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals/:goalId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals", ":goalId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "goalId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-9c345561-33b1-42ea-a9ea-5d1544cb20d0" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-94431156-f398-4f53-ab91-78a28e91be30" }, { "name": "analytics.management.goals.patch", "id": "a6dcfbea-fb46-4811-a09d-cdbb31420b62", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals/:goalId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals", ":goalId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "018c1823-0b41-422f-96ac-28823154c92d", "key": "accountId", "value": "", "description": "(Required) Account ID to update the goal." }, { "id": "fefdd989-2198-4032-a697-56e221deafce", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to update the goal." }, { "id": "faa8e085-f0b0-452b-92fe-aae1ea8efe0e", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to update the goal." }, { "id": "700985b4-1f3d-416f-92d2-c17418ef00b4", "key": "goalId", "value": "", "description": "(Required) Index of the goal to be updated." } ] }, "description": "Updates an existing goal. This method supports patch semantics." }, "response": [ { "id": "a9e1942b-f7f0-408f-9408-9e2c3b3ddf6b", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals/:goalId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals", ":goalId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "goalId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a9e1942b-f7f0-408f-9408-9e2c3b3ddf6b" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a6dcfbea-fb46-4811-a09d-cdbb31420b62" }, { "name": "analytics.management.goals.update", "id": "c10d5f05-2432-46b3-94b1-003c07b7b2c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals/:goalId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals", ":goalId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "a2db86fa-ef17-47ba-9996-bfc6917f176d", "key": "accountId", "value": "", "description": "(Required) Account ID to update the goal." }, { "id": "a0ebf647-0500-4942-aec4-0697280bf6be", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to update the goal." }, { "id": "c712cc24-3d27-42df-9729-e92b8f647dd6", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to update the goal." }, { "id": "2d9ae93c-6e5c-4eee-abc3-a84024ba3505", "key": "goalId", "value": "", "description": "(Required) Index of the goal to be updated." } ] }, "description": "Updates an existing goal." }, "response": [ { "id": "407bd813-476e-4c20-9210-56865fcbcbdc", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals/:goalId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals", ":goalId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "goalId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-407bd813-476e-4c20-9210-56865fcbcbdc" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-c10d5f05-2432-46b3-94b1-003c07b7b2c5" } ], "id": "6a3a7f9f-8483-4472-b00c-57340993d3f5", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-6a3a7f9f-8483-4472-b00c-57340993d3f5" }, { "name": "analytics.management.goals.list", "id": "6a58c524-18b6-4f78-9c19-1635090fd989", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals" ], "query": [ { "description": "The maximum number of goals to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first goal to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "b21af47f-d3fd-424d-927e-a09496eeec82", "key": "accountId", "value": "", "description": "(Required) 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." }, { "id": "832b18ed-f28f-48c3-b716-0db560fbf7d4", "key": "webPropertyId", "value": "", "description": "(Required) 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." }, { "id": "e91e8e02-77fb-43b5-844d-1ecf4f787745", "key": "profileId", "value": "", "description": "(Required) 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." } ] }, "description": "Lists goals to which the user has access." }, "response": [ { "id": "71578817-6ebc-4c31-be2a-190556e37f81", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals" ], "query": [ { "description": "The maximum number of goals to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first goal to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#goals\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-71578817-6ebc-4c31-be2a-190556e37f81" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-6a58c524-18b6-4f78-9c19-1635090fd989" }, { "name": "analytics.management.goals.insert", "id": "6cdff3de-7404-4e1e-8d6e-2400a51fbcfa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "cda30c63-f78f-4044-bb10-6c9666825796", "key": "accountId", "value": "", "description": "(Required) Account ID to create the goal for." }, { "id": "332d0cd0-c632-4bb3-b781-df2e7aa0b7cd", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to create the goal for." }, { "id": "d17b59ab-b3a3-4d15-9486-6869889a15f3", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to create the goal for." } ] }, "description": "Create a new goal." }, "response": [ { "id": "f07f7931-219c-4bc3-b619-4852717a3880", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/goals?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "goals" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"active\": \"\",\n \"created\": \"\",\n \"eventDetails\": {\n \"eventConditions\": [\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n },\n {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\",\n \"expression\": \"\",\n \"matchType\": \"\",\n \"type\": \"\"\n }\n ],\n \"useEventValue\": \"\"\n },\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#goal\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profile\"\n },\n \"profileId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"urlDestinationDetails\": {\n \"caseSensitive\": \"\",\n \"firstStepRequired\": \"\",\n \"matchType\": \"\",\n \"steps\": [\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"number\": \"\",\n \"url\": \"\"\n }\n ],\n \"url\": \"\"\n },\n \"value\": \"\",\n \"visitNumPagesDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"visitTimeOnSiteDetails\": {\n \"comparisonType\": \"\",\n \"comparisonValue\": \"\"\n },\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-f07f7931-219c-4bc3-b619-4852717a3880" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-6cdff3de-7404-4e1e-8d6e-2400a51fbcfa" } ], "id": "0c58050a-c46f-4847-8dc1-5b3e5e352a5b", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-0c58050a-c46f-4847-8dc1-5b3e5e352a5b" }, { "name": "profileFilterLinks", "item": [ { "name": "{linkId}", "item": [ { "name": "analytics.management.profile Filter Links.delete", "id": "1c2df415-d7ad-4e9e-bd6d-b01787ac396c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "b2d0b2e7-a97a-423e-8cb6-12482fef6047", "key": "accountId", "value": "", "description": "(Required) Account ID to which the profile filter link belongs." }, { "id": "7b9194e8-7dc5-4cce-9b22-81f9667524d5", "key": "webPropertyId", "value": "", "description": "(Required) Web property Id to which the profile filter link belongs." }, { "id": "0d2e82b6-7ffd-4234-8c30-6f554bad23d5", "key": "profileId", "value": "", "description": "(Required) Profile ID to which the filter link belongs." }, { "id": "097a3e75-81bc-4d1d-ac0d-2b257a969f29", "key": "linkId", "value": "", "description": "(Required) ID of the profile filter link to delete." } ] }, "description": "Delete a profile filter link." }, "response": [ { "id": "495f1397-c93c-43a5-8010-b359e8d10aed", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-495f1397-c93c-43a5-8010-b359e8d10aed" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-1c2df415-d7ad-4e9e-bd6d-b01787ac396c" }, { "name": "analytics.management.profile Filter Links.get", "id": "411ab2ee-542e-46a6-bcdd-0704f63b1ec3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "dc997678-e36d-45a4-8b8e-d602e9eda152", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve profile filter link for." }, { "id": "6f87e257-2d55-413c-8688-259371152657", "key": "webPropertyId", "value": "", "description": "(Required) Web property Id to retrieve profile filter link for." }, { "id": "c61d8a39-3c00-4cf8-9249-ae95b7a5dfa1", "key": "profileId", "value": "", "description": "(Required) Profile ID to retrieve filter link for." }, { "id": "19e65c0c-3f71-416d-8867-b50673f90e61", "key": "linkId", "value": "", "description": "(Required) ID of the profile filter link." } ] }, "description": "Returns a single profile filter link." }, "response": [ { "id": "0eb59524-009a-4c15-9861-a44c0e995cc6", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-0eb59524-009a-4c15-9861-a44c0e995cc6" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-411ab2ee-542e-46a6-bcdd-0704f63b1ec3" }, { "name": "analytics.management.profile Filter Links.patch", "id": "10839183-efab-49b8-95ac-083aaac51d67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "8850b192-4f02-4a2a-ad60-b53880b7cdcf", "key": "accountId", "value": "", "description": "(Required) Account ID to which profile filter link belongs." }, { "id": "887952bc-dfd5-489c-b324-19c0852bae90", "key": "webPropertyId", "value": "", "description": "(Required) Web property Id to which profile filter link belongs" }, { "id": "0c11c5d9-adae-48a6-b3e0-bffd5823cf09", "key": "profileId", "value": "", "description": "(Required) Profile ID to which filter link belongs" }, { "id": "5191d83f-d641-4f8e-92e3-a8eb2d15f9a7", "key": "linkId", "value": "", "description": "(Required) ID of the profile filter link to be updated." } ] }, "description": "Update an existing profile filter link. This method supports patch semantics." }, "response": [ { "id": "36301f87-809c-4a0c-b4df-e0446bbdf20c", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-36301f87-809c-4a0c-b4df-e0446bbdf20c" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-10839183-efab-49b8-95ac-083aaac51d67" }, { "name": "analytics.management.profile Filter Links.update", "id": "724e9c0b-5c1b-45c9-b17e-aa8a75d2cde6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "1e4d5045-cd5a-4328-b499-15c3c817052a", "key": "accountId", "value": "", "description": "(Required) Account ID to which profile filter link belongs." }, { "id": "885d0384-3efe-4052-a4c5-7a6d067201dc", "key": "webPropertyId", "value": "", "description": "(Required) Web property Id to which profile filter link belongs" }, { "id": "46edf42f-5bf7-4a22-99b9-7931f3b86d8f", "key": "profileId", "value": "", "description": "(Required) Profile ID to which filter link belongs" }, { "id": "328c9963-8cb9-4a94-a051-719dd7fc2dc2", "key": "linkId", "value": "", "description": "(Required) ID of the profile filter link to be updated." } ] }, "description": "Update an existing profile filter link." }, "response": [ { "id": "67b7dfde-54b0-4b71-aa76-774f184c72aa", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks/:linkId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks", ":linkId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "linkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-67b7dfde-54b0-4b71-aa76-774f184c72aa" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-724e9c0b-5c1b-45c9-b17e-aa8a75d2cde6" } ], "id": "a555fd79-b627-4116-9d0a-eb069c756e32", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a555fd79-b627-4116-9d0a-eb069c756e32" }, { "name": "analytics.management.profile Filter Links.list", "id": "73a91cba-3acd-48fe-9b95-46eab54caa0f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks" ], "query": [ { "description": "The maximum number of profile filter links to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "c42e96fa-c0cb-4b9d-bd18-b8ff885678b9", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve profile filter links for." }, { "id": "a25488f2-e34e-4f07-ab16-9badf1e48e4c", "key": "webPropertyId", "value": "", "description": "(Required) 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." }, { "id": "49e860a7-20ab-4670-88d5-e5901dc31904", "key": "profileId", "value": "", "description": "(Required) 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." } ] }, "description": "Lists all profile filter links for a profile." }, "response": [ { "id": "467aba4e-88f8-45e6-adcd-95b7b224d3c3", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks" ], "query": [ { "description": "The maximum number of profile filter links to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n },\n {\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#profileFilterLinks\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-467aba4e-88f8-45e6-adcd-95b7b224d3c3" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-73a91cba-3acd-48fe-9b95-46eab54caa0f" }, { "name": "analytics.management.profile Filter Links.insert", "id": "3f638543-bbe5-40bf-8296-ea77d4a45f0b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "0ad2ef05-6c88-4bb8-be80-94ea3b1d585d", "key": "accountId", "value": "", "description": "(Required) Account ID to create profile filter link for." }, { "id": "ada71a9e-788f-4734-9328-189d033f2608", "key": "webPropertyId", "value": "", "description": "(Required) Web property Id to create profile filter link for." }, { "id": "7ec57eda-420f-49cf-9b2b-d7315b9f3829", "key": "profileId", "value": "", "description": "(Required) Profile ID to create filter link for." } ] }, "description": "Create a new profile filter link." }, "response": [ { "id": "1358a392-baa7-49cd-a6f8-a9603c7d6bb8", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/profileFilterLinks?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "profileFilterLinks" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"filterRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#filterRef\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#profileFilterLink\",\n \"profileRef\": {\n \"accountId\": \"\",\n \"href\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profileRef\",\n \"name\": \"\",\n \"webPropertyId\": \"\"\n },\n \"rank\": \"\",\n \"selfLink\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-1358a392-baa7-49cd-a6f8-a9603c7d6bb8" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-3f638543-bbe5-40bf-8296-ea77d4a45f0b" } ], "id": "d30f8ec3-db82-4a43-919b-a3a2f5ca8e6c", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d30f8ec3-db82-4a43-919b-a3a2f5ca8e6c" }, { "name": "unsampledReports", "item": [ { "name": "{unsampledReportId}", "item": [ { "name": "analytics.management.unsampled Reports.delete", "id": "ad1cf7de-67d7-4767-bc5c-594734602a50", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports/:unsampledReportId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "unsampledReports", ":unsampledReportId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "e01393e6-d8ba-47e9-88bc-4f653f604b11", "key": "accountId", "value": "", "description": "(Required) Account ID to delete the unsampled report for." }, { "id": "56b95948-0e85-48ef-aeb5-ee451f67f4ad", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to delete the unsampled reports for." }, { "id": "38f15fc8-7a39-416b-9596-db6d14c2deed", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to delete the unsampled report for." }, { "id": "604d47d6-bb31-4b0d-bf7a-5a5cb244f774", "key": "unsampledReportId", "value": "", "description": "(Required) ID of the unsampled report to be deleted." } ] }, "description": "Deletes an unsampled report." }, "response": [ { "id": "863b5bd2-a059-494b-bdfc-e73172036428", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports/:unsampledReportId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "unsampledReports", ":unsampledReportId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "unsampledReportId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-863b5bd2-a059-494b-bdfc-e73172036428" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ad1cf7de-67d7-4767-bc5c-594734602a50" }, { "name": "analytics.management.unsampled Reports.get", "id": "2ea48cb0-9ac0-41d9-a5de-e542de9411c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports/:unsampledReportId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "unsampledReports", ":unsampledReportId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "a7c776c7-93bc-4b58-883a-6fdf625728da", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve unsampled report for." }, { "id": "2093ceb9-743a-4631-9871-1c3a6cd3edda", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve unsampled reports for." }, { "id": "e3c80428-23e7-4a22-a541-75d6eb2a6060", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to retrieve unsampled report for." }, { "id": "88c32cd4-f184-49d8-a17b-8e6a7d486969", "key": "unsampledReportId", "value": "", "description": "(Required) ID of the unsampled report to retrieve." } ] }, "description": "Returns a single unsampled report." }, "response": [ { "id": "9a9a04cf-2e50-4ea9-822b-e6aca2f2acd3", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports/:unsampledReportId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "unsampledReports", ":unsampledReportId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" }, { "key": "unsampledReportId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"cloudStorageDownloadDetails\": {\n \"bucketId\": \"\",\n \"objectId\": \"\"\n },\n \"created\": \"\",\n \"dimensions\": \"\",\n \"downloadType\": \"\",\n \"driveDownloadDetails\": {\n \"documentId\": \"\"\n },\n \"end-date\": \"\",\n \"filters\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#unsampledReport\",\n \"metrics\": \"\",\n \"profileId\": \"\",\n \"segment\": \"\",\n \"selfLink\": \"\",\n \"start-date\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-9a9a04cf-2e50-4ea9-822b-e6aca2f2acd3" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-2ea48cb0-9ac0-41d9-a5de-e542de9411c5" } ], "id": "036b0d26-c16e-4a6e-8fe9-f6978e7d59c1", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-036b0d26-c16e-4a6e-8fe9-f6978e7d59c1" }, { "name": "analytics.management.unsampled Reports.list", "id": "014baef8-fd5c-4f9b-b8b3-9d75500e7756", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "unsampledReports" ], "query": [ { "description": "The maximum number of unsampled reports to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first unsampled report to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "c003cfd9-2d55-4d55-93f4-1e48418a847b", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve unsampled reports for. Must be a specific account ID, ~all is not supported." }, { "id": "09605f83-ce73-4c6d-aa52-a4e129eb835f", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is not supported." }, { "id": "283a24a6-497d-4340-a804-1be9b5980813", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all is not supported." } ] }, "description": "Lists unsampled reports to which the user has access." }, "response": [ { "id": "0457aee0-f2e5-4aa9-b2aa-db5163c1351b", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "unsampledReports" ], "query": [ { "description": "The maximum number of unsampled reports to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first unsampled report to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"cloudStorageDownloadDetails\": {\n \"bucketId\": \"\",\n \"objectId\": \"\"\n },\n \"created\": \"\",\n \"dimensions\": \"\",\n \"downloadType\": \"\",\n \"driveDownloadDetails\": {\n \"documentId\": \"\"\n },\n \"end-date\": \"\",\n \"filters\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#unsampledReport\",\n \"metrics\": \"\",\n \"profileId\": \"\",\n \"segment\": \"\",\n \"selfLink\": \"\",\n \"start-date\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"cloudStorageDownloadDetails\": {\n \"bucketId\": \"\",\n \"objectId\": \"\"\n },\n \"created\": \"\",\n \"dimensions\": \"\",\n \"downloadType\": \"\",\n \"driveDownloadDetails\": {\n \"documentId\": \"\"\n },\n \"end-date\": \"\",\n \"filters\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#unsampledReport\",\n \"metrics\": \"\",\n \"profileId\": \"\",\n \"segment\": \"\",\n \"selfLink\": \"\",\n \"start-date\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#unsampledReports\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-0457aee0-f2e5-4aa9-b2aa-db5163c1351b" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-014baef8-fd5c-4f9b-b8b3-9d75500e7756" }, { "name": "analytics.management.unsampled Reports.insert", "id": "ac416f46-150e-46c2-af42-30bdf9b8ac44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"cloudStorageDownloadDetails\": {\n \"bucketId\": \"\",\n \"objectId\": \"\"\n },\n \"created\": \"\",\n \"dimensions\": \"\",\n \"downloadType\": \"\",\n \"driveDownloadDetails\": {\n \"documentId\": \"\"\n },\n \"end-date\": \"\",\n \"filters\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#unsampledReport\",\n \"metrics\": \"\",\n \"profileId\": \"\",\n \"segment\": \"\",\n \"selfLink\": \"\",\n \"start-date\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "unsampledReports" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "a555fea8-c8dd-4b53-bfa4-c6f541b4b08c", "key": "accountId", "value": "", "description": "(Required) Account ID to create the unsampled report for." }, { "id": "293dd7bd-69cc-4b8e-acc5-be3577f7048f", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to create the unsampled report for." }, { "id": "b0d61fdb-e3ce-4097-8e1c-b151ac60fb36", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to create the unsampled report for." } ] }, "description": "Create a new unsampled report." }, "response": [ { "id": "db0c8286-0602-48d0-aed3-8bef216f17e6", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"cloudStorageDownloadDetails\": {\n \"bucketId\": \"\",\n \"objectId\": \"\"\n },\n \"created\": \"\",\n \"dimensions\": \"\",\n \"downloadType\": \"\",\n \"driveDownloadDetails\": {\n \"documentId\": \"\"\n },\n \"end-date\": \"\",\n \"filters\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#unsampledReport\",\n \"metrics\": \"\",\n \"profileId\": \"\",\n \"segment\": \"\",\n \"selfLink\": \"\",\n \"start-date\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId/unsampledReports?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId", "unsampledReports" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"cloudStorageDownloadDetails\": {\n \"bucketId\": \"\",\n \"objectId\": \"\"\n },\n \"created\": \"\",\n \"dimensions\": \"\",\n \"downloadType\": \"\",\n \"driveDownloadDetails\": {\n \"documentId\": \"\"\n },\n \"end-date\": \"\",\n \"filters\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#unsampledReport\",\n \"metrics\": \"\",\n \"profileId\": \"\",\n \"segment\": \"\",\n \"selfLink\": \"\",\n \"start-date\": \"\",\n \"status\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-db0c8286-0602-48d0-aed3-8bef216f17e6" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ac416f46-150e-46c2-af42-30bdf9b8ac44" } ], "id": "b92be892-8893-4edc-a0b5-d7b32e45ccef", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b92be892-8893-4edc-a0b5-d7b32e45ccef" }, { "name": "analytics.management.profiles.delete", "id": "d7dd68f2-d167-4747-9e01-2a16caefec22", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "b395fb2a-e496-43ec-9008-79d162f6617f", "key": "accountId", "value": "", "description": "(Required) Account ID to delete the view (profile) for." }, { "id": "838d21f4-2505-443a-8dc8-6c08d50acd49", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to delete the view (profile) for." }, { "id": "216cdc16-db32-48ea-bee1-2cbe0115801b", "key": "profileId", "value": "", "description": "(Required) ID of the view (profile) to be deleted." } ] }, "description": "Deletes a view (profile)." }, "response": [ { "id": "10c059e2-64eb-4662-83b7-bd94d6c0e14d", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-10c059e2-64eb-4662-83b7-bd94d6c0e14d" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d7dd68f2-d167-4747-9e01-2a16caefec22" }, { "name": "analytics.management.profiles.get", "id": "64470e86-fae3-4e87-899b-b6f6a5de58c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "bd001613-f63a-4da6-b76b-892a5f88c0f1", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve the view (profile) for." }, { "id": "a2039b10-6c6c-4f97-9674-3814eef9e666", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to retrieve the view (profile) for." }, { "id": "624dcf74-c6b1-4a1c-8e43-e7423f84b1e8", "key": "profileId", "value": "", "description": "(Required) View (Profile) ID to retrieve the view (profile) for." } ] }, "description": "Gets a view (profile) to which the user has access." }, "response": [ { "id": "89e19c7a-9069-4648-a8ac-fb18171500d2", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-89e19c7a-9069-4648-a8ac-fb18171500d2" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-64470e86-fae3-4e87-899b-b6f6a5de58c9" }, { "name": "analytics.management.profiles.patch", "id": "d9519276-5418-423a-8e33-b3d707254a31", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "30aa0a32-73d7-4e5f-aa0f-6c4d8a8c82e4", "key": "accountId", "value": "", "description": "(Required) Account ID to which the view (profile) belongs" }, { "id": "a4edc3ff-1611-413a-b39f-28abeae85258", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to which the view (profile) belongs" }, { "id": "e5d2a6e3-94ac-48d9-986b-1197cf30ea20", "key": "profileId", "value": "", "description": "(Required) ID of the view (profile) to be updated." } ] }, "description": "Updates an existing view (profile). This method supports patch semantics." }, "response": [ { "id": "d1b365da-def6-4783-8f79-04abad1f35e3", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d1b365da-def6-4783-8f79-04abad1f35e3" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d9519276-5418-423a-8e33-b3d707254a31" }, { "name": "analytics.management.profiles.update", "id": "a8bcc228-1b2f-4d73-b315-1c7acc7a2583", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "2cde4e15-5454-49db-a92b-24b9703fa585", "key": "accountId", "value": "", "description": "(Required) Account ID to which the view (profile) belongs" }, { "id": "1f34c4c1-219b-48f4-aa72-c39ad4bf4dbf", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to which the view (profile) belongs" }, { "id": "bf350faa-6084-457d-99ba-d11307de1012", "key": "profileId", "value": "", "description": "(Required) ID of the view (profile) to be updated." } ] }, "description": "Updates an existing view (profile)." }, "response": [ { "id": "e872cfa9-1493-48e4-9ebc-8778294a95a9", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles/:profileId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles", ":profileId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "profileId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-e872cfa9-1493-48e4-9ebc-8778294a95a9" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a8bcc228-1b2f-4d73-b315-1c7acc7a2583" } ], "id": "146509e5-6fbd-4604-a05d-2a6da8f7d7bf", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-146509e5-6fbd-4604-a05d-2a6da8f7d7bf" }, { "name": "analytics.management.profiles.list", "id": "334e031c-2330-41f2-ba70-c33333f26c7c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles" ], "query": [ { "description": "The maximum number of views (profiles) to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "a21bedcd-73bc-48fa-89d0-ed4024f9010e", "key": "accountId", "value": "", "description": "(Required) 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." }, { "id": "adf7eff0-d0b5-4271-838e-55564f4d24bb", "key": "webPropertyId", "value": "", "description": "(Required) 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." } ] }, "description": "Lists views (profiles) to which the user has access." }, "response": [ { "id": "d34a6fa9-8824-4d5d-aac9-8d40372e847f", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles" ], "query": [ { "description": "The maximum number of views (profiles) to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n },\n {\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#profiles\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d34a6fa9-8824-4d5d-aac9-8d40372e847f" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-334e031c-2330-41f2-ba70-c33333f26c7c" }, { "name": "analytics.management.profiles.insert", "id": "12125c98-cbe3-400b-8eca-ac5e9bccbfc9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "b5824f23-fd13-452f-8658-9d365699bcea", "key": "accountId", "value": "", "description": "(Required) Account ID to create the view (profile) for." }, { "id": "60d4d5f9-c780-44d8-90a4-25f56f1e99c8", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to create the view (profile) for." } ] }, "description": "Create a new view (profile)." }, "response": [ { "id": "1c0a7836-9dbd-4225-b81e-36bb1e62cac4", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/profiles?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "profiles" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-1c0a7836-9dbd-4225-b81e-36bb1e62cac4" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-12125c98-cbe3-400b-8eca-ac5e9bccbfc9" } ], "id": "7515cab2-ee5e-4c98-8c10-98918c3998c8", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-7515cab2-ee5e-4c98-8c10-98918c3998c8" }, { "name": "remarketingAudiences", "item": [ { "name": "{remarketingAudienceId}", "item": [ { "name": "analytics.management.remarketing Audience.delete", "id": "150f9cf4-13da-4b09-ad13-52f41180ea2f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences", ":remarketingAudienceId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "0853b144-4f24-407f-a998-d05f50f881df", "key": "accountId", "value": "", "description": "(Required) Account ID to which the remarketing audience belongs." }, { "id": "4ff968e8-1cfe-4054-9ef4-7f45df0a678b", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID to which the remarketing audience belongs." }, { "id": "aa2efe78-b197-4893-ae98-97547d92bed6", "key": "remarketingAudienceId", "value": "", "description": "(Required) The ID of the remarketing audience to delete." } ] }, "description": "Delete a remarketing audience." }, "response": [ { "id": "a7588c33-1f8f-44e3-98da-ea27304f5bf9", "name": "Successful response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences", ":remarketingAudienceId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "remarketingAudienceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a7588c33-1f8f-44e3-98da-ea27304f5bf9" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-150f9cf4-13da-4b09-ad13-52f41180ea2f" }, { "name": "analytics.management.remarketing Audience.get", "id": "81170348-04b0-4105-9418-54602c3b2292", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences", ":remarketingAudienceId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "786a9c95-4622-4606-9a39-9e95b35a206f", "key": "accountId", "value": "", "description": "(Required) The account ID of the remarketing audience to retrieve." }, { "id": "b38b4bc8-1f53-4745-ab08-ed43f9724dc4", "key": "webPropertyId", "value": "", "description": "(Required) The web property ID of the remarketing audience to retrieve." }, { "id": "34325953-83af-44b0-93c6-55ee91093c4f", "key": "remarketingAudienceId", "value": "", "description": "(Required) The ID of the remarketing audience to retrieve." } ] }, "description": "Gets a remarketing audience to which the user has access." }, "response": [ { "id": "55d49228-8d5c-4bda-a6ea-6da652ce6a87", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences", ":remarketingAudienceId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "remarketingAudienceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-55d49228-8d5c-4bda-a6ea-6da652ce6a87" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-81170348-04b0-4105-9418-54602c3b2292" }, { "name": "analytics.management.remarketing Audience.patch", "id": "204c0a40-5240-4918-af27-970316f486b5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences", ":remarketingAudienceId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "deed1748-9326-4e88-8d34-238a3ab8f344", "key": "accountId", "value": "", "description": "(Required) The account ID of the remarketing audience to update." }, { "id": "df1b5960-69c1-4ee8-8343-37c47da3c7b9", "key": "webPropertyId", "value": "", "description": "(Required) The web property ID of the remarketing audience to update." }, { "id": "a4d58fc6-0579-4d5b-8b13-a0716198b873", "key": "remarketingAudienceId", "value": "", "description": "(Required) The ID of the remarketing audience to update." } ] }, "description": "Updates an existing remarketing audience. This method supports patch semantics." }, "response": [ { "id": "574cf67d-530a-4670-a302-8fd0da87c8de", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences", ":remarketingAudienceId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "remarketingAudienceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-574cf67d-530a-4670-a302-8fd0da87c8de" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-204c0a40-5240-4918-af27-970316f486b5" }, { "name": "analytics.management.remarketing Audience.update", "id": "0e3aac55-6316-491c-ae92-8b3abebf4591", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences", ":remarketingAudienceId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "f9b6bd6b-18be-4c98-9ce7-077c81c79606", "key": "accountId", "value": "", "description": "(Required) The account ID of the remarketing audience to update." }, { "id": "975d7799-820c-4267-b4b8-bfea0bacba8d", "key": "webPropertyId", "value": "", "description": "(Required) The web property ID of the remarketing audience to update." }, { "id": "25cea0e9-9b4f-4223-b247-e6047fa960b1", "key": "remarketingAudienceId", "value": "", "description": "(Required) The ID of the remarketing audience to update." } ] }, "description": "Updates an existing remarketing audience." }, "response": [ { "id": "f429ac23-35a7-4f87-b1f7-fc134eefe535", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences/:remarketingAudienceId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences", ":remarketingAudienceId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" }, { "key": "remarketingAudienceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-f429ac23-35a7-4f87-b1f7-fc134eefe535" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-0e3aac55-6316-491c-ae92-8b3abebf4591" } ], "id": "0a4f7cb8-1355-41a5-ba7a-f7951f150fad", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-0a4f7cb8-1355-41a5-ba7a-f7951f150fad" }, { "name": "analytics.management.remarketing Audience.list", "id": "5052b8c4-2d65-4fe3-9a2e-5cd5c9c72556", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences?max-results=&start-index=&type=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences" ], "query": [ { "description": "The maximum number of remarketing audiences to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "key": "type", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "75cdedd0-b40a-4f81-b55a-45571b5bbaec", "key": "accountId", "value": "", "description": "(Required) The account ID of the remarketing audiences to retrieve." }, { "id": "04a87a85-35e1-4988-b16b-3e73cdfcebbb", "key": "webPropertyId", "value": "", "description": "(Required) The web property ID of the remarketing audiences to retrieve." } ] }, "description": "Lists remarketing audiences to which the user has access." }, "response": [ { "id": "00b85dc0-a5b8-45b2-a564-8e7c4b1eb54e", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences?max-results=&start-index=&type=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences" ], "query": [ { "description": "The maximum number of remarketing audiences to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "key": "type", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#remarketingAudiences\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-00b85dc0-a5b8-45b2-a564-8e7c4b1eb54e" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-5052b8c4-2d65-4fe3-9a2e-5cd5c9c72556" }, { "name": "analytics.management.remarketing Audience.insert", "id": "dfb5963c-465f-4d8a-906f-e280162c0e38", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "128cbfa2-19b6-4a69-89d7-e61c1a316790", "key": "accountId", "value": "", "description": "(Required) The account ID for which to create the remarketing audience." }, { "id": "90d66000-a45a-42e1-897e-3fb13e171e02", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID for which to create the remarketing audience." } ] }, "description": "Creates a new remarketing audience." }, "response": [ { "id": "7c9abbfc-21ba-4074-b248-e8ac196b5189", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId/remarketingAudiences?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId", "remarketingAudiences" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"audienceDefinition\": {\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"audienceType\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#remarketingAudience\",\n \"linkedAdAccounts\": [\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n },\n {\n \"accountId\": \"\",\n \"eligibleForSearch\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#linkedForeignAccount\",\n \"linkedAccountId\": \"\",\n \"remarketingAudienceId\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"webPropertyId\": \"\"\n }\n ],\n \"linkedViews\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"stateBasedAudienceDefinition\": {\n \"excludeConditions\": {\n \"exclusionDuration\": \"\",\n \"segment\": \"\"\n },\n \"includeConditions\": {\n \"daysToLookBack\": \"\",\n \"isSmartList\": \"\",\n \"kind\": \"analytics#includeConditions\",\n \"membershipDurationDays\": \"\",\n \"segment\": \"\"\n }\n },\n \"updated\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-7c9abbfc-21ba-4074-b248-e8ac196b5189" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-dfb5963c-465f-4d8a-906f-e280162c0e38" } ], "id": "03d1716d-4b33-4f38-a21b-52ea575b10be", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-03d1716d-4b33-4f38-a21b-52ea575b10be" }, { "name": "analytics.management.webproperties.get", "id": "a67f4d77-fc8f-4ceb-bf37-c77a8819eebe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "dd0fe195-92d9-43fd-8b66-fe808c9848a0", "key": "accountId", "value": "", "description": "(Required) Account ID to retrieve the web property for." }, { "id": "2b8c15dd-f7d6-4d2f-90f3-cd2dd6768499", "key": "webPropertyId", "value": "", "description": "(Required) ID to retrieve the web property for." } ] }, "description": "Gets a web property to which the user has access." }, "response": [ { "id": "53443505-7467-4283-88c9-fbc39db28373", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-53443505-7467-4283-88c9-fbc39db28373" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a67f4d77-fc8f-4ceb-bf37-c77a8819eebe" }, { "name": "analytics.management.webproperties.patch", "id": "46e52b6f-6e3f-4503-988e-f192792fc4d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "c9afdc88-8694-4a66-89e9-9bc4bbed1b32", "key": "accountId", "value": "", "description": "(Required) Account ID to which the web property belongs" }, { "id": "6eb127bc-f196-41f7-8179-00f18eec6d58", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID" } ] }, "description": "Updates an existing web property. This method supports patch semantics." }, "response": [ { "id": "7b24c3c2-05dc-4f76-acb0-40f11b57b502", "name": "Successful response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-7b24c3c2-05dc-4f76-acb0-40f11b57b502" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-46e52b6f-6e3f-4503-988e-f192792fc4d6" }, { "name": "analytics.management.webproperties.update", "id": "6f4cd067-ea64-488b-937b-28fc09d153d5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "a705dc71-0b0a-463c-a281-25f7d1b41dab", "key": "accountId", "value": "", "description": "(Required) Account ID to which the web property belongs" }, { "id": "bdad94ea-b727-4bda-8e12-0936ca03c6c1", "key": "webPropertyId", "value": "", "description": "(Required) Web property ID" } ] }, "description": "Updates an existing web property." }, "response": [ { "id": "95ecb3ca-12d5-4a88-b9ce-c8199d2de613", "name": "Successful response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties/:webPropertyId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties", ":webPropertyId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" }, { "key": "webPropertyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-95ecb3ca-12d5-4a88-b9ce-c8199d2de613" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-6f4cd067-ea64-488b-937b-28fc09d153d5" } ], "id": "79bce37a-141e-44c6-9d89-a97894d8ab00", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-79bce37a-141e-44c6-9d89-a97894d8ab00" }, { "name": "analytics.management.webproperties.list", "id": "ffd4126a-b93f-4169-affa-d77073adb83a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties" ], "query": [ { "description": "The maximum number of web properties to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "3fb93689-d164-4589-b288-98c600bde96e", "key": "accountId", "value": "", "description": "(Required) 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." } ] }, "description": "Lists web properties to which the user has access." }, "response": [ { "id": "3662f89b-598f-4294-8fb5-90d6d5c099a8", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties" ], "query": [ { "description": "The maximum number of web properties to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n },\n {\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#webproperties\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-3662f89b-598f-4294-8fb5-90d6d5c099a8" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ffd4126a-b93f-4169-affa-d77073adb83a" }, { "name": "analytics.management.webproperties.insert", "id": "6e9a6144-e530-4468-a1c4-995e5975057c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "c13d5cd3-db14-493f-8fe1-e1742d569d57", "key": "accountId", "value": "", "description": "(Required) Account ID to create the web property for." } ] }, "description": "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." }, "response": [ { "id": "5e8a7a34-f4b1-4809-9a29-d3c8692e745c", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/accounts/:accountId/webproperties?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts", ":accountId", "webproperties" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "accountId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-5e8a7a34-f4b1-4809-9a29-d3c8692e745c" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-6e9a6144-e530-4468-a1c4-995e5975057c" } ], "id": "c52ec54b-a4d5-4069-8a99-6b7102ff8ebe", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-c52ec54b-a4d5-4069-8a99-6b7102ff8ebe" } ], "id": "bc09b830-8486-455f-9127-b65365c71145", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-bc09b830-8486-455f-9127-b65365c71145" }, { "name": "analytics.management.accounts.list", "id": "953a9a0f-6689-40de-b7d2-4096c36d81a4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/accounts?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts" ], "query": [ { "description": "The maximum number of accounts to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first account to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Lists all accounts to which the user has access." }, "response": [ { "id": "c36173c3-94b5-4c38-8c0f-decd1022a717", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/accounts?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "accounts" ], "query": [ { "description": "The maximum number of accounts to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first account to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperties\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#account\",\n \"name\": \"\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\"\n },\n {\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperties\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#account\",\n \"name\": \"\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#accounts\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-c36173c3-94b5-4c38-8c0f-decd1022a717" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-953a9a0f-6689-40de-b7d2-4096c36d81a4" } ], "id": "d9f2024d-f8c1-455d-a95b-e2823f363eb6", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d9f2024d-f8c1-455d-a95b-e2823f363eb6" }, { "name": "clientId:hashClientId", "item": [ { "name": "analytics.management.client Id.hash Client Id", "id": "c88b5689-34d2-443a-99b6-df9964c0cb48", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"clientId\": \"\",\n \"kind\": \"analytics#hashClientIdRequest\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/clientId:hashClientId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "clientId:hashClientId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Hashes the given Client ID." }, "response": [ { "id": "ff60eb84-f21d-4219-b093-a68fbfef9fca", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"clientId\": \"\",\n \"kind\": \"analytics#hashClientIdRequest\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/management/clientId:hashClientId?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "clientId:hashClientId" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"clientId\": \"\",\n \"hashedClientId\": \"\",\n \"kind\": \"analytics#hashClientIdResponse\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ff60eb84-f21d-4219-b093-a68fbfef9fca" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-c88b5689-34d2-443a-99b6-df9964c0cb48" } ], "id": "133ff8b8-b31d-4fb5-87c1-6b4d93f6ce4f", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-133ff8b8-b31d-4fb5-87c1-6b4d93f6ce4f" }, { "name": "segments", "item": [ { "name": "analytics.management.segments.list", "id": "9261bba8-0396-44f8-80ee-7dbdfe9414ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/management/segments?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "segments" ], "query": [ { "description": "The maximum number of segments to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first segment to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Lists segments to which the user has access." }, "response": [ { "id": "d497d843-de72-41d4-a19f-eaa7e666da9b", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/management/segments?max-results=&start-index=&alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "management", "segments" ], "query": [ { "description": "The maximum number of segments to include in this response.", "key": "max-results", "value": "" }, { "description": "An index of the first segment to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.", "key": "start-index", "value": "" }, { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"created\": \"\",\n \"definition\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#segment\",\n \"name\": \"\",\n \"segmentId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n },\n {\n \"created\": \"\",\n \"definition\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#segment\",\n \"name\": \"\",\n \"segmentId\": \"\",\n \"selfLink\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n }\n ],\n \"itemsPerPage\": \"\",\n \"kind\": \"analytics#segments\",\n \"nextLink\": \"\",\n \"previousLink\": \"\",\n \"startIndex\": \"\",\n \"totalResults\": \"\",\n \"username\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-d497d843-de72-41d4-a19f-eaa7e666da9b" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-9261bba8-0396-44f8-80ee-7dbdfe9414ad" } ], "id": "c27d18b7-b255-41bd-b118-a736fc90f657", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-c27d18b7-b255-41bd-b118-a736fc90f657" } ], "id": "433bf1d1-6a6f-4ebe-a48e-3e4886000b5c", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-433bf1d1-6a6f-4ebe-a48e-3e4886000b5c" }, { "name": "metadata", "item": [ { "name": "{reportType}", "item": [ { "name": "columns", "item": [ { "name": "analytics.metadata.columns.list", "id": "4a0e23ba-8b4d-42f8-97ab-d0b4954d9c3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/metadata/:reportType/columns?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":reportType", "columns" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "id": "8208ad04-3ea7-4514-ae06-6d1a43d1ee5d", "key": "reportType", "value": "", "description": "(Required) Report type. Allowed Values: 'ga'. Where 'ga' corresponds to the Core Reporting API" } ] }, "description": "Lists all columns for a report type" }, "response": [ { "id": "4b6959e9-7df6-4577-ba2d-06775d7fbd43", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/metadata/:reportType/columns?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "metadata", ":reportType", "columns" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ], "variable": [ { "key": "reportType" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"attributeNames\": [\n \"\",\n \"\"\n ],\n \"etag\": \"\",\n \"items\": [\n {\n \"attributes\": {\n \"adipisicing2_\": \"\",\n \"pariaturb3\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#column\"\n },\n {\n \"attributes\": {\n \"non_2_\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#column\"\n }\n ],\n \"kind\": \"analytics#columns\",\n \"totalResults\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-4b6959e9-7df6-4577-ba2d-06775d7fbd43" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-4a0e23ba-8b4d-42f8-97ab-d0b4954d9c3c" } ], "id": "a744b215-b72b-4996-b446-0623246af435", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-a744b215-b72b-4996-b446-0623246af435" } ], "id": "12551dfe-362f-4317-811c-062456a6cd57", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-12551dfe-362f-4317-811c-062456a6cd57" } ], "id": "76368840-82fd-4ef1-91b3-769f3489e597", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-76368840-82fd-4ef1-91b3-769f3489e597" }, { "name": "provisioning", "item": [ { "name": "createAccountTicket", "item": [ { "name": "analytics.provisioning.create Account Ticket", "id": "6ab889ca-188f-4f7f-a795-6d4ed419ed39", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"account\": {\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperties\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#account\",\n \"name\": \"\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#accountTicket\",\n \"profile\": {\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n },\n \"redirectUri\": \"\",\n \"webproperty\": {\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/provisioning/createAccountTicket?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "provisioning", "createAccountTicket" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Creates an account ticket." }, "response": [ { "id": "de8e70e5-9fce-4e6d-a82a-c29abffec57c", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"account\": {\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperties\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#account\",\n \"name\": \"\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#accountTicket\",\n \"profile\": {\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n },\n \"redirectUri\": \"\",\n \"webproperty\": {\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/provisioning/createAccountTicket?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "provisioning", "createAccountTicket" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account\": {\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperties\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#account\",\n \"name\": \"\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\"\n },\n \"id\": \"\",\n \"kind\": \"analytics#accountTicket\",\n \"profile\": {\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n },\n \"redirectUri\": \"\",\n \"webproperty\": {\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-de8e70e5-9fce-4e6d-a82a-c29abffec57c" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-6ab889ca-188f-4f7f-a795-6d4ed419ed39" } ], "id": "26da8a46-d661-4899-9fd9-6beae0cff51c", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-26da8a46-d661-4899-9fd9-6beae0cff51c" }, { "name": "createAccountTree", "item": [ { "name": "analytics.provisioning.create Account Tree", "id": "daa8c750-0a73-40da-928e-9a50153ddcd5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accountName\": \"\",\n \"kind\": \"analytics#accountTreeRequest\",\n \"profileName\": \"\",\n \"timezone\": \"\",\n \"webpropertyName\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/provisioning/createAccountTree?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "provisioning", "createAccountTree" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Provision account." }, "response": [ { "id": "f837d6af-7895-403f-9472-4ebc889c4472", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accountName\": \"\",\n \"kind\": \"analytics#accountTreeRequest\",\n \"profileName\": \"\",\n \"timezone\": \"\",\n \"webpropertyName\": \"\",\n \"websiteUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/provisioning/createAccountTree?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "provisioning", "createAccountTree" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account\": {\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperties\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"kind\": \"analytics#account\",\n \"name\": \"\",\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\"\n },\n \"kind\": \"analytics#accountTreeResponse\",\n \"profile\": {\n \"accountId\": \"\",\n \"botFilteringEnabled\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#goals\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"defaultPage\": \"\",\n \"eCommerceTracking\": \"\",\n \"enhancedECommerceTracking\": \"\",\n \"excludeQueryParameters\": \"\",\n \"id\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#profile\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#webproperty\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"selfLink\": \"\",\n \"siteSearchCategoryParameters\": \"\",\n \"siteSearchQueryParameters\": \"\",\n \"starred\": \"\",\n \"stripSiteSearchCategoryParameters\": \"\",\n \"stripSiteSearchQueryParameters\": \"\",\n \"timezone\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"webPropertyId\": \"\",\n \"websiteUrl\": \"\"\n },\n \"webproperty\": {\n \"accountId\": \"\",\n \"childLink\": {\n \"href\": \"\",\n \"type\": \"analytics#profiles\"\n },\n \"created\": \"\",\n \"dataRetentionResetOnNewActivity\": \"\",\n \"dataRetentionTtl\": \"\",\n \"defaultProfileId\": \"\",\n \"id\": \"\",\n \"industryVertical\": \"\",\n \"internalWebPropertyId\": \"\",\n \"kind\": \"analytics#webproperty\",\n \"level\": \"\",\n \"name\": \"\",\n \"parentLink\": {\n \"href\": \"\",\n \"type\": \"analytics#account\"\n },\n \"permissions\": {\n \"effective\": [\n \"\",\n \"\"\n ]\n },\n \"profileCount\": \"\",\n \"selfLink\": \"\",\n \"starred\": \"\",\n \"updated\": \"\",\n \"websiteUrl\": \"\"\n }\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-f837d6af-7895-403f-9472-4ebc889c4472" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-daa8c750-0a73-40da-928e-9a50153ddcd5" } ], "id": "bd562982-16df-400b-bffe-bdd07501a836", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-bd562982-16df-400b-bffe-bdd07501a836" } ], "id": "ac636137-3b53-42df-9144-e81f72aaf1d2", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-ac636137-3b53-42df-9144-e81f72aaf1d2" }, { "name": "userDeletion", "item": [ { "name": "userDeletionRequests:upsert", "item": [ { "name": "analytics.user Deletion.user Deletion Request.upsert", "id": "b9818e6b-6e7d-4019-9ffa-9ff27fd6843e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.provision https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/analytics.user.deletion", "type": "string" }, { "key": "authUrl", "value": "https://accounts.google.com/o/oauth2/auth", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"deletionRequestTime\": \"\",\n \"firebaseProjectId\": \"\",\n \"id\": {\n \"type\": \"\",\n \"userId\": \"\"\n },\n \"kind\": \"analytics#userDeletionRequest\",\n \"propertyId\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/userDeletion/userDeletionRequests:upsert?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "userDeletion", "userDeletionRequests:upsert" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] }, "description": "Insert or update a user deletion requests." }, "response": [ { "id": "bf211f9d-f321-49b2-83a2-64220a77db11", "name": "Successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deletionRequestTime\": \"\",\n \"firebaseProjectId\": \"\",\n \"id\": {\n \"type\": \"\",\n \"userId\": \"\"\n },\n \"kind\": \"analytics#userDeletionRequest\",\n \"propertyId\": \"\",\n \"webPropertyId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/userDeletion/userDeletionRequests:upsert?alt=json&fields=&key=&oauth_token=&prettyPrint="aUser=&userIp=", "host": [ "{{baseUrl}}" ], "path": [ "userDeletion", "userDeletionRequests:upsert" ], "query": [ { "description": "Data format for the response.", "key": "alt", "value": "json" }, { "description": "Selector specifying which fields to include in a partial response.", "key": "fields", "value": "" }, { "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.", "key": "key", "value": "" }, { "description": "OAuth 2.0 token for the current user.", "key": "oauth_token", "value": "" }, { "description": "Returns response with indentations and line breaks.", "key": "prettyPrint", "value": "" }, { "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", "key": "quotaUser", "value": "" }, { "description": "Deprecated. Please use quotaUser instead.", "key": "userIp", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"deletionRequestTime\": \"\",\n \"firebaseProjectId\": \"\",\n \"id\": {\n \"type\": \"\",\n \"userId\": \"\"\n },\n \"kind\": \"analytics#userDeletionRequest\",\n \"propertyId\": \"\",\n \"webPropertyId\": \"\"\n}", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-bf211f9d-f321-49b2-83a2-64220a77db11" } ], "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-b9818e6b-6e7d-4019-9ffa-9ff27fd6843e" } ], "id": "2f776332-d964-4b59-8531-7168a4c26aa4", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-2f776332-d964-4b59-8531-7168a4c26aa4" } ], "id": "64550737-cc98-449b-a228-59efde1484c0", "createdAt": "2026-06-05T15:09:20.000Z", "updatedAt": "2026-06-05T15:09:20.000Z", "uid": "35240-64550737-cc98-449b-a228-59efde1484c0" } ], "variable": [ { "key": "baseUrl", "value": "https://analytics.googleapis.com/analytics/v3" } ] }