{ "info": { "_postman_id": "e29b6148-cdef-4a65-89d7-09ced1a0bb8b", "name": "Unified.to account ads API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "lastUpdatedBy": "35240", "uid": "35240-e29b6148-cdef-4a65-89d7-09ced1a0bb8b" }, "item": [ { "name": "ads", "item": [ { "name": "{connection_id}", "item": [ { "name": "ad", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Ad", "id": "af1a0a5e-10f2-4fa4-ac85-8f0d82a7f1c7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "variable": [ { "id": "49c7c75a-b8f1-40c3-802f-0e03ba5cb348", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "03c5b4db-7f92-4280-aa8e-094710da8070", "key": "id", "value": "", "description": "(Required) ID of the Ad" } ] } }, "response": [ { "id": "29ed7d01-cd83-474f-96a8-dbf7be7f479d", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-29ed7d01-cd83-474f-96a8-dbf7be7f479d" }, { "id": "58560977-fc75-4a17-9a63-e95d2b0cbfcc", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-58560977-fc75-4a17-9a63-e95d2b0cbfcc" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-af1a0a5e-10f2-4fa4-ac85-8f0d82a7f1c7" }, { "name": "Retrieve an Ad", "id": "3b1eab81-9b58-4039-94c8-6f47f7d4fb0d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=final_url&fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "final_url" }, { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "41102e69-6993-4d9d-afaa-43924f2b3b9b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5c073986-4100-4f17-a6e9-b3599dcf52b2", "key": "id", "value": "", "description": "(Required) ID of the Ad" } ] } }, "response": [ { "id": "d5ef44bb-c21e-4657-9c04-ab0c8b46debb", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-d5ef44bb-c21e-4657-9c04-ab0c8b46debb" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-3b1eab81-9b58-4039-94c8-6f47f7d4fb0d" }, { "name": "Update an Ad", "id": "c38ed21d-c23d-4d4a-bb03-0d52943e5447", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=final_url&fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "final_url" }, { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "b32cc752-740c-43f2-974f-4db2aea0bea1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "837b3f1c-5c46-4a4f-b0be-91b1b1b4e121", "key": "id", "value": "", "description": "(Required) ID of the Ad" } ] } }, "response": [ { "id": "3fe94ec2-66fa-419b-9b84-292f9522d32d", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-3fe94ec2-66fa-419b-9b84-292f9522d32d" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-c38ed21d-c23d-4d4a-bb03-0d52943e5447" }, { "name": "Update an Ad", "id": "63c1bdf9-a404-4bbb-bca0-e4c2690e0fc7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=final_url&fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "final_url" }, { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c701bdea-e0a2-4418-a01a-a8746a5c747c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1e549cc4-562e-4386-85a1-d92c1eb2ac35", "key": "id", "value": "", "description": "(Required) ID of the Ad" } ] } }, "response": [ { "id": "9085fb46-9321-4221-ae11-ed2cf85eb908", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-9085fb46-9321-4221-ae11-ed2cf85eb908" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-63c1bdf9-a404-4bbb-bca0-e4c2690e0fc7" } ], "id": "7de3d8a9-1803-470c-805c-49cbb5dcd758", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-7de3d8a9-1803-470c-805c-49cbb5dcd758" }, { "name": "List All Ads", "id": "d0e084e1-0f4e-407b-a488-15ec63f69200", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&group_id=&fields=final_url&fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "final_url" }, { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "47ce7d1f-3f3a-44d0-8140-f8438f85800b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3dd2534a-644f-4e81-98d2-e6dfa8247e17", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&group_id=&fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"ad_copy\": \"\",\n \"ad_type\": \"TEXT\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"LEAD_FORM_ID\",\n \"name\": \"\",\n \"raw\": {\n \"exercitationb6_\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"enim_5\": -96984154,\n \"labore56\": -57258804.958738096\n }\n }\n ],\n \"raw\": {\n \"amet_214\": -5683886\n },\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"updated_at\": \"\"\n },\n {\n \"ad_copy\": \"\",\n \"ad_type\": \"YOUTUBE\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"ut_35\": \"irure\",\n \"adipisicing_b\": \"consequat ut dolore\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"commodo31b\": -3429192,\n \"anim_4e\": \"nulla\"\n }\n }\n ],\n \"raw\": {\n \"mollit_d\": true\n },\n \"status\": \"ARCHIVED\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-3dd2534a-644f-4e81-98d2-e6dfa8247e17" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-d0e084e1-0f4e-407b-a488-15ec63f69200" }, { "name": "Create an Ad", "id": "eeb9b4cb-300d-4496-84da-46a06f2537b6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad?fields=final_url&fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "final_url" }, { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5c5b1ec6-fcc4-4b05-ada7-0fc790594e35", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "eb3af084-d3e2-4683-893e-2207fb971941", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad?fields=ad_type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "ad_type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"labore_b\": 64357043.59270814,\n \"velit8d\": \"occaecat velit irure\",\n \"eiusmod06\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliqua076\": \"dolore velit eiusmod proident deserunt\"\n }\n }\n ],\n \"raw\": {\n \"sint_60\": -63343751,\n \"dolord\": 28059060\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-eb3af084-d3e2-4683-893e-2207fb971941" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-eeb9b4cb-300d-4496-84da-46a06f2537b6" } ], "id": "44c30c7a-f52a-4e36-b0f9-520ef69e02b4", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-44c30c7a-f52a-4e36-b0f9-520ef69e02b4" }, { "name": "campaign", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Campaign", "id": "f49f595e-7f17-4144-ad5e-17b9e2f89ba2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "variable": [ { "id": "6a68cc52-6c72-46c9-ab57-511522479ff4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2a43c900-4ce4-4391-8c31-833e30f857fd", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "d227e422-e4ba-42ab-8476-dddd05452224", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-d227e422-e4ba-42ab-8476-dddd05452224" }, { "id": "e1ae2746-5236-404a-8280-fb5c0f7a0e24", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-e1ae2746-5236-404a-8280-fb5c0f7a0e24" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-f49f595e-7f17-4144-ad5e-17b9e2f89ba2" }, { "name": "Retrieve a Campaign", "id": "991bf907-6f7c-416d-b900-936dd9ccbefe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=has_eu_political_ads&fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_eu_political_ads" }, { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "13ffba9a-2373-4192-9b6a-72cbf07a2dca", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "65210f97-3adc-4c9d-a26e-04f19de60160", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "ad48954e-0611-4b36-a733-a778f0a9c61f", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-ad48954e-0611-4b36-a733-a778f0a9c61f" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-991bf907-6f7c-416d-b900-936dd9ccbefe" }, { "name": "Update a Campaign", "id": "300a66ea-8eaa-4e84-a4a4-65ae1c68db96", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=has_eu_political_ads&fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_eu_political_ads" }, { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e3d3e0d6-20f3-448c-afd1-44da1cd7d24d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5ba025f1-2f0d-4028-b6c6-4a224c758a7b", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "ade0fbdd-492c-4928-94c8-110ad6ee0cb8", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-ade0fbdd-492c-4928-94c8-110ad6ee0cb8" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-300a66ea-8eaa-4e84-a4a4-65ae1c68db96" }, { "name": "Update a Campaign", "id": "7a89c996-6f33-4a1e-bfa5-8b49a0fd2554", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=has_eu_political_ads&fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_eu_political_ads" }, { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "631dd20c-0b5c-4d14-b034-d363bcae9b51", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a05f33fc-0910-4c58-b59a-41de02ab1d75", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "4999b89d-f593-4ea7-bddc-2f19ab64fcbf", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-4999b89d-f593-4ea7-bddc-2f19ab64fcbf" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-7a89c996-6f33-4a1e-bfa5-8b49a0fd2554" } ], "id": "735bb470-cfb4-4653-a7d5-d9d6c356d3be", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-735bb470-cfb4-4653-a7d5-d9d6c356d3be" }, { "name": "List All Campaigns", "id": "3930016c-ccbe-4e13-a15e-1b00fdf1cad5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&start_gte=&end_lt=&fields=has_eu_political_ads&fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "has_eu_political_ads" }, { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6d5631d6-b88e-4c2a-8265-5f43e9db6b0c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a23da5fa-f02f-4ccc-8f6e-14b78e446112", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&start_gte=&end_lt=&fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"advertising_channel_type\": \"AUDIO\",\n \"budget_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"LEADS\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"consequatff1\": false,\n \"nulla7a\": \"labore fugiat\"\n },\n \"start_at\": \"\",\n \"status\": \"ACTIVE\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"LONG\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"HD\"\n ],\n \"positions\": [\n \"PREROLL\",\n \"POSTROLL\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE_OR_INTEREST\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"FRIDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"advertising_channel_type\": \"YOUTUBE\",\n \"budget_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MINUTES\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"APP_PROMOTION\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"sint_488\": 87383676,\n \"sunt_e50\": -89356325,\n \"aliquip57\": true\n },\n \"start_at\": \"\",\n \"status\": \"ARCHIVED\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"limited\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"LONG\",\n \"LONG\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"LARGE\"\n ],\n \"positions\": [\n \"INSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"TRAVEL\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"FRIDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-a23da5fa-f02f-4ccc-8f6e-14b78e446112" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-3930016c-ccbe-4e13-a15e-1b00fdf1cad5" }, { "name": "Create a Campaign", "id": "0069ede2-0125-4788-93bd-00337e0c0259", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign?fields=has_eu_political_ads&fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "has_eu_political_ads" }, { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "fa448b53-68d9-416a-8a38-2b1e09a8d1ad", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e6bc5db5-5001-4dfd-a423-0bbb20e1ad82", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign?fields=frequency_cap&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"advertising_channel_type\": \"CALL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"exa6\": 67476770.75394899\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"SMALL\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-e6bc5db5-5001-4dfd-a423-0bbb20e1ad82" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-0069ede2-0125-4788-93bd-00337e0c0259" } ], "id": "0a7b7675-6645-4a86-9fa7-8d60b9e23888", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-0a7b7675-6645-4a86-9fa7-8d60b9e23888" }, { "name": "creative", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Creative", "id": "f81b7dda-471e-4b11-83af-c29777d59366", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "variable": [ { "id": "80a1fef9-2f24-4431-8ae3-060aa10c5d35", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5d3184a4-3c68-43a0-9671-21f863460d5e", "key": "id", "value": "", "description": "(Required) ID of the Creative" } ] } }, "response": [ { "id": "b60cf2c3-c1f0-4986-aad6-94537707d6e6", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-b60cf2c3-c1f0-4986-aad6-94537707d6e6" }, { "id": "3e522107-0633-42dc-8a49-54aa24d17e25", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-3e522107-0633-42dc-8a49-54aa24d17e25" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-f81b7dda-471e-4b11-83af-c29777d59366" }, { "name": "Retrieve a Creative", "id": "0bb13f3c-b4c2-4f5d-b14c-03142010edb5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=path2&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "14a60ff5-08f7-4b25-9860-79eb4ce9a874", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "303cf4d2-34f0-4708-94e8-ed2a3f66768e", "key": "id", "value": "", "description": "(Required) ID of the Creative" } ] } }, "response": [ { "id": "6844c4c8-e4d5-4e75-8022-9414717b3c37", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-6844c4c8-e4d5-4e75-8022-9414717b3c37" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-0bb13f3c-b4c2-4f5d-b14c-03142010edb5" }, { "name": "Update a Creative", "id": "1baa53d3-8749-465e-a922-77b9dfd3ad66", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=path2&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "43832cc7-253e-436e-91ff-fb6be66f7aab", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0fad1e65-02ec-4b6b-98f8-26d7e32cb39b", "key": "id", "value": "", "description": "(Required) ID of the Creative" } ] } }, "response": [ { "id": "e23ad2ee-895d-4289-8b62-30dc500436bc", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-e23ad2ee-895d-4289-8b62-30dc500436bc" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-1baa53d3-8749-465e-a922-77b9dfd3ad66" }, { "name": "Update a Creative", "id": "f87f1cd9-5c66-4bce-b83a-e4424e31ec29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=path2&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c15e4048-040d-4254-a268-158b2c3cf944", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a5ba28b4-cc4d-47aa-a389-dec1897d203c", "key": "id", "value": "", "description": "(Required) ID of the Creative" } ] } }, "response": [ { "id": "45ced925-5d06-46f7-9e00-01ff036e6628", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-45ced925-5d06-46f7-9e00-01ff036e6628" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-f87f1cd9-5c66-4bce-b83a-e4424e31ec29" } ], "id": "7428b513-0986-41c3-a045-eaa5001ca067", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-7428b513-0986-41c3-a045-eaa5001ca067" }, { "name": "List All Creatives", "id": "c8379d2e-0864-4c06-914c-2ab47faf61f1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&group_id=&fields=path2&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a97c6412-c6c0-4c05-a61d-bf332ab99051", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "30c93869-3b35-4063-93f6-9443581c1be3", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&group_id=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"EXPANDABLE\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"UNSPECIFIED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PRODUCT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sinta4\": \"do culpa Exce\",\n \"Duis_8c8\": -37863069.827600434\n }\n },\n {\n \"id\": \"\",\n \"type\": \"LEAD_FORM_ID\",\n \"name\": \"\",\n \"raw\": {\n \"ea_ed\": \"eu laborum occaecat amet dolor\"\n }\n }\n ],\n \"raw\": {\n \"Excepteur_9\": 2228921,\n \"ut0f\": false,\n \"non_bbe\": false\n },\n \"status\": \"PAUSED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n },\n {\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"AUDIO\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PRIORITIZED_SET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_05\": \"est ad amet sit exercitation\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"enimc7\": false,\n \"adipisicing_e\": false\n }\n }\n ],\n \"raw\": {\n \"veniambd\": \"id ut commodo\",\n \"dolore8\": -49129905.827240884\n },\n \"status\": \"PAUSED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-30c93869-3b35-4063-93f6-9443581c1be3" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-c8379d2e-0864-4c06-914c-2ab47faf61f1" }, { "name": "Create a Creative", "id": "53aed780-ab87-435b-ab2f-5bf67e0b1c55", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative?fields=path2&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "fd9989f3-be09-41c9-a407-353f52cbd21d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6849d6b3-6e91-4bd7-bc65-3880bbac75ba", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"UNSPECIFIED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"CM\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_51\": false,\n \"adipisicing_3b\": -4638045\n }\n },\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"qui9_7\": 99056926.31930774\n }\n }\n ],\n \"raw\": {\n \"esseb\": \"eu mollit dolor\",\n \"irure_1\": -33965490,\n \"consectetur7e\": -10861915.222237915,\n \"anim8\": -53640307.83753577,\n \"enim_e8\": -50398963.21776549\n },\n \"status\": \"UNSPECIFIED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-6849d6b3-6e91-4bd7-bc65-3880bbac75ba" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-53aed780-ab87-435b-ab2f-5bf67e0b1c55" } ], "id": "8bd992ee-f668-4628-afbd-2a8103e34768", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-8bd992ee-f668-4628-afbd-2a8103e34768" }, { "name": "group", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Group", "id": "e133397a-fc94-41d8-8a0b-ae282f7b21ed", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/ads/:connection_id/group/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group", ":id" ], "variable": [ { "id": "17711790-cdeb-4779-a2ef-eab6d7b601ae", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e32f155f-b5ac-4415-a3cf-8b30e27d40e6", "key": "id", "value": "", "description": "(Required) ID of the Group" } ] } }, "response": [ { "id": "36c38d48-40cb-4a94-96e7-eb8259e3a4fd", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/group/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-36c38d48-40cb-4a94-96e7-eb8259e3a4fd" }, { "id": "d22acc2f-cd63-4566-ae44-63f52066f6fa", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/group/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-d22acc2f-cd63-4566-ae44-63f52066f6fa" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-e133397a-fc94-41d8-8a0b-ae282f7b21ed" }, { "name": "Retrieve a Group", "id": "e06200fa-8e46-4eb5-821d-5fc6fbe8f2f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/group/:id?fields=targeting&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "targeting" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "39886d4b-d6f8-4c7e-b03d-9b567cf90092", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "eb2d3bee-6635-4112-a30a-7ecb5a90d236", "key": "id", "value": "", "description": "(Required) ID of the Group" } ] } }, "response": [ { "id": "774bbe04-2526-434a-86db-6b62cdb8ab63", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/group/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-774bbe04-2526-434a-86db-6b62cdb8ab63" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-e06200fa-8e46-4eb5-821d-5fc6fbe8f2f7" }, { "name": "Update a Group", "id": "b1267c01-56ac-4524-8c4d-bfcc764cf55d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/group/:id?fields=targeting&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "targeting" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c66d406b-e3c5-45b8-8287-15ac2528906a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e3922cbd-f330-40be-8fd3-cd686595759e", "key": "id", "value": "", "description": "(Required) ID of the Group" } ] } }, "response": [ { "id": "a68cf8e0-2c03-4f26-b4e8-e2d0f61c6b48", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/group/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-a68cf8e0-2c03-4f26-b4e8-e2d0f61c6b48" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-b1267c01-56ac-4524-8c4d-bfcc764cf55d" }, { "name": "Update a Group", "id": "2bedf468-5e2b-40ff-9f1a-df4d87c2c247", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/group/:id?fields=targeting&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "targeting" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "b3b59534-71f3-470c-9b55-e1be72eff040", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ecfa666c-5607-4255-98db-ea2d4dcc63e2", "key": "id", "value": "", "description": "(Required) ID of the Group" } ] } }, "response": [ { "id": "646167d0-c4a7-4e63-945f-f87152d9dc5a", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/group/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-646167d0-c4a7-4e63-945f-f87152d9dc5a" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-2bedf468-5e2b-40ff-9f1a-df4d87c2c247" } ], "id": "9bfa66f4-608f-4c9c-b068-0dfc5221f7a3", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-9bfa66f4-608f-4c9c-b068-0dfc5221f7a3" }, { "name": "List All Groups", "id": "5cf0a1a5-a098-4051-9236-e7cca21147f2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/group?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&parent_id=&io_id=&start_gte=&end_lt=&fields=targeting&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The IO ID to filter by", "key": "io_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "targeting" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "38384c78-8425-460b-8342-e1a8a864304c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e6c6d5b1-046a-4b8c-8c50-d9f205a87308", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/group?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&parent_id=&io_id=&start_gte=&end_lt=&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "The IO ID to filter by", "key": "io_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"MAXIMIZE_LIFT\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"IMPRESSIONS\",\n \"budget_allocation_type\": \"FIXED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"CURRENCY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"LIFETIME\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"IMPRESSIONS\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"FLIGHT\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"APP_ID\",\n \"name\": \"\",\n \"raw\": {\n \"commodo_159\": true,\n \"labore2\": \"tempor eiusmod\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum8\": 94643123\n }\n }\n ],\n \"raw\": {\n \"Lorem5d\": false,\n \"incididuntee0\": false\n },\n \"start_at\": \"\",\n \"status\": \"ACTIVE\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"limited\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"LARGE\"\n ],\n \"positions\": [\n \"PREROLL\",\n \"POSTROLL\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"RECENT\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"THURSDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"AUDIO\",\n \"updated_at\": \"\"\n },\n {\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"VIEWABLE_CPM\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"LINK_CLICKS\",\n \"budget_allocation_type\": \"AUTOMATIC\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"HOURS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"VIDEO_VIEWS\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"nulla_f\": -49071069.492598966,\n \"in_ec\": \"in eiusmod non\",\n \"proidente\": -32297905\n }\n },\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sunt55f\": 59315469.699946225\n }\n }\n ],\n \"raw\": {\n \"ullamco_219\": false,\n \"id_12\": \"mollit reprehenderit in do\",\n \"consequat2_5\": -74842207,\n \"sunte9a\": \"culpa Duis reprehenderit id elit\"\n },\n \"start_at\": \"\",\n \"status\": \"ARCHIVED\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"expanded\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"SMALL\"\n ],\n \"positions\": [\n \"POSTROLL\",\n \"MIDROLL\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"FRIDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"RESPONSIVE\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-e6c6d5b1-046a-4b8c-8c50-d9f205a87308" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-5cf0a1a5-a098-4051-9236-e7cca21147f2" }, { "name": "Create a Group", "id": "a4b10e4a-8ab4-4150-8b6a-156cb4e117dd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/group?fields=targeting&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "targeting" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "8042ff94-d820-4e25-94fb-5405ebf2a89f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ba69b7f7-67dd-47e5-9237-4f09ee6a7278", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/group?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "group" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPV\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"NONE\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_07d\": -99862130,\n \"adipisicing_3b\": true,\n \"est9\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"deserunt9dd\": 28228341.465253368,\n \"consectetur_d\": -88908475.2927571,\n \"irure_c28\": -36291899\n }\n }\n ],\n \"raw\": {\n \"officia_47\": \"proident esse anim\",\n \"essef61\": 95687849.5487997\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-ba69b7f7-67dd-47e5-9237-4f09ee6a7278" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-a4b10e4a-8ab4-4150-8b6a-156cb4e117dd" } ], "id": "7fc7a9af-9740-4568-b89a-78180b53f4c8", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-7fc7a9af-9740-4568-b89a-78180b53f4c8" }, { "name": "insertionorder", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Insertionorder", "id": "0a5377b5-8d06-4228-be3b-a45f7a1de327", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder", ":id" ], "variable": [ { "id": "553488e5-8fa8-412d-a9b5-9c160540d823", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f10608c9-2b8c-4d77-984c-88f999d25f18", "key": "id", "value": "", "description": "(Required) ID of the Insertionorder" } ] } }, "response": [ { "id": "2f5912b1-ebcc-41dd-8c11-df73f96c3100", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-2f5912b1-ebcc-41dd-8c11-df73f96c3100" }, { "id": "317272c6-8aca-4287-a975-4b722289f7e0", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-317272c6-8aca-4287-a975-4b722289f7e0" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-0a5377b5-8d06-4228-be3b-a45f7a1de327" }, { "name": "Retrieve an Insertionorder", "id": "c9f6ed84-05d7-4eba-bfb4-a57540a33656", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder/:id?fields=raw&fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "fd2f05bb-ac9d-4444-a9f5-3036aa4160ee", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "27c08d9e-32c6-466d-8f22-6602eba31fdb", "key": "id", "value": "", "description": "(Required) ID of the Insertionorder" } ] } }, "response": [ { "id": "5ddde525-c252-49e2-998c-e74b27385e7b", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder/:id?fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-5ddde525-c252-49e2-998c-e74b27385e7b" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-c9f6ed84-05d7-4eba-bfb4-a57540a33656" }, { "name": "Update an Insertionorder", "id": "4399ef56-5a4f-4ada-a884-8a885fe3cbc1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder/:id?fields=raw&fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "bbcdd25b-b00d-459e-b9a0-4eb6b551764b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b272006d-0c25-4931-9e4d-bce74daaedb6", "key": "id", "value": "", "description": "(Required) ID of the Insertionorder" } ] } }, "response": [ { "id": "19698b71-0721-43b1-b8af-5e45d3bb44de", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder/:id?fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-19698b71-0721-43b1-b8af-5e45d3bb44de" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-4399ef56-5a4f-4ada-a884-8a885fe3cbc1" }, { "name": "Update an Insertionorder", "id": "62b5822c-d73a-4229-acf4-d122e0fed0b3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder/:id?fields=raw&fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "dbb7afce-658c-4531-923c-0c709c2f1326", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d6addf92-90d4-4f76-8ee3-c959d3874310", "key": "id", "value": "", "description": "(Required) ID of the Insertionorder" } ] } }, "response": [ { "id": "7fef72c6-1bd2-46ca-b310-f074013120d5", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder/:id?fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-7fef72c6-1bd2-46ca-b310-f074013120d5" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-62b5822c-d73a-4229-acf4-d122e0fed0b3" } ], "id": "079eab05-0ab9-4e5f-afb5-bb84123e5142", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-079eab05-0ab9-4e5f-afb5-bb84123e5142" }, { "name": "List All Insertionorders", "id": "64264331-90d9-49e8-9889-f616b4c2b2be", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&fields=raw&fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e3dd68be-e90a-4af1-9ee4-36a3e4cc1335", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f1976705-27d3-4cbf-a3a5-d0f2d17d4dc4", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"IVO_TEN\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"MANUAL_CPM\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"LIFETIME\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPA\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"FLIGHT\",\n \"type\": \"\"\n },\n \"raw\": {\n \"occaecatfe\": true,\n \"amet_d7\": -41760479.75155237\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n },\n {\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"CPC\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPM\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"CURRENCY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MINUTES\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"IMPRESSION_CVR\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"FLIGHT\",\n \"type\": \"\"\n },\n \"raw\": {\n \"cillum2c9\": -54318889,\n \"ipsumd66\": \"eiusmod consectetur do\",\n \"animf\": \"nulla id\"\n },\n \"reference\": \"\",\n \"status\": \"ARCHIVED\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-f1976705-27d3-4cbf-a3a5-d0f2d17d4dc4" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-64264331-90d9-49e8-9889-f616b4c2b2be" }, { "name": "Create an Insertionorder", "id": "7d44a3b3-49cd-4284-9913-b039e13b7ca7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder?fields=raw&fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "350f4051-4698-40b8-affb-9bb564bc49de", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e0734fc9-1e5d-4253-833a-0674f18ff00f", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/insertionorder?fields=kpi&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "insertionorder" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "kpi" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"REACH\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"budget_segments\": [\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n },\n {\n \"budget_amount\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"id\": \"\",\n \"kpi\": {\n \"algorithm_id\": \"\",\n \"amount\": \"\",\n \"percentage\": \"\",\n \"string_value\": \"\",\n \"type\": \"CPCV\"\n },\n \"name\": \"\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"DAILY\",\n \"type\": \"\"\n },\n \"raw\": {\n \"ut52\": -67930858.01121071\n },\n \"reference\": \"\",\n \"status\": \"PAUSED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-e0734fc9-1e5d-4253-833a-0674f18ff00f" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-7d44a3b3-49cd-4284-9913-b039e13b7ca7" } ], "id": "49539abb-b2f0-445c-a762-c4338ea176eb", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-49539abb-b2f0-445c-a762-c4338ea176eb" }, { "name": "organization", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Organization", "id": "0d1b4aac-a474-46d1-a7fe-13fa8d728c15", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "variable": [ { "id": "55d62efc-117e-4c92-afa8-c3f190bd3895", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8a97ed27-f1b9-49fa-be41-7a1bc4d7bf26", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "47424996-a8a8-4682-aa09-5554d8007a35", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-47424996-a8a8-4682-aa09-5554d8007a35" }, { "id": "6060fbe1-2f2d-4f85-b6e2-d8c3a82fdcf0", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-6060fbe1-2f2d-4f85-b6e2-d8c3a82fdcf0" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-0d1b4aac-a474-46d1-a7fe-13fa8d728c15" }, { "name": "Retrieve an Organization", "id": "c2c0dc17-1c81-43c2-b5a5-e6cf9dddc3ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "88d23870-3905-43e7-86ea-8efdd37cf0d4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6817d337-d5bc-4995-9b77-21c3be9532ad", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "0006bd50-e3ed-4207-9eda-dad9946d8a85", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-0006bd50-e3ed-4207-9eda-dad9946d8a85" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-c2c0dc17-1c81-43c2-b5a5-e6cf9dddc3ad" }, { "name": "Update an Organization", "id": "48bbddd1-49a7-4147-a0e8-dd743b9c8994", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6fb9bbbe-9211-44e7-83f5-d4cd67cc4db0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "35de34c9-1f6b-47e2-bbfb-c4de80080c42", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "79d986ae-57aa-438e-ac67-8401d02e5b4c", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-79d986ae-57aa-438e-ac67-8401d02e5b4c" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-48bbddd1-49a7-4147-a0e8-dd743b9c8994" }, { "name": "Update an Organization", "id": "d9c45505-68b9-4a6d-93fa-c5a091c1b28b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a1633dc3-5d47-4b35-be39-9cb6318ad6ea", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "abb00652-b361-4e4f-bd87-6c05f66060ff", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "0e918cfe-37d7-4026-8571-a93806ab92cb", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-0e918cfe-37d7-4026-8571-a93806ab92cb" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-d9c45505-68b9-4a6d-93fa-c5a091c1b28b" } ], "id": "79f1539d-72e6-4ffe-8904-5a4693b6ea73", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-79f1539d-72e6-4ffe-8904-5a4693b6ea73" }, { "name": "List All Organizations", "id": "f2dfca35-55ed-4b4d-a11d-693bd588a082", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6bbf3a7f-9839-4eed-9812-87a145dece20", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "922ba254-eb80-400e-b9ab-7026197de405", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"aliqua6f\": 72520646,\n \"cupidatat1ad\": -33260528\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"reprehenderite\": \"fugiat sunt\",\n \"enim_33\": 79692653.33521843,\n \"Duis_17\": 56978336.08540961\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-922ba254-eb80-400e-b9ab-7026197de405" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-f2dfca35-55ed-4b4d-a11d-693bd588a082" }, { "name": "Create an Organization", "id": "e304fb18-afe2-4f2f-bdcc-04b816ef61f4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization?fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ab587c68-11ec-46af-ba1a-e420a783ec2d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "9d573827-2a70-4346-85fd-5a86d97b78d7", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"deserunt_e\": false\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-9d573827-2a70-4346-85fd-5a86d97b78d7" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-e304fb18-afe2-4f2f-bdcc-04b816ef61f4" } ], "id": "b5756a41-9b50-43fb-b445-0298b821d371", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-b5756a41-9b50-43fb-b445-0298b821d371" }, { "name": "promoted", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Promoted", "id": "34c8bc8b-211d-464f-95ac-9612a2a87559", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/promoted/:id?fields=id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "promoted", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ec66d53b-74f2-4ff5-ae8f-5896a42bd7b8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "542be1b1-b1a5-4e4c-a47d-b79f02602f9a", "key": "id", "value": "", "description": "(Required) ID of the Promoted" } ] } }, "response": [ { "id": "5c162ee2-33c8-40d2-9a6d-54a50747082f", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/promoted/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "promoted", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"Ut_8c7\": -96215919,\n \"do_c\": false,\n \"velitb8\": 33847765.195712715\n }\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-5c162ee2-33c8-40d2-9a6d-54a50747082f" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-34c8bc8b-211d-464f-95ac-9612a2a87559" } ], "id": "22764864-f1e6-4351-85d5-c9e79bbfa34e", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-22764864-f1e6-4351-85d5-c9e79bbfa34e" }, { "name": "List All Promoteds", "id": "9d92ee8b-552a-4075-afea-f79d62c6ef20", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/promoted?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=id&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "promoted" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "1747999b-b6d7-4ad5-b62f-59b0d2201749", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "d01177b3-fb34-45b2-8f49-56108f7a0f32", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/promoted?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "promoted" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"dolorefe\": false,\n \"dolor_32\": 87330067.59101659,\n \"dolore_98c\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PRIORITIZED_SET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"dolore6\": -26689243,\n \"fugiat_49\": 83546912.41222101\n }\n }\n]", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-d01177b3-fb34-45b2-8f49-56108f7a0f32" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-9d92ee8b-552a-4075-afea-f79d62c6ef20" } ], "id": "41bd4e3f-5a0f-4388-b292-9894c896d8d3", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-41bd4e3f-5a0f-4388-b292-9894c896d8d3" }, { "name": "report", "item": [ { "name": "List All Reports", "id": "388c883b-c2c6-4371-8c34-368009d42b6c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/report?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&group_id=&ad_id=&type=&start_gte=&end_lt=&fields=raw&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "report" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "The ad ID to filter by", "key": "ad_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f5875889-ff75-413c-8f8c-3e59e81a3d44", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a8517423-2341-44c2-8d70-bb7948a0d5d9", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/report?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&group_id=&ad_id=&type=&start_gte=&end_lt=&fields=currency&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "report" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "The ad ID to filter by", "key": "ad_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "currency" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"metrics\": [\n {\n \"ad\": {\n \"ad_copy\": \"\",\n \"ad_type\": \"IMAGE\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"quis_e\": \"aliqua sint \",\n \"tempor91b\": -21646762.310275137,\n \"amet3\": 55976251,\n \"quis_57_\": -3965025.0798261166\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PRIORITIZED_SET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"dolore_7\": 8504704.535687327,\n \"amet4\": -16621673.160494149\n }\n }\n ],\n \"raw\": {\n \"nonc\": -20250878.591572136,\n \"in7e\": false\n },\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"updated_at\": \"\"\n },\n \"campaign\": {\n \"advertising_channel_type\": \"AUDIO\",\n \"budget_amount\": \"\",\n \"budget_period\": \"LIFETIME\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"LEADS\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"minim81\": -19329859\n },\n \"start_at\": \"\",\n \"status\": \"PAUSED\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"expanded\",\n \"limited\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"LARGE\",\n \"LARGE\"\n ],\n \"positions\": [\n \"MIDROLL\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE_OR_INTEREST\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"SUNDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n },\n \"group\": {\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"YOUTUBE_AND_PARTNERS\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"CPC\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"RESERVE_CPM\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"APP_INSTALLS\",\n \"budget_allocation_type\": \"UNSPECIFIED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"DAILY\",\n \"budget_unit\": \"UNSPECIFIED\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"REACH\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"UNSPECIFIED\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"OFFER_ID\",\n \"name\": \"\",\n \"raw\": {\n \"laboris1e7\": true,\n \"Ut7\": -55964287,\n \"sede0\": -37811194\n }\n },\n {\n \"id\": \"\",\n \"type\": \"OFFER_ID\",\n \"name\": \"\",\n \"raw\": {\n \"anim__5b\": true\n }\n }\n ],\n \"raw\": {\n \"culpaa\": -64096221.8350833\n },\n \"start_at\": \"\",\n \"status\": \"PAUSED\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"LONG\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"LARGE\",\n \"LARGE\"\n ],\n \"positions\": [\n \"POSTROLL\",\n \"PREROLL\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"TRAVEL\",\n \"RECENT\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE_OR_INTEREST\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"THURSDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"THURSDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"TEXT\",\n \"updated_at\": \"\"\n },\n \"type\": \"COMMENTS\",\n \"value\": \"\"\n },\n {\n \"ad\": {\n \"ad_copy\": \"\",\n \"ad_type\": \"CALL\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"veniam_e\": -77745521,\n \"veniam_4ef\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"LEAD_FORM_ID\",\n \"name\": \"\",\n \"raw\": {\n \"ex__\": 44657150,\n \"nullabd_\": 22479798.52566111\n }\n }\n ],\n \"raw\": {\n \"Lorem_544\": 5180984,\n \"in_b5f\": 93559333,\n \"cupidatat_2b\": -88207338.90466213,\n \"consequat_d6\": \"nulla enim fugiat\"\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n },\n \"campaign\": {\n \"advertising_channel_type\": \"SOCIAL\",\n \"budget_amount\": \"\",\n \"budget_period\": \"TOTAL\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"MONTHS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"APP_PROMOTION\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"autea5c\": \"ea\"\n },\n \"start_at\": \"\",\n \"status\": \"DRAFT\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"SHORT\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"LARGE\",\n \"HD\"\n ],\n \"positions\": [\n \"MIDROLL\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"TRAVEL\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"FRIDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n },\n \"group\": {\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"PERFORMANCE_GOAL\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"CPA\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"RESERVE_CPM\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"MESSAGES\",\n \"budget_allocation_type\": \"UNLIMITED\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"MONTHLY\",\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"DAYS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"PAGE_LIKES\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"UNSPECIFIED\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PRIORITIZED_SET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"cillum7e\": true,\n \"ut_1b0\": \"in enim dolore\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"APP_ID\",\n \"name\": \"\",\n \"raw\": {\n \"nostrud_b\": \"eiusmod dolore\",\n \"id1d\": true,\n \"reprehenderit__5a\": 99374540.28420371,\n \"enim_b\": \"ea r\"\n }\n }\n ],\n \"raw\": {\n \"nisi_8b\": false\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"HD\",\n \"LARGE\"\n ],\n \"positions\": [\n \"POSTROLL\",\n \"MIDROLL\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"HOME\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE_OR_INTEREST\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"SATURDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"SOCIAL\",\n \"updated_at\": \"\"\n },\n \"type\": \"ENGAGEMENTS\",\n \"value\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"raw\": {\n \"ea_a\": false,\n \"esse_e\": 95542620.8426475\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"metrics\": [\n {\n \"ad\": {\n \"ad_copy\": \"\",\n \"ad_type\": \"SHOPPING\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"LEAD_FORM_ID\",\n \"name\": \"\",\n \"raw\": {\n \"nisi_7\": \"cillum est incididunt ut\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"APP_ID\",\n \"name\": \"\",\n \"raw\": {\n \"non_02_\": 77659730.14580622,\n \"nostrud1\": \"in\"\n }\n }\n ],\n \"raw\": {\n \"ut_b_\": 98973406.10811639\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n },\n \"campaign\": {\n \"advertising_channel_type\": \"AUDIO\",\n \"budget_amount\": \"\",\n \"budget_period\": \"TOTAL\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"APP_PROMOTION\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"quis_b\": -15430670,\n \"nulla_c9\": \"elit qui\",\n \"aliquip_2\": false\n },\n \"start_at\": \"\",\n \"status\": \"ACTIVE\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"expanded\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"LARGE\",\n \"LARGE\"\n ],\n \"positions\": [\n \"MIDROLL\",\n \"POSTROLL\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"TRAVEL\",\n \"RECENT\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n },\n \"group\": {\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"YOUTUBE_AND_PARTNERS\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"AV_VIEWED\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPA\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"ENGAGEMENT\",\n \"budget_allocation_type\": \"AUTOMATIC\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"MONTHLY\",\n \"budget_unit\": \"IMPRESSIONS\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"UNSPECIFIED\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PIXEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"dolor4c\": -74541437,\n \"nisi_da8\": false,\n \"officia_c\": \"laboris ut voluptat\",\n \"qui_0\": 28411980\n }\n },\n {\n \"id\": \"\",\n \"type\": \"STORE_URL\",\n \"name\": \"\",\n \"raw\": {\n \"ipsum__cd\": -37844682\n }\n }\n ],\n \"raw\": {\n \"nisi_0\": true,\n \"infe\": 9972715,\n \"irure_5\": \"dolor cupidatat cillum\",\n \"dolore_6\": \"sunt\"\n },\n \"start_at\": \"\",\n \"status\": \"PAUSED\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"standard\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"SHORT\",\n \"LONG\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"LARGE\",\n \"LARGE\"\n ],\n \"positions\": [\n \"PREROLL\",\n \"MIDROLL\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"HOME\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"TUESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"SUNDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"APP\",\n \"updated_at\": \"\"\n },\n \"type\": \"ENGAGEMENTS\",\n \"value\": \"\"\n },\n {\n \"ad\": {\n \"ad_copy\": \"\",\n \"ad_type\": \"VIDEO\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"eu1\": true,\n \"est_8a\": -34859668\n }\n },\n {\n \"id\": \"\",\n \"type\": \"OFFER_ID\",\n \"name\": \"\",\n \"raw\": {\n \"dolor_d24\": 96926744,\n \"exercitation5\": false\n }\n }\n ],\n \"raw\": {\n \"tempor_4\": \"enim minim sit voluptate sed\",\n \"non5\": 17505303.96515502\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n },\n \"campaign\": {\n \"advertising_channel_type\": \"SHOPPING\",\n \"budget_amount\": \"\",\n \"budget_period\": \"MONTHLY\",\n \"campaign_budget_identifier\": \"\",\n \"category\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"BRAND_AWARENESS\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"in_7\": -72522517,\n \"dolore_e22\": true,\n \"doa\": false\n },\n \"start_at\": \"\",\n \"status\": \"UNSPECIFIED\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"limited\",\n \"standard\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"BROAD\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"LONG\",\n \"MEDIUM\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"HD\"\n ],\n \"positions\": [\n \"OUTSTREAM\",\n \"POSTROLL\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"TRAVEL\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE_OR_INTEREST\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"TARGETING\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"MONDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n },\n \"group\": {\n \"bid_amount\": \"\",\n \"bid_strategy\": {\n \"type\": \"FIXED_BID\",\n \"custom_bidding_algorithm_id\": \"\",\n \"fixed_bid_amount\": \"\",\n \"max_average_cpm_bid_amount\": \"\",\n \"performance_goal_amount\": \"\",\n \"performance_goal_type\": \"AV_VIEWED\",\n \"raise_bid_for_deals\": \"\",\n \"target_roas\": \"\",\n \"youtube_and_partners_type\": \"TARGET_CPM\",\n \"youtube_and_partners_value\": \"\"\n },\n \"billing_event\": \"APP_INSTALLS\",\n \"budget_allocation_type\": \"AUTOMATIC\",\n \"budget_amount\": \"\",\n \"budget_max_amount\": \"\",\n \"budget_period\": \"MONTHLY\",\n \"budget_unit\": \"CURRENCY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"currency\": \"\",\n \"end_at\": \"\",\n \"frequency_cap\": {\n \"is_unlimited\": \"\",\n \"max_impressions\": \"\",\n \"max_views\": \"\",\n \"time_unit\": \"WEEKS\",\n \"time_unit_count\": \"\"\n },\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"insertionorder_id\": \"\",\n \"name\": \"\",\n \"optimization_goal\": \"APP_ENGAGEMENT\",\n \"organization_id\": \"\",\n \"pacing\": {\n \"daily_max_amount\": \"\",\n \"daily_max_impressions\": \"\",\n \"period\": \"UNSPECIFIED\",\n \"type\": \"\"\n },\n \"parent_id\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"AD_GROUP_TYPE\",\n \"name\": \"\",\n \"raw\": {\n \"do_56\": \"dolore elit deserunt irure\",\n \"magnad\": false\n }\n },\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"irure_a_d\": true\n }\n }\n ],\n \"raw\": {\n \"laboris_d50\": -43903363.987883106,\n \"velit97b\": false,\n \"ut1\": false\n },\n \"start_at\": \"\",\n \"status\": \"UNSPECIFIED\",\n \"targeting\": {\n \"audience\": {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"combination_spec\": [\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"demographics\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"life_events\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n ],\n \"custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_behaviors\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_custom_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"interests\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"lookalike_audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"similarity\": \"\",\n \"source_audience_id\": \"\"\n }\n ]\n },\n \"brand_safety\": {\n \"block_list_ids\": [\n \"\",\n \"\"\n ],\n \"brand_safety_content_filter_levels\": [\n \"\",\n \"\"\n ],\n \"excluded_content_labels\": [\n \"\",\n \"\"\n ],\n \"excluded_publisher_categories\": [\n \"\",\n \"\"\n ],\n \"publisher_visibility_categories\": [\n \"expanded\",\n \"limited\"\n ]\n },\n \"content\": {\n \"excluded_keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"EXACT\"\n }\n ],\n \"excluded_topics\": [\n \"\",\n \"\"\n ],\n \"excluded_urls\": [\n \"\",\n \"\"\n ],\n \"keywords\": [\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n },\n {\n \"text\": \"\",\n \"match_type\": \"PHRASE\"\n }\n ],\n \"topics\": [\n \"\",\n \"\"\n ],\n \"urls\": [\n \"\",\n \"\"\n ],\n \"video\": {\n \"durations\": [\n \"MEDIUM\",\n \"LONG\"\n ],\n \"excluded_youtube_channels\": [\n \"\",\n \"\"\n ],\n \"excluded_youtube_videos\": [\n \"\",\n \"\"\n ],\n \"player_sizes\": [\n \"SMALL\",\n \"HD\"\n ],\n \"positions\": [\n \"PREROLL\",\n \"OUTSTREAM\"\n ],\n \"youtube_channels\": [\n \"\",\n \"\"\n ],\n \"youtube_videos\": [\n \"\",\n \"\"\n ]\n }\n },\n \"demographic\": {\n \"age_max\": \"\",\n \"age_min\": \"\",\n \"female\": \"\",\n \"male\": \"\"\n },\n \"device\": {\n \"carriers\": [\n \"\",\n \"\"\n ],\n \"types\": [\n \"\",\n \"\"\n ],\n \"user_device\": [\n \"\",\n \"\"\n ],\n \"user_os\": [\n \"\",\n \"\"\n ]\n },\n \"geographic\": {\n \"cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"MILES\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"countries\": [\n \"\",\n \"\"\n ],\n \"excluded_cities\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"radius\": \"\",\n \"radius_unit\": \"KILOMETERS\"\n }\n ],\n \"excluded_countries\": [\n \"\",\n \"\"\n ],\n \"excluded_postal_codes\": [\n \"\",\n \"\"\n ],\n \"excluded_regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"excluded_us_dmas\": [\n \"\",\n \"\"\n ],\n \"location_types\": [\n \"TRAVEL\",\n \"TRAVEL\"\n ],\n \"postal_codes\": [\n \"\",\n \"\"\n ],\n \"presence_type\": \"PRESENCE\",\n \"regions\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"us_dmas\": [\n \"\",\n \"\"\n ]\n },\n \"language\": {\n \"codes\": [\n \"\",\n \"\"\n ],\n \"locale_ids\": [\n \"\",\n \"\"\n ]\n },\n \"optimization\": {\n \"advantage_audience\": \"\",\n \"advantage_placements\": \"\",\n \"mode\": \"OBSERVATION\",\n \"targeting_optimization_expansion_all\": \"\"\n },\n \"placement\": {\n \"audience_network_positions\": [\n \"\",\n \"\"\n ],\n \"facebook_positions\": [\n \"\",\n \"\"\n ],\n \"instagram_positions\": [\n \"\",\n \"\"\n ],\n \"messenger_positions\": [\n \"\",\n \"\"\n ],\n \"platforms\": [\n \"\",\n \"\"\n ]\n },\n \"schedule\": [\n {\n \"day_of_week\": \"FRIDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n },\n {\n \"day_of_week\": \"WEDNESDAY\",\n \"start_hour\": \"\",\n \"end_hour\": \"\",\n \"bid_modifier\": \"\",\n \"end_minute\": \"\",\n \"start_minute\": \"\"\n }\n ]\n },\n \"type\": \"CAROUSEL\",\n \"updated_at\": \"\"\n },\n \"type\": \"CONVERSIONS\",\n \"value\": \"\"\n }\n ],\n \"organization_id\": \"\",\n \"raw\": {\n \"nisi6a\": \"dolor qui occaecat\"\n },\n \"start_at\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-a8517423-2341-44c2-8d70-bb7948a0d5d9" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-388c883b-c2c6-4371-8c34-368009d42b6c" } ], "id": "ddc72558-845c-4c06-9abc-9eba3559af31", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-ddc72558-845c-4c06-9abc-9eba3559af31" }, { "name": "target", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Target", "id": "7873fc76-4b35-4aef-844d-ccc1c591a3cf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/target/:id?fields=type&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "target", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "bc0966d5-b9f3-4467-ad9d-a58694a0d4d7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c8761a9f-7e35-4ce8-9b78-fff2e94d692b", "key": "id", "value": "", "description": "(Required) ID of the Target" } ] } }, "response": [ { "id": "e7ca4bac-300d-43f5-a88e-614d73342fb1", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/target/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "target", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"aute9\": 69574386,\n \"id_a\": \"do ut\"\n },\n \"type\": \"CARRIER\"\n}", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-e7ca4bac-300d-43f5-a88e-614d73342fb1" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-7873fc76-4b35-4aef-844d-ccc1c591a3cf" } ], "id": "d7dbdccc-faeb-432c-8872-3546b5d2f0bb", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-d7dbdccc-faeb-432c-8872-3546b5d2f0bb" }, { "name": "List All Targets", "id": "5d063558-527f-42e5-9da8-fd4bb94f6574", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/target?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=type&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "target" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "95ff5c3b-ec60-48a5-9583-1f5c97d474a1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5aec1be3-258f-4cac-9ea7-235ad6ee36d9", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/target?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "target" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sunt5e4\": \"Duis elit in\"\n },\n \"type\": \"DEVICE_MODEL\"\n },\n {\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"exercitationf\": -69559308\n },\n \"type\": \"REGION\"\n }\n]", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-5aec1be3-258f-4cac-9ea7-235ad6ee36d9" } ], "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-5d063558-527f-42e5-9da8-fd4bb94f6574" } ], "id": "4d7b7a68-3476-4e1f-b10f-19baedfabccd", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-4d7b7a68-3476-4e1f-b10f-19baedfabccd" } ], "id": "9b5f3914-c22c-4228-ba38-706a4edc0506", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-9b5f3914-c22c-4228-ba38-706a4edc0506" } ], "id": "21bd449b-cd36-4576-8b32-8253882ab212", "createdAt": "2026-07-28T03:22:37.000Z", "updatedAt": "2026-07-28T03:22:37.000Z", "uid": "35240-21bd449b-cd36-4576-8b32-8253882ab212" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }