{ "info": { "_postman_id": "761f62f3-482e-4847-ba68-008c4291942d", "name": "Unified.to account campaign 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:56.000Z", "updatedAt": "2026-07-28T03:22:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-761f62f3-482e-4847-ba68-008c4291942d" }, "item": [ { "name": "ads", "item": [ { "name": "{connection_id}", "item": [ { "name": "campaign", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Campaign", "id": "1e08b282-5fde-40fb-980a-ee8e7b0cafdf", "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": "4497710d-178b-4034-9d8f-4b3d1bd39948", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d6d77f79-5947-43b7-8de4-251fcafaa14a", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "35bbc1c9-3b0b-4c35-b3ee-ee52bad0496a", "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:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-35bbc1c9-3b0b-4c35-b3ee-ee52bad0496a" }, { "id": "5578b65c-75dc-4944-b443-9c42ad2ed045", "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:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-5578b65c-75dc-4944-b443-9c42ad2ed045" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-1e08b282-5fde-40fb-980a-ee8e7b0cafdf" }, { "name": "Retrieve a Campaign", "id": "0377f95b-beb1-42bc-b7e5-3961c1584aea", "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=frequency_cap&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Fields to return", "key": "fields", "value": "organization_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": "166e5a8f-fbe7-4b19-a336-a37c1ef31068", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d920cbb8-b0f0-4d8e-adbc-0ee2095472c7", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "337ee1fa-8aeb-48cf-9f46-f23fa027917c", "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=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "organization_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 \"advertising_channel_type\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-337ee1fa-8aeb-48cf-9f46-f23fa027917c" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-0377f95b-beb1-42bc-b7e5-3961c1584aea" }, { "name": "Update a Campaign", "id": "e7c729c1-48b4-4cf0-8ba9-2b4953c64ce3", "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\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=frequency_cap&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Fields to return", "key": "fields", "value": "organization_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": "0d83982c-db6b-41f9-acf2-9d2c2e6a21fc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "42a6bbe8-3e4d-43fd-b9da-e367f6324b96", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "815dc3dc-2ecc-44d5-80eb-d00caedd614b", "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\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "organization_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 \"advertising_channel_type\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-815dc3dc-2ecc-44d5-80eb-d00caedd614b" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-e7c729c1-48b4-4cf0-8ba9-2b4953c64ce3" }, { "name": "Update a Campaign", "id": "5947f022-bda7-4b06-9b05-c40fa88eaa48", "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\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=frequency_cap&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Fields to return", "key": "fields", "value": "organization_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": "60464c0b-22b3-451f-ad48-79383a011e52", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0789f9ee-cb36-4f3c-93c2-0dd122206ef9", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "0b3e4d30-ce89-414f-8c87-ea99c21d4127", "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\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign/:id?fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "organization_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 \"advertising_channel_type\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-0b3e4d30-ce89-414f-8c87-ea99c21d4127" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-5947f022-bda7-4b06-9b05-c40fa88eaa48" } ], "id": "cd0ed8fc-9b36-49f8-8c25-53a16dd71c09", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-cd0ed8fc-9b36-49f8-8c25-53a16dd71c09" }, { "name": "List All Campaigns", "id": "e140dab7-7018-47f7-b9dc-591cf1ae9d4c", "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=frequency_cap&fields=organization_id&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": "Fields to return", "key": "fields", "value": "organization_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": "d4359dc8-ea68-4b54-8213-eb802465d01e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "095fb99e-eef5-4d23-8c14-2e517cc11b35", "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=organization_id&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": "organization_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 \"advertising_channel_type\": \"VIDEO\",\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\": \"WEEKS\",\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 \"esse2\": \"in mollit pariatur cillum anim\",\n \"Ut_3\": 60621744\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 \"standard\"\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\": \"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 \"SHORT\",\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 \"MIDROLL\",\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 \"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\": \"THURSDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"advertising_channel_type\": \"VIDEO\",\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\": \"UNSPECIFIED\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"incididuntd\": -76439084,\n \"incididunt0\": 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 \"expanded\",\n \"standard\"\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\": \"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 \"LONG\",\n \"MEDIUM\"\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 \"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\": \"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\": \"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]", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-095fb99e-eef5-4d23-8c14-2e517cc11b35" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-e140dab7-7018-47f7-b9dc-591cf1ae9d4c" }, { "name": "Create a Campaign", "id": "166799ad-f407-405f-9711-7541d56f09e2", "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\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign?fields=frequency_cap&fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "frequency_cap" }, { "description": "Fields to return", "key": "fields", "value": "organization_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": "41d5354b-b495-4ca1-9013-68c4416ff361", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6ed7fd01-8acb-4304-b137-4331621c8ae0", "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\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/campaign?fields=organization_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "campaign" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "organization_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 \"advertising_channel_type\": \"AUDIO\",\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\": \"UNSPECIFIED\",\n \"time_unit_count\": \"\"\n },\n \"goal\": \"WEBSITE_TRAFFIC\",\n \"has_eu_political_ads\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"planned_spend_amount\": \"\",\n \"raw\": {\n \"proidentba4\": \"magna esse\",\n \"Ut_583\": -50710292\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 \"standard\",\n \"expanded\"\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\": \"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 \"MEDIUM\",\n \"LONG\"\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 \"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\": \"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 \"RECENT\",\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\": \"MONDAY\",\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 \"total_spend_amount\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-6ed7fd01-8acb-4304-b137-4331621c8ae0" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-166799ad-f407-405f-9711-7541d56f09e2" } ], "id": "ce9ed920-0a71-4aa0-a754-604997f4f00d", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-ce9ed920-0a71-4aa0-a754-604997f4f00d" } ], "id": "84ac3eea-7f07-4de6-93e6-46d21cc214cd", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-84ac3eea-7f07-4de6-93e6-46d21cc214cd" } ], "id": "40abcbe4-d0e1-49de-b45d-bac026056367", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-40abcbe4-d0e1-49de-b45d-bac026056367" }, { "name": "martech", "item": [ { "name": "{connection_id}", "item": [ { "name": "campaign", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Campaign", "id": "b2df1424-a3e3-4eab-9cd4-87da21b67da0", "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}}/martech/:connection_id/campaign/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "variable": [ { "id": "7b85df47-667b-4860-a332-e10187e84bc2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b3cab65d-f9bc-4797-9bfa-958184fb2059", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "d5a0775d-eae5-4964-8260-3d305d5b8ee1", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":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:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-d5a0775d-eae5-4964-8260-3d305d5b8ee1" }, { "id": "750bb3fa-b842-460a-ac79-189f310c653d", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":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:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-750bb3fa-b842-460a-ac79-189f310c653d" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-b2df1424-a3e3-4eab-9cd4-87da21b67da0" }, { "name": "Retrieve a Campaign", "id": "ccdbfa16-d5d2-4291-b4ec-5b0cc3a53ff1", "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}}/martech/:connection_id/campaign/:id?fields=name&fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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": "7c1f3074-6c3a-41ec-8c64-b4ac75aa8cc8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8527a636-29da-4020-8ccb-d940e10865d4", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "7f40e3a8-e60f-4094-98e0-57154f12b61e", "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}}/martech/:connection_id/campaign/:id?fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-7f40e3a8-e60f-4094-98e0-57154f12b61e" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-ccdbfa16-d5d2-4291-b4ec-5b0cc3a53ff1" }, { "name": "Update a Campaign", "id": "f83bf3aa-10d8-4a58-823d-a56e5de9036e", "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id?fields=name&fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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": "37aee1e8-058c-4ee2-889a-df8631e4f4f4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "420e75c5-bfc8-4dab-954c-88aef5e8e531", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "d16c17ad-1fce-4d92-bf9b-3abeff84a6d2", "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id?fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-d16c17ad-1fce-4d92-bf9b-3abeff84a6d2" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-f83bf3aa-10d8-4a58-823d-a56e5de9036e" }, { "name": "Update a Campaign", "id": "d7df6e2f-a9e1-48b2-b3ea-a16d5347c474", "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id?fields=name&fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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": "946ad673-e10a-4c6c-a757-3f249427c324", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "86dedbad-2dde-4d50-9daf-b021eb9bdf86", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "7fdde5e0-f04e-4cf4-a162-a842c6ce16d9", "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id?fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-7fdde5e0-f04e-4cf4-a162-a842c6ce16d9" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-d7df6e2f-a9e1-48b2-b3ea-a16d5347c474" } ], "id": "d06f797e-0898-4ae8-b3d1-7d3a44904d09", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-d06f797e-0898-4ae8-b3d1-7d3a44904d09" }, { "name": "List All Campaigns", "id": "6c1f87b2-7236-45dc-870c-daf916ded4de", "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}}/martech/:connection_id/campaign?limit=&offset=&updated_gte=&sort=&order=&query=&list_id=&member_id=&fields=name&fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":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 list ID to filter by", "key": "list_id", "value": "" }, { "description": "The member ID to filter by", "key": "member_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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": "6bcac10c-3a01-48a2-acb4-ce89d1aace17", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "8a3cdd6a-34c1-4141-9e17-d588ee5d6a83", "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}}/martech/:connection_id/campaign?limit=&offset=&updated_gte=&sort=&order=&query=&list_id=&member_id=&fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":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 list ID to filter by", "key": "list_id", "value": "" }, { "description": "The member ID to filter by", "key": "member_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sunt_3f\": false,\n \"exercitation_060\": -81217766.69877718\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENT\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"dod\": -70614968,\n \"nulla_6b1\": -11121161.564826965,\n \"Excepteur_ee\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"OTHER\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-8a3cdd6a-34c1-4141-9e17-d588ee5d6a83" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-6c1f87b2-7236-45dc-870c-daf916ded4de" }, { "name": "Create a Campaign", "id": "15a7ff4e-3128-4abb-9eca-f32df8c520e1", "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign?fields=name&fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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": "34f6f9cd-ae71-4d79-9a77-002509bf9ec7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "0091e462-b4e6-41c4-9772-e88ffaa0bf1a", "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign?fields=preview_text&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "preview_text" }, { "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"sit_1\": -8179321.659532681\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"PAUSED\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-0091e462-b4e6-41c4-9772-e88ffaa0bf1a" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-15a7ff4e-3128-4abb-9eca-f32df8c520e1" } ], "id": "e2422245-40af-4b9d-995b-f0b2002da1a0", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-e2422245-40af-4b9d-995b-f0b2002da1a0" } ], "id": "f1cc2226-1304-4eae-a4ba-8e3558679285", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-f1cc2226-1304-4eae-a4ba-8e3558679285" } ], "id": "8463b8b8-da56-431c-8a47-7e00ea8c763b", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-8463b8b8-da56-431c-8a47-7e00ea8c763b" } ], "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" } ] }