{"info":{"_postman_id":"e59f203f-b2ec-455b-ba4f-f224e913a42d","name":"Nexxen DSP APIs","description":"The **Nexxen DSP APIs** folder is the Postman parent collection that houses all requests and associated documentation for each of the Nexxen DSP API services.\n\n# Getting started\n\nBefore you begin using the APIs, fork the entire **Nexxen DSP APIs** collection, as well as the **External API Client** environment. This creates a copy of 1) all available DSP API requests and 2) an environment exclusive to you and/or your team to test requests in.\n\nOnce you've done this, set the active environment for your forked DSP APIs collection to the forked environment.\n\n\n\nThis enables your bearer token—obtained via the **Token Service**—to operate at all levels (i.e., all API services) within the collection.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Token Service","item":[{"name":"New Bearer Token","event":[{"listen":"test","script":{"id":"8dc121fb-a9d7-4db6-8173-3fd5c4199186","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","// Ends the tests early if there is no access token.","//if (pm.response.status !== 200) {","// postman.setNextRequest(null);","// return;","//}","","// Check the token exists.","var data = pm.response.json();","var access_token = data.access_token;","pm.test(\"Access token exists.\", function () {"," pm.expect(access_token).to.not.be.undefined;","});","","// Set the token.","var token = access_token;","pm.environment.set(\"bearer_token\", token);"],"type":"text/javascript"}}],"id":"e353cc79-97fa-4533-a23b-3bcc6d746885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"client_id\": \"{{client_id}}\",\n \"client_secret\": \"{{client_secret}}\",\n \"grant_type\": \"client_credentials\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/accounts/v1/api/token","description":"## Generate a first-time token\n\nBefore using the **Token Service** for the first time, make sure the active environment is set to your (or your team's) exclusive environment. Then, navigate to this environment via the left-hand panel of your Postman browser and enter the current values for `client_id` (ID of your API service account) and `client_secret` (password to your API service account).\n\nClick `Send` in this `POST` request to generate your access token. The value of this token automatically populates the `bearer_token` environment variable for immediate authentication of all other DSP API calls.\n\n## Replace an expired token\n\nIf you have already generated a bearer token before and your client credentials have not changed, you can replace an expired token by sending this `POST` request without any other changes.\n\nThis will automatically repopulate the `bearer_token` variable across your entire environment so that you won't need to manually update the token value."},"response":[{"id":"da9eec0b-176c-46db-91c9-db2cb7e9be38","name":"Generate Token - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"client_id\": \"{{client_id}}\",\n \"client_secret\": \"{{client_secret}}\",\n \"grant_type\": \"client_credentials\"\n}","options":{"raw":{"language":"json"}}},"url":"https://services.amobee.com/accounts/v1/api/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Aug 2022 23:25:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1317"},{"key":"Connection","value":"keep-alive"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"336c7a8f-2402716"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"access_token\": \"REDACTED_EXAMPLE_JWT_ACCESS_TOKEN\",\n \"token_type\": \"Bearer\",\n \"expires_in\": 43200\n}"}]}],"id":"06d22824-3922-4659-b69f-9770b4c4faa1","description":"## Purpose of this API\n\nThe **Nexxen Token Service** is used exclusively for obtaining bearer tokens, which can then authorize requests sent to all other Nexxen DSP API services.\n\nWithin the suite of Nexxen DSP APIs, the Token Service is the only service that does not require authorization in the form of an access token. To make an authenticated call to the Token Service, you must provide your client credentials in the `POST` request body.","auth":{"type":"noauth"},"event":[{"listen":"prerequest","script":{"id":"f1aa773f-26b5-4ebc-84f4-24c8e95e43a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"860f5a6b-74bf-4664-9bb8-f63bb1f0faca","type":"text/javascript","exec":[""]}}]},{"name":"Campaign Management","item":[{"name":"Account Managers","item":[{"name":"List of Account Managers","event":[{"listen":"test","script":{"id":"8c099cd1-8edb-409b-aa6c-4257d1abb52a","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","","pm.environment.set(\"accountManagerId\", );",""],"type":"text/javascript"}}],"id":"b4455cc8-2d6a-4a81-8d1d-60e323ca5842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/accountManagers?marketId=1","host":["{{campaign_url}}"],"path":["accountManagers"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "}]},"description":"## Retrieve a list of account managers\n\nYou can retrieve all of the account managers within your market by sending this `GET` request.\n\n**Note:** If you have access to multiple markets, you must specify a value for `marketId`. Otherwise (i.e., `marketId` is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values.\n\n#### Response Body\n\nYou can manually copy an account manager ID from the response body and paste it into the value cell for the `accountManagerId` variable in your environment. This allows you to create other campaign objects (e.g., advertiser, IO) under the same market manager account."},"response":[{"id":"a9667680-5427-4ac2-a5e8-6765466c57ff","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/accountManagers?marketId=1","host":["{{campaign_url}}"],"path":["accountManagers"],"query":[{"key":"marketId","value":"1","description":"Required if client has access to multiple markets (if not provided, request will retur 300 Multiple Choices response). Otherwise optional."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Aug 2022 23:22:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50379"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"8d6b423a-17958"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"queryTotal\": 2,\n \"data\": [\n {\n \"id\": \"1234\",\n \"resourceType\": \"accountManager\",\n \"name\": \"pm@amobee.com\"\n },\n {\n \"id\": \"0987\",\n \"resourceType\": \"accountManager\",\n \"name\": \"test@amobee.com\"\n }\n ],\n \"errors\": []\n}"},{"id":"1ab58a05-17e6-4d21-863f-7ad5f636c57b","name":"300 Multiple Choices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/accountManagers","host":["{{campaign_url}}"],"path":["accountManagers"],"query":[{"key":"marketId","value":"1","description":"Required if client has access to multiple markets (if not provided, request will retur 300 Multiple Choices response). Otherwise optional.","disabled":true}]}},"status":"Multiple Choices","code":300,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Aug 2022 23:32:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"174455"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"d4ddf247-9258"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [],\n \"errors\": [],\n \"links\": {\n \"markets\": {\n \"1\": \"https://services.amobee.com/campaign/v5/api/accountManagers?marketId=1\",\n \"2\": \"https://services.amobee.com/campaign/v5/api/accountManagers?marketId=2\"\n }\n }\n}"}]},{"name":"Existing Account Manager","event":[{"listen":"test","script":{"id":"a964fb1b-9719-4738-ab05-127ebc7c8a52","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Body has 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," // Parse the body."," var jsonData = JSON.parse(responseBody);"," var data = jsonData[\"data\"];"," "," // Checks length."," if (data.length > 0) {"," var item = data[0]; "," pm.test(\"Body has 'resourceType' of 'accountManager'.\", function () {"," pm.expect(item[\"resourceType\"]).to.include(\"accountManager\");"," });"," } else {"," pm.test(\"Failed to have any results.\", function () {"," pm.expect.fail(\"Did not have any items in the response.\");"," });"," }","","}"],"type":"text/javascript"}}],"id":"cf4aac1a-4311-40cc-b563-d65c482a2472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/accountManagers/:id","host":["{{campaign_url}}"],"path":["accountManagers",":id"],"variable":[{"key":"id","value":"{{accountManagerId}}","description":"Numeric ID associated with the account of a market manager; retrievable via GET List of Account Managers. Required."}]},"description":"## Retrieve a single account manager\n\nYou can retrieve an existing account manager in your market by sending this `GET` request."},"response":[{"id":"08822bc5-9d6f-461a-ad03-981a05d0ae9d","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/accountManagers/:id","host":["{{campaign_url}}"],"path":["accountManagers",":id"],"variable":[{"key":"id","value":"{{accountManagerId}}","description":"Numeric ID associated with the account of a market manager. \n\nValue variable is automatically populated with a random account manager ID from a GET List of Account Managers request response."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Aug 2022 23:30:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"110"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"87fc8bc3-8932"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1234\",\n \"resourceType\": \"accountManager\",\n \"name\": \"pm@amobee.com\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"558e2244-d2ae-4391-8390-4cb6b38fa7a0","description":"## Resource overview\n\nAccount managers are users that have been granted permissions to build and manage campaigns within the Nexxen DSP.\n\nDetails for these users can be retrieved from this collection and used within the **Insertion Orders (IOs)** collection for campaign creation."},{"name":"Advertisers","item":[{"name":"New Advertiser","event":[{"listen":"prerequest","script":{"id":"42cd7b1b-0b61-4fc4-ab8b-c86eda1117eb","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"1c6b5110-d63f-41bb-9d0a-300acf61f095","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","",""," var jsonData = JSON.parse(responseBody);"," var data = jsonData.data;",""," pm.environment.set(\"advertiserId\", data[0].id);"],"type":"text/javascript","packages":{}}}],"id":"08d21e0e-4172-4964-8a76-15feeb87b5f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n \"name\": \"doc team test\",\n \"primaryUrl\": \"http://amobee.com\",\n \"currency\": \"usd\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"identityPlatformVendor\": \"LiveRamp Identity Link\",\n \"nielsenCampaignOptIn\": false,\n \"status\": \"play\",\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleClick\",\n \"advertiserName\": \"Amobee\"\n },\n \"thirdPartyAttributionProvider\": {\n \"service\": \"visualIqMta\",\n \"advertiserName\": \"Amobee\"\n },\n \"viewabilityProviders\": {\n \"display\": \"doubleVerify\",\n \"video\": \"doubleVerify\",\n \"mobile\": \"doubleVerify\"\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/accounts/:accountId/advertisers","host":["{{campaign_url}}"],"path":["accounts",":accountId","advertisers"],"variable":[{"key":"accountId","value":"1049186","description":"Numeric ID associated with your market's financial account (i.e., agency account). Required."}]},"description":"## Create a new advertiser\n\nYou can create a new advertiser by sending this `POST` request. To define settings for your advertiser, open the body tab and edit the JSON object.\n\nFor DTO fields `thirdPartyAdServer`, `thirdPartyAttributionProvider`, and `viewabilityProviders`, see the corresponding DTO tables below to customize the data.\n\n#### Request Body (Definitions)\n\n_\\*Optional element_\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| name | Name of this advertiser. | string |\n| primaryUrl | Website URL for this advertiser. | string |\n| currency | Currency for bids and other transactions.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vTTJrsF71iPCwUxhvAps1ooDR1yaoA2D8HadcJZXPulp_iamoE0Q2wSUW8YrL2c4Q/pubhtml) | string |\n| language | Language used by this advertiser.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vTAUbZIc0QRzNBobcPfBBiROC07qXhUVpU9gebWZDVuWstbk6EeIekt_Eb8-ERdvw/pubhtml) | string |\n| \\*externalAdvertiserId | ID associated with a third-party external advertiser. | string |\n| iabCategory | IAB-defined web content category associated with this advertiser (for targeting purposes).

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vR-9PlTFeBeMpSFytHJF3nDU2F7pdSme_I-7iGdubJpuaNbwd8X6YYg1aVBMc3L1g/pubhtml) | string |\n| identityPlatformVendor | Integrated identity partner for person/household-based targeting purposes.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vQW_6glr7D4AEZbRkXnELyY_Z6gt_7TzlJ1GNSkV2aRdJZTRcIq7uJF76h-MXjmlxpP5H3069LvEn1R/pubhtml) | string |\n| nielsenCampaignOptIn | Indicates if this advertiser opts in to Nielsen campaign. | boolean |\n| status | Play status of this advertiser.

Allowed values: _play, pause, stop, archived_ | string |\n| \\*thirdPartyAdServer (DTO) | Third-party ad serving platform for this advertiser. | DTO |\n| \\*thirdPartyAttributionProvider (DTO) | Third-party provider responsible for action attribution (i.e., crediting ads within this advertiser for user actions). | DTO |\n| viewabilityProviders (DTO) | Display, video, and mobile viewability providers for this advertiser. | DTO |\n\n#### `thirdPartyAdServer` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| provider | Name of third-party ad serving platform provider.

Allowed values: _doubleClick, atlas_ | string |\n| advertiserName | Name of advertiser within third-party provider system. | string |\n\n#### `thirdPartyAttributionProvider` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| service | Name of third-party attribution service provider.

Allowed values: _adometryMta, doubleClickLta, visualIqMta, clearSaleingMta, atlasLta_ | string |\n| advertiserName | Name of advertiser within third-party provider system. | string |\n\n#### `viewabilityProviders` DTO\n\n| **Key** | **Allowed Values** | **Type** |\n| --- | --- | --- |\n| display | _doubleVerify, ias_ | string |\n| video | _doubleVerify, ias_ | string |\n| mobile | _doubleVerify_ | string |"},"response":[{"id":"f4d351ff-1bb9-45c8-90a8-b6a68df6efa7","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n \"name\": \"doc team test\",\n \"primaryUrl\": \"http://amobee.com\",\n \"currency\": \"usd\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"identityPlatformVendor\": \"LiveRamp Identity Link\",\n \"nielsenCampaignOptIn\": false,\n \"status\": \"play\",\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleClick\",\n \"advertiserName\": \"Amobee\"\n },\n \"thirdPartyAttributionProvider\": {\n \"service\": \"visualIqMta\",\n \"advertiserName\": \"Amobee\"\n },\n \"viewabilityProviders\": {\n \"display\": \"doubleVerify\",\n \"video\": \"doubleVerify\",\n \"mobile\": \"doubleVerify\"\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://services.amobee.com/campaign/v5/api/accounts/:accountId/advertisers","protocol":"https","host":["services","amobee","com"],"path":["campaign","v5","api","accounts",":accountId","advertisers"],"variable":[{"key":"accountId","value":"1049186","description":"Numeric ID associated with your market's financial account (i.e., agency account). Required."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 05:47:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"622"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"33ebcd2e-954505"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608792487\",\n \"marketId\": \"1\",\n \"resourceType\": \"advertiser\",\n \"status\": \"play\",\n \"accountId\": \"0123456\",\n \"createdAt\": \"2022-09-01T05:47:34Z\",\n \"updatedAt\": \"2022-09-01T05:47:34Z\",\n \"name\": \"doc team test\",\n \"primaryUrl\": \"http://amobee.com\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"currency\": \"usd\",\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleClick\",\n \"advertiserName\": \"Amobee\"\n },\n \"viewabilityProviders\": {\n \"display\": \"doubleVerify\",\n \"video\": \"doubleVerify\",\n \"mobile\": \"doubleVerify\"\n },\n \"nielsenCampaignOptIn\": false,\n \"thirdPartyAttributionProvider\": {\n \"service\": \"visualIqMta\",\n \"advertiserName\": \"Amobee\"\n },\n \"identityPlatformVendor\": \"Probabilistic\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of Advertisers","event":[{"listen":"test","script":{"id":"a5b6be6c-2d50-4886-b711-455b44425c85","exec":["pm.test(\"Status code is 200\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"id\");"," });"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"resourceType\");"," });","}"],"type":"text/javascript"}}],"id":"4bcd019e-8251-48e4-98f5-934b36c6a8ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearer_token}}"}},"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/advertisers?marketId=1&offset=0&limit=2&sortOrder=asc&sortKey=name","host":["{{campaign_url}}"],"path":["advertisers"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "},{"key":"offset","value":"0","description":"The starting index in the list of advertiser objects."},{"key":"limit","value":"2","description":"The number of advertiser objects to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"name","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]},"description":"## Retrieve a list of advertisers\n\nYou can retrieve all of the advertisers within your market by sending this `GET` request.\n\n**Note:** If you have access to multiple markets, you must specify a value for `marketId`. Otherwise (i.e., `marketId` is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values."},"response":[{"id":"d179012a-44b1-4636-bb66-73d144a3ddca","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://services.amobee.com/campaign/v5/api/advertisers?marketId=1&offset=0&limit=2&sortOrder=asc&sortKey=name","protocol":"https","host":["services","amobee","com"],"path":["campaign","v5","api","advertisers"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "},{"key":"offset","value":"0","description":"The starting index in the list of advertiser objects."},{"key":"limit","value":"2","description":"The number of advertiser objects to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"name","description":"Field by which results should be sorted. \n\nAllowed values: advertiserId, dealName, id, name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Aug 2022 00:30:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1073"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"78c41a32-42235"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"queryTotal\": 175,\n \"data\": [\n {\n \"id\": \"1602845563\",\n \"marketId\": \"1\",\n \"resourceType\": \"advertiser\",\n \"status\": \"play\",\n \"accountId\": \"0908070\",\n \"createdAt\": \"2016-06-23T19:11:48Z\",\n \"updatedAt\": \"2021-04-29T10:49:32Z\",\n \"name\": \"-\",\n \"primaryUrl\": \"http://www.amobee.com\",\n \"currency\": \"usd\",\n \"viewabilityProviders\": {\n \"display\": \"doubleVerify\",\n \"video\": \"doubleVerify\",\n \"mobile\": \"doubleVerify\"\n },\n \"nielsenCampaignOptIn\": false,\n \"identityPlatformVendor\": \"Probabilistic\"\n },\n {\n \"id\": \"1602698669\",\n \"marketId\": \"1\",\n \"resourceType\": \"advertiser\",\n \"status\": \"play\",\n \"accountId\": \"1918171\",\n \"createdAt\": \"2016-04-27T19:58:37Z\",\n \"updatedAt\": \"2021-02-04T00:16:08Z\",\n \"name\": \"-\",\n \"primaryUrl\": \"http://amobee.com\",\n \"currency\": \"usd\",\n \"viewabilityProviders\": {\n \"display\": \"doubleVerify\",\n \"video\": \"doubleVerify\",\n \"mobile\": \"doubleVerify\"\n },\n \"nielsenCampaignOptIn\": false,\n \"identityPlatformVendor\": \"Probabilistic\"\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/campaign/v5/api/advertisers?marketId=1&offset=0&limit=2&sortOrder=asc&sortKey=name\",\n \"next\": \"https://services.amobee.com/campaign/v5/api/advertisers?marketId=1&offset=2&limit=2&sortOrder=asc&sortKey=name\"\n }\n}"}]},{"name":"Existing Advertiser","event":[{"listen":"test","script":{"id":"abc11831-cc60-4a6f-b0df-2f72719451a3","exec":["pm.test(\"Status code is 200\", function () {"," pm.response.to.have.status(200);","});","if (pm.response.code === 200) {"," // Parse the body."," var jsonData = JSON.parse(responseBody);"," var data = jsonData[\"data\"];"," "," // Checks length."," if (data.length > 0) {"," var item = data[0]; "," pm.test(\"Item has 'resourceType' of 'advertiser'.\", function () {"," pm.expect(item[\"resourceType\"]).to.include(\"advertiser\");"," });",""," pm.test(\"Item has 'name'.\", function () {"," pm.expect(item[\"name\"]).exist;"," });"," pm.test(\"Item has 'currency'.\", function () {"," pm.expect(item[\"currency\"]).exist;"," });"," pm.test(\"Item has 'accountId'.\", function () {"," pm.expect(item[\"accountId\"]).exist;"," });"," pm.test(\"Item has 'language'.\", function () {"," pm.expect(item[\"language\"]).exist;"," });"," } else {"," pm.test(\"Failed to have any results.\", function () {"," pm.expect.fail(\"Did not have any items in the response.\");"," });"," }","}"],"type":"text/javascript"}}],"id":"e181faa9-43e2-4703-a898-854e32d44e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required. \n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]},"description":"## Retrieve a single advertiser\n\nYou can retrieve an existing advertiser in your market by sending this `GET` request.\n\nTo retrieve the `advertiserId`, you must first send one of the following:\n\n1. `POST` New Advertiser request\n2. `GET` List of Advertisers request\n \n\n`POST` New Advertiser will automatically populate the `advertiserId` variable with the ID of your newly created advertiser.\n\n`GET` List of Advertisers will return a list of advertiser objects—within your market—containing IDs that you can then manually copy and paste into the value cell for `advertiserId`."},"response":[{"id":"656f1f35-58e5-4683-84fd-eb8b59d21383","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://services.amobee.com/campaign/v5/api/advertisers/:advertiserId","protocol":"https","host":["services","amobee","com"],"path":["campaign","v5","api","advertisers",":advertiserId"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required. \n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 05:49:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"622"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"b31729e7-954943"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608792487\",\n \"marketId\": \"1\",\n \"resourceType\": \"advertiser\",\n \"status\": \"play\",\n \"accountId\": \"0123456\",\n \"createdAt\": \"2022-09-01T05:47:34Z\",\n \"updatedAt\": \"2022-09-01T05:47:34Z\",\n \"name\": \"doc team test\",\n \"primaryUrl\": \"http://amobee.com\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"currency\": \"usd\",\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleClick\",\n \"advertiserName\": \"Amobee\"\n },\n \"viewabilityProviders\": {\n \"display\": \"doubleVerify\",\n \"video\": \"doubleVerify\",\n \"mobile\": \"doubleVerify\"\n },\n \"nielsenCampaignOptIn\": false,\n \"thirdPartyAttributionProvider\": {\n \"service\": \"visualIqMta\",\n \"advertiserName\": \"Amobee\"\n },\n \"identityPlatformVendor\": \"Probabilistic\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Edit Advertiser","event":[{"listen":"prerequest","script":{"id":"dd806b88-0f60-49bb-863c-5b11da1b725d","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"84e68223-e7bb-48fd-9e5d-8c7aebbf76bc","exec":["// Check for 204. ","pm.test(\"Status to be 204.\", function () {"," pm.response.to.have.status(204);","});"],"type":"text/javascript","packages":{}}}],"id":"8829c159-c0ce-4e01-8f3d-1d3befa14c48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \n \"currency\": \"usd\",\n \"iabCategory\": \"iab2-1\",\n \"identityPlatformVendor\": \"LiveRamp Identity Link\",\n \"language\": \"en\",\n \"name\": \"doc team test - renamed\",\n \"nielsenCampaignOptIn\": false,\n \"primaryUrl\": \"http://example.com\",\n \"status\": \"play\",\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleClick\",\n \"advertiserName\": \"Amobee\"\n },\n \"thirdPartyAttributionProvider\" : {\n \"service\": \"visualIqMta\",\n \"advertiserName\": \"Amobee\"\n },\n \"viewabilityProviders\": {\n \"display\": \"doubleVerify\",\n \"mobile\": \"doubleVerify\",\n \"video\": \"doubleVerify\"\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with the advertiser being edited. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]},"description":"## Edit an existing advertiser\n\nYou can edit all settings (except status) for an existing advertiser by sending this `PUT` request. To update advertiser status, send a `PUT` Update Advertiser Status request.\n\nTo update advertiser settings, open the body tab to edit the JSON object. See `POST` New Advertiser documentation for information on field definitions and allowed values.\n\nFor information on obtaining the `advertiserId`, see `GET` Existing Advertiser documentation."},"response":[]},{"name":"Update Advertiser Status","event":[{"listen":"test","script":{"id":"bc963467-b744-4705-a62d-ef5dad728b0d","exec":["// Check for 204. ","pm.test(\"Status to be 204.\", function () {"," pm.response.to.have.status(204);","});"],"type":"text/javascript"}}],"id":"5e4cd0a5-d8df-47ad-977b-cbd58fe47988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"status\": \"pause\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/statuses","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","statuses"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with the advertiser being updated. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]},"description":"## Updating an advertiser's play status\n\nYou can edit the status of an existing advertiser by sending this `PUT` request. To update all other advertiser settings, send a `PUT` Edit Advertiser request.\n\nTo define a new status for the advertiser, open the body tab and input a new status value. Allowed values: *play, pause, stop, archived.*\n\nFor information on obtaining the `advertiserId`, see `GET` Existing Advertiser documentation."},"response":[]}],"id":"91c4d262-b6f7-436b-a5a1-40282e19b26b","description":"## Resource overview\n\nAdvertisers are the entities for which digital ad inventory is being bid on and purchased. An advertiser can be either of the following:\n\n1. One of multiple clients within a market (if the market is an agency)\n2. One of multiple product lines within a market (if the market is a single brand)\n \n\nVarious ad campaigns can be created—via the **Insertion Orders (IOs)** collection—for a single advertiser."},{"name":"Insertion Orders (IOs)","item":[{"name":"New IO","event":[{"listen":"prerequest","script":{"id":"f394cfce-524f-4848-924d-3d75758d9fe1","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"ab3b3152-ee51-4ee9-b108-a30df357326b","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"insertionOrderId\", jsonData.data[0].id);","}"],"type":"text/javascript","packages":{}}}],"id":"54cb7100-fdab-4a60-8100-1570703b43b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene test IO\",\n \"managerAccountId\": {{accountManagerId}},\n \"attributionService\": \"visualIqMta\",\n \"customPackageMode\": \"threeLevel\",\n \"pacingBasis\": \"impression\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 100,\n \"dailyCap\": 0,\n \"startDate\": \"2022-09-27T00:00:00Z\",\n \"endDate\": \"2022-10-27T23:59:59Z\",\n \"impressionCap\": 10\n }\n ]\n },\n \"cpaGoalAmount\": 5.00,\n \"creativeRotationEvent\": \"clicks\",\n \"frequencyType\": \"household\",\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"householdFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 1,\n \"periodUnits\": \"days\"\n }\n },\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/insertionOrders","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","insertionOrders"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]},"description":"## Create a new insertion order (IO)\n\nYou can create a new IO by sending this `POST` request. To define settings for your IO, open the body tab and edit the JSON object.\n\nFor DTO fields `budget` (nested structure `schedules` included) and `impressionFrequency` (nested structures `personOrDeviceFrequencyCapDetails` and `householdFrequencyCapDetails` included), see the corresponding DTO tables below to customize the data.\n\n#### Request Body (Definitions)\n\n_\\*Optional element_\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| name | Name of this IO. | string |\n| managerAccountId | Numeric ID of the account manager under which this IO is created. | integer |\n| \\*externalInsertionOrderId | Third-party ID associated with the IO for third-party reporting purposes. | string |\n| attributionService | Nexxen or third-party service that provides attribution data for this IO.

**Last-touch attribution (LTA):** Credits only the user's last touchpoint for a conversion.
**Multi-touch attribution (MTA):** Considers indirect actions that contribute to conversion.

Allowed values: _amobeeLta, doubleClickLta, visualIqMta, clearSaleingMta, atlasLta_ | string |\n| customPackageMode | Number of levels in campaign hierarchy. Cannot be edited once the IO is created.

**Two-level:** IO, line item
**Three-level:** IO, package, line item

Allowed values: _twoLevel, threeLevel_ | string |\n| pacingBasis | Pacing metric by which delivery should be controlled. Cannot be edited once the IO is created.

Allowed values: _budget, impression_ | string |\n| budget (DTO) | Structure containing budget and flight schedule details. | DTO |\n| \\*cpaGoalAmount

(Required if `pacing` is set to \"autoAllocate\") | Amount for a cost-per-action goal.

Cannot be defined if `cpcGoalAmount` is defined. | float |\n| \\*cpcGoalAmount

(Required if `pacing` is set to \"autoAllocate\") | Amount for a cost-per-click goal.

Cannot be defined if `cpaGoalAmount` is defined. | float |\n| creativeRotationEvent | Event that defines how delivery of two or more creatives associated with the IO should be rotated.

Allowed values: _clicks, actions_ | string |\n| frequencyType | Frequency type (i.e., identity method) of the IO; defines what type of frequency cap can be applied.

**Device (cookie-based):** Caps impressions at the device level, even if all devices belong to the same user.
**Person:** Matches devices to owner (cross-device) & caps impressions at the person level.
**Household:** Matches devices to household (cross-device) & caps impressions at the household level.

Allowed values: _device, person, household_ | string |\n| \\*impressionFrequency (DTO) | Structure to define max number of IO impressions to serve a given user in the specified time frame. | DTO |\n| status | Play status of this IO.

Allowed values: _play, pause, stop, archived_ | string |\n\n#### `budget` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| asapDelivery | Indicates if the IO's entire budget should be spent as quickly as possible. | boolean |\n| clientMargin | Client margin as a percent (%) value. | integer |\n| pacing | Pacing at which the IO budget should be spent. See pacing rules below.

Allowed values: _even, daily, asap, autoAllocate_ | string |\n| pacingMultiplier | Additional factor that allows acceleration of budget pacing within the specified flights. | integer |\n| schedules

(Required, except when `pacing` is set to \"autoAllocate\") | Flight or set of flights for this IO. | comma-separated array containing one or more `schedule` DTOs |\n\n#### `pacing` Rules\n\n| **Option** | **Rules** |\n| --- | --- |\n| even | Spreads the entire budget evenly across the IO flight.

Required fields: `startDate`, `endDate`, `budget` |\n| daily | Spends only the day's budget.

Required fields: `startDate`,`dailyCap`, `budget` |\n| asap | Spends the IO budget as quickly as possible. Only one schedule is allowed in the `schedules` DTO.

Required fields: `startDate`, `budget`
Cannot be specified: `endDate` |\n| autoAllocate | Allows Nexxen algorithm to allocate budget towards campaign objects based on their performance. Schedules are not allowed. Budget amounts must be set at IO and OR package levels. |\n\n#### `schedule` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| budget | Sum of the negotiated publisher budget, Nexxen's fees, and third-party costs.

**pacing = even** requires `budget`
**pacing = autoAllocate** requires `budget` at IO and OR package levels (level 2 or 3 IO). _There is no budget at lineItem level_
**pacing = ASAP** requires `budget`
**pacing = daily** requires `budget` and `dailyCap` | float |\n| dailyCap | Daily $ amount cap when \"pacing\": \"daily\" | long |\n| startDate | Start date and time of the flight. Must be in the format _yyyy-mm-ddThh:mm:ssZ_ (UTC).

**Note on start times:** For IOs, start time is not relevant and should be entered as _00:00:00_ to indicate start of day. This value can be customized at the package and line item levels. | string |\n| endDate | End date and time of the flight. Must be in the format _yyyy-mm-ddThh:mm:ssZ_ (UTC).

**Note on end times:** For IOs, end time is not relevant and should be entered as 23:59:59 to indicate end of day. This value can be customized at the package and line item levels. | string |\n| impressionCap | Maximum number of impressions to be served across the entire flight schedule. | long |\n\n#### `impressionFrequency` DTO\n\n#### `personOrDeviceFrequencyCapDetails` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| cap | Number of impressions to limit delivery to across the specified period. | integer |\n| period | Number of minutes/hours/days used to define impression frequency. | integer |\n| periodUnits | Unit of time used to define impression frequency.

Allowed values: _minutes, hours, days_ | string |\n\n#### `householdFrequencyCapDetails` DTO\n\nValues for these keys are only non-zero if `frequencyType` is \"household.\"\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| cap | Number of impressions to limit delivery to across the specified period. | integer |\n| period | Number of minutes/hours/days used to define impression frequency. | integer |\n| periodUnits | Unit of time used to define impression frequency.

Allowed values: _minutes, hours, days_ | string |"},"response":[{"id":"7b6beadc-e14c-411e-a66e-014d63e52f8d","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene test IO\",\n \"managerAccountId\": {{accountManagerId}},\n \"attributionService\": \"visualIqMta\",\n \"customPackageMode\": \"threeLevel\",\n \"pacingBasis\": \"impression\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 100,\n \"dailyCap\": 0,\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-10-27T13:41:30Z\",\n \"impressionCap\": 10\n }\n ]\n },\n \"cpaGoalAmount\": 5.00,\n \"creativeRotationEvent\": \"clicks\",\n \"frequencyType\": \"household\",\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"householdFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 1,\n \"periodUnits\": \"days\"\n }\n },\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/insertionOrders","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","insertionOrders"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 05:51:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"762"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"800f5bdf-955385"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608792488\",\n \"marketId\": \"1\",\n \"resourceType\": \"insertionOrder\",\n \"status\": \"stopStartDate\",\n \"name\": \"irene test IO\",\n \"managerAccountId\": \"0123456\",\n \"frequencyType\": \"household\",\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"householdFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 1,\n \"periodUnits\": \"days\"\n }\n },\n \"cpaGoalAmount\": 5,\n \"attributionService\": \"visualIqMta\",\n \"budget\": {\n \"schedules\": [\n {\n \"startDate\": \"2022-09-27T00:00:00Z\",\n \"endDate\": \"2022-10-27T23:59:59Z\",\n \"budget\": 100,\n \"impressionCap\": 10\n }\n ]\n },\n \"creativeRotationEvent\": \"clicks\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-09-01T05:51:34Z\",\n \"updatedAt\": \"2022-09-01T05:51:34Z\",\n \"currency\": \"usd\",\n \"customPackageMode\": \"threeLevel\",\n \"pacingBasis\": \"impression\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Copy Existing IO","id":"58f64e22-4bf7-4355-acf0-d801ffc343bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"{{campaign_url}}/insertionOrders/:id?copy=self","host":["{{campaign_url}}"],"path":["insertionOrders",":id"],"query":[{"key":"copy","value":"self","description":"Defines depth of the copy.\n\nAllowed values: self (copies only the IO), lineItems (copies the IO & all child packages/LIs), ads (copies the IO, child packages/LIs & associated ads)"}],"variable":[{"key":"id","value":"{{insertionOrderId}}","description":"Numeric ID associated with the IO being copied. Required. \n\nDefaults to ID associated with the most recent IO created using POST New IO."}]},"description":"## Copy an existing insertion order (IO)\n\nYou can make a copy of an existing IO by sending this `POST` request.\n\nAll of the original IO's settings—except status—will carry over to the new copy. The default status of the copied IO is set to *pause*."},"response":[{"id":"29568e1f-f74d-4463-86ea-8276a1dc3d06","name":"200 Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{campaign_url}}/insertionOrders/:id","host":["{{campaign_url}}"],"path":["insertionOrders",":id"],"variable":[{"key":"id","value":"{{insertionOrderId}}","description":"Numeric ID associated with an insertion order. Required. \n\nDefaults to ID associated with the most recent IO created using POST New IO."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 18:26:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"48b1f620-687037"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608768392\",\n \"resourceType\": \"insertionOrder\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of IOs","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"c94b0703-3c46-4e81-9252-c65d876f27c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/insertionOrders?advertiserId={{advertiserId}}&offset=0&limit=2&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["insertionOrders"],"query":[{"key":"marketId","value":"1","description":"Limits response results to IOs within the market specified. \n\nCannot be defined when advertiserId is defined.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to IOs under the advertiser specified. If left unchecked/empty, IOs under all advertisers are returned. \n\nCannot be defined when marketId is defined."},{"key":"offset","value":"0","description":"The starting index in the list of IOs."},{"key":"limit","value":"2","description":"The number of IOs to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: advertiserId, dealName, id, name"}]},"description":"## Retrieve a list of IOs\n\nYou can retrieve all of the IOs within a specified market or advertiser by sending this `GET` request.\n\n**Note:** `marketId` and `advertiserId` cannot be used at the same time for a single request.\n\nIf you want to view all IOs under a given market and have access to multiple markets, you must specify a value for `marketId`."},"response":[{"id":"0ea4dae6-3ea6-4cdb-ad6f-a68b679d82cd","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/insertionOrders?advertiserId={{advertiserId}}&offset=0&limit=2&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["insertionOrders"],"query":[{"key":"marketId","value":"","description":"Limits response results to IOs within the market specified (if you have access to multiple markets). Cannot be used in conjunction with the advertiserId parameter.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to IOs under the advertiser specified. If left unchecked/empty, IOs under all advertisers are returned. \n\nCannot be used in conjunction with the marketId parameter."},{"key":"offset","value":"0","description":"The starting index in the list of IOs."},{"key":"limit","value":"2","description":"The number of IOs to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: advertiserId, dealName, id, name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 18:27:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1548"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"2e2f14a5-740429"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"queryTotal\": 2,\n \"data\": [\n {\n \"id\": \"1608768377\",\n \"marketId\": \"1\",\n \"resourceType\": \"insertionOrder\",\n \"status\": \"stopStartDate\",\n \"name\": \"doc test IO\",\n \"managerAccountId\": \"1234\",\n \"frequencyType\": \"device\",\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 1,\n \"periodUnits\": \"days\"\n }\n },\n \"cpaGoalAmount\": 5,\n \"attributionService\": \"visualIqMta\",\n \"budget\": {\n \"clientMargin\": 10,\n \"schedules\": [\n {\n \"startDate\": \"2022-08-20T13:41:30Z\",\n \"endDate\": \"2022-08-28T03:59:59Z\",\n \"budget\": 100,\n \"impressionCap\": 10\n }\n ]\n },\n \"creativeRotationEvent\": \"clicks\",\n \"advertiserId\": \"1608764878\",\n \"createdAt\": \"2022-08-16T17:42:42Z\",\n \"updatedAt\": \"2022-08-16T17:55:13Z\",\n \"currency\": \"usd\",\n \"customPackageMode\": \"threeLevel\",\n \"pacingBasis\": \"impression\"\n },\n {\n \"id\": \"1608768392\",\n \"marketId\": \"1\",\n \"resourceType\": \"insertionOrder\",\n \"status\": \"pause\",\n \"name\": \"doc test IO - Copy 1\",\n \"managerAccountId\": \"1234\",\n \"frequencyType\": \"device\",\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 1,\n \"periodUnits\": \"days\"\n }\n },\n \"cpaGoalAmount\": 5,\n \"attributionService\": \"visualIqMta\",\n \"budget\": {\n \"clientMargin\": 10,\n \"schedules\": [\n {\n \"startDate\": \"2022-08-20T13:41:30Z\",\n \"endDate\": \"2022-08-28T03:59:59Z\",\n \"budget\": 100,\n \"impressionCap\": 10\n }\n ]\n },\n \"creativeRotationEvent\": \"clicks\",\n \"advertiserId\": \"1608764878\",\n \"createdAt\": \"2022-08-16T18:26:44Z\",\n \"updatedAt\": \"2022-08-16T18:26:44Z\",\n \"currency\": \"usd\",\n \"customPackageMode\": \"threeLevel\",\n \"pacingBasis\": \"impression\"\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/campaign/v5/api/insertionOrders?advertiserId=1608767822&offset=0&limit=2&sortOrder=desc&sortKey=id\"\n }\n}"}]},{"name":"Existing IO","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d7b38493-e1fc-4f71-bdd7-87113df836b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/insertionOrders/:insertionOrderId","host":["{{campaign_url}}"],"path":["insertionOrders",":insertionOrderId"],"variable":[{"key":"insertionOrderId","value":"1610488693","description":"Numeric ID associated with an insertion order. Required. \n\nDefaults to ID associated with the most recent IO created using POST New IO."}]},"description":"## Retrieve a single IO\n\nYou can retrieve an existing IO in your market by sending this `GET` request.\n\nTo retrieve the `insertionOrderId`, you must first send one of the following:\n\n1. `POST` New IO request\n2. `POST` Copy Existing IO request\n3. `GET` List of IOs request\n \n\n`POST` New IO will automatically populate the `insertionOrderId` variable with the ID of your newly created IO.\n\n`POST` Copy Existing IO will return the ID of your copied IO, which you can then manually copy and paste into the value cell for `insertionOrderId`.\n\n`GET` List of IOs will return a list of IO objects—within your market—containing IDs that you can copy and paste into the value cell for `insertionOrderId`."},"response":[{"id":"9d2b12dc-947a-450e-ab41-19f4e06760a1","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/insertionOrders/:insertionOrderId","host":["{{campaign_url}}"],"path":["insertionOrders",":insertionOrderId"],"variable":[{"key":"insertionOrderId","value":"{{insertionOrderId}}","description":"Numeric ID associated with an insertion order. Required. \n\nDefaults to ID associated with the most recent IO created using POST New IO."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 05:52:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"762"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"800f5bdf-955695"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608792488\",\n \"marketId\": \"1\",\n \"resourceType\": \"insertionOrder\",\n \"status\": \"stopStartDate\",\n \"name\": \"irene test IO\",\n \"managerAccountId\": \"0123456\",\n \"frequencyType\": \"household\",\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"householdFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 1,\n \"periodUnits\": \"days\"\n }\n },\n \"cpaGoalAmount\": 5,\n \"attributionService\": \"visualIqMta\",\n \"budget\": {\n \"schedules\": [\n {\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-10-27T13:41:30Z\",\n \"budget\": 100,\n \"impressionCap\": 10\n }\n ]\n },\n \"creativeRotationEvent\": \"clicks\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-09-01T05:51:34Z\",\n \"updatedAt\": \"2022-09-01T05:51:34Z\",\n \"currency\": \"usd\",\n \"customPackageMode\": \"threeLevel\",\n \"pacingBasis\": \"impression\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Edit IO","id":"3da71a58-5d1b-4fac-8d39-c4d6f5d473f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"doc test IO - renamed\",\n \"managerAccountId\": {{accountManagerId}},\n \"attributionService\": \"visualIqMta\",\n \"customPackageMode\": \"threeLevel\",\n \"pacingBasis\": \"impression\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 10,\n \"hasDesignatedBudget\": true,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 200,\n \"dailyCap\": 0,\n \"startDate\": \"2022-08-20T00:00:00Z\",\n \"endDate\": \"2022-08-27T23:59:59Z\",\n \"impressionCap\": 10\n }\n ]\n },\n \"cpaGoalAmount\": 8.00,\n \"creativeRotationEvent\": \"clicks\",\n \"frequencyType\": \"device\",\n \"impressionFrequency\": {\n \"householdFrequencyCapDetails\": {\n \"cap\": 0,\n \"period\": 0,\n \"periodUnits\": \"days\"\n },\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 1,\n \"periodUnits\": \"days\"\n }\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/insertionOrders/:insertionOrderId","host":["{{campaign_url}}"],"path":["insertionOrders",":insertionOrderId"],"variable":[{"key":"insertionOrderId","value":"{{insertionOrderId}}","description":"Numeric ID associated with the IO being edited. Required. \n\nDefaults to ID associated with the most recent IO created using POST New IO."}]},"description":"## Edit an existing IO\n\nYou can edit all settings (except status) for an existing IO by sending this `PUT` request. To update IO status, send a `PUT` Update IO Status request.\n\nTo update IO settings, open the body tab to edit the JSON object. See `POST` New IO documentation for information on field definitions and allowed values.\n\nThe following fields must be included in the request body, but cannot actually be edited:\n\n* `customPackageMode`\n* `pacingBasis`\n \n\nFor information on obtaining the `insertionOrderId`, see `GET` Existing IO documentation."},"response":[]},{"name":"Update IO Status","id":"d39d3138-f72f-4d6b-99d2-e5905547aad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"status\": \"pause\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/insertionOrders/:id/statuses","host":["{{campaign_url}}"],"path":["insertionOrders",":id","statuses"],"variable":[{"key":"id","value":"{{insertionOrderId}}","description":"Numeric ID associated with the IO being updated. Required. \n\nDefaults to ID associated with the most recent IO created using POST New IO."}]},"description":"## Updating an IO's play status\n\nYou can edit the status of an existing IO by sending this `PUT` request. To update all other IO settings, send a `PUT` Edit IO request.\n\nTo define a new status for the IO, open the body tab and input a new status value. Allowed values: *play, pause, stop, archived.*\n\nFor information on obtaining the `id`, see `GET` Existing IO documentation."},"response":[]}],"id":"af9c57e3-1025-4d82-bfb2-74c2cb968457","description":"## Resource overview\n\nInsertion orders (IOs) are essentially the campaigns behind an ad. All larger campaign details (hierarchy/levels of specificity, budget, flight schedule, etc.) are defined at the IO level.\n\nWithin a single IO, packages and/or line items (LIs) can be created to further customize ad delivery for different scenarios (e.g., one child LI targeting open auction inventory and another targeting publisher deals)."},{"name":"Packages","item":[{"name":"New Package","event":[{"listen":"test","script":{"id":"ace6fa29-7247-4f40-b290-ac492e331f2c","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"packageId\", jsonData.data[0].id);","}"],"type":"text/javascript"}}],"id":"0cdffc64-3c9d-49cf-9108-99de0aee5df2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"inventoryType\": \"openAuctionAndPrivateDeals\",\n \"name\": \"irene test pkg\",\n \"status\": \"play\",\n \"mediaFormat\": \"display\",\n \"impressionFrequency\": {\n \"householdFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 2,\n \"periodUnits\": \"days\"\n },\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 45,\n \"periodUnits\": \"minutes\"\n }\n },\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"pacing\": \"daily\",\n \"schedules\": [\n {\n \"budget\": 50,\n \"dailyCap\": 2,\n \"startDate\": \"2022-09-30T13:41:30Z\",\n \"endDate\": \"2022-10-27T13:41:30Z\",\n \"impressionCap\": 10\n }\n ]\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/insertionOrders/:insertionOrderId/packages","host":["{{campaign_url}}"],"path":["insertionOrders",":insertionOrderId","packages"],"variable":[{"key":"insertionOrderId","value":"{{insertionOrderId}}","description":"Numeric ID associated with an insertion order. Required.\n\nDefaults to ID associated with the most recent IO created using POST New IO."}]},"description":"## Create a new package\n\nYou can create a new package by sending this `POST` request. To define settings for your package, open the body tab and edit the JSON object.\n\nFor DTO fields `budget` and `impressionFrequency` (along with nested fields), see the corresponding DTO tables in the `POST` New IO documentation for field descriptions and allowed values.\n\n#### Request Body (Definitions)\n\n**Optional element*\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| inventoryType | Type of inventory targeted by this package.

Allowed values: *openAuctionAndPrivateDeals, programmaticGuaranteed* | string |\n| name | Name of this package. | string |\n| *externalPackageId | Third-party ID associated with the package for third-party reporting purposes. | string |\n| status | Play status of this package.

Allowed values: *play, pause, stop, archived* | string |\n| mediaFormat | Media format of this package.

Allowed values: *display, video, audio* | string |\n| *impressionFrequency (DTO)

(Only available if parent IO's `frequencyType` is \"person\" or \"household\") | Frequency of package impressions served to a specific user within the specified time frame.

See `POST` New IO documentation for field descriptions and allowed values. | DTO |\n| budget (DTO) | Budget and flight schedule details for this package.

**Note:** Allowed values for nested field `pacing` may depend on the parent IO's `budget` settings.

See `POST` New IO documentation for field descriptions and allowed values. | DTO |"},"response":[{"id":"6db5d687-8a5f-4805-83ea-49530fea7fe8","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"inventoryType\": \"openAuctionAndPrivateDeals\",\n \"name\": \"irene test pkg\",\n \"status\": \"play\",\n \"mediaFormat\": \"display\",\n \"impressionFrequency\": {\n \"householdFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 2,\n \"periodUnits\": \"days\"\n },\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 45,\n \"periodUnits\": \"minutes\"\n }\n },\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"pacing\": \"daily\",\n \"schedules\": [\n {\n \"budget\": 50,\n \"dailyCap\": 2,\n \"startDate\": \"2022-09-30T13:41:30Z\",\n \"endDate\": \"2022-10-27T13:41:30Z\",\n \"impressionCap\": 10\n }\n ]\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/insertionOrders/:insertionOrderId/packages","host":["{{campaign_url}}"],"path":["insertionOrders",":insertionOrderId","packages"],"variable":[{"key":"insertionOrderId","value":"{{insertionOrderId}}","description":"Numeric ID associated with an insertion order. Required.\n\nDefaults to ID associated with the most recent IO created using POST New IO."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 05:57:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"664"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"662c46f5-1022021"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608792594\",\n \"marketId\": \"1\",\n \"resourceType\": \"package\",\n \"status\": \"stopStartDate\",\n \"name\": \"irene test pkg\",\n \"mediaFormat\": \"display\",\n \"budget\": {\n \"pacing\": \"dailyImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-09-30T13:41:00Z\",\n \"endDate\": \"2022-10-27T13:41:30Z\",\n \"budget\": 50,\n \"impressionCap\": 10\n }\n ]\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 45,\n \"periodUnits\": \"minutes\"\n },\n \"householdFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 2,\n \"periodUnits\": \"days\"\n }\n },\n \"advertiserId\": \"1608792487\",\n \"insertionOrderId\": \"1608792488\",\n \"createdAt\": \"2022-09-01T05:57:37Z\",\n \"updatedAt\": \"2022-09-01T05:57:37Z\",\n \"inventoryType\": \"openAuctionAndPrivateDeals\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Copy Existing Package","id":"de332874-b71f-4363-b02c-4755a398098b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"{{campaign_url}}/packages/:id?copy=self","host":["{{campaign_url}}"],"path":["packages",":id"],"query":[{"key":"copy","value":"self","description":"Defines depth of the copy.\n\nAllowed values: self (copies only the package), lineItems (copies the package & associated LIs), ads (copies the packages, associated LIs & ads)"}],"variable":[{"key":"id","value":"{{packageId}}","description":"Numeric ID associated with the package being copied. Required. \n\nDefaults to ID associated with the most recent package created using POST New Package."}]},"description":"## Copy an existing package\n\nYou can make a copy of an existing package by sending this `POST` request.\n\nAll of the original package's settings—except status—will carry over to the new copy. The default status of the copied package is set to *pause*."},"response":[{"id":"9ae299d3-e764-4ddd-b37f-41fea91d2105","name":"200 Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{campaign_url}}/packages/:id?copy=self","host":["{{campaign_url}}"],"path":["packages",":id"],"query":[{"key":"copy","value":"self","description":"Defines depth of the copy.\n\nAllowed values: self (copies only the package), lineItems (copies the package & associated LIs), ads (copies the packages, associated LIs & ads)"}],"variable":[{"key":"id","value":"{{packageId}}","description":"Numeric ID associated with the package being copied. Required. \n\nDefaults to ID associated with the most recent package created using POST New Package."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 17:08:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"1e2ab589-1759530"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608783681\",\n \"resourceType\": \"package\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of Packages","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"b8807c57-46c3-450f-90e2-a34a80b6948f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/packages?insertionOrderId={{insertionOrderId}}&offset=0&limit=2&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["packages"],"query":[{"key":"marketId","value":"1","description":"Limits response results to packages within the market specified. \n\nCannot be defined when advertiserId or insertionOrderId is defined.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to packages under the advertiser specified. If left unchecked/empty, packages under all advertisers are returned. \n\nCannot be defined when marketId or insertionOrderId is defined.","disabled":true},{"key":"insertionOrderId","value":"{{insertionOrderId}}","description":"Limits response results to packages under the IO specified.\n\nCannot be defined when marketId or advertiserId is defined."},{"key":"offset","value":"0","description":"The starting index in the list of packages."},{"key":"limit","value":"2","description":"The number of packages to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]},"description":"## Retrieve a list of packages\n\nYou can retrieve all of the packages within a specified market, advertiser, or IO by sending this `GET` request.\n\n**Note:** `marketId`, `advertiserId`, and `insertionOrderId` cannot be used at the same time for a single request.\n\nIf you want to view all packages under a given market and have access to multiple markets, you must specify a value for `marketId`."},"response":[{"id":"b45893dc-f5af-463f-9a8f-2376c43344ab","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/packages?insertionOrderId={{insertionOrderId}}&offset=0&limit=2&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["packages"],"query":[{"key":"marketId","value":"1","description":"Limits response results to packages within the market specified. \n\nCannot be defined when advertiserId or insertionOrderId is defined.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to packages under the advertiser specified. If left unchecked/empty, packages under all advertisers are returned. \n\nCannot be defined when marketId or insertionOrderId is defined.","disabled":true},{"key":"insertionOrderId","value":"{{insertionOrderId}}","description":"Limits response results to packages under the IO specified.\n\nCannot be defined when marketId or advertiserId is defined."},{"key":"offset","value":"0","description":"The starting index in the list of packages."},{"key":"limit","value":"2","description":"The number of packages to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 19:05:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1323"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"e8cedb93-1823932"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"queryTotal\": 3,\n \"data\": [\n {\n \"id\": \"1608782057\",\n \"marketId\": \"1\",\n \"resourceType\": \"package\",\n \"status\": \"pause\",\n \"name\": \"in-platform pkg\",\n \"mediaFormat\": \"display\",\n \"budget\": {\n \"pacing\": \"evenImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-08-26T04:00:00Z\",\n \"endDate\": \"2022-09-01T03:59:59Z\",\n \"budget\": 1,\n \"impressionCap\": 1\n }\n ]\n },\n \"advertiserId\": \"1608775066\",\n \"insertionOrderId\": \"1608782138\",\n \"createdAt\": \"2022-08-26T22:17:56Z\",\n \"updatedAt\": \"2022-08-26T22:17:56Z\",\n \"inventoryType\": \"openAuctionAndPrivateDeals\"\n },\n {\n \"id\": \"1608782159\",\n \"marketId\": \"1\",\n \"resourceType\": \"package\",\n \"status\": \"play\",\n \"name\": \"irene test pkg\",\n \"mediaFormat\": \"display\",\n \"budget\": {\n \"pacing\": \"evenImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-08-27T13:41:00Z\",\n \"endDate\": \"2022-10-27T13:41:30Z\",\n \"budget\": 50,\n \"impressionCap\": 10\n }\n ]\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 45,\n \"periodUnits\": \"minutes\"\n }\n },\n \"advertiserId\": \"1608775066\",\n \"insertionOrderId\": \"1608782138\",\n \"createdAt\": \"2022-08-26T23:43:23Z\",\n \"updatedAt\": \"2022-08-27T13:54:20Z\",\n \"inventoryType\": \"openAuctionAndPrivateDeals\"\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/campaign/v5/api/packages?insertionOrderId=1608782138&offset=0&limit=2&sortOrder=asc&sortKey=id\",\n \"next\": \"https://services.amobee.com/campaign/v5/api/packages?insertionOrderId=1608782138&offset=2&limit=2&sortOrder=asc&sortKey=id\"\n }\n}"}]},{"name":"Existing Package","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"b9a7b27d-0580-400f-abaf-20b76ac56bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/packages/:id","host":["{{campaign_url}}"],"path":["packages",":id"],"variable":[{"key":"id","value":"{{packageId}}","description":"Numeric ID associated with a package. Required.\n\nDefaults to ID associated with the most recent package created using POST New Package."}]},"description":"## Retrieve a single package\n\nYou can retrieve an existing package in your market by sending this `GET` request.\n\nTo retrieve the `id` of a package, you must first send one of the following:\n\n1. `POST` New Package request\n2. `POST` Copy Existing Package request\n3. `GET` List of Packages request\n \n\n`POST` New Package will automatically populate the `packageId` variable with the ID of your newly created package.\n\n`POST` Copy Existing Package will return the ID of your copied package, which you can then manually copy and paste into the value cell for `id`.\n\n`GET` List of Packages will return a list of package objects—within your market—containing IDs that you can copy and paste into the value cell for `id`."},"response":[{"id":"38005ee6-75b0-481b-865d-9b05a7d30e92","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/packages/:id","host":["{{campaign_url}}"],"path":["packages",":id"],"variable":[{"key":"id","value":"{{packageId}}","description":"Numeric ID associated with a package. Required.\n\nDefaults to ID associated with the most recent package created using POST New Package."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 05:58:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"664"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"99dbab52-956856"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608792594\",\n \"marketId\": \"1\",\n \"resourceType\": \"package\",\n \"status\": \"stopStartDate\",\n \"name\": \"irene test pkg\",\n \"mediaFormat\": \"display\",\n \"budget\": {\n \"pacing\": \"dailyImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-09-30T13:41:00Z\",\n \"endDate\": \"2022-10-27T13:41:30Z\",\n \"budget\": 50,\n \"impressionCap\": 10\n }\n ]\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 1,\n \"period\": 45,\n \"periodUnits\": \"minutes\"\n },\n \"householdFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 2,\n \"periodUnits\": \"days\"\n }\n },\n \"advertiserId\": \"1608792487\",\n \"insertionOrderId\": \"1608792488\",\n \"createdAt\": \"2022-09-01T05:57:37Z\",\n \"updatedAt\": \"2022-09-01T05:57:37Z\",\n \"inventoryType\": \"openAuctionAndPrivateDeals\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Edit Package","id":"28c3df58-7775-443f-8984-d0c1184b42f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"inventoryType\": \"openAuctionAndPrivateDeals\",\n \"name\": \"irene test pkg - renamed\",\n \"mediaFormat\": \"display\",\n \"impressionFrequency\": {\n \"householdFrequencyCapDetails\": {\n \"cap\": 0,\n \"period\": 0,\n \"periodUnits\": \"minutes\"\n },\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 1,\n \"periodUnits\": \"days\"\n }\n },\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"pacing\": \"even\",\n \"schedules\": [\n {\n \"budget\": 50,\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-10-27T13:41:30Z\",\n \"impressionCap\": 10\n }\n ]\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/packages/:id","host":["{{campaign_url}}"],"path":["packages",":id"],"variable":[{"key":"id","value":"{{packageId}}","description":"Numeric ID associated with the package being updated. Required. \n\nDefaults to ID associated with the most recent package created using POST New Package."}]},"description":"## Edit an existing package\n\nYou can edit settings for an existing package by sending this `PUT` request. To update package settings, open the body tab to edit the JSON object. See `POST` New Package documentation for information on field definitions and allowed values.\n\nThe following fields cannot be edited:\n\n* `inventoryType`\n* `mediaFormat`\n* `status`: To update a package's play status, send a `PUT` Update Package Status request.\n \n\nFor information on obtaining the package `id`, see `GET` Existing Package documentation."},"response":[]},{"name":"Update Package Status","id":"ad561772-6505-40eb-9b24-a7712017973b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"status\": \"pause\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/packages/:id/statuses","host":["{{campaign_url}}"],"path":["packages",":id","statuses"],"variable":[{"key":"id","value":"{{packageId}}","description":"Numeric ID associated with the package being updated. Required. \n\nDefaults to ID associated with the most recent package created using POST New Package."}]},"description":"## Updating a package's play status\n\nYou can edit the status of an existing package by sending this `PUT` request. To update other package settings, send a `PUT` Edit Package request.\n\nTo define a new status for the package, open the body tab and input a new status value. Allowed values: *play, pause, stop, archived.*\n\nFor information on obtaining the `id`, see `GET` Existing Package documentation."},"response":[]}],"id":"7feebbc2-2fd7-4e16-971a-d26ad4a95377","description":"## Resource overview\n\nPackages are an optional level within campaign IOs used to define or group tactical campaign details (e.g., behavioral targeting).\n\nCampaign hierarchy settings defined at the IO level indicate whether packages can be created for a campaign."},{"name":"Line Items (LIs)","item":[{"name":"New LI (2 Level Campaign)","event":[{"listen":"test","script":{"id":"4d16424e-1fb0-4e69-a400-ab6958090e17","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"lineItemId\", jsonData.data[0].id);","}"],"type":"text/javascript"}}],"id":"1ca06ad9-7765-44ed-a3a1-af7ef31c81d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene - flat bid LI\",\n \"status\": \"play\",\n \"mediaFormat\": \"display\",\n \"environment\": {\n \"targetedTypes\": [\"desktopWeb\"],\n \"excludeMobileAppWithoutDeviceId\": false,\n \"excludeNonOptimizedMobileWeb\": false\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"iabCategory\": \"iab2-1\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"hasDesignatedBudget\": true,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 30,\n \"dailyCap\": 0,\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"impressionCap\": 6\n }\n ]\n },\n \"bidding\": {\n \"cpm\": {\n \"bids\": [10.00, 15.00],\n \"enableBidShading\": false,\n \"goal\": \"maximizeCtr\"\n },\n \"enableViewabilityMeasurement\": false\n },\n \"beacons\": [\n {\n \"id\": \"{{beaconId}}\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n }\n ],\n \"inventory\": {\n \"exchangeIds\": [\"37\",\"1\"],\n \"privatePublisherDeals\": [\n {\n \"cpmBid\": 10.00,\n \"publisherDealId\": \"{{publisherDealId}}\"\n }\n ],\n \"enableAutomaticDeals\": false,\n \"enablePublisherBidCpm\": false\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [18, 24],\n \"optimizeDemographicTargeting\": true,\n \"targetGoal\": 64.0\n },\n \"technographic\": {\n \"browsers\": [\"internetExplorer7\", \"firefox\", \"opera\"],\n \"connectivity\": {\n \"mediums\": [\"cable\", \"corporate\", \"dialup\", \"other\", \"mobileCarrierNetwork\"]\n },\n \"devices\": {\n \"crossDeviceTargeting\": true,\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n }\n ]\n }\n },\n \"segmentSetIdentity\": \"household\",\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingIdentity\": \"household\",\n \"retargetingSegmentId\": \"{{retargetingSegmentId}}\",\n \"inventory\": {\n \"adVisibility\": [\"aboveFold\", \"belowFold\", \"unknown\"],\n \"adsTxtAuthorizationStatus\": [\"authorizedDirectInventory\", \"authorizedResellerInventory\", \"unmeasurableInventory\"],\n \"siteLists\": {\n \"includeInventoryListIds\": [\"{{inventoryListId}}\"]\n },\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n }\n },\n \"locale\": {\n \"browserLanguages\": [\"aa\", \"en\", \"tw\", \"kr\"],\n \"daypart\": [\n {\n \"day\": \"sunday\",\n \"hours\": [\"am1\", \"am5\", \"pm3\"]\n },\n {\n \"day\": \"tuesday\",\n \"hours\": [\"pm3\", \"pm8\"]\n }\n ],\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"us\",\n \"entryType\": \"latLong\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"groups\": [\"{{locationGroupId}}\"],\n \"radius\": 10,\n \"radiusUnits\": \"miles\"\n }\n }\n }\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/insertionOrders/:insertionOrderId/lineItems","host":["{{campaign_url}}"],"path":["insertionOrders",":insertionOrderId","lineItems"],"variable":[{"key":"insertionOrderId","value":"1608792592","description":"Numeric ID associated with a two-level insertion order (i.e., IO with threeLevel defined for customPackageMode). Required."}]},"description":"## Create a new line item (LI)\n\nYou can create a new line item for a two-level campaign (i.e., no package) by sending this `POST` request. To define settings for your LI, open the body tab and edit the JSON object.\n\nFor all DTO fields and their nested DTOs, see the corresponding DTO tables below for field descriptions and allowed values.\n\n**Audience Targeting**\n\n1. On a line item, API accepts:\n \n a. **Option A:** `segmentSetId`\n \n ```\n i. `\"behavioralSegmentSetId\": \"1615226525\",`\n \n ```\n \n b. **Option B:** `includeSegmentId` and/or `excludeSegmentId`\n \n ```\n i. `\"includeSegmentId\": \"1329381851\",`\n ii. `\"excludeSegmentId\": \"1329106818\"`\n \n ```\n \n2. No boolean logic allowed within `includeSegmentId` or `excludeSegmentId`\n \n3. Submitting both a `segmentSetId` and `includeSegmentId` and/or `excludeSegmentId` in the same request will be rejected\n \n\n#### Request Body (Definitions)\n\n_\\*Optional element_\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| id | \"id\": null, | string |\n| marketId | The Market ID that houses line item | string |\n| advertiserId | The Advertiser ID that houses the line item | string |\n| name | Name of this line item. | string |\n| \\*externalLineItemId | Third-party ID associated with the line item for third-party reporting purposes. | string |\n| status | Play status of this line item.

Allowed values: _play, pause, stop, archived, approved_ | string |\n| mediaFormat | Media format of this line item.

Allowed values: _display, video, audio_ | string |\n| environment (DTO) | Environment(s) targeted by this LI. | DTO |\n| \\*impressionFrequency (DTO) | Frequency of LI impressions served to a specific user within the specified time frame.

See `POST` New IO documentation for field descriptions and allowed values. | DTO |\n| iabCategory | IAB-defined web content category associated with this LI (for targeting purposes).

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vR-9PlTFeBeMpSFytHJF3nDU2F7pdSme_I-7iGdubJpuaNbwd8X6YYg1aVBMc3L1g/pubhtml) | string |\n| budget (DTO) | Budget and flight schedule details for this LI.

**Note:** Allowed values for nested field `pacing` may depend on the parent IO's `budget` settings.

See `POST` New IO documentation for field descriptions and allowed values. | DTO |\n| bidding (DTO) | Bidding details (e.g., method, goals) for this LI. | DTO |\n| \\*beacons | Tracking beacons assigned to this LI.

Required when an `action` DTO is defined within `goals` (dcpm) OR when \"maximizeActionRate\" is defined as a bidding `goal` (cpm). | comma-separated array containing one or more `beacon` DTOs |\n| \\*thirdPartyCosts | Third-party costs associated with this LI. | comma-separated array containing one or more `thirdPartyCosts` DTOs |\n| inventory (DTO) | Publisher inventory sources for this LI. | DTO |\n| targeting (DTO) | [Targeting](https://help.amobee.com/hc/en-us/articles/360034194314) details for this LI. | DTO |\n\n#### `environment` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| targetedTypes | Media environments targeted by this LI.

Allowed values: _desktopWeb, desktopApp, mobileWeb, mobileApp, ctvApp, dooh_ | comma-separated array of strings |\n| excludeMobileAppWithoutDeviceId

(Only meaningful if `targetedTypes` includes \"mobileApp\") | Indicates if LI should exclude (i.e., not target) mobile app inventory when device IDs are unavailable. | boolean |\n| excludeNonOptimizedMobileWeb

(Only meaningful if `targetedTypes` includes \"mobileWeb\") | Indicates if LI should exclude (i.e., not target) non-optimized mobile web. | boolean |\n\n#### `bidding` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| cpm (DTO) | Flat bidding details for this LI.

Either `cpm` or `dcpm` must be specified but not both. | DTO |\n| dcpm (DTO) | [Automated bidding](https://help.amobee.com/hc/en-us/articles/360044162413-Understanding-Automated-Bidding) details for this LI.

Either `dcpm` or `cpm` must be specified but not both. | DTO |\n| enableViewabilityMeasurement | Indicates if viewability should be enabled as a measurement for this LI.

Set to \"true\" if `mediaType` is \"video.\" | boolean |\n\n#### `cpm` DTO\n\nDefine this DTO if setting flat bidding as the bid method for this LI.\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| bids | Bid values for first-price and second-price auctions. | array containing two doubles |\n| enableBidShading

(Only available if this LI's `inventory` sources are open auctions or private auction deals, i.e., `exchangeIds` or `privatePublisherDeals` field is defined) | Indicates if [bid shading](https://help.amobee.com/hc/en-us/articles/360049234853) should be enabled for this LI.

Recommended option: _true_ | boolean |\n| goal | Performance goal to prioritize when this LI spends in full.

**Maximize click-through rate (CTR):** Prioritize achieving the highest possible ratio of users that clicked on the ad to total ad viewers.
**Maximize action rate (AR):** Prioritize achieving the click-through action (CTA) and view-through action (VTA) percentages defined in the `beacons` assigned to this LI.

Allowed values: _maximizeCtr, maximizeAr_ | string |\n\n#### `dcpm` DTO\n\nDefine this DTO if setting automated bidding as the bid method for this LI.\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| bidLimit | Maximum value allowed for any bid price associated with this LI. | double |\n| maxAvgBid | Target value for the average of all bid prices associated with this LI. | double |\n| goals (DTO) | Primary and (optionally) secondary goals/KPIs for this LI.

Allowed primary and secondary goal combinations:

If `mediaFormat` is \"display\" - Click/Action & Viewability
If `mediaFormat` is \"video\" - Click/Action/Completion & Viewability, Click/Action/Viewability & Completion | DTO |\n\n#### `goals` DTO\n\n| **Key** | **Description** |\n| --- | --- |\n| primary (DTO) | Primary goal for this LI; see description/allowed values for the relevant goal type DTO below. |\n| \\*secondary (DTO) | Secondary goal for this LI; see description/allowed values for the relevant goal type DTO below.

Cannot be defined as an `action` DTO if `primary` goal is a `click` DTO, and vice versa. |\n\n#### `click` (goal) DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| hardGoal | Indicates if this goal is a hard or soft goal. Only applicable for mediaFormat \"video\" line items | boolean: _true_ (hard goal), _false_ (soft goal)

Hard Goals: the algorithm will try its absolute best to bid on requests where the likeliness of meeting the hard goal is higher than the set goal value. So it's restrictive on algo for bidding

Soft Goals: the algorithm still looks for bid requests that meet the primary hard goal while combining that with the likelihood of a better outcome for the soft goals. Less restrictive, bids could happen for outcomes below the set soft goal value |\n| cpcAmount | Cost-per-click amount, i.e., amount paid by the advertiser when a user clicks on ads assigned to this LI. | double |\n| optimizationWindowInDays | Number of days the Nexxen DSP spends learning how to optimize for this LI campaign. | integer |\n| prioritizeDelivery | Number between 100 and 625 (only increments of 5 allowed) defining LI delivery priority.

Cannot be defined when `prioritizePerformance` is defined; if both left unspecified, delivery and performance will be considered equal priority. | integer |\n| prioritizePerformance | Number between 10 and 100 (only increments of 5 allowed) defining LI performance priority.

Cannot be defined when `prioritizeDelivery` is defined; if both left unspecified, delivery and performance will be considered equal priority. | integer |\n\n#### `action` (goal) DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| hardGoal | Indicates if this goal is a hard or soft goal. | boolean: _true_ (hard goal), _false_ (soft goal) |\n| maximizeActionRate | Identifies if the maximize-action-rate option should be enabled. Set to \"true\" if `budget` `pacing` is NOT \"autoAllocate.\" | boolean |\n| optimizationWindowInDays | Number of days the Nexxen DSP spends learning how to optimize for this LI campaign. | integer |\n| prioritizeDelivery | Number between 100 and 625 (only increments of 5 allowed) defining LI delivery priority.

Cannot be defined when `prioritizePerformance` is defined; if both left unspecified, delivery and performance will be considered equal priority. | integer |\n| prioritizePerformance | Number between 10 and 100 (only increments of 5 allowed) defining LI performance priority.

Cannot be defined when `prioritizeDelivery` is defined; if both left unspecified, delivery and performance will be considered equal priority. | integer |\n\n#### `viewability` (goal) DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| hardGoal | Indicates if this goal is a hard or soft goal. | boolean: _true_ (hard goal), _false_ (soft goal) |\n| measurement | MOAT-based metric used to measure ad viewability.

**MRC:** 50% of video/100% of ad is in-view for at least two seconds.
**Group M:** Video impression is audible and 100% in-view for at least half of video duration OR display impression is 100% in-view for any duration of time.
**AVOC:** Ad meets the Audibility and Viewability On Completion (AVOC) guidelines.

Allowed values: _mrc, groupM, avoc, customNoSound_ | string |\n| rate | Lowest acceptable viewability rate (%) that meets campaign requirements.

Either `rate` or `vcpm` must be specified but not both. | integer |\n| vcpm | Viewable CPM, i.e., cost per one thousand video impressions served.

Either `vcpm` or `rate` must be specified but not both. | double |\n\n#### `completion` (goal) DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| hardGoal | Indicates if this goal is a hard or soft goal. | boolean: _true_ (hard goal), _false_ (soft goal) |\n| rate | Lowest acceptable completion rate (%) that meets campaign requirements.

Either `rate` or `cpcv` must be specified but not both. | integer |\n| cpcv | Cost per completed view, i.e., cost per one thousand views.

Either `cpcv` or `rate` must be specified but not both. | double |\n\n#### `beacon` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| id | Numeric ID associated with a beacon.

Can be retrieved from `POST` New Beacon or `GET` List of Beacons. | string |\n| cta | Number of times a user clicks on this LI before advertiser is charged.

Used to calculate cost per action (CPA) for click-through actions. CPA = LI budget/`cta` value. | double |\n| vta | Number of times a user views this LI before advertiser is charged.

Used to calculate cost per action (CPA) for view-through actions. CPA = LI budget/`vta` value. | double |\n\n#### `thirdPartyCosts` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| costType | [Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vS8P0G6Ga1aPktpVbUkRXteRPWBRBjZ_kwwVXywtRgZLMSV9D_ig6o_TtFHhiNAng/pubhtml) | string |\n| provider | Third-party provider to which the payments are made.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vQq0hrtHlRDFViaqkXbTlceefXGKNRA3H2PRGFtTIwkChkTZ2VV3fuK6WIpxypL_w/pubhtml) | string |\n| cpmCost | Cost per mille, i.e., cost per 1000 impressions served for this LI. | double |\n| paidBy | Entity that pays the specified `provider` (either Nexxen or the advertiser, i.e., market).

Allowed values: _amobee, market_ | string |\n\n#### `inventory` (source) DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| exchangeIds

(Required if `privatePublisherDeals` and `dealGroups` are not defined; otherwise optional)

\\*exchangeId is not specified for mediaFormat \"audio' line items. You must specify at least one privatPublisherDeal | Open exchange IDs that this LI should target.

Available exchange IDs can be retrieved from `GET` List of Inventory Sources. | comma-separated array of strings |\n| privatePublisherDeals

(Required if `exchangeIds` and `dealGroups` are not defined; otherwise optional)

\\*at least one ID is required for mediaFormat = audio line items | Private auction and/or unreserved fixed publisher deals assigned to this LI. | comma-separated array containing one or more `privatePublisherDeal` DTOs |\n| dealGroups

(Required if `exchangeIds` and `privatePublisherDeals` are not defined; otherwise optional) | IDs of deal groups that contain a list of publisher deals. | comma-separated array of strings |\n| guaranteedPublisherDealId | Numeric ID associated with a guaranteed publisher deal negotiated specifically for this LI. | string |\n| enableAutomaticDeals | Indicates if [automatic deals](https://help.amobee.com/hc/en-us/articles/360036518893) should be applied to this LI. | boolean |\n| enablePublisherBidCpm | Indicates if publisher bid CPM (cost per mille) should be enabled.

If \"true,\" eCPM is calculated by adding all costs to the winning price. If \"false,\" all costs are deducted before a bid is submitted. | boolean |\n\n#### `privatePublisherDeal` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| publisherDealId | Numeric ID associated with the publisher deal.

Can be retrieved from `POST` New Publisher Deal or `GET` List of Deals. | string |\n| cpmBid

(Only available if `cpm` DTO is defined) | Value of CPM bid. | double |\n\n#### `targeting` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| \\*nielsenAudience (DTO) | Details for Nielsen demographic targeting. | DTO |\n| technographic (DTO) | Details for technographic targeting (e.g., device types, browser usage). | DTO |\n| \\*segmentSetIdentity

(Required only if `crossDeviceTargeting` is \"true\" & `behavioralSegmentSetId` is defined) | Identity targeting type (i.e., person-based or household-based cross-device targeting) of audience segments applied to this LI.

Allowed values: _person, household_ | string |\n| \\*behavioralSegmentSetId | Numeric ID associated with the behavioral segment set applied to this LI. Only a single ID is allowed. Cannot be added to payload if includeSegmentId or excludeSegmentId exists

Can be retrieved from `GET` List of Segment Sets. | string |\n| \\*includeSegmentId | An individual segmentId to be targeted on a line item. Only one ID may be used. This ID corresponds to a predefined custom audience segment stored in the data platform. | long |\n| \\*excludeSegmentId | An individual segmentId to be excluded from a line item. Only one ID may be used. This ID corresponds to a predefined custom audience segment stored in the data platform. | long |\n| \\*retargetingIdentity

(Required only if `crossDeviceTargeting` is \"true\" & `retargetingSegmentSetId` is defined) | Identity targeting type (i.e., person-based or household-based cross-device targeting) of retargeting segments applied to this LI.

Allowed values: _person, household_ | string |\n| \\*retargetingSegmentId | Numeric ID associated with the retargeting segment applied to this LI.

Can be retrieved from `POST` New Retargeting Segment or `GET` List of Retargeting Segments. | string |\n| \\*inventory (DTO) | Details for targeted inventory. | DTO |\n| \\*locale (DTO) | Details for location-based targeting. | DTO |\n\n#### `nielsenAudience` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| \\*gender | Gender of users to target.

Allowed values: _male, female, all_ | string |\n| \\*ageRange | Age range of users to target. If left empty, LI will target all ages 13+.

Allowed values for first age value: 13, 18, 21, 25, 30, 35, 40, 45, 50, 55, 65

Allowed values for second age value: 17, 20, 24, 29, 34, 39, 44, 49, 54, 64, 0 (no upper limit) | array containing two integers |\n| optimizeDemographicTargeting | Indicates if demographic auto-targeting should be enabled/disabled. | boolean: _true_ (disabled)_, false_ (enabled) |\n| targetGoal | Percentage of targeted audience that should meet the specified demographic criteria. | double |\n\n#### `technographic` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| browsers | Browsers to target.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vSMIakqfngoLSbvMgI3-7GKq36_DBKgmwi8Aqtf-2W6x6P0vTDIHB_jY0JK_y-g0w/pubhtml) | comma-separated array of strings |\n| connectivity (DTO) | Connection types to target. | DTO |\n| devices (DTO) | Devices to target (based on unique ID, OS, device type, and/or manufacturer). | DTO |\n\n#### `connectivity` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| mediums | Mediums (i.e., connection types) to target.

Cannot be defined when `excludeIspIds` or `includeIspIds` is defined.

Allowed values: _cable, corporate, dialup, other, mobileCarrierNetwork_ | comma-separated array of strings |\n| excludeIspIds | ISP IDs to exclude from targeting.

Cannot be defined when `mediums` or `includeIspIds` is defined. | comma-separated array of strings |\n| includeIspIds | ISP IDs to target.

Cannot be defined when `mediums` or `excludeIspIds` is defined. | comma-separated array of strings |\n\n#### `device` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| crossDeviceTargeting | Indicates if cross-device targeting should be enabled.

Set to \"true\" only if parent IO's `frequencyType` is \"person\" or \"household\". | boolean |\n| deviceIds | IDs associated with devices tracked in your market.

Device IDs can be retrieved from `GET` List of Devices.

Either `deviceIds` or `deviceProfiles` must be specified but not both. | comma-separated array of strings |\n| deviceProfiles | Profiles of devices to target (based on device type, OS, or manufacturer).

Either `deviceProfiles` or `deviceIds` must be specified but not both. | comma-separated array containing one or more `deviceProfile` DTOs |\n\n#### `deviceProfile` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| deviceTypeId | ID associated with a device type. Can be retrieved from `GET` List of Device Types.

Cannot be defined if either `manufacturerId` or `operatingSystem` is defined. | string |\n| manufacturerId | ID associated with a device type/OS manufacturer. Can be retrieved from `GET` List of Manufacturers.

Cannot be defined if either `deviceTypeId` or `operatingSystem` is defined. | string |\n| operatingSystem (DTO) | Operating system details for the targeted device.

Cannot be defined if either `deviceTypeId` or `manufacturerId` is defined. | DTO |\n\n#### `operatingSystem` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| osId | Numeric ID associated with an operating system.

Can be retrieved from `GET` List of OS's. | string |\n| \\*minVersion

(Only available if `osId` corresponds to either Android or iOS). | Minimum (i.e., oldest) acceptable version of the targeted OS.

Allowed values: Any version number listed in `GET` Existing OS response body. | string |\n| maxVersion

(Only available if `osId` corresponds to either Android or iOS). | Maximum (i.e., latest) acceptable version of the targeted OS.

Allowed values: Any version number listed in `GET` Existing OS response body. | string |\n\n#### `inventory` (targeting) DTO\n\n_\\*All fields within this DTO are optional_\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| adVisibility | Webpage placement of targeted inventory.

Allowed values: _aboveFold, belowFold, unknown_ | comma-separated array of strings |\n| adsTxtAuthorizationStatus | Ads.txt status (i.e., relationship status between publisher and inventory seller) of targeted inventory.

**Authorized Direct:** Inventory sold by authorized direct sellers only.
**Authorized Reseller:** Inventory sold by authorized resellers only.
**Unmeasurable:** Inventory without Ads.txt file listed.

Allowed values: _authorizedDirectInventory, authorizedResellerInventory, unmeasurableInventory_ | comma-separated array of strings |\n| appLists (DTO) | Apps to include in/exclude from targeting. | DTO |\n| siteLists (DTO) | Sites to include in/exclude from targeting. | DTO |\n| contextualConceptSetId | Numeric ID associated with a contextual concept set.

Can be retrieved from `GET` List of Segment Sets (filter results for `conceptUsage` \"contextual\"). | string |\n| brandSafetyConceptSetId | Numeric ID associated with a brand safety concept set.

Can be retrieved from `GET` List of Segment Sets (filter results for `conceptUsage` \"brandSafety\"). | string |\n| ipLists (DTO) | IP addresses to include in/exclude from targeting. | DTO |\n| publisherIds | ID(s) of publisher(s) to include for targeting. | comma-separated array of strings |\n| channelIds | ID(s) of channel(s) to include for targeting. | comma-separated array of strings |\n| videoPlacements

(Only relevant if `mediaFormat` is \"video\") | Placement of video ads (assigned to this LI) within video content.

**Pre-roll:** Ad plays before the streaming video content.
**Mid-roll:** Ad plays during the streaming video content.
**Post-roll:** Ad plays after the streaming video content.
**Outstream:** Ad plays alongside non-video content.

Allowed values: _preroll, midroll, postroll, outstream_ | comma-separated array of strings |\n| videoOutStreams

(Only relevant if `mediaFormat` is \"video\" and `videoPlacements` is \"outstream\") | Type of non-video content to display a video ad alongside.

**In-banner:** Ad appears within a display banner space (e.g., 300x250).
**In-article:** Ad appears dynamically between paragraphs of editorial content.
**In-feed:** Ad appears in content, social, or product feeds.
**Interstitial:** Ad covers the entire screen or a portion of it.

Allowed values: _inBanner, inArticle, inFeed, interstitial, unknown_ | comma-separated array of strings |\n| videoPlaybackMethods

(Only relevant if `mediaFormat` is \"video\") | When a video ad (assigned to this LI) starts playing.

**Auto-initiated:** Ad plays with the page load.
**User-initiated:** Ad plays when user starts the ad.

Allowed values: _autoInitiated, userInitiated, unknown_ | comma-separated array of strings |\n| videoPlayerSizes

(Only relevant if `mediaFormat` is \"video\") | Size of player in which video ad is displayed.

**Large:** Supports 600 pixel width or larger.
**Medium:** Supports 400-599 pixel width.
**Small:** Supports 1-399 pixel width.
**Vertical:** Supports creatives with pixel height that is greater than pixel width.

Allowed values: _large, medium, small, vertical, unknown_ | comma-separated array of strings |\n| videoSkippability

(Only relevant if `mediaFormat` is \"video\") | Indicates if users should be able to skip a video ad.

Allowed values: _skippable, nonSkippable_ | comma-separated array of strings |\n\n#### `appLists` & `siteLists` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| excludeInventoryListIds | List(s) of apps/sites to exclude from targeting.

Can be retrieved from `POST` New Inventory List or `GET` List of Inventory Lists. | comma-separated array of strings |\n| includeInventoryListIds | List(s) of apps/sites to include for targeting.

Can be retrieved from `POST` New Inventory List or `GET` List of Inventory Lists. | comma-separated array of strings |\n\n#### `ipLists` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| excludeIpListId | List of IP addresses to exclude from targeting. | string |\n| includeIpListId | List of IP addresses to include for targeting. | string |\n\n#### `locale` DTO\n\n_\\*All fields within this DTO are optional_\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| browserLanguages | Browser languages to target (i.e., target users based on the language set in their browser).

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vS3BuzYkYRRzTTZJOuG0OwKzo5WffV33Re2qOVySlpfkOTVyTzxQVWfb0DF752_oQ/pubhtml) | comma-separated array of strings |\n| locationConceptSetId | Numeric ID associated with a location concept set.

Can be retrieved from `GET` List of Segment Sets (filter results for `conceptUsage` \"location\"). | string |\n| daypart | Details for time-based targeting. | comma-separated array containing one or more `daypart` DTOs |\n| geographic (DTO) | Geographic targeting criteria. | DTO |\n\n#### `daypart` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| day | Day of the week to target users on. | string |\n| hours | Time of day to target users; must be in the period-hour format (e.g., _am1_ or _pm1_). | comma-separated array of strings |\n\n#### `geographic` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| geographies (DTO) | Geographic targeting based on continents, countries, cities, regions, or DMAs.

Cannot be defined when `postalCodes` (DTO) or `mobileRadius` (DTO) is defined. | DTO |\n| postalCodes (DTO) | Geographic targeting based on postal codes.

Cannot be defined when `geographies` (DTO) or `mobileRadius` (DTO) is defined. | DTO |\n| mobileRadius (DTO) | Geographic targeting based on mobile geotargeting methods (i.e., postal codes, latitude & longitude coordinates, and addresses).

Cannot be defined when `geographies` (DTO) or `postalCodes` (DTO) is defined. | DTO |\n\n#### `geographies` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| continents | Targeted continents.

Continent IDs can be retrieved from `GET` List of Continents. | comma-separated array of strings |\n| countries | Targeted countries.

Country IDs can be retrieved from `GET` List of Countries. | comma-separated array of strings |\n| regions | Targeted regions.

Region IDs can be retrieved from `GET` List of Regions. | comma-separated array of strings |\n| dmas | Targeted DMAs.

DMA IDs can be retrieved from `GET` List of DMAs. | comma-separated array of strings |\n| cities | Targeted cities.

City IDs can be retrieved from `GET` List of Cities. | comma-separated array of strings |\n\n#### `postalCodes` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| country | Country in which targeted postal codes (defined in `entries` and/or `groups`) are located.

Allowed values: Any country ID retrieved from `GET` List of Countries. | string |\n| entries

(Must be defined when `groups` is not defined, otherwise optional) | Postal codes to target. | comma-separated array of strings |\n| groups

(Must be defined when `entries` is not defined, otherwise optional) | Location groups (with `targetGeoType` \"zipGlobal\") to target.

Can be retrieved from `POST` New Location Group or `GET` List of Location Groups. | comma-separated array of strings |\n\n#### `mobileRadius` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| country | Country in which targeted areas (defined in `entries` and/or `groups`) are located.

Allowed values: Any country ID retrieved from `GET` List of Countries. | string |\n| entryType | Geographic identifier/method for mobile user targeting.

Allowed values: _zipPlus4_ **(postal code)**, _address, latLong_ **(latitude & longitude coordinates)** | string |\n| entries | Locations to target.

See `entries` DTO table in the `POST` New Location Group documentation for field descriptions and allowed values. | comma-separated array containing one or more `entry` DTOs |\n| groups | Location groups (with `targetGeoType` \"zipPlus4,\" \"address,\" or \"latLong\") to target.

Can be retrieved from `POST` New Location Group or `GET` List of Location Groups. | comma-separated array of strings |\n| radius | Radius value of the entire targeted area, centered around location(s) specified in `entries` and/or `groups`. | double |\n| radiusUnits | Distance unit for `radius`.

Allowed units: _miles, kilometers_ | string |"},"response":[{"id":"c8bf08a3-3e2d-481c-9337-779e9faf9f09","name":"Flat Bidding LI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene - flat bid LI\",\n \"status\": \"play\",\n \"mediaFormat\": \"display\",\n \"environment\": {\n \"excludeMobileAppWithoutDeviceId\": false,\n \"excludeNonOptimizedMobileWeb\": false,\n \"targetedTypes\": [\"desktopWeb\"]\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"iabCategory\": \"iab2-1\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"hasDesignatedBudget\": true,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 30,\n \"dailyCap\": 0,\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"impressionCap\": 6\n }\n ]\n },\n \"bidding\": {\n \"cpm\": {\n \"bids\": [10.00, 15.00],\n \"enableBidShading\": false,\n \"goal\": \"maximizeCtr\"\n },\n \"enableViewabilityMeasurement\": false\n },\n \"beacons\": [\n {\n \"id\": \"{{beaconId}}\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n }\n ],\n \"inventory\": {\n \"exchangeIds\": [\"37\",\"1\"],\n \"privatePublisherDeals\": [\n {\n \"cpmBid\": 10.00,\n \"publisherDealId\": \"{{publisherDealId}}\"\n }\n ],\n \"enableAutomaticDeals\": false,\n \"enablePublisherBidCpm\": false\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [18, 24],\n \"optimizeDemographicTargeting\": true,\n \"targetGoal\": 64.0\n },\n \"technographic\": {\n \"browsers\": [\"internetExplorer7\", \"firefox\", \"opera\"],\n \"connectivity\": {\n \"mediums\": [\"cable\", \"corporate\", \"dialup\", \"other\", \"mobileCarrierNetwork\"]\n },\n \"devices\": {\n \"crossDeviceTargeting\": true,\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n }\n ]\n }\n },\n \"segmentSetIdentity\": \"household\",\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingIdentity\": \"household\",\n \"retargetingSegmentId\": \"{{retargetingSegmentId}}\",\n \"inventory\": {\n \"adVisibility\": [\"aboveFold\", \"belowFold\", \"unknown\"],\n \"adsTxtAuthorizationStatus\": [\"authorizedDirectInventory\", \"authorizedResellerInventory\", \"unmeasurableInventory\"],\n \"siteLists\": {\n \"includeInventoryListIds\": [\"{{inventoryListId}}\"]\n },\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n }\n },\n \"locale\": {\n \"browserLanguages\": [\"aa\", \"en\", \"tw\", \"kr\"],\n \"daypart\": [\n {\n \"day\": \"sunday\",\n \"hours\": [\"am1\", \"am5\", \"pm3\"]\n },\n {\n \"day\": \"tuesday\",\n \"hours\": [\"pm3\", \"pm8\"]\n }\n ],\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"us\",\n \"entryType\": \"latLong\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"groups\": [\"{{locationGroupId}}\"],\n \"radius\": 10,\n \"radiusUnits\": \"miles\"\n }\n }\n }\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/insertionOrders/:insertionOrderId/lineItems","host":["{{campaign_url}}"],"path":["insertionOrders",":insertionOrderId","lineItems"],"variable":[{"key":"insertionOrderId","value":"1608792592"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Sep 2022 00:21:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3134"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"8349f8a4-3164819"},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/targeting/biConceptSetId. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608799628\",\n \"marketId\": \"1\",\n \"resourceType\": \"lineItem\",\n \"status\": \"stopStartDate\",\n \"advertiserId\": \"1608792487\",\n \"insertionOrderId\": \"1608792592\",\n \"mediaFormat\": \"display\",\n \"createdAt\": \"2022-09-07T00:21:50Z\",\n \"updatedAt\": \"2022-09-07T00:21:50Z\",\n \"currency\": \"usd\",\n \"name\": \"irene - flat bid LI\",\n \"environment\": {\n \"targetedTypes\": [\n \"desktopWeb\"\n ],\n \"excludeNonOptimizedMobileWeb\": false,\n \"excludeMobileAppWithoutDeviceId\": false\n },\n \"iabCategory\": \"iab2-1\",\n \"inventory\": {\n \"exchangeIds\": [\n \"1\",\n \"37\"\n ],\n \"privatePublisherDeals\": [\n {\n \"publisherDealId\": \"1608799448\",\n \"cpmBid\": 10\n }\n ],\n \"dealGroups\": [],\n \"enabledAutomaticDeals\": []\n },\n \"bidding\": {\n \"cpm\": {\n \"bids\": [\n 10,\n 15\n ],\n \"goal\": \"maximizeCtr\",\n \"enableBidShading\": false\n }\n },\n \"beacons\": [\n {\n \"id\": \"1608792593\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"budget\": {\n \"pacing\": \"evenImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-09-27T13:41:00Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"budget\": 30,\n \"impressionCap\": 6\n }\n ],\n \"asapDelivery\": false\n },\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n },\n {\n \"costType\": \"obaCompliance\",\n \"provider\": \"tRUSTe\",\n \"cpmCost\": 0.015,\n \"paidBy\": \"amobee\"\n }\n ],\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [\n 18,\n 24\n ],\n \"targetGoal\": 64,\n \"optimizeDemographicTargeting\": true\n },\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingSegmentId\": \"2211421637\",\n \"locale\": {\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"US\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"entryType\": \"latLong\",\n \"radius\": 10,\n \"radiusUnits\": \"miles\",\n \"groups\": [\n \"36400800\"\n ]\n }\n },\n \"daypart\": [\n {\n \"day\": \"tuesday\",\n \"hours\": [\n \"pm3\",\n \"pm8\"\n ]\n },\n {\n \"day\": \"sunday\",\n \"hours\": [\n \"am1\",\n \"pm3\",\n \"am5\"\n ]\n }\n ],\n \"browserLanguages\": [\n \"en-ie\",\n \"en-us\",\n \"tw\",\n \"en-mp\",\n \"en-il\",\n \"en-in\",\n \"en-mt\",\n \"en-za\",\n \"en-ms\",\n \"en-ag\",\n \"en-io\",\n \"en-mu\",\n \"en-ai\",\n \"en-mw\",\n \"en-vc\",\n \"en-er\",\n \"en-et\",\n \"en-vg\",\n \"en-na\",\n \"en-vi\",\n \"en-zm\",\n \"en-as\",\n \"en-au\",\n \"en-ng\",\n \"en-nf\",\n \"aa\",\n \"en-zw\",\n \"en-vu\",\n \"en-bb\",\n \"en-be\",\n \"en-jm\",\n \"en-rw\",\n \"en-fk\",\n \"en-nr\",\n \"en\",\n \"en-fj\",\n \"en-nu\",\n \"en-fm\",\n \"en-bm\",\n \"en-bo\",\n \"en-nz\",\n \"en-bn\",\n \"en-sb\",\n \"en-bs\",\n \"en-sc\",\n \"en-sh\",\n \"en-bw\",\n \"en-sg\",\n \"en-sl\",\n \"en-bz\",\n \"en-gb\",\n \"en-ke\",\n \"en-gd\",\n \"en-so\",\n \"en-ws\",\n \"en-ki\",\n \"en-ca\",\n \"en-gh\",\n \"en-kn\",\n \"en-gi\",\n \"en-sz\",\n \"en-gm\",\n \"en-ck\",\n \"en-cm\",\n \"aa-dj\",\n \"en-tc\",\n \"en-ky\",\n \"en-gu\",\n \"en-gy\",\n \"en-lc\",\n \"en-pg\",\n \"en-tk\",\n \"en-ph\",\n \"en-pk\",\n \"en-to\",\n \"en-pn\",\n \"en-tt\",\n \"en-hk\",\n \"en-pr\",\n \"kr\",\n \"en-ls\",\n \"en-pw\",\n \"en-lr\",\n \"en-dm\",\n \"en-ug\",\n \"aa-er\",\n \"en-um\",\n \"en-mh\",\n \"aa-et\"\n ]\n },\n \"technographic\": {\n \"devices\": {\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n }\n ],\n \"crossDeviceTargeting\": true\n },\n \"browsers\": [\n \"opera\",\n \"firefox\",\n \"internetExplorer7\"\n ],\n \"connectivity\": {\n \"mediums\": [\n \"dialup\",\n \"other\",\n \"mobileCarrierNetwork\",\n \"corporate\",\n \"cable\"\n ],\n \"includeIspIds\": []\n }\n },\n \"inventory\": {\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"adVisibility\": [\n \"belowFold\",\n \"aboveFold\",\n \"unknown\"\n ],\n \"siteLists\": {\n \"includeInventoryListIds\": [\n \"36402855\"\n ]\n },\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n },\n \"adsTxtAuthorizationStatus\": [\n \"unmeasurableInventory\",\n \"authorizedDirectInventory\",\n \"authorizedResellerInventory\"\n ]\n },\n \"segmentSetIdentity\": \"household\",\n \"retargetingIdentity\": \"household\"\n }\n }\n ],\n \"errors\": []\n}"},{"id":"e690ab8c-9d9f-4435-a44f-78a509fe12c5","name":"Automated Bidding LI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene - automated bid LI\",\n \"status\": \"play\",\n \"mediaFormat\": \"display\",\n \"environment\": {\n \"excludeMobileAppWithoutDeviceId\": false,\n \"excludeNonOptimizedMobileWeb\": false,\n \"targetedTypes\": [\"desktopWeb\"]\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"iabCategory\": \"iab2-1\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"hasDesignatedBudget\": true,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 30,\n \"dailyCap\": 0,\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"impressionCap\": 2\n }\n ]\n },\n \"bidding\": {\n \"dcpm\": {\n \"bidLimit\": 14,\n \"maxAvgBid\": 7,\n \"goals\": {\n \"primary\": {\n \"action\": {\n \"hardGoal\": false,\n \"maximizeActionRate\": true,\n \"optimizationWindowInDays\": 5,\n \"prioritizePerformance\": 95\n }\n },\n \"secondary\": {\n \"viewability\": {\n \"hardGoal\": false,\n \"measurement\": \"mrc\",\n \"rate\": 50\n }\n }\n }\n },\n \"enableViewabilityMeasurement\": false\n },\n \"beacons\": [\n {\n \"id\": \"{{beaconId}}\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n }\n ],\n \"inventory\": {\n \"exchangeIds\": [\"37\",\"1\"],\n \"privatePublisherDeals\": [\n {\n \"cpmBid\": 10.00,\n \"publisherDealId\": \"{{publisherDealId}}\"\n }\n ],\n \"enableAutomaticDeals\": false,\n \"enablePublisherBidCpm\": false\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [18, 24],\n \"optimizeDemographicTargeting\": true,\n \"targetGoal\": 64.0\n },\n \"technographic\": {\n \"browsers\": [\"internetExplorer7\", \"firefox\", \"opera\"],\n \"connectivity\": {\n \"mediums\": [\"cable\", \"corporate\", \"dialup\", \"other\", \"mobileCarrierNetwork\"]\n },\n \"devices\": {\n \"crossDeviceTargeting\": true,\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n }\n ]\n }\n },\n \"segmentSetIdentity\": \"household\",\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingIdentity\": \"household\",\n \"retargetingSegmentId\": \"{{retargetingSegmentId}}\",\n \"inventory\": {\n \"adVisibility\": [\"aboveFold\", \"belowFold\", \"unknown\"],\n \"adsTxtAuthorizationStatus\": [\"authorizedDirectInventory\", \"authorizedResellerInventory\", \"unmeasurableInventory\"],\n \"siteLists\": {\n \"includeInventoryListIds\": [\"{{inventoryListId}}\"]\n },\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n }\n },\n \"locale\": {\n \"browserLanguages\": [\"aa\", \"en\", \"tw\", \"kr\"],\n \"daypart\": [\n {\n \"day\": \"sunday\",\n \"hours\": [\"am1\", \"am5\", \"pm3\"]\n },\n {\n \"day\": \"tuesday\",\n \"hours\": [\"pm3\", \"pm8\"]\n }\n ],\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"us\",\n \"entryType\": \"latLong\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"groups\": [\"{{locationGroupId}}\"],\n \"radius\": 10,\n \"radiusUnits\": \"miles\"\n }\n }\n }\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/insertionOrders/:insertionOrderId/lineItems","host":["{{campaign_url}}"],"path":["insertionOrders",":insertionOrderId","lineItems"],"variable":[{"key":"insertionOrderId","value":"1608792592"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Sep 2022 01:44:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3294"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"4746df4f-3252725"},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/targeting/biConceptSetId. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608799774\",\n \"marketId\": \"1\",\n \"resourceType\": \"lineItem\",\n \"status\": \"stopStartDate\",\n \"advertiserId\": \"1608792487\",\n \"insertionOrderId\": \"1608792592\",\n \"mediaFormat\": \"display\",\n \"createdAt\": \"2022-09-07T01:44:04Z\",\n \"updatedAt\": \"2022-09-07T01:44:04Z\",\n \"currency\": \"usd\",\n \"name\": \"irene - automated bid LI\",\n \"environment\": {\n \"targetedTypes\": [\n \"desktopWeb\"\n ],\n \"excludeNonOptimizedMobileWeb\": false,\n \"excludeMobileAppWithoutDeviceId\": false\n },\n \"iabCategory\": \"iab2-1\",\n \"inventory\": {\n \"exchangeIds\": [\n \"1\",\n \"37\"\n ],\n \"privatePublisherDeals\": [\n {\n \"publisherDealId\": \"1608799448\"\n }\n ],\n \"dealGroups\": [],\n \"enabledAutomaticDeals\": []\n },\n \"bidding\": {\n \"dcpm\": {\n \"maxAvgBid\": 7,\n \"goals\": {\n \"primary\": {\n \"action\": {\n \"maximizeActionRate\": true,\n \"optimizationWindowInDays\": 5,\n \"priortizePerformance\": 95,\n \"prioritizePerformance\": 95\n }\n },\n \"secondary\": {\n \"viewability\": {\n \"rate\": 50,\n \"measurement\": \"mrc\"\n }\n }\n },\n \"bidLimit\": 14\n }\n },\n \"beacons\": [\n {\n \"id\": \"1608792593\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"budget\": {\n \"pacing\": \"evenImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-09-27T13:41:00Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"budget\": 30,\n \"impressionCap\": 2\n }\n ],\n \"asapDelivery\": false\n },\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n },\n {\n \"costType\": \"obaCompliance\",\n \"provider\": \"tRUSTe\",\n \"cpmCost\": 0.015,\n \"paidBy\": \"amobee\"\n }\n ],\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [\n 18,\n 24\n ],\n \"targetGoal\": 64,\n \"optimizeDemographicTargeting\": true\n },\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingSegmentId\": \"2211421637\",\n \"locale\": {\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"US\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"entryType\": \"latLong\",\n \"radius\": 10,\n \"radiusUnits\": \"miles\",\n \"groups\": [\n \"36400800\"\n ]\n }\n },\n \"daypart\": [\n {\n \"day\": \"tuesday\",\n \"hours\": [\n \"pm3\",\n \"pm8\"\n ]\n },\n {\n \"day\": \"sunday\",\n \"hours\": [\n \"am1\",\n \"pm3\",\n \"am5\"\n ]\n }\n ],\n \"browserLanguages\": [\n \"en-ie\",\n \"en-us\",\n \"tw\",\n \"en-mp\",\n \"en-il\",\n \"en-in\",\n \"en-mt\",\n \"en-za\",\n \"en-ms\",\n \"en-ag\",\n \"en-io\",\n \"en-mu\",\n \"en-ai\",\n \"en-mw\",\n \"en-vc\",\n \"en-er\",\n \"en-et\",\n \"en-vg\",\n \"en-na\",\n \"en-vi\",\n \"en-zm\",\n \"en-as\",\n \"en-au\",\n \"en-ng\",\n \"en-nf\",\n \"aa\",\n \"en-zw\",\n \"en-vu\",\n \"en-bb\",\n \"en-be\",\n \"en-jm\",\n \"en-rw\",\n \"en-fk\",\n \"en-nr\",\n \"en\",\n \"en-fj\",\n \"en-nu\",\n \"en-fm\",\n \"en-bm\",\n \"en-bo\",\n \"en-nz\",\n \"en-bn\",\n \"en-sb\",\n \"en-bs\",\n \"en-sc\",\n \"en-sh\",\n \"en-bw\",\n \"en-sg\",\n \"en-sl\",\n \"en-bz\",\n \"en-gb\",\n \"en-ke\",\n \"en-gd\",\n \"en-so\",\n \"en-ws\",\n \"en-ki\",\n \"en-ca\",\n \"en-gh\",\n \"en-kn\",\n \"en-gi\",\n \"en-sz\",\n \"en-gm\",\n \"en-ck\",\n \"en-cm\",\n \"aa-dj\",\n \"en-tc\",\n \"en-ky\",\n \"en-gu\",\n \"en-gy\",\n \"en-lc\",\n \"en-pg\",\n \"en-tk\",\n \"en-ph\",\n \"en-pk\",\n \"en-to\",\n \"en-pn\",\n \"en-tt\",\n \"en-hk\",\n \"en-pr\",\n \"kr\",\n \"en-ls\",\n \"en-pw\",\n \"en-lr\",\n \"en-dm\",\n \"en-ug\",\n \"aa-er\",\n \"en-um\",\n \"en-mh\",\n \"aa-et\"\n ]\n },\n \"technographic\": {\n \"devices\": {\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n }\n ],\n \"crossDeviceTargeting\": true\n },\n \"browsers\": [\n \"opera\",\n \"firefox\",\n \"internetExplorer7\"\n ],\n \"connectivity\": {\n \"mediums\": [\n \"dialup\",\n \"other\",\n \"mobileCarrierNetwork\",\n \"corporate\",\n \"cable\"\n ],\n \"includeIspIds\": []\n }\n },\n \"inventory\": {\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"adVisibility\": [\n \"belowFold\",\n \"aboveFold\",\n \"unknown\"\n ],\n \"siteLists\": {\n \"includeInventoryListIds\": [\n \"36402855\"\n ]\n },\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n },\n \"adsTxtAuthorizationStatus\": [\n \"unmeasurableInventory\",\n \"authorizedDirectInventory\",\n \"authorizedResellerInventory\"\n ]\n },\n \"segmentSetIdentity\": \"household\",\n \"retargetingIdentity\": \"household\"\n }\n }\n ],\n \"errors\": []\n}"}]},{"name":"New LI (3 Level Campaign)","event":[{"listen":"test","script":{"id":"4ace0717-345b-4348-9995-38af0f8240f0","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"lineItemId\", jsonData.data[0].id);","}"],"type":"text/javascript"}}],"id":"f903e5cc-5e9e-4d17-be10-9438659ba41e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene - automated bid LI\",\n \"status\": \"play\",\n \"mediaFormat\": \"display\",\n \"environment\": {\n \"targetedTypes\": [\"desktopWeb\"],\n \"excludeMobileAppWithoutDeviceId\": false,\n \"excludeNonOptimizedMobileWeb\": false\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"iabCategory\": \"iab2-1\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"hasDesignatedBudget\": true,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 30,\n \"dailyCap\": 0,\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"impressionCap\": 2\n }\n ]\n },\n \"bidding\": {\n \"dcpm\": {\n \"bidLimit\": 14,\n \"maxAvgBid\": 7,\n \"goals\": {\n \"primary\": {\n \"action\": {\n \"hardGoal\": false,\n \"maximizeActionRate\": true,\n \"optimizationWindowInDays\": 5,\n \"prioritizePerformance\": 95\n }\n },\n \"secondary\": {\n \"viewability\": {\n \"hardGoal\": false,\n \"measurement\": \"mrc\",\n \"rate\": 50\n }\n }\n }\n },\n \"enableViewabilityMeasurement\": false\n },\n \"beacons\": [\n {\n \"id\": \"{{beaconId}}\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n }\n ],\n \"inventory\": {\n \"exchangeIds\": [\"37\",\"1\"],\n \"privatePublisherDeals\": [\n {\n \"cpmBid\": 10.00,\n \"publisherDealId\": \"{{publisherDealId}}\"\n }\n ],\n \"enableAutomaticDeals\": false,\n \"enablePublisherBidCpm\": false\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [18, 24],\n \"optimizeDemographicTargeting\": true,\n \"targetGoal\": 64.0\n },\n \"technographic\": {\n \"browsers\": [\"internetExplorer7\", \"firefox\", \"opera\"],\n \"connectivity\": {\n \"mediums\": [\"cable\", \"corporate\", \"dialup\", \"other\", \"mobileCarrierNetwork\"]\n },\n \"devices\": {\n \"crossDeviceTargeting\": true,\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n }\n ]\n }\n },\n \"segmentSetIdentity\": \"household\",\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingIdentity\": \"household\",\n \"retargetingSegmentId\": \"{{retargetingSegmentId}}\",\n \"inventory\": {\n \"adVisibility\": [\"aboveFold\", \"belowFold\", \"unknown\"],\n \"adsTxtAuthorizationStatus\": [\"authorizedDirectInventory\", \"authorizedResellerInventory\", \"unmeasurableInventory\"],\n \"siteLists\": {\n \"includeInventoryListIds\": [\"{{inventoryListId}}\"]\n },\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n }\n },\n \"locale\": {\n \"browserLanguages\": [\"aa\", \"en\", \"tw\", \"kr\"],\n \"daypart\": [\n {\n \"day\": \"sunday\",\n \"hours\": [\"am1\", \"am5\", \"pm3\"]\n },\n {\n \"day\": \"tuesday\",\n \"hours\": [\"pm3\", \"pm8\"]\n }\n ],\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"us\",\n \"entryType\": \"latLong\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"groups\": [\"{{locationGroupId}}\"],\n \"radius\": 10,\n \"radiusUnits\": \"miles\"\n }\n }\n }\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/packages/:packageId/lineItems","host":["{{campaign_url}}"],"path":["packages",":packageId","lineItems"],"variable":[{"key":"packageId","value":"{{packageId}}","description":"Numeric ID associated with a package. Required.\n\nDefaults to ID associated with the most recent package created using POST New Package."}]},"description":"## Create a new line item (LI)\n\nYou can create a new line item for a three-level campaign (i.e., IO, package, LI hierarchy) by sending this `POST` request. To define settings for your LI, open the body tab and edit the JSON object.\n\nSee `POST` New LI (2 Level Campaign) for information on definitions and allowed values of all fields and DTOs.\n\n**Note:** Availability/requirements of LI settings may change depending on settings configured at the package level. See the table below for package settings and corresponding LI requirements or recommendations.\n\n| **Package Setting** | **LI Options** |\n| --- | --- |\n| `inventoryType` is _openExchangeAndPrivateDeals_ | **Bidding:**`enableBidShading` is made available for flat bidding LIs (i.e., LIs with `cpm` defined). Setting as _true_ is recommended.

**Inventory:** Defining `exchangeIds`, `dealGroups`, `privatePublisherDeals`, or any combination of the three is required. |\n| `inventoryType` is _programmaticGuaranteed_ | **Inventory:** Defining `guaranteedPublisherDealId` is required. |"},"response":[{"id":"0e8ea350-2548-43d4-9b5e-ba3d0769519f","name":"Flat Bidding LI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene - flat bid LI\",\n \"status\": \"play\",\n \"mediaFormat\": \"display\",\n \"environment\": {\n \"excludeMobileAppWithoutDeviceId\": false,\n \"excludeNonOptimizedMobileWeb\": false,\n \"targetedTypes\": [\"desktopWeb\"]\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"iabCategory\": \"iab2-1\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"hasDesignatedBudget\": true,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 30,\n \"dailyCap\": 0,\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"impressionCap\": 6\n }\n ]\n },\n \"bidding\": {\n \"cpm\": {\n \"bids\": [10.00, 15.00],\n \"enableBidShading\": false,\n \"goal\": \"maximizeCtr\"\n },\n \"enableViewabilityMeasurement\": false\n },\n \"beacons\": [\n {\n \"id\": \"{{beaconId}}\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n }\n ],\n \"inventory\": {\n \"exchangeIds\": [\"37\",\"1\"],\n \"privatePublisherDeals\": [\n {\n \"cpmBid\": 10.00,\n \"publisherDealId\": \"{{publisherDealId}}\"\n }\n ],\n \"enableAutomaticDeals\": false,\n \"enablePublisherBidCpm\": false\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [18, 24],\n \"optimizeDemographicTargeting\": true,\n \"targetGoal\": 64.0\n },\n \"technographic\": {\n \"browsers\": [\"internetExplorer7\", \"firefox\", \"opera\"],\n \"connectivity\": {\n \"mediums\": [\"cable\", \"corporate\", \"dialup\", \"other\", \"mobileCarrierNetwork\"]\n },\n \"devices\": {\n \"crossDeviceTargeting\": true,\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n }\n ]\n }\n },\n \"segmentSetIdentity\": \"household\",\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingIdentity\": \"household\",\n \"retargetingSegmentId\": \"{{retargetingSegmentId}}\",\n \"inventory\": {\n \"adVisibility\": [\"aboveFold\", \"belowFold\", \"unknown\"],\n \"adsTxtAuthorizationStatus\": [\"authorizedDirectInventory\", \"authorizedResellerInventory\", \"unmeasurableInventory\"],\n \"siteLists\": {\n \"includeInventoryListIds\": [\"{{inventoryListId}}\"]\n },\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n }\n },\n \"locale\": {\n \"browserLanguages\": [\"aa\", \"en\", \"tw\", \"kr\"],\n \"daypart\": [\n {\n \"day\": \"sunday\",\n \"hours\": [\"am1\", \"am5\", \"pm3\"]\n },\n {\n \"day\": \"tuesday\",\n \"hours\": [\"pm3\", \"pm8\"]\n }\n ],\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"us\",\n \"entryType\": \"latLong\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"groups\": [\"{{locationGroupId}}\"],\n \"radius\": 10,\n \"radiusUnits\": \"miles\"\n }\n }\n }\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/packages/:packageId/lineItems","host":["{{campaign_url}}"],"path":["packages",":packageId","lineItems"],"variable":[{"key":"packageId","value":"{{packageId}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Sep 2022 19:32:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3159"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"fc64e9e4-3614172"},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/targeting/biConceptSetId. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608801235\",\n \"marketId\": \"1\",\n \"resourceType\": \"lineItem\",\n \"status\": \"stopStartDate\",\n \"advertiserId\": \"1608792487\",\n \"insertionOrderId\": \"1608792488\",\n \"packageId\": \"1608792594\",\n \"mediaFormat\": \"display\",\n \"createdAt\": \"2022-09-07T19:32:43Z\",\n \"updatedAt\": \"2022-09-07T19:32:43Z\",\n \"currency\": \"usd\",\n \"name\": \"irene - flat bid LI\",\n \"environment\": {\n \"targetedTypes\": [\n \"desktopWeb\"\n ],\n \"excludeNonOptimizedMobileWeb\": false,\n \"excludeMobileAppWithoutDeviceId\": false\n },\n \"iabCategory\": \"iab2-1\",\n \"inventory\": {\n \"exchangeIds\": [\n \"1\",\n \"37\"\n ],\n \"privatePublisherDeals\": [\n {\n \"publisherDealId\": \"1608799448\",\n \"cpmBid\": 10\n }\n ],\n \"dealGroups\": [],\n \"enabledAutomaticDeals\": []\n },\n \"bidding\": {\n \"cpm\": {\n \"bids\": [\n 10,\n 15\n ],\n \"goal\": \"maximizeCtr\",\n \"enableBidShading\": false\n }\n },\n \"beacons\": [\n {\n \"id\": \"1608792593\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"budget\": {\n \"pacing\": \"evenImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-09-27T13:41:00Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"budget\": 30,\n \"impressionCap\": 6\n }\n ],\n \"asapDelivery\": false\n },\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n },\n {\n \"costType\": \"obaCompliance\",\n \"provider\": \"tRUSTe\",\n \"cpmCost\": 0.015,\n \"paidBy\": \"amobee\"\n }\n ],\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [\n 18,\n 24\n ],\n \"targetGoal\": 64,\n \"optimizeDemographicTargeting\": true\n },\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingSegmentId\": \"2211421637\",\n \"locale\": {\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"US\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"entryType\": \"latLong\",\n \"radius\": 10,\n \"radiusUnits\": \"miles\",\n \"groups\": [\n \"36400800\"\n ]\n }\n },\n \"daypart\": [\n {\n \"day\": \"tuesday\",\n \"hours\": [\n \"pm3\",\n \"pm8\"\n ]\n },\n {\n \"day\": \"sunday\",\n \"hours\": [\n \"am1\",\n \"pm3\",\n \"am5\"\n ]\n }\n ],\n \"browserLanguages\": [\n \"en-ie\",\n \"en-us\",\n \"tw\",\n \"en-mp\",\n \"en-il\",\n \"en-in\",\n \"en-mt\",\n \"en-za\",\n \"en-ms\",\n \"en-ag\",\n \"en-io\",\n \"en-mu\",\n \"en-ai\",\n \"en-mw\",\n \"en-vc\",\n \"en-er\",\n \"en-et\",\n \"en-vg\",\n \"en-na\",\n \"en-vi\",\n \"en-zm\",\n \"en-as\",\n \"en-au\",\n \"en-ng\",\n \"en-nf\",\n \"aa\",\n \"en-zw\",\n \"en-vu\",\n \"en-bb\",\n \"en-be\",\n \"en-jm\",\n \"en-rw\",\n \"en-fk\",\n \"en-nr\",\n \"en\",\n \"en-fj\",\n \"en-nu\",\n \"en-fm\",\n \"en-bm\",\n \"en-bo\",\n \"en-nz\",\n \"en-bn\",\n \"en-sb\",\n \"en-bs\",\n \"en-sc\",\n \"en-sh\",\n \"en-bw\",\n \"en-sg\",\n \"en-sl\",\n \"en-bz\",\n \"en-gb\",\n \"en-ke\",\n \"en-gd\",\n \"en-so\",\n \"en-ws\",\n \"en-ki\",\n \"en-ca\",\n \"en-gh\",\n \"en-kn\",\n \"en-gi\",\n \"en-sz\",\n \"en-gm\",\n \"en-ck\",\n \"en-cm\",\n \"aa-dj\",\n \"en-tc\",\n \"en-ky\",\n \"en-gu\",\n \"en-gy\",\n \"en-lc\",\n \"en-pg\",\n \"en-tk\",\n \"en-ph\",\n \"en-pk\",\n \"en-to\",\n \"en-pn\",\n \"en-tt\",\n \"en-hk\",\n \"en-pr\",\n \"kr\",\n \"en-ls\",\n \"en-pw\",\n \"en-lr\",\n \"en-dm\",\n \"en-ug\",\n \"aa-er\",\n \"en-um\",\n \"en-mh\",\n \"aa-et\"\n ]\n },\n \"technographic\": {\n \"devices\": {\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n }\n ],\n \"crossDeviceTargeting\": true\n },\n \"browsers\": [\n \"opera\",\n \"firefox\",\n \"internetExplorer7\"\n ],\n \"connectivity\": {\n \"mediums\": [\n \"dialup\",\n \"other\",\n \"mobileCarrierNetwork\",\n \"corporate\",\n \"cable\"\n ],\n \"includeIspIds\": []\n }\n },\n \"inventory\": {\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"adVisibility\": [\n \"belowFold\",\n \"aboveFold\",\n \"unknown\"\n ],\n \"siteLists\": {\n \"includeInventoryListIds\": [\n \"36402855\"\n ]\n },\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n },\n \"adsTxtAuthorizationStatus\": [\n \"unmeasurableInventory\",\n \"authorizedDirectInventory\",\n \"authorizedResellerInventory\"\n ]\n },\n \"segmentSetIdentity\": \"household\",\n \"retargetingIdentity\": \"household\"\n }\n }\n ],\n \"errors\": []\n}"},{"id":"3f4a7ef1-16a4-40ba-9edf-b00cf7e0d13e","name":"Automated Bidding LI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene - automated bid LI\",\n \"status\": \"play\",\n \"mediaFormat\": \"display\",\n \"environment\": {\n \"excludeMobileAppWithoutDeviceId\": false,\n \"excludeNonOptimizedMobileWeb\": false,\n \"targetedTypes\": [\"desktopWeb\"]\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"iabCategory\": \"iab2-1\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"hasDesignatedBudget\": true,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 30,\n \"dailyCap\": 0,\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"impressionCap\": 2\n }\n ]\n },\n \"bidding\": {\n \"dcpm\": {\n \"bidLimit\": 14,\n \"maxAvgBid\": 7,\n \"goals\": {\n \"primary\": {\n \"action\": {\n \"hardGoal\": false,\n \"maximizeActionRate\": true,\n \"optimizationWindowInDays\": 5,\n \"prioritizePerformance\": 95\n }\n },\n \"secondary\": {\n \"viewability\": {\n \"hardGoal\": false,\n \"measurement\": \"mrc\",\n \"rate\": 50\n }\n }\n }\n },\n \"enableViewabilityMeasurement\": false\n },\n \"beacons\": [\n {\n \"id\": \"{{beaconId}}\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n }\n ],\n \"inventory\": {\n \"exchangeIds\": [\"37\",\"1\"],\n \"privatePublisherDeals\": [\n {\n \"cpmBid\": 10.00,\n \"publisherDealId\": \"{{publisherDealId}}\"\n }\n ],\n \"enableAutomaticDeals\": false,\n \"enablePublisherBidCpm\": false\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [18, 24],\n \"optimizeDemographicTargeting\": true,\n \"targetGoal\": 64.0\n },\n \"technographic\": {\n \"browsers\": [\"internetExplorer7\", \"firefox\", \"opera\"],\n \"connectivity\": {\n \"mediums\": [\"cable\", \"corporate\", \"dialup\", \"other\", \"mobileCarrierNetwork\"]\n },\n \"devices\": {\n \"crossDeviceTargeting\": true,\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n }\n ]\n }\n },\n \"segmentSetIdentity\": \"household\",\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingIdentity\": \"household\",\n \"retargetingSegmentId\": \"{{retargetingSegmentId}}\",\n \"inventory\": {\n \"adVisibility\": [\"aboveFold\", \"belowFold\", \"unknown\"],\n \"adsTxtAuthorizationStatus\": [\"authorizedDirectInventory\", \"authorizedResellerInventory\", \"unmeasurableInventory\"],\n \"siteLists\": {\n \"includeInventoryListIds\": [\"{{inventoryListId}}\"]\n },\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n }\n },\n \"locale\": {\n \"browserLanguages\": [\"aa\", \"en\", \"tw\", \"kr\"],\n \"daypart\": [\n {\n \"day\": \"sunday\",\n \"hours\": [\"am1\", \"am5\", \"pm3\"]\n },\n {\n \"day\": \"tuesday\",\n \"hours\": [\"pm3\", \"pm8\"]\n }\n ],\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"us\",\n \"entryType\": \"latLong\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"groups\": [\"{{locationGroupId}}\"],\n \"radius\": 10,\n \"radiusUnits\": \"miles\"\n }\n }\n }\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/packages/:packageId/lineItems","host":["{{campaign_url}}"],"path":["packages",":packageId","lineItems"],"variable":[{"key":"packageId","value":"{{packageId}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Sep 2022 19:54:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3319"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"19169df3-3689911"},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/targeting/biConceptSetId. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608801242\",\n \"marketId\": \"1\",\n \"resourceType\": \"lineItem\",\n \"status\": \"stopStartDate\",\n \"advertiserId\": \"1608792487\",\n \"insertionOrderId\": \"1608792488\",\n \"packageId\": \"1608792594\",\n \"mediaFormat\": \"display\",\n \"createdAt\": \"2022-09-07T19:54:06Z\",\n \"updatedAt\": \"2022-09-07T19:54:06Z\",\n \"currency\": \"usd\",\n \"name\": \"irene - automated bid LI\",\n \"environment\": {\n \"targetedTypes\": [\n \"desktopWeb\"\n ],\n \"excludeNonOptimizedMobileWeb\": false,\n \"excludeMobileAppWithoutDeviceId\": false\n },\n \"iabCategory\": \"iab2-1\",\n \"inventory\": {\n \"exchangeIds\": [\n \"1\",\n \"37\"\n ],\n \"privatePublisherDeals\": [\n {\n \"publisherDealId\": \"1608799448\"\n }\n ],\n \"dealGroups\": [],\n \"enabledAutomaticDeals\": []\n },\n \"bidding\": {\n \"dcpm\": {\n \"maxAvgBid\": 7,\n \"goals\": {\n \"primary\": {\n \"action\": {\n \"maximizeActionRate\": true,\n \"optimizationWindowInDays\": 5,\n \"priortizePerformance\": 95,\n \"prioritizePerformance\": 95\n }\n },\n \"secondary\": {\n \"viewability\": {\n \"rate\": 50,\n \"measurement\": \"mrc\"\n }\n }\n },\n \"bidLimit\": 14\n }\n },\n \"beacons\": [\n {\n \"id\": \"1608792593\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"budget\": {\n \"pacing\": \"evenImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-09-27T13:41:00Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"budget\": 30,\n \"impressionCap\": 2\n }\n ],\n \"asapDelivery\": false\n },\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n },\n {\n \"costType\": \"obaCompliance\",\n \"provider\": \"tRUSTe\",\n \"cpmCost\": 0.015,\n \"paidBy\": \"amobee\"\n }\n ],\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [\n 18,\n 24\n ],\n \"targetGoal\": 64,\n \"optimizeDemographicTargeting\": true\n },\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingSegmentId\": \"2211421637\",\n \"locale\": {\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"US\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"entryType\": \"latLong\",\n \"radius\": 10,\n \"radiusUnits\": \"miles\",\n \"groups\": [\n \"36400800\"\n ]\n }\n },\n \"daypart\": [\n {\n \"day\": \"tuesday\",\n \"hours\": [\n \"pm3\",\n \"pm8\"\n ]\n },\n {\n \"day\": \"sunday\",\n \"hours\": [\n \"am1\",\n \"pm3\",\n \"am5\"\n ]\n }\n ],\n \"browserLanguages\": [\n \"en-ie\",\n \"en-us\",\n \"tw\",\n \"en-mp\",\n \"en-il\",\n \"en-in\",\n \"en-mt\",\n \"en-za\",\n \"en-ms\",\n \"en-ag\",\n \"en-io\",\n \"en-mu\",\n \"en-ai\",\n \"en-mw\",\n \"en-vc\",\n \"en-er\",\n \"en-et\",\n \"en-vg\",\n \"en-na\",\n \"en-vi\",\n \"en-zm\",\n \"en-as\",\n \"en-au\",\n \"en-ng\",\n \"en-nf\",\n \"aa\",\n \"en-zw\",\n \"en-vu\",\n \"en-bb\",\n \"en-be\",\n \"en-jm\",\n \"en-rw\",\n \"en-fk\",\n \"en-nr\",\n \"en\",\n \"en-fj\",\n \"en-nu\",\n \"en-fm\",\n \"en-bm\",\n \"en-bo\",\n \"en-nz\",\n \"en-bn\",\n \"en-sb\",\n \"en-bs\",\n \"en-sc\",\n \"en-sh\",\n \"en-bw\",\n \"en-sg\",\n \"en-sl\",\n \"en-bz\",\n \"en-gb\",\n \"en-ke\",\n \"en-gd\",\n \"en-so\",\n \"en-ws\",\n \"en-ki\",\n \"en-ca\",\n \"en-gh\",\n \"en-kn\",\n \"en-gi\",\n \"en-sz\",\n \"en-gm\",\n \"en-ck\",\n \"en-cm\",\n \"aa-dj\",\n \"en-tc\",\n \"en-ky\",\n \"en-gu\",\n \"en-gy\",\n \"en-lc\",\n \"en-pg\",\n \"en-tk\",\n \"en-ph\",\n \"en-pk\",\n \"en-to\",\n \"en-pn\",\n \"en-tt\",\n \"en-hk\",\n \"en-pr\",\n \"kr\",\n \"en-ls\",\n \"en-pw\",\n \"en-lr\",\n \"en-dm\",\n \"en-ug\",\n \"aa-er\",\n \"en-um\",\n \"en-mh\",\n \"aa-et\"\n ]\n },\n \"technographic\": {\n \"devices\": {\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n }\n ],\n \"crossDeviceTargeting\": true\n },\n \"browsers\": [\n \"opera\",\n \"firefox\",\n \"internetExplorer7\"\n ],\n \"connectivity\": {\n \"mediums\": [\n \"dialup\",\n \"other\",\n \"mobileCarrierNetwork\",\n \"corporate\",\n \"cable\"\n ],\n \"includeIspIds\": []\n }\n },\n \"inventory\": {\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"adVisibility\": [\n \"belowFold\",\n \"aboveFold\",\n \"unknown\"\n ],\n \"siteLists\": {\n \"includeInventoryListIds\": [\n \"36402855\"\n ]\n },\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n },\n \"adsTxtAuthorizationStatus\": [\n \"unmeasurableInventory\",\n \"authorizedDirectInventory\",\n \"authorizedResellerInventory\"\n ]\n },\n \"segmentSetIdentity\": \"household\",\n \"retargetingIdentity\": \"household\"\n }\n }\n ],\n \"errors\": []\n}"}]},{"name":"Copy Existing LI","id":"e7969f1e-1f77-4797-bcfe-f96e0acee76d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"{{campaign_url}}/lineItems/:id?copy=self","host":["{{campaign_url}}"],"path":["lineItems",":id"],"query":[{"key":"copy","value":"self","description":"Defines depth of the copy.\n\nAllowed values: self (copies only the LI), ads (copies the LI & its associated ads)"}],"variable":[{"key":"id","value":"{{lineItemId}}","description":"Numeric ID associated with the line item being copied. Required. \n\nDefaults to ID associated with the most recent line item created using either of the two POST New LI requests."}]},"description":"## Copy an existing line item\n\nYou can make a copy of an existing line item by sending this `POST` request.\n\nAll of the original LI's settings—except status—will carry over to the new copy. The default status of the copied LI is set to *pause*."},"response":[{"id":"54f5b6e9-4a3a-46bd-a42f-df5422d69bc3","name":"200 Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{campaign_url}}/lineItems/:id?copy=self","host":["{{campaign_url}}"],"path":["lineItems",":id"],"query":[{"key":"copy","value":"self","description":"Defines depth of the copy.\n\nAllowed values: self (copies only the LI), ads (copies the LI & its associated ads)"}],"variable":[{"key":"id","value":"{{lineItemId}}","description":"Numeric ID associated with the line item being copied. Required. \n\nDefaults to ID associated with the most recent line item created using POST New LI."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 17:08:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"1e2ab589-1759530"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608801350\",\n \"resourceType\": \"lineItem\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of LIs","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"e46c87a0-125a-4469-ac39-5f5128a62cab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/lineItems?packageId={{packageId}}&offset=0&limit=2&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["lineItems"],"query":[{"key":"marketId","value":"1","description":"Limits response results to LIs within the market specified. \n\nCannot be defined when advertiserId, insertionOrderId, or packageId is defined.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to LIs under the advertiser specified. If left unchecked/empty, LIs under all advertisers are returned. \n\nCannot be defined when marketId, insertionOrderId, or packageId is defined.","disabled":true},{"key":"insertionOrderId","value":"{{insertionOrderId}}","description":"Limits response results to LIs under the IO specified.\n\nCannot be defined when marketId, advertiserId, or packageId is defined.","disabled":true},{"key":"packageId","value":"{{packageId}}","description":"Limits response results to LIs under the package specified. \n\nCannot be defined when marketId, advertiserId, or insertionOrderId is defined."},{"key":"offset","value":"0","description":"The starting index in the list of LIs."},{"key":"limit","value":"2","description":"The number of LIs to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]},"description":"## Retrieve a list of line items\n\nYou can retrieve all of the LIs within a specified market, advertiser, IO, or package by sending this `GET` request.\n\n**Note:** No combination of `marketId`, `advertiserId`, `insertionOrderId`, and `packageId` can be used at the same time for a single request.\n\nIf you want to view all LIs under a given market and have access to multiple markets, you must specify a value for `marketId`."},"response":[{"id":"f1db5760-294a-4003-b73d-ebde1d477c18","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/lineItems?packageId={{packageId}}&offset=0&limit=2&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["lineItems"],"query":[{"key":"marketId","value":"1","description":"Limits response results to LIs within the market specified. \n\nCannot be defined when advertiserId, insertionOrderId, or packageId is defined.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to LIs under the advertiser specified. If left unchecked/empty, LIs under all advertisers are returned. \n\nCannot be defined when marketId, insertionOrderId, or packageId is defined.","disabled":true},{"key":"insertionOrderId","value":"{{insertionOrderId}}","description":"Limits response results to LIs under the IO specified.\n\nCannot be defined when marketId, advertiserId, or packageId is defined.","disabled":true},{"key":"packageId","value":"{{packageId}}","description":"Limits response results to LIs under the package specified. \n\nCannot be defined when marketId, advertiserId, or insertionOrderId is defined."},{"key":"offset","value":"0","description":"The starting index in the list of LIs."},{"key":"limit","value":"2","description":"The number of LIs to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Sep 2022 22:33:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6371"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"6d755873-3697916"},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/primary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/click/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizePerformance. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/bidding/dcpm/goals/secondary/action/priortizeDelivery. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"Warning","value":"299 services.amobee.com: \"Deprecated Field: LineItemDTO/targeting/biConceptSetId. See: https://services.amobee.com/campaign/v5/doc/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"queryTotal\": 3,\n \"data\": [\n {\n \"id\": \"1608801235\",\n \"marketId\": \"1\",\n \"resourceType\": \"lineItem\",\n \"status\": \"stopStartDate\",\n \"advertiserId\": \"1608792487\",\n \"insertionOrderId\": \"1608792488\",\n \"packageId\": \"1608792594\",\n \"mediaFormat\": \"display\",\n \"createdAt\": \"2022-09-07T19:32:43Z\",\n \"updatedAt\": \"2022-09-07T19:32:43Z\",\n \"currency\": \"usd\",\n \"name\": \"irene - flat bid LI\",\n \"environment\": {\n \"targetedTypes\": [\n \"desktopWeb\"\n ],\n \"excludeNonOptimizedMobileWeb\": false,\n \"excludeMobileAppWithoutDeviceId\": false\n },\n \"iabCategory\": \"iab2-1\",\n \"inventory\": {\n \"exchangeIds\": [\n \"1\",\n \"37\"\n ],\n \"privatePublisherDeals\": [\n {\n \"publisherDealId\": \"1608799448\",\n \"cpmBid\": 10\n }\n ],\n \"enabledAutomaticDeals\": []\n },\n \"bidding\": {\n \"cpm\": {\n \"bids\": [\n 10,\n 15\n ],\n \"goal\": \"maximizeCtr\",\n \"enableBidShading\": false\n }\n },\n \"beacons\": [\n {\n \"id\": \"1608792593\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"budget\": {\n \"pacing\": \"evenImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-09-27T13:41:00Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"budget\": 30,\n \"impressionCap\": 6\n }\n ],\n \"asapDelivery\": false\n },\n \"thirdPartyCosts\": [\n {\n \"costType\": \"obaCompliance\",\n \"provider\": \"tRUSTe\",\n \"cpmCost\": 0.015,\n \"paidBy\": \"amobee\"\n },\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n }\n ],\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [\n 18,\n 24\n ],\n \"targetGoal\": 64,\n \"optimizeDemographicTargeting\": true\n },\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingSegmentId\": \"2212772343\",\n \"locale\": {\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"US\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"entryType\": \"latLong\",\n \"radius\": 10,\n \"radiusUnits\": \"miles\",\n \"groups\": [\n \"36400800\"\n ]\n }\n },\n \"daypart\": [\n {\n \"day\": \"sunday\",\n \"hours\": [\n \"am1\",\n \"pm3\",\n \"am5\"\n ]\n },\n {\n \"day\": \"tuesday\",\n \"hours\": [\n \"pm3\",\n \"pm8\"\n ]\n }\n ],\n \"browserLanguages\": [\n \"en-ie\",\n \"en-us\",\n \"tw\",\n \"en-mp\",\n \"en-il\",\n \"en-in\",\n \"en-mt\",\n \"en-za\",\n \"en-ms\",\n \"en-ag\",\n \"en-io\",\n \"en-mu\",\n \"en-ai\",\n \"en-mw\",\n \"en-vc\",\n \"en-er\",\n \"en-et\",\n \"en-vg\",\n \"en-na\",\n \"en-vi\",\n \"en-zm\",\n \"en-as\",\n \"en-au\",\n \"en-ng\",\n \"en-nf\",\n \"aa\",\n \"en-zw\",\n \"en-vu\",\n \"en-bb\",\n \"en-be\",\n \"en-jm\",\n \"en-rw\",\n \"en-fk\",\n \"en-nr\",\n \"en\",\n \"en-fj\",\n \"en-nu\",\n \"en-fm\",\n \"en-bm\",\n \"en-bo\",\n \"en-nz\",\n \"en-bn\",\n \"en-sb\",\n \"en-bs\",\n \"en-sc\",\n \"en-sh\",\n \"en-bw\",\n \"en-sg\",\n \"en-sl\",\n \"en-bz\",\n \"en-gb\",\n \"en-ke\",\n \"en-gd\",\n \"en-so\",\n \"en-ws\",\n \"en-ki\",\n \"en-ca\",\n \"en-gh\",\n \"en-kn\",\n \"en-gi\",\n \"en-sz\",\n \"en-gm\",\n \"en-ck\",\n \"en-cm\",\n \"aa-dj\",\n \"en-tc\",\n \"en-ky\",\n \"en-gu\",\n \"en-gy\",\n \"en-lc\",\n \"en-pg\",\n \"en-tk\",\n \"en-ph\",\n \"en-pk\",\n \"en-to\",\n \"en-pn\",\n \"en-tt\",\n \"en-hk\",\n \"en-pr\",\n \"kr\",\n \"en-ls\",\n \"en-pw\",\n \"en-lr\",\n \"en-dm\",\n \"en-ug\",\n \"aa-er\",\n \"en-um\",\n \"en-mh\",\n \"aa-et\"\n ]\n },\n \"technographic\": {\n \"devices\": {\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n }\n ],\n \"crossDeviceTargeting\": true\n },\n \"browsers\": [\n \"opera\",\n \"firefox\",\n \"internetExplorer7\"\n ],\n \"connectivity\": {\n \"mediums\": [\n \"dialup\",\n \"other\",\n \"mobileCarrierNetwork\",\n \"corporate\",\n \"cable\"\n ],\n \"includeIspIds\": []\n }\n },\n \"inventory\": {\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"adVisibility\": [\n \"belowFold\",\n \"aboveFold\",\n \"unknown\"\n ],\n \"adsTxtAuthorizationStatus\": [\n \"unmeasurableInventory\",\n \"authorizedDirectInventory\",\n \"authorizedResellerInventory\"\n ]\n }\n }\n },\n {\n \"id\": \"1608801242\",\n \"marketId\": \"1\",\n \"resourceType\": \"lineItem\",\n \"status\": \"pause\",\n \"advertiserId\": \"1608792487\",\n \"insertionOrderId\": \"1608792488\",\n \"packageId\": \"1608792594\",\n \"mediaFormat\": \"display\",\n \"createdAt\": \"2022-09-07T19:54:06Z\",\n \"updatedAt\": \"2022-09-07T21:00:14Z\",\n \"currency\": \"usd\",\n \"name\": \"irene - automated bid LI\",\n \"environment\": {\n \"targetedTypes\": [\n \"desktopWeb\"\n ],\n \"excludeNonOptimizedMobileWeb\": false,\n \"excludeMobileAppWithoutDeviceId\": false\n },\n \"iabCategory\": \"iab2-1\",\n \"inventory\": {\n \"exchangeIds\": [\n \"1\",\n \"37\"\n ],\n \"privatePublisherDeals\": [\n {\n \"publisherDealId\": \"1608799448\"\n }\n ],\n \"enabledAutomaticDeals\": []\n },\n \"bidding\": {\n \"dcpm\": {\n \"maxAvgBid\": 7,\n \"goals\": {\n \"primary\": {\n \"action\": {\n \"maximizeActionRate\": true,\n \"optimizationWindowInDays\": 5,\n \"priortizePerformance\": 95,\n \"prioritizePerformance\": 95\n }\n },\n \"secondary\": {\n \"viewability\": {\n \"rate\": 50,\n \"measurement\": \"mrc\"\n }\n }\n },\n \"bidLimit\": 14\n }\n },\n \"beacons\": [\n {\n \"id\": \"1608792593\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"budget\": {\n \"pacing\": \"evenImpression\",\n \"schedules\": [\n {\n \"startDate\": \"2022-09-27T13:41:00Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"budget\": 30,\n \"impressionCap\": 2\n }\n ],\n \"asapDelivery\": false\n },\n \"thirdPartyCosts\": [\n {\n \"costType\": \"obaCompliance\",\n \"provider\": \"tRUSTe\",\n \"cpmCost\": 0.015,\n \"paidBy\": \"amobee\"\n },\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n }\n ],\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 3,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [\n 18,\n 24\n ],\n \"targetGoal\": 64,\n \"optimizeDemographicTargeting\": true\n },\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingSegmentId\": \"2212814632\",\n \"locale\": {\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"US\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 18,\n \"longitude\": -39\n }\n }\n ],\n \"entryType\": \"latLong\",\n \"radius\": 10,\n \"radiusUnits\": \"miles\",\n \"groups\": [\n \"36400800\"\n ]\n }\n },\n \"daypart\": [\n {\n \"day\": \"sunday\",\n \"hours\": [\n \"am1\",\n \"pm3\",\n \"am5\"\n ]\n },\n {\n \"day\": \"tuesday\",\n \"hours\": [\n \"pm3\",\n \"pm8\"\n ]\n }\n ],\n \"browserLanguages\": [\n \"en-ie\",\n \"en-us\",\n \"tw\",\n \"en-mp\",\n \"en-il\",\n \"en-in\",\n \"en-mt\",\n \"en-za\",\n \"en-ms\",\n \"en-ag\",\n \"en-io\",\n \"en-mu\",\n \"en-ai\",\n \"en-mw\",\n \"en-vc\",\n \"en-er\",\n \"en-et\",\n \"en-vg\",\n \"en-na\",\n \"en-vi\",\n \"en-zm\",\n \"en-as\",\n \"en-au\",\n \"en-ng\",\n \"en-nf\",\n \"aa\",\n \"en-zw\",\n \"en-vu\",\n \"en-bb\",\n \"en-be\",\n \"en-jm\",\n \"en-rw\",\n \"en-fk\",\n \"en-nr\",\n \"en\",\n \"en-fj\",\n \"en-nu\",\n \"en-fm\",\n \"en-bm\",\n \"en-bo\",\n \"en-nz\",\n \"en-bn\",\n \"en-sb\",\n \"en-bs\",\n \"en-sc\",\n \"en-sh\",\n \"en-bw\",\n \"en-sg\",\n \"en-sl\",\n \"en-bz\",\n \"en-gb\",\n \"en-ke\",\n \"en-gd\",\n \"en-so\",\n \"en-ws\",\n \"en-ki\",\n \"en-ca\",\n \"en-gh\",\n \"en-kn\",\n \"en-gi\",\n \"en-sz\",\n \"en-gm\",\n \"en-ck\",\n \"en-cm\",\n \"aa-dj\",\n \"en-tc\",\n \"en-ky\",\n \"en-gu\",\n \"en-gy\",\n \"en-lc\",\n \"en-pg\",\n \"en-tk\",\n \"en-ph\",\n \"en-pk\",\n \"en-to\",\n \"en-pn\",\n \"en-tt\",\n \"en-hk\",\n \"en-pr\",\n \"kr\",\n \"en-ls\",\n \"en-pw\",\n \"en-lr\",\n \"en-dm\",\n \"en-ug\",\n \"aa-er\",\n \"en-um\",\n \"en-mh\",\n \"aa-et\"\n ]\n },\n \"technographic\": {\n \"devices\": {\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n }\n ],\n \"crossDeviceTargeting\": true\n },\n \"browsers\": [\n \"opera\",\n \"firefox\",\n \"internetExplorer7\"\n ],\n \"connectivity\": {\n \"mediums\": [\n \"dialup\",\n \"other\",\n \"mobileCarrierNetwork\",\n \"corporate\",\n \"cable\"\n ],\n \"includeIspIds\": []\n }\n },\n \"inventory\": {\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"adVisibility\": [\n \"belowFold\",\n \"aboveFold\",\n \"unknown\"\n ],\n \"adsTxtAuthorizationStatus\": [\n \"unmeasurableInventory\",\n \"authorizedDirectInventory\",\n \"authorizedResellerInventory\"\n ]\n }\n }\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/campaign/v5/api/lineItems?packageId=1608792594&offset=0&limit=2&sortOrder=asc&sortKey=id\",\n \"next\": \"https://services.amobee.com/campaign/v5/api/lineItems?packageId=1608792594&offset=2&limit=2&sortOrder=asc&sortKey=id\"\n }\n}"}]},{"name":"Existing LI","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"afcccfe0-e112-40d2-bdac-6d918550b79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/lineItems/:id","host":["{{campaign_url}}"],"path":["lineItems",":id"],"variable":[{"key":"id","value":"1610377827","description":"Numeric ID associated with a line item. Required.\n\nDefaults to ID associated with the most recent line item created using either of the two POST New LI requests."}]},"description":"## Retrieve a single line item\n\nYou can retrieve an existing line item in your market by sending this `GET` request.\n\nTo retrieve the `id` of a line item, you must first send one of the following:\n\n1. Either of the two `POST` New LI requests\n \n2. `POST` Copy Existing LI request\n \n3. `GET` List of LIs request\n \n\nUpon sending, both `POST` New LI endpoints will automatically populate the `lineItemId` variable with the ID of your newly created line item.\n\n`POST` Copy Existing LI will return the ID of your copied line item, which you can then manually copy and paste into the value cell for `id`.\n\n`GET` List of LIs will return a list of line item objects—within your market, advertiser, IO, or package—containing IDs that you can copy and paste into the value cell for `id`."},"response":[]},{"name":"Edit LI","id":"7b7ff5ce-0b3c-41d7-a4e8-ccbe1c5fc5c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene - LI ver2\",\n \"status\": \"play\",\n \"mediaFormat\": \"display\",\n \"environment\": {\n \"excludeMobileAppWithoutDeviceId\": true,\n \"excludeNonOptimizedMobileWeb\": true,\n \"targetedTypes\": [\"desktopWeb\"]\n },\n \"impressionFrequency\": {\n \"personOrDeviceFrequencyCapDetails\": {\n \"cap\": 4,\n \"period\": 5,\n \"periodUnits\": \"days\"\n }\n },\n \"iabCategory\": \"iab2-1\",\n \"budget\": {\n \"asapDelivery\": false,\n \"clientMargin\": 0,\n \"hasDesignatedBudget\": true,\n \"pacing\": \"evenImpression\",\n \"pacingMultiplier\": 0,\n \"schedules\": [\n {\n \"budget\": 30,\n \"dailyCap\": 0,\n \"startDate\": \"2022-09-27T13:41:30Z\",\n \"endDate\": \"2022-11-27T13:41:30Z\",\n \"impressionCap\": 2\n }\n ]\n },\n \"bidding\": {\n \"dcpm\": {\n \"bidLimit\": 10,\n \"maxAvgBid\": 5,\n \"goals\": {\n \"primary\": {\n \"action\": {\n \"hardGoal\": false,\n \"maximizeActionRate\": true,\n \"optimizationWindowInDays\": 5,\n \"prioritizePerformance\": 95\n }\n }\n }\n },\n \"enableViewabilityMeasurement\": false\n },\n \"beacons\": [\n {\n \"id\": \"{{beaconId}}\",\n \"cta\": 2,\n \"vta\": 5\n }\n ],\n \"thirdPartyCosts\": [\n {\n \"costType\": \"other\",\n \"provider\": \"adFin\",\n \"cpmCost\": 0.1,\n \"paidBy\": \"amobee\"\n }\n ],\n \"inventory\": {\n \"exchangeIds\": [\"1\"],\n \"privatePublisherDeals\": [\n {\n \"cpmBid\": 10.00,\n \"publisherDealId\": \"{{publisherDealId}}\"\n }\n ],\n \"enableAutomaticDeals\": false,\n \"enablePublisherBidCpm\": false\n },\n \"targeting\": {\n \"nielsenAudience\": {\n \"gender\": \"female\",\n \"ageRange\": [18, 24],\n \"optimizeDemographicTargeting\": true,\n \"targetGoal\": 64.0\n },\n \"technographic\": {\n \"browsers\": [\"internetExplorer7\", \"firefox\", \"opera\"],\n \"connectivity\": {\n \"mediums\": [\"cable\", \"corporate\", \"dialup\", \"other\", \"mobileCarrierNetwork\"]\n },\n \"devices\": {\n \"crossDeviceTargeting\": true,\n \"deviceProfiles\": [\n {\n \"operatingSystem\": {\n \"osId\": \"-16\"\n }\n },\n {\n \"operatingSystem\": {\n \"osId\": \"-10\"\n }\n }\n ]\n }\n },\n \"segmentSetIdentity\": \"household\",\n \"behavioralSegmentSetId\": \"1615161490\",\n \"retargetingIdentity\": \"household\",\n \"retargetingSegmentId\": \"{{retargetingSegmentId}}\",\n \"inventory\": {\n \"adVisibility\": [\"aboveFold\", \"belowFold\", \"unknown\"],\n \"adsTxtAuthorizationStatus\": [\"authorizedDirectInventory\", \"authorizedResellerInventory\", \"unmeasurableInventory\"],\n \"siteLists\": {\n \"includeInventoryListIds\": [\"{{inventoryListId}}\"]\n },\n \"contextualConceptSetId\": \"1614685131\",\n \"brandSafetyConceptSetId\": \"1626278188\",\n \"ipLists\": {\n \"includeIpListId\": \"21129872\"\n }\n },\n \"locale\": {\n \"browserLanguages\": [\"aa\", \"en\", \"tw\", \"kr\"],\n \"daypart\": [\n {\n \"day\": \"sunday\",\n \"hours\": [\"am1\", \"am5\", \"pm3\"]\n },\n {\n \"day\": \"tuesday\",\n \"hours\": [\"pm3\", \"pm8\"]\n }\n ],\n \"geographic\": {\n \"mobileRadius\": {\n \"country\": \"us\",\n \"entryType\": \"latLong\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 20,\n \"longitude\": -20\n }\n }\n ],\n \"groups\": [\"{{locationGroupId}}\"],\n \"radius\": 10,\n \"radiusUnits\": \"kilometers\"\n }\n }\n }\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/lineItems/:id","host":["{{campaign_url}}"],"path":["lineItems",":id"],"variable":[{"key":"id","value":"{{lineItemId}}","description":"Numeric ID associated with the line item being updated. Required. \n\nDefaults to ID associated with the most recent line item created using either of the two POST New LI requests."}]},"description":"## Edit an existing line item\n\nYou can edit settings for an existing line item by sending this `PUT` request. To update LI settings, open the body tab to edit the JSON object. See `POST` New LI documentation for information on field definitions and allowed values.\n\nThe following fields cannot be edited:\n\n* `mediaFormat`\n* `status`: To update a line item's play status, send a `PUT` Update LI Status request.\n \n\nFor information on obtaining the line item `id`, see `GET` Existing LI documentation."},"response":[]},{"name":"Update LI Status","id":"1a55219b-b32f-4bac-9f7c-e0d1e1ffbfc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"status\": \"pause\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/lineItems/:id/statuses","host":["{{campaign_url}}"],"path":["lineItems",":id","statuses"],"variable":[{"key":"id","value":"{{lineItemId}}","description":"Numeric ID associated with the line item being updated. Required. \n\nDefaults to ID associated with the most recent line item created using either of the two POST New LI requests."}]},"description":"## Updating a line item's play status\n\nYou can edit the status of an existing line item by sending this `PUT` request. To update other LI settings, send a `PUT` Edit LI request.\n\nTo define a new status for the LI, open the body tab and input a new status value. Allowed values: *play, pause, stop, archived, approved.*\n\nFor information on obtaining the `id`, see `GET` Existing LI documentation."},"response":[]}],"id":"b40c78f9-cd48-4c00-b9d2-01b3637024ea","description":"## Resource overview\n\nLine items are a level within campaign IOs used to 1) define granular tactics for user targeting and 2) customize settings (e.g., budget, inventory) to optimize towards various objectives within a single campaign.\n\n## Format, Environment, and Device Combinations\n\n| Format | Environment | Devices |\n| --- | --- | --- |\n| Display | DOOH | N/A |\n| Display | Desktop Web | PC, Other, Unknown |\n| Display | Mobile Web | Tablet, Mobile Phone, Media Player, E-Reader, Unknown |\n| Display | Mobile App | Tablet, Mobile Phone, Media Player, E-Reader, Unknown |\n| Video | Desktop Web | PC, Other, Unknown |\n| Video | Mobile Web | Tablet, Mobile Phone, Media Player, E-Reader, Unknown |\n| Video | Mobile App | Tablet, Mobile Phone, Media Player, E-Reader, Unknown |\n| Video | Connected TV App | Unknown, TV, Set Top Box, Games Console |\n| Video | DOOH | N/A |\n| Video | Interactive TV | N/A |\n| Audio | Desktop Web | PC, Other, Unknown |\n| Audio | Mobile Web | Tablet, Mobile Phone, Media Player, E-Reader, Unknown |\n| Audio | Mobile App | Tablet, Mobile Phone, Media Player, E-Reader, Unknown |\n| Native | Desktop Web | PC, Other, Unknown |\n| Native | Mobile Web | Tablet, Mobile Phone, Media Player, E-Reader, Unknown |\n| Native | Mobile App | Tablet, Mobile Phone, Media Player, E-Reader, Unknown |\n| Native | Connected TV App | Unknown, TV, Set Top Box, Games Console |"},{"name":"Segments/Segment Sets","item":[{"name":"List of Segments","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"f7ca80da-7de8-432c-b150-92dd3b63cafc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/segments?marketId=1&segmentUsage=targeting&offset=0&limit=2&sortOrder=desc&sortKey=cost","host":["{{campaign_url}}"],"path":["segments"],"query":[{"key":"marketId","value":"1","description":"Limits response results to segments within the market specified. \n\nCannot be defined when advertiserId is defined."},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to segments under the advertiser specified. If left unchecked/empty, segments under all advertisers are returned. \n\nCannot be defined when marketId is defined.","disabled":true},{"key":"segmentUsage","value":"targeting","description":"Limits response results to segments of the type specified.\n\nAllowed values: targeting, analytics"},{"key":"offset","value":"0","description":"The starting index in the list of segment objects."},{"key":"limit","value":"2","description":"The number of segments to return."},{"key":"sortOrder","value":"desc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"cost","description":"Field by which results should be sorted. \n\nAllowed values: id, name, cost"}]},"description":"## Retrieve a list of segments\n\nYou can retrieve all of the segments within a specified market or advertiser by sending this `GET` request.\n\n**Note:** If you have access to multiple markets, you must specify a value for `marketId`. Otherwise (i.e., `marketId` is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values."},"response":[]},{"name":"List of Segment Sets","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"7cfabc3b-06b0-4d86-9423-6ed120592260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/segmentSets?advertiserId={{advertiserId}}&isReusable=true&offset=0&limit=2&sortOrder=desc&sortKey=cost","host":["{{campaign_url}}"],"path":["segmentSets"],"query":[{"key":"marketId","value":"1","description":"Limits response results to segment sets within the market specified. \n\nCannot be defined when advertiserId is defined.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to segment sets under the advertiser specified. If left unchecked/empty, segment sets under all advertisers are returned. \n\nCannot be defined when marketId is defined."},{"key":"isReusable","value":"true","description":"Identifies whether or not response results should be reusable. \n\nAllowed values: true, false"},{"key":"offset","value":"0","description":"The starting index in the list of segment sets."},{"key":"limit","value":"2","description":"The number of segment sets to return."},{"key":"sortOrder","value":"desc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"cost","description":"Field by which results should be sorted. \n\nAllowed values: id, name, cost"}]},"description":"## Retrieve a list of segment sets\n\nYou can retrieve all of the segment sets within a specified market or advertiser by sending this `GET` request.\n\n**Note:** If you have access to multiple markets, you must specify a value for `marketId`. Otherwise (i.e., `marketId` is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values."},"response":[]}],"id":"e917a316-8ecd-4526-a367-c3e7992444b7","description":"## Resource overview\n\nSegments are user groups defined by specific audience criteria (e.g., demographics, geographic location, product usage or interest). Segments/segment sets retrieved from this collection can be applied to a campaign during **line item creation** to target specific audiences.\n\nAttach a single custom segment or segment set to a line (include OR exclude) use these fields in payload (you get the ID from segment or segment set endpoints). The segment or set entities cannot be created through API.\n\n**behavioralSegmentSetId** \nType: long \nDescription: An individual segmentSetId to be targeted on a line item. Only one ID may be used. This ID corresponds to a predefined segment set audience segment stored in the data platform.\n\n**includeSegmentId** \nType: long \nDescription: An individual segmentId to be targeted on a line item. Only one ID may be used. This ID corresponds to a predefined custom audience segment stored in the data platform.\n\n**excludeSegmentId** \nType: long \nDescription: An individual segmentId to be excluded from a line item. Only one ID may be used. This ID corresponds to a predefined custom audience segment stored in the data platform.\n\n1. On a line item, API accepts:\n \n a. **Option A:** `segmentSetId`\n \n ```\n i. `\"behavioralSegmentSetId\": \"1615226525\",`\n \n ```\n \n b. **Option B:** `includeSegmentId` and/or `excludeSegmentId`\n \n ```\n i. `\"includeSegmentId\": \"1329381851\",`\n ii. `\"excludeSegmentId\": \"1329106818\"`\n \n ```\n \n2. No boolean logic allowed within `includeSegmentId` or `excludeSegmentId`\n \n3. Submitting both a `segmentSetId` and `includeSegmentId` and/or `excludeSegmentId` in the same request will be rejected"},{"name":"Retargeting Segments","item":[{"name":"New Retargeting Segment","event":[{"listen":"test","script":{"id":"150a05b1-692c-464f-a11e-81be3c78fcef","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"retargetingSegmentId\", jsonData.data[0].id);","}"],"type":"text/javascript"}}],"id":"3646a333-cd78-42d9-a04b-ad4eab51d047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene test - include (A OR B) & (C OR D)\",\n \"description\": \"retarget users that fall in any of the following group combos: AC, BC, AD, BD; A = served 2+ impressions from specified advertiser within last 8 hours, B = clicked specified package's ads at least once within last 20 hours, C = caused 2+ pixel fires in last 8 hours, D = pixel fires increased by 50% in 2 days\",\n \"ruleSet\": {\n \"op\": \"and\",\n \"ruleSets\": [\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\"{{advertiserId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"packageClick\",\n \"eventObjectResourceIds\": [\"{{packageId}}\"],\n \"frequency\": {\n \"minimum\": 1,\n \"period\": 20,\n \"periodUnits\": \"hours\"\n }\n }\n ]\n },\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\"{{beaconId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\"{{beaconId}}\"],\n \"velocity\": {\n \"periodInDays\": 2,\n \"change\": 50\n }\n }\n ]\n }\n ]\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/retargetingSegments","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","retargetingSegments"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]},"description":"## Create a new retargeting segment\n\nYou can create a new retargeting segment by sending this `POST` request. To define the segment's retargeting rules, open the body tab and edit the JSON object.\n\nFor DTO fields `rule` and `ruleSet`, see the corresponding DTO tables below for guidance on entering values.\n\n#### Request Body (Definitions)\n\n_\\*Optional element_\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| name | Name of this retargeting segment. | string |\n| \\*description | Description of targeted user group(s). | string |\n| rule (DTO) | Information on a single user group to retarget. Define if targeting only one user group (e.g., A).

Cannot be defined when `ruleSet` is defined, required otherwise. | DTO |\n| ruleSet (DTO) | Rules and/or nested rulesets bound by a boolean operator. Define if targeting more than one user group (e.g., A OR B).

Cannot be defined when `rule` is defined, required otherwise. | DTO |\n\n#### `rule` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| invertRule | Indicates if user group specified in rule should be included in or excluded from targeting. | boolean: _false_ (include), _true_ (exclude) |\n| event | Type of event by which the pool of retargeted users should be defined.

Allowed values: _beaconImpression, lineItemImpression, lineItemClick, advertiserImpression, advertiserClick, packageImpression, packageClick_ | string |\n| eventObjectResourceIds | ID(s) associated with the object(s)—e.g., advertisers, packages—for which `event`s are tracked. | comma-separated array of strings |\n| frequency (DTO) | `event` frequency of retargeted users.

Cannot be defined when `velocity` is defined. | DTO |\n| velocity (DTO) | `event` velocity (i.e., increase/decrease in interest) displayed by retargeted users.

Cannot be defined when `frequency` is defined. | DTO |\n\n#### `frequency` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| minimum | Minimum number of times the `event` must occur before retargeting rule applies. | integer |\n| period | Number of minutes/hours/days used to define `event` frequency. | integer |\n| periodUnits | Unit of time used to define `event` frequency.

Allowed values: _minutes, hours, days_ | string |\n\n#### `velocity` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| periodInDays | Number of days in which change in user interest must occur before retargeting rule applies. | integer |\n| change | % change in number of `event`s recorded for retargeted users. | float |\n\n#### `ruleSet` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| op | Boolean operator to group rules and/or rulesets defined within this ruleset.

Allowed values: _and, or_ | string |\n| rules | Nested list of rules grouped together in this ruleset.

Example `ruleSet` containing two `rules`: include (A AND B). | comma-separated array containing one or more `rule` DTOs |\n| ruleSets | Nested list of rulesets.

Example `ruleSet` containing two nested `ruleSets`: include ((A OR B) AND (C OR D)) | comma-separated array containing one or more `ruleSet` DTOs |"},"response":[{"id":"89dbdf05-bc9e-4809-9b6b-c9cc3ff6ac35","name":"Include A","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene test - include/retarget A\",\n \"description\": \"A = users served 2+ impressions from specified advertiser within last 8 hours\",\n \"rule\": {\n \"invertRule\": false,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\"{{advertiserId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/retargetingSegments","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","retargetingSegments"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Aug 2022 00:00:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"500"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"4b98952f-2003971"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"2210943257\",\n \"marketId\": \"1\",\n \"resourceType\": \"retargetingSegment\",\n \"name\": \"irene test - include/retarget A\",\n \"description\": \"A = users served 2+ impressions from specified advertiser within last 8 hours\",\n \"rule\": {\n \"invertRule\": false,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\n \"1608775066\"\n ],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-08-30T00:00:49Z\",\n \"updatedAt\": \"2022-08-30T00:00:49Z\"\n }\n ],\n \"errors\": []\n}"},{"id":"42b53ac2-618b-41a6-8da0-d82ed4d58de8","name":"Exclude (A or B)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene test - exclude A OR B\",\n \"description\": \"retarget everyone EXCEPT users that fall in both groups A & B; A = users served 2+ impressions from specified advertiser within last 8 hours, B = users who click on ads associated with specified package at least once within last 20 hours\",\n \"ruleSet\": {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": true,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\"{{advertiserId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": true,\n \"event\": \"packageClick\",\n \"eventObjectResourceIds\": [\"{{packageId}}\"],\n \"frequency\": {\n \"minimum\": 1,\n \"period\": 20,\n \"periodUnits\": \"hours\"\n }\n }\n ]\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/retargetingSegments","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","retargetingSegments"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Aug 2022 00:29:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"807"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"b12ed126-2016230"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"2210943833\",\n \"marketId\": \"1\",\n \"resourceType\": \"retargetingSegment\",\n \"name\": \"irene test - exclude A OR B\",\n \"description\": \"retarget everyone EXCEPT users that fall in both groups A & B; A = users served 2+ impressions from specified advertiser within last 8 hours, B = users who click on ads associated with specified package at least once within last 20 hours\",\n \"ruleSet\": {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": true,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\n \"1608775066\"\n ],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": true,\n \"event\": \"packageClick\",\n \"eventObjectResourceIds\": [\n \"1608784938\"\n ],\n \"frequency\": {\n \"minimum\": 1,\n \"period\": 20,\n \"periodUnits\": \"hours\"\n }\n }\n ]\n },\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-08-30T00:29:40Z\",\n \"updatedAt\": \"2022-08-30T00:29:40Z\"\n }\n ],\n \"errors\": []\n}"},{"id":"4852d0bf-8d4b-4b19-81b8-2eb03ca1cab1","name":"Include A & B & (C or D)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene test - include A & B & (C OR D)\",\n \"description\": \"retarget users that fall in either trio of groups: ABC or ABD; A = served 2+ impressions from specified advertiser within last 8 hours, B = clicked specified package's ads at least once within last 20 hours, C = caused 2+ pixel fires in last 8 hours, D = pixel fires increased by 50% in 2 days\",\n \"ruleSet\": {\n \"op\": \"and\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\"{{advertiserId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"packageClick\",\n \"eventObjectResourceIds\": [\"{{packageId}}\"],\n \"frequency\": {\n \"minimum\": 1,\n \"period\": 20,\n \"periodUnits\": \"hours\"\n }\n }\n ],\n \"ruleSets\": [\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\"{{beaconId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\"{{beaconId}}\"],\n \"velocity\": {\n \"periodInDays\": 2,\n \"change\": 50\n }\n }\n ]\n }\n ]\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/retargetingSegments","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","retargetingSegments"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Aug 2022 02:40:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1008"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"5d4e5b16-2064923"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"2210947434\",\n \"marketId\": \"1\",\n \"resourceType\": \"retargetingSegment\",\n \"name\": \"irene test - include A & B & (C OR D)\",\n \"description\": \"retarget users that fall in either trio of groups: ABC or ABD; A = served 2+ impressions from specified advertiser within last 8 hours, B = clicked specified package's ads at least once within last 20 hours, C = caused 2+ pixel fires in last 8 hours, D = pixel fires increased by 50% in 2 days\",\n \"ruleSet\": {\n \"op\": \"and\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\n \"1608775066\"\n ],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"packageClick\",\n \"eventObjectResourceIds\": [\n \"1608784938\"\n ],\n \"frequency\": {\n \"minimum\": 1,\n \"period\": 20,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\n \"1608785239\"\n ],\n \"velocity\": {\n \"periodInDays\": 2,\n \"change\": 50\n }\n }\n ]\n },\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-08-30T02:40:37Z\",\n \"updatedAt\": \"2022-08-30T02:40:37Z\"\n }\n ],\n \"errors\": []\n}"},{"id":"c2ac8cb1-77b9-4381-8221-293fcb4e5716","name":"Include (A or B) & (C or D)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"irene test - include (A OR B) & (C OR D)\",\n \"description\": \"retarget users that fall in any of the following group combos: AC, BC, AD, BD; A = served 2+ impressions from specified advertiser within last 8 hours, B = clicked specified package's ads at least once within last 20 hours, C = caused 2+ pixel fires in last 8 hours, D = pixel fires increased by 50% in 2 days\",\n \"ruleSet\": {\n \"op\": \"and\",\n \"ruleSets\": [\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\"{{advertiserId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"packageClick\",\n \"eventObjectResourceIds\": [\"{{packageId}}\"],\n \"frequency\": {\n \"minimum\": 1,\n \"period\": 20,\n \"periodUnits\": \"hours\"\n }\n }\n ]\n },\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\"{{beaconId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\"{{beaconId}}\"],\n \"velocity\": {\n \"periodInDays\": 2,\n \"change\": 50\n }\n }\n ]\n }\n ]\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/retargetingSegments","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","retargetingSegments"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Aug 2022 02:49:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1221"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"ef1d7da8-2067028"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"2210947588\",\n \"marketId\": \"1\",\n \"resourceType\": \"retargetingSegment\",\n \"name\": \"irene test - include (A OR B) & (C OR D)\",\n \"description\": \"retarget users that fall in any of the following group combos: AC, BC, AD, BD; A = served 2+ impressions from specified advertiser within last 8 hours, B = clicked specified package's ads at least once within last 20 hours, C = caused 2+ pixel fires in last 8 hours, D = pixel fires increased by 50% in 2 days\",\n \"ruleSet\": {\n \"op\": \"and\",\n \"ruleSets\": [\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\n \"1608775066\"\n ],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"packageClick\",\n \"eventObjectResourceIds\": [\n \"1608784938\"\n ],\n \"frequency\": {\n \"minimum\": 1,\n \"period\": 20,\n \"periodUnits\": \"hours\"\n }\n }\n ]\n },\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\n \"1608785239\"\n ],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\n \"1608785239\"\n ],\n \"velocity\": {\n \"periodInDays\": 2,\n \"change\": 50\n }\n }\n ]\n }\n ]\n },\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-08-30T02:49:56Z\",\n \"updatedAt\": \"2022-08-30T02:49:56Z\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of Retargeting Segments","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"e5ecaf19-f1a1-4fe5-bfd8-1f95c9212801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/retargetingSegments?marketId=1&offset=0&limit=2&sortOrder=asc&sortKey=name","host":["{{campaign_url}}"],"path":["retargetingSegments"],"query":[{"key":"marketId","value":"1","description":"Limits response results to retargeting segments within the market specified. \n\nCannot be defined when advertiserId is defined."},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to retargeting segments under the advertiser specified. If left unchecked/empty, retargeting segments under all advertisers are returned. \n\nCannot be defined when marketId is defined.","disabled":true},{"key":"offset","value":"0","description":"The starting index in the list of retargeting segments."},{"key":"limit","value":"2","description":"The number of retargeting segments to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"name","description":"Field by which results should be sorted. \n\nAllowed values: name, advertiserId"}]},"description":"## Retrieve a list of retargeting segments\n\nYou can retrieve all of the retargeting segments within a specified market or advertiser by sending this `GET` request.\n\n**Note:** `marketId` and `advertiserId` cannot be used at the same time for a single request.\n\nIf you want to view all retargeting segments under a given market and have access to multiple markets, you must specify a value for `marketId`."},"response":[]},{"name":"Existing Retargeting Segment","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"718dc854-bc93-4101-85cc-da0602a42a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/retargetingSegments/:segmentRetargetingId","host":["{{campaign_url}}"],"path":["retargetingSegments",":segmentRetargetingId"],"variable":[{"key":"segmentRetargetingId","value":"{{retargetingSegmentId}}","description":"Numeric ID associated with a retargeting segment. Required.\n\nDefaults to ID associated with the most recent retargeting segment created using POST New Retargeting Segment."}]},"description":"## Retrieve a retargeting segment\n\nYou can retrieve an existing retargeting segment in your market by sending this `GET` request.\n\nTo retrieve the `segmentRetargetingId`, you must first send one of the following:\n\n1. `POST` New Retargeting Segment request\n2. `GET` List of Retargeting Segments request\n \n\n`POST` New Retargeting Segment will automatically populate the `retargetingSegmentId` variable with the ID of your newly created segment.\n\n`GET` List of Retargeting Segments will return a list of retargeting segments—within your market—containing IDs that you can then manually copy and paste into the value cell for `segmentRetargetingId`."},"response":[{"id":"babe16a1-5426-4146-8fe1-e20189891c47","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/retargetingSegments/:segmentRetargetingId","host":["{{campaign_url}}"],"path":["retargetingSegments",":segmentRetargetingId"],"variable":[{"key":"segmentRetargetingId","value":"{{retargetingSegmentId}}","description":"Numeric ID associated with a retargeting segment. Required.\n\nDefaults to ID associated with the most recent retargeting segment created using POST New Retargeting Segment."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Aug 2022 06:25:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"895"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"57b3de08-2145758"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"2210947600\",\n \"marketId\": \"1\",\n \"resourceType\": \"retargetingSegment\",\n \"name\": \"irene test - include (A OR B) & (C OR D)\",\n \"ruleSet\": {\n \"op\": \"and\",\n \"ruleSets\": [\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\n \"1608775066\"\n ],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"packageClick\",\n \"eventObjectResourceIds\": [\n \"1608784938\"\n ],\n \"frequency\": {\n \"minimum\": 1,\n \"period\": 20,\n \"periodUnits\": \"hours\"\n }\n }\n ]\n },\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\n \"1608785239\"\n ],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\n \"1608785239\"\n ],\n \"velocity\": {\n \"periodInDays\": 2,\n \"change\": 50\n }\n }\n ]\n }\n ]\n },\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-08-30T02:54:57Z\",\n \"updatedAt\": \"2022-08-30T02:54:57Z\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Edit Retargeting Segment","id":"51694e4f-ae13-4872-b246-cdd3a26ae27e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"renamed test retargeting audience\",\n \"ruleSet\": {\n \"op\": \"and\",\n \"ruleSets\": [\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": false,\n \"event\": \"advertiserImpression\",\n \"eventObjectResourceIds\": [\"{{advertiserId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"minutes\"\n }\n },\n {\n \"invertRule\": false,\n \"event\": \"packageClick\",\n \"eventObjectResourceIds\": [\"{{packageId}}\"],\n \"frequency\": {\n \"minimum\": 1,\n \"period\": 20,\n \"periodUnits\": \"days\"\n }\n }\n ]\n },\n {\n \"op\": \"or\",\n \"rules\": [\n {\n \"invertRule\": true,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\"{{beaconId}}\"],\n \"frequency\": {\n \"minimum\": 2,\n \"period\": 8,\n \"periodUnits\": \"hours\"\n }\n },\n {\n \"invertRule\": true,\n \"event\": \"beaconImpression\",\n \"eventObjectResourceIds\": [\"{{beaconId}}\"],\n \"velocity\": {\n \"periodInDays\": 2,\n \"change\": -3\n }\n }\n ]\n }\n ]\n }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/retargetingSegments/:retargetingSegmentId","host":["{{campaign_url}}"],"path":["retargetingSegments",":retargetingSegmentId"],"variable":[{"key":"retargetingSegmentId","value":"{{retargetingSegmentId}}","description":"Numeric ID associated with a retargeting segment. Required.\n\nDefaults to ID associated with the most recent retargeting segment created using POST New Retargeting Segment."}]},"description":"## Edit an existing retargeting segment\n\nYou can edit all settings and rules for an existing retargeting segment by sending this `PUT` request.\n\nOpen the body tab to edit the JSON object. See `POST` New Retargeting Segment documentation for information on field definitions and allowed values.\n\nFor information on obtaining the `retargetingSegmentId`, see `GET` Existing Retargeting Segment documentation."},"response":[]}],"id":"7857e062-b688-4ffe-b585-1fb165e9dfec","description":"## Resource overview\n\nRetargeting segments are user groups defined by interactions between the user and elements of a given campaign (e.g., IOs, line items, beacons). These interactions are tracked to enable retargeting of users that have shown product interest.\n\nRetargeting segments retrieved from this collection can be applied to a campaign during **line item creation**."},{"name":"Concepts/Concept Sets","item":[{"name":"List of Concepts","event":[{"listen":"test","script":{"id":"cd9939b5-c9ff-4f56-a4b0-f89862ba2b0c","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"3b9a23a6-1e08-4120-ac0c-bf123be6de66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/concepts?marketId=1&advertiserId&conceptUsage=brandSafety&conceptUsageSubtype=interests&offset=0&limit=2&sortOrder=desc&sortKey=id","host":["{{campaign_url}}"],"path":["concepts"],"query":[{"key":"marketId","value":"1","description":"Limits response results to concepts within the market specified (if you have access to multiple markets). \n\nCannot be defined when advertiserId is defined."},{"key":"advertiserId","value":null,"description":"Limits response results to concepts under the advertiser specified. If left unchecked/empty, concepts for all advertisers are returned. \n\nCannot be defined when marketId is defined."},{"key":"conceptUsage","value":"brandSafety","description":"Usage type of the concepts to be returned. \n\nAllowed values: contextual, pageQuality, brandSafety, location, amobeeBrandIntelligence, venue, contextualTarget"},{"key":"conceptUsageSubtype","value":"interests","description":"Usage subtype of the concepts to be returned.\n\nAllowed values: trends, topics, custom, keywords, customTrends, customKeywords, interests, lifeStages, audiences, seasonal, brands, smartTV, customSmartTV"},{"key":"offset","value":"0","description":"The starting index in the list of concept objects."},{"key":"limit","value":"2","description":"The number of concepts to return."},{"key":"sortOrder","value":"desc","description":"Direction by which results should be sorted.\n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]},"description":"## Retrieve a list of concepts\n\nYou can retrieve all or a subset of the concepts within a specified market or advertiser by sending this `GET` request.\n\n**Note:** If you have access to multiple markets, you must specify a value for `marketId`. Otherwise, the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values."},"response":[{"id":"ee39df67-a6c7-495e-b9d0-bc38c2f08d54","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/concepts?advertiserId=1234&conceptUsage=brandSafety&conceptUsageSubtype=interests&offset=0&limit=2&sortOrder=desc&sortKey=id","host":["{{campaign_url}}"],"path":["concepts"],"query":[{"key":"marketId","value":"1","description":"Limits response results to concepts within the market specified (if you have access to multiple markets). Cannot be used in conjunction with the advertiserId parameter.","disabled":true},{"key":"advertiserId","value":"1234","description":"Limits response results to concepts under the advertiser specified. If left unchecked/empty, concepts for all advertisers are returned. \n\nCannot be used in conjunction with the marketId parameter."},{"key":"conceptUsage","value":"brandSafety","description":"Usage type of the concepts to be returned. \n\nAllowed values: contextual, pageQuality, brandSafety, location, amobeeBrandIntelligence, venue, contextualTarget"},{"key":"conceptUsageSubtype","value":"interests","description":"Usage subtype of the concepts to be returned.\n\nAllowed values: trends, topics, custom, keywords, customTrends, customKeywords, interests, lifeStages, audiences, seasonal, brands, smartTV, customSmartTV"},{"key":"offset","value":"0","description":"The starting index in the list of concept objects."},{"key":"limit","value":"2","description":"The number of concepts to return."},{"key":"sortOrder","value":"desc","description":"Direction by which results should be sorted.\n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: advertiserId, dealName, id, name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 18:23:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1119"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"d917aa72-682747"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"queryTotal\": 557,\n \"data\": [\n {\n \"id\": \"1165179641\",\n \"marketId\": \"1\",\n \"resourceType\": \"concept\",\n \"workflowStatus\": \"approved\",\n \"contentProviderId\": \"1161299458\",\n \"createdAt\": \"2020-04-09T13:32:16Z\",\n \"updatedAt\": \"2021-03-11T07:17:37Z\",\n \"cost\": 0,\n \"currency\": \"usd\",\n \"name\": \"Test Concept\",\n \"conceptUsage\": \"amobeeBrandIntelligence\",\n \"conceptUsageSubtype\": \"interests\",\n \"advertiserIds\": [\n \"1234\"\n ]\n },\n {\n \"id\": \"1164612541\",\n \"marketId\": \"1\",\n \"resourceType\": \"concept\",\n \"workflowStatus\": \"approved\",\n \"contentProviderId\": \"1161160131\",\n \"createdAt\": \"2019-05-23T11:18:18Z\",\n \"updatedAt\": \"2019-05-23T12:00:13Z\",\n \"cost\": 0,\n \"currency\": \"usd\",\n \"name\": \"BI Test\",\n \"conceptUsage\": \"amobeeBrandIntelligence\",\n \"conceptUsageSubtype\": \"interests\",\n \"advertiserIds\": [\n \"1234\"\n ]\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/campaign/v5/api/concepts?advertiserId=1606973956&conceptUsage=brandSafety&conceptUsageSubtype=interests&offset=0&limit=2&sortOrder=desc&sortKey=id\",\n \"next\": \"https://services.amobee.com/campaign/v5/api/concepts?advertiserId=1606973956&conceptUsage=brandSafety&conceptUsageSubtype=interests&offset=2&limit=2&sortOrder=desc&sortKey=id\"\n }\n}"}]},{"name":"List of Concept Sets","event":[{"listen":"test","script":{"id":"ede858b2-883b-4b01-bd76-616c92c3ce81","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"a709343b-82ab-45a5-bba1-29fc7809f213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/conceptSets?marketId=1&advertiserId=&conceptUsage=contextual&isReusable=true&offset=0&limit=2&sortOrder=asc&sortKey=name","host":["{{campaign_url}}"],"path":["conceptSets"],"query":[{"key":"marketId","value":"1","description":"Limits response results to concept sets within the market specified (if you have access to multiple markets). \n\nCannot be defined when advertiserId is defined."},{"key":"advertiserId","value":"","description":"Limits response results to concept sets under the advertiser specified. If left unchecked/empty, concept sets for all advertisers are returned. \n\nCannot be defined when marketId is defined."},{"key":"conceptUsage","value":"contextual","description":"Usage type of the concept sets to be returned. \n\nAllowed values: contextual, pageQuality, brandSafety, location, amobeeBrandIntelligence, venue, contextualTarget"},{"key":"isReusable","value":"true","description":"Limits response results to only concept sets that are either reusable or non-reusable. \n\nAllowed values: true, false"},{"key":"offset","value":"0","description":"The starting index in the list of concept set objects."},{"key":"limit","value":"2","description":"The number of concept sets to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"name","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]},"description":"## Retrieve a list of concept sets\n\nYou can retrieve all or a subset of the concept sets within a specified market or advertiser by sending this `GET` request.\n\n**Note:** If you have access to multiple markets, you must specify a value for `marketId`. Otherwise (i.e., `marketId` is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values."},"response":[{"id":"1fbff21a-39b8-4f66-8704-3d9404499059","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/conceptSets?marketId=1&advertiserId=&conceptUsage=brandSafety&isReusable=true&offset=0&limit=2&sortOrder=desc&sortKey=id","host":["{{campaign_url}}"],"path":["conceptSets"],"query":[{"key":"marketId","value":"1","description":"Limits response results to concept sets within the market specified (if you have access to multiple markets). Cannot be used in conjunction with the advertiserId parameter."},{"key":"advertiserId","value":"","description":"Limits response results to concept sets under the advertiser specified. If left unchecked/empty, concept sets for all advertisers are returned. \n\nCannot be used in conjunction with the marketId parameter."},{"key":"conceptUsage","value":"brandSafety","description":"Usage type of the concept sets to be returned. \n\nAllowed values: contextual, pageQuality, brandSafety, location, amobeeBrandIntelligence, venue, contextualTarget"},{"key":"isReusable","value":"true","description":"Limits response results to only concept sets that are either reusable or non-reusable. \n\nAllowed values: true, false"},{"key":"offset","value":"0","description":"The starting index in the list of concept set objects."},{"key":"limit","value":"2","description":"The number of concept sets to return."},{"key":"sortOrder","value":"desc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: advertiserId, dealName, id, name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 18:21:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"934"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"51c83f15-681754"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"queryTotal\": 64,\n \"data\": [\n {\n \"id\": \"1629213433\",\n \"marketId\": \"1\",\n \"resourceType\": \"conceptSet\",\n \"name\": \"Brand Safety 2022\",\n \"advertiserIds\": [\n \"1606982665\"\n ],\n \"workflowStatus\": \"approved\",\n \"createdAt\": \"2022-06-02T15:53:01Z\",\n \"updatedAt\": \"2022-06-02T15:53:01Z\",\n \"conceptUsage\": \"brandSafety\",\n \"isReusable\": true\n },\n {\n \"id\": \"1629212418\",\n \"marketId\": \"1\",\n \"resourceType\": \"conceptSet\",\n \"name\": \"Brand Safety 2022 Ver2\",\n \"advertiserIds\": [\n \"1606982665\"\n ],\n \"workflowStatus\": \"approved\",\n \"createdAt\": \"2022-06-02T16:01:02Z\",\n \"updatedAt\": \"2022-06-02T16:01:02Z\",\n \"conceptUsage\": \"brandSafety\",\n \"isReusable\": true\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/campaign/v5/api/conceptSets?marketId=1&conceptUsage=brandSafety&isReusable=true&offset=0&limit=2&sortOrder=desc&sortKey=id\",\n \"next\": \"https://services.amobee.com/campaign/v5/api/conceptSets?marketId=1&conceptUsage=brandSafety&isReusable=true&offset=2&limit=2&sortOrder=desc&sortKey=id\"\n }\n}"}]}],"id":"40c3ce12-a861-4aba-a441-be6c5187354d","description":"## Resource overview\n\n**Note: Concepts have been deprecated from the Nexxen DSP. While they still exist in our APIs, they should not be used.**\n\nConcepts are categories (e.g., restaurant locations, languages present on a webpage, brand reputation) that define inventory targeting criteria based on the content/context of impression delivery.\n\nConcepts and/or concept sets retrieved from this collection can be applied to a campaign during **line item creation** to enhance audience targeting."},{"name":"Beacons","item":[{"name":"New Beacon","event":[{"listen":"test","script":{"id":"dea61a30-7f17-4b35-ad18-cfb210310216","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"beaconId\", jsonData.data[0].id);","}"],"type":"text/javascript"}}],"id":"c2450adb-060b-4b05-a5e2-ab924f5af6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"doc test beacon\",\n \"beaconPlacement\": \"homepage\",\n \"workflowStatus\": \"approved\",\n \"dataProvider\": \"IRI\",\n \"location\" : {\n \"placeCategories\": [\"HAIRSTYLE\", \"CHEVROLET\"],\n \"placeNames\": [\"Teschi\", \"Davidson-Gebhardt\"],\n \"addresses\": [\"1845 Clinton Street # A, Buffalo\",\"3880 Test Drive, Loveland\"]\n },\n \"pageProtocol\": \"https\",\n \"acceptedAction\": \"click\",\n \"clickAssociationWindow\": 30,\n \"viewAssociationWindow\": {\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"actionCap\": 50,\n \"includeShoppingCartValue\": true,\n \"tatCategory\": \"apparel_customClothing_general\",\n \"trackingMethod\": \"atlas\",\n \"isMobileActionTrackingEnabled\": false,\n \"thirdPartyRedirectUrl\": \"https://amobee.com\",\n \"isBeaconValidated\": true,\n \"enableUserConsent\": false,\n \"gdprConsent\": false,\n \"ccpaConsent\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/beacons","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","beacons"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]},"description":"## Create a new beacon\n\nYou can create a new beacon by sending this `POST` request. To define settings for your beacon, open the body tab and edit the JSON object.\n\nFor DTO fields `location` and `viewAssociationWindow`, see the corresponding DTO tables below to customize the data.\n\n#### Request Body (Definitions)\n\n_\\*Optional element_\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| name | Name of this Beacon. | string |\n| beaconPlacement | Placement or type of beacon.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vSB6aTDq7hmIsUsX8sgXKcEIQ4qhg1wGPa4Gr_hABdc-iSiqfAsb-fcOXqis0uxIw/pubhtml) | string |\n| workflowStatus | Workflow status of this beacon.

Allowed values: _approved, archived_ | string |\n| \\*dataProvider

(Only required if `beaconPlacement` is \"offlineFootTraffic\") | Data provider for this beacon.

Allowed values: _ODC, IRI, CUEBIQ, WSI_ | string |\n| \\*location (DTO)

(Only required if `beaconPlacement` is \"offlineFootTraffic\") | Location-based tracking information for this beacon. | DTO |\n| pageProtocol | Page protocol used by the website on which this beacon will be placed.

Allowed values: _http, https_ | string |\n| acceptedAction | Action(s) that this beacon will credit for conversion.

Allowed values: _click, clickAndView_ | string |\n| clickAssociationWindow | Number of days a click-through can be associated with an action. | long |\n| viewAssociationWindow (DTO) | Length of time a view can be associated with an action. | DTO |\n| actionCap | Number of actions (i.e., clicks, views) that can be tracked and reported for a unique user.

\"actionCap\": -1 if number of actions is unlimited | long |\n| includeShoppingCartValue | Indicates if this beacon should pass shopping cart values whenever it fires.

_true or false_ | boolean |\n| \\*tatCategory | IAB-defined industry/interest category associated with your beacon.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vTP5QrpaH1DKN_04kDLVFv63002cH_HmcMM0OPNUPIG6ndRjzRES2jMqYYhb1FURA/pubhtml) | string |\n| trackingMethod | Tracking method used to monitor activity for the website on which this beacon is placed.

Recommended to use _alwaysFires_ for all beacons

Allowed values: _alwaysFires, dynamicFlip, reporting, serverSide, atlas, dclk, other_ | string |\n| isMobileActionTrackingEnabled | Indicates if this beacon should track mobile actions. | boolean |\n| \\*thirdPartyRedirectUrl | Third-party URL used for the beacon redirect.

Cannot be defined when `thirdPartyRedirectHtml` is defined. Not allowed when `isMobileActionTrackingEnabled` is \"true.\" | string |\n| \\*thirdPartyRedirectHtml | Third-party HTML used for the beacon redirect.

Cannot be defined when `thirdPartyRedirectUrl` is defined. Not allowed when `isMobileActionTrackingEnabled` is \"true.\" | string |\n| isBeaconValidated | Indicates if this beacon is validated. | boolean |\n| enableUserConsent | Indicates if this beacon supports the IAB transparency and consent framework. | boolean |\n| gdprConsent | Indicates if this beacon supports GDPR regulations. | boolean |\n| ccpaConsent | Indicates if this beacon supports CCPA regulations. | boolean |\n\n#### `location` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| placeCategories | Keywords associated with a place (e.g., services/goods offered). | comma-separated array of strings |\n| placeNames | Can be retrieved from `GET` List of Places. | comma-separated array of strings |\n| addresses | Can be retrieved from `GET` List of Addresses. | comma-separated array of strings |\n\n#### `viewAssociationWindow` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| period | Number of minutes/hours/days a view can be associated with an action. | long |\n| periodUnits | Unit of time used to define view association window.

Allowed values: _minutes, hours, days_ | string |"},"response":[{"id":"d9a42783-1a4c-426b-8add-e29236d1baea","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"doc test beacon\",\n \"beaconPlacement\": \"homepage\",\n \"workflowStatus\": \"approved\",\n \"dataProvider\": \"IRI\",\n \"location\" : {\n \"placeCategories\": [\"HAIRSTYLE\", \"CHEVROLET\"],\n \"placeNames\": [\"Teschi\", \"Davidson-Gebhardt\"],\n \"addresses\": [\"1845 Clinton Street # A, Buffalo\",\"3880 Test Drive, Loveland\"]\n },\n \"pageProtocol\": \"https\",\n \"acceptedAction\": \"click\",\n \"clickAssociationWindow\": 30,\n \"viewAssociationWindow\": {\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"actionCap\": 50,\n \"includeShoppingCartValue\": true,\n \"tatCategory\": \"apparel_customClothing_general\",\n \"trackingMethod\": \"atlas\",\n \"isMobileActionTrackingEnabled\": false,\n \"thirdPartyRedirectUrl\": \"https://amobee.com\",\n \"isBeaconValidated\": true,\n \"enableUserConsent\": false,\n \"gdprConsent\": false,\n \"ccpaConsent\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/beacons","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","beacons"],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 05:53:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1697"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"a973d49a-955957"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608792593\",\n \"marketId\": \"1\",\n \"resourceType\": \"beacon\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-09-01T05:53:30Z\",\n \"updatedAt\": \"2022-09-01T05:53:30Z\",\n \"isMobileActionTrackingEnabled\": false,\n \"beaconPlacement\": \"homepage\",\n \"name\": \"doc test beacon\",\n \"workflowStatus\": \"approved\",\n \"acceptedAction\": \"click\",\n \"clickAssociationWindow\": 30,\n \"viewAssociationWindow\": {\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"actionCap\": 50,\n \"includeShoppingCartValue\": true,\n \"tatCategory\": \"apparel_customClothing_general\",\n \"trackingMethod\": \"atlas\",\n \"thirdPartyRedirectUrl\": \"https://amobee.com\",\n \"isBeaconValidated\": true,\n \"pageProtocol\": \"https\",\n \"beaconJavascriptCode\": \"\\n\\n\\n\\n\\n\\n\\n\",\n \"gdprConsent\": false,\n \"ccpaConsent\": false,\n \"beaconImageCode\": \"\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of Beacons","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"f9b6d4cc-6f4f-4404-9c37-f326acc8bf5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/beacons?advertiserId={{advertiserId}}&offset=0&limit=2&sortOrder=asc&sortKey=beaconPlacement","host":["{{campaign_url}}"],"path":["beacons"],"query":[{"key":"marketId","value":"1","description":"Limits response results to beacons within the market specified. \n\nCannot be defined when advertiserId is defined.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to beacons under the advertiser specified. If left unchecked/empty, beacons under all advertisers are returned. \n\nCannot be defined when marketId is defined."},{"key":"offset","value":"0","description":"The starting index in the list of beacons."},{"key":"limit","value":"2","description":"The number of beacons to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"beaconPlacement","description":"Field by which results should be sorted. \n\nAllowed values: id, name, beaconPlacement"}]},"description":"## Retrieve a list of beacons\n\nYou can retrieve all of the beacons within a specified market or advertiser by sending this `GET` request.\n\n**Note:** `marketId` and `advertiserId` cannot be used at the same time for a single request.\n\nIf you want to view all beacons under a given market and have access to multiple markets, you must specify a value for `marketId`."},"response":[{"id":"3fc4445f-37d4-4f56-97f1-bdf95a790619","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/beacons?advertiserId={{advertiserId}}&offset=0&limit=2&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["beacons"],"query":[{"key":"marketId","value":"","description":"Limits response results to beacons within the market specified. Cannot be used in conjunction with the advertiserId parameter.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to beacons under the advertiser specified. If left unchecked/empty, beacons under all advertisers are returned. \n\nCannot be used in conjunction with the marketId parameter."},{"key":"offset","value":"0","description":"The starting index in the list of beacons."},{"key":"limit","value":"2","description":"The number of beacons to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: advertiserId, dealName, id, name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Aug 2022 06:10:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3631"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"5ce580f9-1223377"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"queryTotal\": 5,\n \"data\": [\n {\n \"id\": \"1608770955\",\n \"marketId\": \"1\",\n \"resourceType\": \"beacon\",\n \"advertiserId\": \"1608767822\",\n \"createdAt\": \"2022-08-18T05:15:06Z\",\n \"updatedAt\": \"2022-08-18T05:17:01Z\",\n \"isMobileActionTrackingEnabled\": false,\n \"beaconPlacement\": \"homepage\",\n \"name\": \"test beacon\",\n \"workflowStatus\": \"archived\",\n \"acceptedAction\": \"click\",\n \"clickAssociationWindow\": 30,\n \"viewAssociationWindow\": {\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"actionCap\": 50,\n \"includeShoppingCartValue\": true,\n \"tatCategory\": \"legal_familyLaw_childSupport\",\n \"trackingMethod\": \"atlas\",\n \"thirdPartyRedirectUrl\": \"https://amobee.com\",\n \"isBeaconValidated\": true,\n \"pageProtocol\": \"https\",\n \"beaconJavascriptCode\": \"\\n\\n\\n\\n\\n\\n\\n\",\n \"gdprConsent\": false,\n \"ccpaConsent\": false,\n \"beaconImageCode\": \"\"\n },\n {\n \"id\": \"1608770956\",\n \"marketId\": \"1\",\n \"resourceType\": \"beacon\",\n \"advertiserId\": \"1608767822\",\n \"createdAt\": \"2022-08-18T05:17:09Z\",\n \"updatedAt\": \"2022-08-18T05:19:02Z\",\n \"isMobileActionTrackingEnabled\": false,\n \"beaconPlacement\": \"homepage\",\n \"name\": \"test beacon\",\n \"workflowStatus\": \"archived\",\n \"acceptedAction\": \"click\",\n \"clickAssociationWindow\": 30,\n \"viewAssociationWindow\": {\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"actionCap\": 50,\n \"includeShoppingCartValue\": true,\n \"tatCategory\": \"legal_familyLaw_childSupport\",\n \"trackingMethod\": \"atlas\",\n \"thirdPartyRedirectUrl\": \"https://amobee.com\",\n \"isBeaconValidated\": true,\n \"pageProtocol\": \"https\",\n \"beaconJavascriptCode\": \"\\n\\n\\n\\n\\n\\n\\n\",\n \"gdprConsent\": false,\n \"ccpaConsent\": false,\n \"beaconImageCode\": \"\"\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/campaign/v5/api/beacons?advertiserId=1608767822&offset=0&limit=2&sortOrder=asc&sortKey=id\",\n \"next\": \"https://services.amobee.com/campaign/v5/api/beacons?advertiserId=1608767822&offset=2&limit=2&sortOrder=asc&sortKey=id\"\n }\n}"}]},{"name":"Existing Beacon","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"d703b46a-83c3-4ddf-8176-5fa08d3e019b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/beacons/:id","host":["{{campaign_url}}"],"path":["beacons",":id"],"variable":[{"key":"id","value":"{{beaconId}}","description":"Numeric ID associated with a beacon. Required. \n\nDefaults to ID associated with the most recent beacon created using POST New Beacon."}]},"description":"## Retrieve a single beacon\n\nYou can retrieve an existing beacon in your market by sending this `GET` request.\n\nTo retrieve the `id` of a beacon, you must first send one of the following:\n\n1. `POST` New Beacon request\n2. `GET` List of Beacons request\n \n\n`POST` New Beacon will automatically populate the `beaconId` variable with the ID of your newly created beacon.\n\n`GET` List of Beacons will return a list of beacon objects—within your market—containing IDs that you can then manually copy and paste into the value cell for `id`."},"response":[{"id":"875c6523-8d38-4ddb-9b52-b0b4337d9963","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/beacons/:id","host":["{{campaign_url}}"],"path":["beacons",":id"],"variable":[{"key":"id","value":"{{beaconId}}","description":"Numeric ID associated with a beacon. Required. \n\nDefaults to ID associated with the most recent beacon created using POST New Beacon."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 05:54:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1697"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"a973d49a-956089"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608792593\",\n \"marketId\": \"1\",\n \"resourceType\": \"beacon\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-09-01T05:53:30Z\",\n \"updatedAt\": \"2022-09-01T05:53:30Z\",\n \"isMobileActionTrackingEnabled\": false,\n \"beaconPlacement\": \"homepage\",\n \"name\": \"doc test beacon\",\n \"workflowStatus\": \"approved\",\n \"acceptedAction\": \"click\",\n \"clickAssociationWindow\": 30,\n \"viewAssociationWindow\": {\n \"period\": 1,\n \"periodUnits\": \"days\"\n },\n \"actionCap\": 50,\n \"includeShoppingCartValue\": true,\n \"tatCategory\": \"apparel_customClothing_general\",\n \"trackingMethod\": \"atlas\",\n \"thirdPartyRedirectUrl\": \"https://amobee.com\",\n \"isBeaconValidated\": true,\n \"pageProtocol\": \"https\",\n \"beaconJavascriptCode\": \"\\n\\n\\n\\n\\n\\n\\n\",\n \"gdprConsent\": false,\n \"ccpaConsent\": false,\n \"beaconImageCode\": \"\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Edit Beacon","id":"bd4c95ca-c6e0-4a95-968d-9b5d2454e5f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"test beacon - updated\",\n \"beaconPlacement\": \"landingPage\",\n \"workflowStatus\": \"approved\",\n \"dataProvider\": \"IRI\",\n \"pageProtocol\": \"https\",\n \"acceptedAction\": \"click\",\n \"clickAssociationWindow\": 20,\n \"viewAssociationWindow\": {\n \"period\": 50,\n \"periodUnits\": \"minutes\"\n },\n \"actionCap\": 65,\n \"includeShoppingCartValue\": true,\n \"tatCategory\": \"apparel_customClothing_general\",\n \"trackingMethod\": \"atlas\",\n \"isMobileActionTrackingEnabled\": false,\n \"thirdPartyRedirectUrl\": \"https://amobee.com\",\n \"isBeaconValidated\": true,\n \"enableUserConsent\": false,\n \"gdprConsent\": false,\n \"ccpaConsent\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/beacons/:id","host":["{{campaign_url}}"],"path":["beacons",":id"],"variable":[{"key":"id","value":"{{beaconId}}","description":"Numeric ID associated with the beacon being edited. Required. \n\nDefaults to ID associated with the most recent beacon created using POST New Beacon."}]},"description":"## Edit an existing beacon\n\nYou can edit all settings (except `workflowStatus`) for an existing beacon by sending this `PUT` request. To update a beacon's status, send a `PUT` Update Beacon Status request.\n\nTo update beacon settings, open the body tab to edit the JSON object. See `POST` New Beacon documentation for information on field definitions and allowed values.\n\nFor information on obtaining the beacon's `id`, see `GET` Existing Beacon documentation."},"response":[]},{"name":"Update Beacon Status","id":"92b63432-fe6d-4a3a-96c6-e357898d0be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"workflowStatus\": \"archived\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/beacons/:id/statuses","host":["{{campaign_url}}"],"path":["beacons",":id","statuses"],"variable":[{"key":"id","value":"{{beaconId}}","description":"Numeric ID associated with the beacon being updated. Required. \n\nDefaults to ID associated with the most recent beacon created using POST New Beacon."}]},"description":"## Updating a beacon's active status\n\nYou can edit the status of an existing beacon by sending this `PUT` request. To update all other beacon settings, send a `PUT` Edit Beacon request.\n\nTo change a beacon's play status, open the body tab and define the `clientStatus` as one of the following: *play, pause, stop.*\n\nTo archive a beacon, set the `workflowStatus` as *archived*. To unarchive a beacon, set the `workflowStatus` as *approved.*\n\nFor information on obtaining the beacon's `id`, see `GET` Existing Beacon documentation."},"response":[]}],"id":"d5f721a6-e5e1-4193-b8e9-8e307c877cb9","description":"## Resource overview\n\nBeacons are pixels that track user behavior (e.g., page visits, account registration) and provide information for audience targeting purposes.\n\nBeacons retrieved from this collection can be applied to ad campaigns during **line item creation**."},{"name":"Inventory Sources","item":[{"name":"List of Inventory Sources","id":"d96ba3cd-5360-462a-a84d-6f395c8ada19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/inventorySources?inventorySourceType=rtbe","host":["{{campaign_url}}"],"path":["inventorySources"],"query":[{"key":"inventorySourceType","value":"rtbe","description":"Limits response results to inventory sources of the type specified.\n\nAllowed values: rtbe, directBuy, dealId, direct, legacy, api"}]},"description":"## Retrieve a list of inventory sources\n\nYou can retrieve all or a subset of the inventory sources within your market by sending this `GET` request."},"response":[]}],"id":"c0ad3899-b972-40a1-a61d-d202f4bd4632","description":"## Resource overview\n\nInventory sources refer to publishers that provide ad space via either open real-time bidding (RTB) exchanges or pre-negotiated private deals.\n\nResources retrieved from this collection are used to define the inventory sources for an ad campaign during **line item creation**."},{"name":"Inventory Lists","item":[{"name":"New Inventory List","event":[{"listen":"test","script":{"id":"6fa1a47f-609e-4658-abc6-e483aedbd8ed","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"inventoryListId\", jsonData.data[0].id);","}"],"type":"text/javascript"}}],"id":"a0569f9d-04c0-45a0-8e82-85ae01c738c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"name\": \"doc test site list\",\n\"inventoryUsage\": \"sites\",\n\"inclusionUsage\": \"include\",\n\"content\": [\"mySite1.com\", \"mySite2.com\"],\n\"includeSubdomain\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/inventoryLists?marketId=1","host":["{{campaign_url}}"],"path":["inventoryLists"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with the market for which the inventory list is being created. Required only if you have access to multiple markets. "}]},"description":"## Create a new inventory list\n\nYou can create a new inventory list by sending this `POST` request. To define settings for your inventory list, open the body tab and edit the JSON object.\n\nIf you have access to multiple markets, you must specify a value for `marketId`. Otherwise (i.e., `marketId` is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values.\n\n#### Request Body (Definitions)\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| name | Name of this inventory list. | string |\n| inventoryUsage | Media type of objects (i.e., website or app) specified in this inventory list.

Allowed values: *apps, sites* | string |\n| inclusionUsage | Indicates whether the websites/apps in this list should be included or excluded from targeted inventory.

Allowed values: *include, exclude* | string |\n| content | Apps (IDs or names) or sites (URLs) to include/exclude. | comma-separated array of strings |\n| includeSubdomain | Indicates whether both top-level domains (TLDs) and subdomains can be targeted. | boolean |"},"response":[{"id":"7f5dd23b-f6f3-4113-84de-8bcc61f6fad5","name":"Site List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"name\": \"doc test site list\",\n\"inventoryUsage\": \"sites\",\n\"inclusionUsage\": \"include\",\n\"content\": [\"mySite1.com\", \"mySite2.com\"],\n\"includeSubdomain\": true,\n\"workflowStatus\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/inventoryLists?marketId=1","host":["{{campaign_url}}"],"path":["inventoryLists"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with the market for which the inventory list is being created. Required only if you have access to multiple markets. "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Aug 2022 22:04:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"af537136-1471463"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"36347548\",\n \"marketId\": \"1\",\n \"resourceType\": \"inventoryList\",\n \"name\": \"doc test site list\",\n \"marketName\": \"Amobee PM\",\n \"inventoryUsage\": \"sites\",\n \"inclusionUsage\": \"include\",\n \"includeSubdomain\": true,\n \"content\": [\n \"mySite2.com\",\n \"mySite1.com\"\n ],\n \"workflowStatus\": \"approved\"\n }\n ],\n \"errors\": []\n}"},{"id":"4acf341f-8559-4be7-b059-a26bd9407013","name":"App List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"name\": \"doc test app list\",\n\"inventoryUsage\": \"apps\",\n\"inclusionUsage\": \"include\",\n\"content\": [\"AccuWeather: Weather Forecast Updates & Radar Maps\", \"HuffPost - News & Politics\", \"Wordle\"],\n\"includeSubdomain\": true,\n\"workflowStatus\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/inventoryLists?marketId=1","host":["{{campaign_url}}"],"path":["inventoryLists"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with the market for which the inventory list is being created. Required only if you have access to multiple markets. "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Sep 2022 19:24:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"340"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"b0bfeaf2-1268267"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"36390556\",\n \"marketId\": \"1\",\n \"resourceType\": \"inventoryList\",\n \"name\": \"doc test app list\",\n \"marketName\": \"Turn\",\n \"inventoryUsage\": \"apps\",\n \"inclusionUsage\": \"include\",\n \"includeSubdomain\": false,\n \"content\": [\n \"AccuWeather: Weather Forecast Updates & Radar Maps\",\n \"Wordle\",\n \"HuffPost - News & Politics\"\n ],\n \"workflowStatus\": \"approved\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of Inventory Lists","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"c9511812-0505-4bb8-9d14-3cc12fc54d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/inventoryLists?marketId=1&showDeleted=false&offset=0&limit=10&sortOrder=desc&sortKey=id","host":["{{campaign_url}}"],"path":["inventoryLists"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "},{"key":"showDeleted","value":"false","description":"Identifies whether or not response results should include deleted inventory lists. \n\nAllowed values: true, false"},{"key":"offset","value":"0","description":"The starting index in the list of inventory list objects."},{"key":"limit","value":"10","description":"The number of inventory lists to return."},{"key":"sortOrder","value":"desc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]},"description":"## Retrieve a list of inventory lists\n\nYou can retrieve all of the inventory lists within your market by sending this `GET` request.\n\n**Note:** If you have access to multiple markets, you must specify a value for `marketId`. Otherwise (i.e., `marketId` is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values."},"response":[]},{"name":"Existing Inventory List","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"6e1b250b-508e-4dee-a6cb-63dfde74f7e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/inventoryLists/:id","host":["{{campaign_url}}"],"path":["inventoryLists",":id"],"variable":[{"key":"id","value":"{{inventoryListId}}","description":"Numeric ID associated with an inventory list. Required. \n\nDefaults to ID associated with the most recent inventory list created using POST New Inventory List."}]},"description":"## Retrieve a single inventory list\n\nYou can retrieve an existing inventory list in your market by sending this `GET` request.\n\nTo retrieve the `id` of a site or app list, you must first send one of the following:\n\n1. `POST` New Inventory List request\n2. `GET` List of Inventory Lists request\n \n\n`POST` New Inventory List will automatically populate the `inventoryListId` variable with the ID of your newly created site/app list.\n\n`GET` List of Inventory Lists will return a list of inventory list objects—within your market—containing IDs that you can then manually copy and paste into the value cell for `id`."},"response":[{"id":"268fa2fd-7df6-45c4-b1b7-f31501d60c1e","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/inventoryLists/:id","host":["{{campaign_url}}"],"path":["inventoryLists",":id"],"variable":[{"key":"id","value":"{{inventoryListId}}","description":"Numeric ID associated with an inventory list. Required. \n\nDefaults to ID associated with the most recent inventory list created using POST New Inventory List."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Aug 2022 22:59:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"4ce3adf8-1481224"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"36332200\",\n \"marketId\": \"1\",\n \"resourceType\": \"inventoryList\",\n \"name\": \"doc test site list - updated\",\n \"marketName\": \"Amobee PM\",\n \"inventoryUsage\": \"sites\",\n \"inclusionUsage\": \"include\",\n \"includeSubdomain\": false,\n \"content\": [\n \"mySite3.com\",\n \"mySite2.com\"\n ],\n \"workflowStatus\": \"archived\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Edit Inventory List","id":"42fddee3-eec6-4e2a-8801-7a05ef12ebc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\"name\": \"doc test site list - updated\",\n\"content\": [\"mySite2.com\", \"mySite3.com\"],\n\"includeSubdomain\": false,\n\"workflowStatus\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/inventoryLists/:id","host":["{{campaign_url}}"],"path":["inventoryLists",":id"],"variable":[{"key":"id","value":"{{inventoryListId}}","description":"Numeric ID associated with the inventory list being edited. Required. \n\nDefaults to ID associated with the most recent inventory list created using POST New Inventory List."}]},"description":"## Edit an existing inventory list\n\nYou can edit settings for an existing inventory list by sending this `PUT` request. To update list settings, open the body tab to edit the JSON object. See `POST` New Inventory List documentation for information on field definitions and allowed values.\n\nThe following fields cannot be edited:\n\n* `inventoryUsage`\n* `inclusionUsage`\n* `workflowStatus`: To update an inventory list's status, send a `PUT` Update Inventory List Status request.\n \n\nFor information on obtaining the inventory list's `id`, see `GET` Existing Inventory List documentation."},"response":[]},{"name":"Archive Inventory List","id":"63da2d11-8f44-402a-9c7b-cb3ad74051b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"workflowStatus\": \"archived\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/inventoryLists/:id/statuses","host":["{{campaign_url}}"],"path":["inventoryLists",":id","statuses"],"variable":[{"key":"id","value":"{{inventoryListId}}","description":"Numeric ID associated with the inventory list being updated. Required. \n\nDefaults to ID associated with the most recent inventory list created using POST New Inventory List."}]},"description":"## Archive an inventory list\n\nYou can archive an existing inventory list by sending this `PUT` request. Open the body tab and set the `workflowStatus` as *archived.*\n\nFor information on obtaining the inventory list's `id`, see `GET` Existing Inventory List documentation."},"response":[]}],"id":"65f4486f-2de4-44b9-b6ab-be8e79be522a","description":"## Resource overview\n\nInventory lists are lists of apps or sites used for inclusion and/or exclusion targeting purposes.\n\nSite and app lists retrieved from this collection are used to define targeting criteria during **line item creation**."},{"name":"Location Groups","item":[{"name":"New Location Group","event":[{"listen":"test","script":{"id":"0c9d1cca-3e33-44d4-8da3-a57fe17bf91b","exec":["const expectedHttpStatusCode = 201;","","// Check HTTP status code.","pm.test(\"HTTP status code is \" + expectedHttpStatusCode + \".\", function () {"," pm.response.to.have.status(expectedHttpStatusCode);","});","","if (pm.response.code !== expectedHttpStatusCode) return;","","// Check that HTTP response body exists and is JSON.","","pm.test(\"HTTP response has a body.\", function () {"," pm.response.to.be.withBody;","});","pm.test(\"HTTP response body is JSON.\", function () {"," pm.response.to.be.json;","});","","// Check that the basic structure of the reponse is correct.","","const jsonData = JSON.parse(responseBody);","","pm.test(\"The \\\"data\\\" field exists.\", function () {"," pm.expect(jsonData).to.have.property(\"data\");"," pm.expect(jsonData.data).to.be.a('array'); // The size can be zero or greater, so no need to check.","});","","if (jsonData.data.length > 0) {",""," // Metadata fields",""," pm.test(\"The \\\"id\\\" field exists on the first resource and has a valid value.\", function () {"," pm.expect(jsonData.data[0]).to.have.property(\"id\");"," pm.expect(jsonData.data[0].id).to.be.a('string').and.not.be.empty;"," });"," pm.test(\"The \\\"marketId\\\" field exists on the first resource and has a valid value.\", function () {"," pm.expect(jsonData.data[0]).to.have.property(\"marketId\");"," pm.expect(jsonData.data[0].marketId).to.be.a('string').and.not.be.empty;"," });"," pm.test(\"The \\\"resourceType\\\" field exists on the first resource and has the value \\\"locationGroup\\\".\", function () {"," pm.expect(jsonData.data[0]).to.have.property(\"resourceType\");"," pm.expect(jsonData.data[0].resourceType).to.be.a('string').and.to.equal(\"locationGroup\");"," });",""," // Representation fields",""," pm.test(\"The \\\"name\\\" field exists on the first resource and has a valid value.\", function () {"," pm.expect(jsonData.data[0]).to.have.property(\"name\");"," pm.expect(jsonData.data[0].name).to.be.a('string').and.lengthOf.greaterThan(0);"," });"," pm.test(\"The \\\"country\\\" field exists on the first resource and has a valid value.\", function () {"," pm.expect(jsonData.data[0]).to.have.property(\"country\");"," pm.expect(jsonData.data[0].country).to.be.a('string').and.lengthOf(2);"," });"," pm.test(\"The \\\"targetGeoType\\\" field exists on the first resource and has a valid value.\", function () {"," pm.expect(jsonData.data[0]).to.have.property(\"targetGeoType\");"," pm.expect(jsonData.data[0].targetGeoType)"," .to.be.a('string')"," .and.to.be.oneOf([\"address\",\"latLong\",\"zipGlobal\",\"zipPlus4\"])"," });"," pm.test(\"The \\\"entries\\\" field exists on the first resource and has a valid value.\", function () {"," pm.expect(jsonData.data[0]).to.have.property(\"entries\");"," pm.expect(jsonData.data[0].entries).to.be.a('array').and.lengthOf.greaterThan(0);"," });",""," // Save the first resource ID for use in future tests."," pm.environment.set(\"locationGroupId\", jsonData.data[0].id);","} else {"," // No resource exists within the market."," pm.environment.set(\"locationGroupId\", \"none available\");","}"],"type":"text/javascript"}}],"id":"a0a19c42-f35f-4854-b539-7ac3dbd90e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"name\": \"doc team location group\",\n\"targetGeoType\": \"latLong\",\n\"country\": \"us\",\n\"entries\": [\n {\n \"address\": null,\n \"latLong\": {\n \"latitude\": 15.28,\n \"longitude\": -56.32\n },\n \"zipGlobal\": null,\n \"zipPlus4\": null\n }\n],\n\"radius\": 5.5,\n\"radiusType\": \"miles\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/locationGroups?marketId=1","host":["{{campaign_url}}"],"path":["locationGroups"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "}]},"description":"## Create a new location group\n\nYou can create a new location group by sending this `POST` request. To define settings for your location group, open the body tab and edit the JSON object.\n\nFor DTO field `entries`, see the corresponding DTO table below to customize the data.\n\n#### Request Body (Definitions)\n\n*Optional element, depending on values for other fields\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| name | Name of this location group. | string |\n| targetGeoType | Geographic identifier/method for user targeting.

Allowed values to target users by standard location: *zipGlobal* **(postal code)**

Allowed values to target mobile users: *zipPlus4* **(postal code)**, *address*, *latLong* **(latitude & longitude coordinates)** | string |\n| country | Country of targeting interest.

Can be retrieved from `GET` List of Countries. | string |\n| entries | Location(s) included in this group for targeting purposes. | comma-separated array containing one or more `entry` DTOs |\n| *radius

(Optional, i.e., meaningless, if `targetGeoType` is \"zipGlobal\") | Radius value of the entire targeted area, centered around location(s) specified in `entries`. | double |\n| *radiusType | Distance unit for `radius`.

Allowed units: *miles, kilometers* | string |\n\n#### `entry` DTO\n\nOnly specify a value for the key that matches your `targetGeoType` selection. Set values for all other `entry` keys as **null** or omit fields entirely.\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| address | Address of users to target. Can be retrieved from `GET` List of Addresses. | string |\n| latLong (DTO) | Latitude & longitude coordinates of targeted user location. | DTO |\n| zipGlobal | Postal code (standard location) of users to target. | string |\n| zipPlus4 | Postal code of mobile users to target. | string |\n\n#### `latLong` DTO\n\n| **Key** | **Value Type** |\n| --- | --- |\n| latitude | double |\n| longitude | double |"},"response":[{"id":"0e93cfaf-537d-409d-80b9-64b8496fa85d","name":"Mobile - LatLong Coordinates","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"name\": \"doc test location group 1\",\n\"targetGeoType\": \"latLong\",\n\"country\": \"us\",\n\"entries\": [\n {\n \"latLong\": {\n \"latitude\": 15.28,\n \"longitude\": -56.32\n }\n }\n],\n\"radius\": 5.5,\n\"radiusType\": \"miles\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/locationGroups?marketId=1","host":["{{campaign_url}}"],"path":["locationGroups"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 19:11:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"258"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"5dd1631d-1653292"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"36339356\",\n \"marketId\": \"1\",\n \"resourceType\": \"locationGroup\",\n \"targetGeoType\": \"latLong\",\n \"country\": \"US\",\n \"name\": \"doc test location group 1\",\n \"entries\": [\n {\n \"latLong\": {\n \"latitude\": 15.28,\n \"longitude\": -56.32\n }\n }\n ],\n \"radius\": 5.5,\n \"radiusType\": \"miles\"\n }\n ],\n \"errors\": []\n}"},{"id":"13e4b5c4-5a4b-40f5-88b1-8aea0640bc12","name":"2 Standard Postal Codes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"name\": \"doc test location group ver2\",\n\"targetGeoType\": \"zipGlobal\",\n\"country\": \"us\",\n\"entries\": [\n {\n \"zipGlobal\": \"90210\"\n },\n {\n \"zipGlobal\": \"94061\"\n }\n]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/locationGroups?marketId=1","host":["{{campaign_url}}"],"path":["locationGroups"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Aug 2022 18:57:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"236"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"4f1f6e4b-402089"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"36344480\",\n \"marketId\": \"1\",\n \"resourceType\": \"locationGroup\",\n \"targetGeoType\": \"zipGlobal\",\n \"country\": \"US\",\n \"name\": \"doc test location group ver2\",\n \"entries\": [\n {\n \"zipGlobal\": \"90210\"\n },\n {\n \"zipGlobal\": \"94061\"\n }\n ],\n \"radius\": 0\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of Location Groups","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"533b270d-28aa-4f79-aaaf-ad118146e7c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/locationGroups?marketId=1&offset=0&limit=3&sortOrder=desc&sortKey=targetGeoType","host":["{{campaign_url}}"],"path":["locationGroups"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "},{"key":"offset","value":"0","description":"The starting index in the list of location group objects."},{"key":"limit","value":"3","description":"The number of location groups to return."},{"key":"sortOrder","value":"desc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"targetGeoType","description":"Field by which results should be sorted. \n\nAllowed values: id, name, targetGeoType"}]},"description":"## Retrieve a list of location groups\n\nYou can retrieve all of the location groups within your market by sending this `GET` request.\n\n**Note:** If you have access to multiple markets, you must specify a value for `marketId`. Otherwise (i.e., `marketId` is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values."},"response":[]},{"name":"Existing Location Group","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"394cd3fb-b860-4e87-ac68-4ddbb7af3907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/locationGroups/:id","host":["{{campaign_url}}"],"path":["locationGroups",":id"],"variable":[{"key":"id","value":"{{locationGroupId}}","description":"Numeric ID associated with a location group. Required. \n\nDefaults to ID associated with the most recent location group created using POST New Location Group."}]},"description":"## Retrieve a single location group\n\nYou can retrieve an existing location group in your market by sending this `GET` request.\n\nTo retrieve the `id` of a location group, you must first send one of the following:\n\n1. `POST` New Location Group request\n2. `GET` List of Location Groups request\n \n\n`POST` New Location Group will automatically populate the `locationGroupId` variable with the ID of your newly created location group.\n\n`GET` List of Location Groups will return a list of location group objects—within your market—containing IDs that you can then manually copy and paste into the value cell for `id`."},"response":[{"id":"2d7342cb-77bd-4d95-94ff-7cc70fbe2575","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/locationGroups/:id","host":["{{campaign_url}}"],"path":["locationGroups",":id"],"variable":[{"key":"id","value":"{{locationGroupId}}","description":"Numeric ID associated with a location group. Required. \n\nDefaults to ID associated with the most recent location group created using POST New Location Group."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Aug 2022 19:04:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"236"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"31b2cfc0-403275"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"36344480\",\n \"marketId\": \"1\",\n \"resourceType\": \"locationGroup\",\n \"targetGeoType\": \"zipGlobal\",\n \"country\": \"US\",\n \"name\": \"doc test location group ver2\",\n \"entries\": [\n {\n \"zipGlobal\": \"90210\"\n },\n {\n \"zipGlobal\": \"94061\"\n }\n ],\n \"radius\": 0\n }\n ],\n \"errors\": []\n}"}]},{"name":"Edit Location Group","id":"030eacfb-49e6-4e1c-898c-05e2af01d585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\"name\": \"locgroup 2 - renamed\",\n\"targetGeoType\": \"zipGlobal\",\n\"country\": \"us\",\n\"entries\": [\n {\n \"zipGlobal\": \"94704\"\n }\n]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/locationGroups/:id","host":["{{campaign_url}}"],"path":["locationGroups",":id"],"variable":[{"key":"id","value":"{{locationGroupId}}","description":"Numeric ID associated with the location group being edited. Required. \n\nDefaults to ID associated with the most recent location group created using POST New Location Group."}]},"description":"## Edit an existing location group\n\nYou can edit settings for an existing location group by sending this `PUT` request. To update location group settings, open the body tab to edit the JSON object. See `POST` New Location Group documentation for information on field definitions and allowed values.\n\nThe following fields cannot be edited:\n\n* `targetGeoType`\n \n\nFor information on obtaining the location group's `id`, see `GET` Existing Location Group documentation."},"response":[]}],"id":"6040138c-8cbb-4b57-9dfe-ace4c586ff9d","description":"## Resource overview\n\nLocation groups are used in campaigns to target users within the specified geographic location(s).\n\nResources retrieved from this collection can be assigned to campaigns during **line item creation**."},{"name":"Publisher Deals","item":[{"name":"New Publisher Deal","event":[{"listen":"test","script":{"id":"00735fad-abda-4203-9236-e56fecfb2a37","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"publisherDealId\", jsonData.data[0].id);","}"],"type":"text/javascript"}}],"id":"7f560042-98e9-4f67-8545-e83615031d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"dealType\": \"privateAuction\",\n \"automaticDeal\": false,\n \"preferred\": false,\n \"advertiserIds\": [\"{{advertiserId}}\"],\n \"dealId\": \"tester 1\",\n \"dealName\": \"doc test\",\n \"mediaFormat\": \"display\",\n \"inventorySourceId\": \"1\",\n \"publisherName\": \"test publisher\",\n \"hdCreativeRequired\": false,\n \"currency\": \"usd\",\n \"price\": 1.00,\n \"startDate\": \"2022-08-01T00:00:00Z\",\n \"endDate\": \"2022-10-01T00:00:00Z\",\n \"impressions\": 3,\n \"otherInfo\": \"additional info here\",\n \"contacts\": [\n {\n \"email\": \"primary@email.com\",\n \"name\": \"primary contact\"\n }\n ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/publisherDeals?marketId=1","host":["{{campaign_url}}"],"path":["publisherDeals"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with the market for which the publisher deal is being created. Required only if you have access to multiple markets. "}]},"description":"## Create a new publisher deal\n\nYou can create a new publisher deal by sending this `POST` request. To define settings for your deal, open the body tab and edit the JSON object.\n\nFor DTO field `contacts`, see the corresponding DTO table below to customize the data.\n\n#### Request Body (Definitions)\n\n_\\*Optional element_\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| dealType | Type of publisher deal.

**Private auction:** For an invite-only auction at pre-negotiated floor price.
**Unreserved fixed:** For unreserved impressions at pre-negotiated fixed price.
**Guaranteed:** For reserved impressions at pre-negotiated fixed price.

Allowed values: _privateAuction, unreservedFixed, guaranteed_ | string |\n| automaticDeal

(Not available if `dealType` is \"guaranteed\") | Indicates if this deal should automatically be added to new packages/line items for targeting. | boolean |\n| preferred | Indicates if the inventory sources in this deal are curated by the Nexxen business development team. | boolean |\n| advertiserIds | ID(s) of the advertiser(s) to which this deal should be made available.

Set to an empty array to denote all advertisers. | comma-separated array of strings |\n| dealId | ID of this deal. User-defined. | string |\n| dealName | Name of this deal. | string |\n| mediaFormat | Media format supported by this deal. Must match the media format(s) supported by the specified `inventorySourceId`.

Allowed values: _display, video, audio_ | string |\n| inventorySourceId | ID of the inventory source for this deal.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vRohtzXtRHuDw0pyGK9QmOdSBm6-Z5Bp7NGEvDX4h8RZukWlrxq3OVhpjIELKn2OA/pubhtml) | string |\n| publisherName | Name of the publisher with which this deal was negotiated. User-defined. | string |\n| hdCreativeRequired

(Only available if `mediaFormat` is \"video\") | Indicates if this deal requires high-definition creatives. | boolean |\n| currency | Currency used for this deal.

[Allowed values](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vTTJrsF71iPCwUxhvAps1ooDR1yaoA2D8HadcJZXPulp_iamoE0Q2wSUW8YrL2c4Q/pubhtml) | string |\n| price | CPM price for this deal. | double |\n| \\*startDate

(Only required if `dealType` is \"guaranteed\") | Start date of the deal's active period. Must be in the format _yyyy-mm-ddThh:mm:ssZ_ (UTC). | string |\n| \\*endDate

(Only required if `dealType` is \"guaranteed\") | End date of the deal's active period. Must be in the format _yyyy-mm-ddThh:mm:ssZ_ (UTC). | string |\n| \\*impressions | Number of impressions negotiated. | double |\n| \\*otherInfo | Additional information for this deal. | string |\n| contacts

(Only available if `dealType` is \"guaranteed\") | Contact details for this deal. | comma-separated array containing one or more `contact` DTOs |\n\n#### `contact` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| email | Email of the primary/secondary contact. | string |\n| name | Name of the primary/secondary contact. | string |"},"response":[{"id":"74d67f8b-59df-4689-a9fb-5407918c14c3","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"dealType\": \"privateAuction\",\n \"automaticDeal\": false,\n \"preferred\": true,\n \"advertiserIds\": [],\n \"dealId\": \"docID\",\n \"dealName\": \"doc team deal\",\n \"mediaFormat\": \"display\",\n \"inventorySourceId\": \"1\",\n \"publisherName\": \"test publisher\",\n \"hdCreativeRequired\": false,\n \"currency\": \"usd\",\n \"price\": 1.00,\n \"startDate\": \"2022-08-01T00:00:00Z\",\n \"endDate\": \"2022-10-01T00:00:00Z\",\n \"impressions\": 3,\n \"otherInfo\": \"additional info here\",\n \"contacts\": [\n {\n \"email\": \"primary@email.com\",\n \"name\": \"primary contact\"\n }\n ],\n \"workflowStatus\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/publisherDeals?marketId=1","host":["{{campaign_url}}"],"path":["publisherDeals"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with the market for which the publisher deal is being created. Required only if you have access to multiple markets. "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Aug 2022 03:38:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"553"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"49796bf4-503100"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608775141\",\n \"marketId\": \"-1\",\n \"resourceType\": \"publisherDeal\",\n \"workflowStatus\": \"approved\",\n \"createdAt\": \"2022-08-23T03:38:50Z\",\n \"updatedAt\": \"2022-08-23T03:38:50Z\",\n \"dealType\": \"privateAuction\",\n \"advertiserIds\": [],\n \"dealId\": \"docID\",\n \"dealName\": \"doc team deal\",\n \"mediaFormat\": \"display\",\n \"inventorySourceId\": \"1\",\n \"publisherName\": \"test publisher\",\n \"currency\": \"usd\",\n \"price\": 1,\n \"startDate\": \"2022-07-31T04:00:00Z\",\n \"endDate\": \"2022-10-01T03:59:59Z\",\n \"impressions\": 3,\n \"otherInfo\": \"additional info here\",\n \"hdCreativeRequired\": false,\n \"preferred\": true\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of Deals","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"dce17356-2634-4a4f-bd93-2f5210816b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/publisherDeals?marketId=1&showDeleted=false&offset=0&limit=2&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["publisherDeals"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "},{"key":"showDeleted","value":"false","description":"Identifies whether or not response results should include deleted publisher deals. \n\nAllowed values: true, false"},{"key":"offset","value":"0","description":"The starting index in the list of deal objects."},{"key":"limit","value":"2","description":"The number of deals to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]},"description":"## Retrieve a list of publisher deals\n\nYou can retrieve all of the publisher deals within your market by sending this `GET` request.\n\n**Note:** If you have access to multiple markets, you must specify a value for `marketId`. Otherwise (i.e., `marketId` is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as `marketId` values."},"response":[]},{"name":"Existing Deal","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"41b1c81a-b5d3-4602-b552-57d1c67a5798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/publisherDeals/:id","host":["{{campaign_url}}"],"path":["publisherDeals",":id"],"variable":[{"key":"id","value":"{{publisherDealId}}","description":"Numeric ID associated with a publisher deal. Required. \n\nDefaults to ID associated with the most recent deal created using POST New Publisher Deal."}]},"description":"## Retrieve a single publisher deal\n\nYou can retrieve an existing deal in your market by sending this `GET` request.\n\nTo retrieve the `id` of a publisher deal, you must first send one of the following:\n\n1. `POST` New Publisher Deal request\n2. `GET` List of Deals request\n \n\n`POST` New Publisher Deal will automatically populate the `publisherDealId` variable with the ID of your newly created deal.\n\n`GET` List of Deals will return a list of deal objects—within your market—containing IDs that you can then manually copy and paste into the value cell for `id`."},"response":[{"id":"e821718f-c5ad-4735-ac90-a4c6a7c7f8ec","name":"(X) 200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/publisherDeals/:id","host":["{{campaign_url}}"],"path":["publisherDeals",":id"],"variable":[{"key":"id","value":"{{publisherDealId}}","description":"Numeric ID associated with a publisher deal. Required. \n\nDefaults to ID associated with the most recent deal created using POST New Publisher Deal."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Aug 2022 04:06:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"557"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"8078ed0f-505944"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608775070\",\n \"marketId\": \"-1\",\n \"resourceType\": \"publisherDeal\",\n \"workflowStatus\": \"approved\",\n \"createdAt\": \"2022-08-23T03:48:35Z\",\n \"updatedAt\": \"2022-08-23T03:48:35Z\",\n \"dealType\": \"privateAuction\",\n \"advertiserIds\": [],\n \"dealId\": \"doctestID\",\n \"dealName\": \"doc test deal\",\n \"mediaFormat\": \"display\",\n \"inventorySourceId\": \"1\",\n \"publisherName\": \"test publisher\",\n \"currency\": \"usd\",\n \"price\": 1,\n \"startDate\": \"2022-07-31T04:00:00Z\",\n \"endDate\": \"2022-10-01T03:59:59Z\",\n \"impressions\": 3,\n \"otherInfo\": \"additional info here\",\n \"hdCreativeRequired\": false,\n \"preferred\": true\n }\n ],\n \"errors\": []\n}"}]},{"name":"(X) Edit Deal","id":"53d9ede2-43e7-4ba5-a047-885c88df6bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"dealType\": \"privateAuction\",\n \"automaticDeal\": false,\n \"preferred\": false,\n \"advertiserIds\": [],\n \"dealName\": \"new deal test name\",\n \"mediaFormat\": \"display\",\n \"inventorySourceId\": \"1\",\n \"publisherName\": \"test publisher\",\n \"hdCreativeRequired\": false,\n \"currency\": \"usd\",\n \"price\": 1.00,\n \"startDate\": \"2022-08-01T00:00:00Z\",\n \"endDate\": \"2022-10-01T00:00:00Z\",\n \"impressions\": 3,\n \"otherInfo\": \"additional info here\",\n \"workflowStatus\": \"approved\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/publisherDeals/:id","host":["{{campaign_url}}"],"path":["publisherDeals",":id"],"variable":[{"key":"id","value":"{{publisherDealId}}","description":"Numeric ID associated with the deal being edited. Required. \n\nDefaults to ID associated with the most recent deal created using POST New Publisher Deal."}]},"description":"## Edit an existing publisher deal\n\nYou can edit settings for an existing, **non-preferred** deal by sending this `PUT` request. To update deal settings, open the body tab to edit the JSON object. See `POST` New Publisher Deal documentation for information on field definitions and allowed values.\n\nThe following fields cannot be edited:\n\n* `mediaFormat`\n* `dealId`\n* `inventorySourceId`\n* `dealType`: Cannot change to *guaranteed* or change from *guaranteed* to another deal type.\n* `advertiserIds`: Cannot be edited only if `dealType` is *guaranteed*.\n* `workflowStatus`: To update a deal's status, send a `PUT` Update Deal Status request.\n \n\nFor information on obtaining the publisher deal's `id`, see `GET` Existing Deal documentation."},"response":[]},{"name":"Archive Deal","id":"30176d5b-57de-4913-8b9a-982748806231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"workflowStatus\": \"archived\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/publisherDeals/:id/statuses","host":["{{campaign_url}}"],"path":["publisherDeals",":id","statuses"],"variable":[{"key":"id","value":"{{publisherDealId}}","description":"Numeric ID associated with the deal being updated. Required. \n\nDefaults to ID associated with the most recent deal created using POST New Publisher Deal."}]},"description":"## Archive a publisher deal\n\nYou can archive an existing publisher deal by sending this `PUT` request. Open the body tab and set the `workflowStatus` as *archived.*\n\nFor information on obtaining the publisher deal's `id`, see `GET` Existing Deal documentation."},"response":[]}],"id":"19952ae9-306a-4635-a8a1-bc78dbaf0436","description":"## Resource overview\n\nPublisher deals are terms negotiated between advertisers and publishers for premium and/or guaranteed inventory at an agreed price.\n\nDeals retrieved from this collection can be assigned as inventory sources for a campaign during **line item creation**."},{"name":"Creatives","item":[{"name":"Upload Display Asset","event":[{"listen":"test","script":{"id":"4c48066c-b526-4b6a-9fa6-446abe5796b0","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","var jsonData = JSON.parse(responseBody);","pm.environment.set(\"displayAssetKey\", jsonData.data[0].creativeAssetKey);"],"type":"text/javascript"}}],"id":"5b4fe619-4587-4da5-9365-b8022cf4805e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Binary image file for a display creative. Required.","type":"file","src":"/Users/irene.chen/Desktop/test display asset.png"}]},"url":{"raw":"{{campaign_url}}/creativeAssets/display?marketId=1","host":["{{campaign_url}}"],"path":["creativeAssets","display"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "}]},"description":"## Upload a creative asset (display)\n\nYou can upload a display file (creative asset) for a creative by sending this `POST` request. Open the body tab and in the value cell for `file`, select an image file from your device to upload.\n\nUpon uploading, the request generates a S3 UUID for the uploaded creative asset. This value automatically populates the `displayAssetKey` variable, which can then be used in a `POST` New Creative request."},"response":[{"id":"b91eb395-e2e3-42cb-a66e-f2c635856ceb","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Binary image file for a display creative. Required.","type":"file","src":"/Users/irene.chen/Desktop/test display asset.png"}]},"url":{"raw":"{{campaign_url}}/creativeAssets/display?marketId=1","host":["{{campaign_url}}"],"path":["creativeAssets","display"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 21:36:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"1c0d4f02-6924395"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"creativeAssetKey\": \"2022_09/9db32060e8c94e18849015ad293742d4.png\",\n \"adSizeId\": \"3\",\n \"resourceType\": \"CreativeAsset\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Upload Video Asset","event":[{"listen":"test","script":{"id":"ac7dd70f-d4a4-44ae-9ba1-846f5310abb1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","var jsonData = JSON.parse(responseBody);","pm.environment.set(\"videoAssetKey\", jsonData.data[0].creativeAssetKey);"],"type":"text/javascript"}}],"id":"c776f9cc-3a1d-425b-bfd9-d9496eec779f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Binary video file for a video creative. Required.","type":"file","src":"/Users/irene.chen/Downloads/test video asset.mp4"}]},"url":{"raw":"{{campaign_url}}/creativeAssets/video?marketId=1","host":["{{campaign_url}}"],"path":["creativeAssets","video"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. ","type":"text"}]},"description":"## Upload a creative asset (video)\n\nYou can upload a video file (creative asset) for a creative by sending this `POST` request. Open the body tab and in the value cell for `file`, select a video file from your device to upload.\n\nUpon uploading, the request generates a S3 UUID for the uploaded creative asset. This value automatically populates the `videoAssetKey` variable, which can then be used in a `POST` New Creative request."},"response":[{"id":"d910b2ed-8263-4d67-a6e5-d5200b80c940","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Binary video file for a video creative. Required.","type":"file","src":"/Users/irene.chen/Downloads/test video asset.mp4"}]},"url":{"raw":"{{campaign_url}}/creativeAssets/video?marketId=1","host":["{{campaign_url}}"],"path":["creativeAssets","video"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 22:12:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"98534fea-6870281"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"creativeAssetKey\": \"2022_09/a342dfc7db5e4e0585c5bb22de7fb6ba.mp4\",\n \"adSizeId\": \"13\",\n \"resourceType\": \"CreativeAsset\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Upload Audio Asset","event":[{"listen":"test","script":{"id":"b94913e2-8a50-4b19-92fb-cd2b2bf37293","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","var jsonData = JSON.parse(responseBody);","pm.environment.set(\"audioAssetKey\", jsonData.data[0].creativeAssetKey);"],"type":"text/javascript"}}],"id":"f12499a2-1193-49ce-aa98-1fd5d2ee9a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Binary audio file for an audio creative. Required.","type":"file","src":"/Users/irene.chen/Downloads/test audio asset.mp3"}]},"url":{"raw":"{{campaign_url}}/creativeAssets/audio?marketId=1","host":["{{campaign_url}}"],"path":["creativeAssets","audio"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "}]},"description":"## Upload a creative asset (audio)\n\nYou can upload an audio file (creative asset) for a creative by sending this `POST` request. Open the body tab and in the value cell for `file`, select an audio file from your device to upload.\n\nUpon uploading, the request generates a S3 UUID for the uploaded creative asset. This value automatically populates the `audioAssetKey` variable, which can then be used in a `POST` New Creative request."},"response":[{"id":"a3122f6a-7499-4167-8fa8-331f32d37b8f","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Binary audio file for an audio creative. Required.","type":"file","src":"/Users/irene.chen/Downloads/test audio asset.mp3"}]},"url":{"raw":"{{campaign_url}}/creativeAssets/audio?marketId=1","host":["{{campaign_url}}"],"path":["creativeAssets","audio"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with a given market. Required only if you have access to multiple markets. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 22:18:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"554ee277-6937887"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"creativeAssetKey\": \"2022_09/425b5ead4d574817ab4df91f975b1f0d.mp3\",\n \"adSizeId\": \"13\",\n \"resourceType\": \"CreativeAsset\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"New Creative","event":[{"listen":"test","script":{"id":"1e2d6c67-a264-4dac-b926-8e0f0a5ace98","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"creativeId\", jsonData.data[0].id);","}"],"type":"text/javascript"}}],"id":"aef29279-77e4-43a2-ba02-f966c2cacc01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"7/5 raw vid asset\",\n \"mediaFormat\": \"video\",\n \"adFormat\": \"standardVideo\",\n \"advancedCreative\": false,\n \"amobeeAdServer\": {\n \"creativeAssetKey\": \"{{videoAssetKey}}\",\n \"adSizeId\": 13,\n \"clickAction\": {\n \"url\": \"http://www.amobee.com\"\n }\n },\n \"companion\": {\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleVerify\",\n \"tag\": \"\",\n \"adSizeId\": 179,\n \"clickOrLandingPageUrl\": \"https://amobee.com\",\n \"isCompanionOptional\": false\n },\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"doubleVerify\",\n \"tracker\": \"https://doubleverify.com\"\n }\n ]\n },\n \"transcodingCompletionEmails\": [\"myEmail@amobee.com\", \"myEmail2@amobee.com\"],\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"disclosureAttributes\": {\n \"adContents\": [\"noVisibleAdvertiseOrProductName\", \"political\"],\n \"adBehaviors\": [\"userInteractive\", \"animationAutoStart\"],\n \"explicitLanguageWords\": [\"put\", \"your\", \"words\"],\n \"bannedLanguageWords\": [\"put\", \"your\", \"words\"],\n \"targetAudiences\": [\"lgbt\", \"alternativeLifestyles\"],\n \"offers\": [\"tobacco\", \"freeAccount\"],\n \"landingPages\": [\"landingPageEntryPop\", \"landingPageExitPop\"],\n \"visibleDisclaimers\": [\"freeShipping\", \"freeFinancing\"],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/creatives?validateClickUrl=true&requirePreviewApproval=true","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","creatives"],"query":[{"key":"validateClickUrl","value":"true","description":"Indicates if the click URL (defined either in thirdPartyAdServer > clickUrl OR amobeeAdServer > clickAction > url) for this creative should be validated. Optional.\n\nIf set as true and validation fails, the creative will not be created."},{"key":"requirePreviewApproval","value":"true","description":"Indicates if the transcoded versions of this creative require preview approval before use.\n\nOptional for video and audio creatives; meaningless for display creatives."}],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]},"description":"## Create a new creative\n\nYou can create a new creative by sending this `POST` request. To define settings for your creative, open the body tab and edit the JSON object.\n\nFor all DTO fields and their nested DTOs, see the corresponding DTO tables below for field descriptions and allowed values.\n\n#### Request Body (Definitions)\n\n_\\*Optional element_\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| name | Name of this creative. | string |\n| mediaFormat | Media format of this creative.

Allowed values: _display, video, audio_ | string |\n| adFormat | Ad format for this creative.

Allowed values: _standard_ (for display), _standardVideo_ (for video), _standardAudio_ (for audio) | string |\n| advancedCreative

(Only available if `adFormat` is \"standardVideo\") | Identifies if this is an advanced creative produced by Nexxen Studio. | boolean |\n| manifestUrl

(Required if `advancedCreative` is \"true\") | JSON URL for the creative (provided by Nexxen Studio for advanced creatives). | string |\n| amobeeAdServer (DTO) aka `amobeeCreative` DTO | Define this object if adding a creative using raw creative assets uploaded to the Nexxen DSP.

Cannot be defined when `thirdPartyCreative` DTO is defined. | DTO |\n| thirdPartyAdServer (DTO) aka `thirdPartyCreative` DTO | Define this object if adding a creative using third-party tags or URLs.

Cannot be defined when `amobeeCreative` DTO is defined. | DTO |\n| \\*companion (DTO)

(Only available if `mediaFormat` is \"video\" or \"audio\") | Companion ad for this creative, i.e., a display ad that appears alongside your Nexxen-hosted video/audio creative. | DTO |\n| transcodingCompletionEmails

(Only for Nexxen-hosted video/audio creatives, i.e., if `mediaFormat` is \"video\" or \"audio\" AND `amobeeCreative` DTO is defined) | Email addresses to which notifications should be sent upon transcoding completion. | comma-separated array of strings |\n| isSslCompliant | Identifies if creative is SSL-compliant, i.e., all of the following elements associated with the creative are secure:

1\\. All tags (including URLs and beacons)
2\\. Online Behavioral Advertising (OBA) tag used within AdChoices icon
3\\. Companion ad (if defined)
4\\. Third-party trackers (if defined)

If \"true,\" this creative will be served on secure sites. | boolean |\n| \\*expandableType | Defines how the creative asset/ad can be expanded past its original size.

Allowed values: _click, hover, auto_ | string |\n| \\*expandableDirections

(Required if `expandableType` is defined) | The direction(s) your ad can be expanded.

Allowed values: _up, down, left, right, auto_ | comma-separated array of strings |\n| \\*thirdPartyTrackings | Tracking details for this creative. Up to five third-party platforms can be defined. | comma-separated array containing one or more `thirdPartyTracking` DTOs |\n| \\*externalThirdPartyAdServerId | Unique ID for the creative, provided by the third-party ad server for reporting purposes. | string |\n| \\*startDate | Start date of the creative's active period. Must be in the format _yyyy-mm-ddThh:mm:ssZ_ (UTC)_._ | string |\n| \\*endDate | End date of the creative's active period. Must be in the format _yyyy-mm-ddThh:mm:ssZ_ (UTC)_._ | string |\n| language | Defaults to the advertiser language.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vTAUbZIc0QRzNBobcPfBBiROC07qXhUVpU9gebWZDVuWstbk6EeIekt_Eb8-ERdvw/pubhtml) | string |\n| iabCategory | IAB-defined web content category associated with this creative (for targeting purposes).

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vR-9PlTFeBeMpSFytHJF3nDU2F7pdSme_I-7iGdubJpuaNbwd8X6YYg1aVBMc3L1g/pubhtml) | string |\n| \\*disclosureAttributes (DTO) | Disclosure attributes that declare information about the functionality and/or contents of this creative. | DTO |\n| status | Play status of this creative.

Allowed values: _play, pause, stop, archived, approved_ | string |\n\n#### `amobeeCreative` DTO\n\nDefine this DTO if using Nexxen's ad server for this creative (i.e., creative assets are directly uploaded to the Nexxen DSP).\n\nIf adding a new creative using this method, you may need to send a `POST` Upload Asset request first.\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| creativeAssetKey | S3 UUID generated for a creative asset upon upload.

Can be retrieved from any `POST` Upload Asset request. | string |\n| adSizeId | ID of an ad size object (to fit the creative asset).

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vSbmt7YzhfMRX-HmIdvf2o5uLTFt0JlZHOv9ZmWxwRqS0h1omPDl8NwEAOzlzA7CjSUAk6mPduWJ-Ov/pubhtml) | integer |\n| clickAction (DTO) | Behavior to trigger when a user clicks on this creative (URL redirect, call, or app download). | DTO |\n\n#### `clickAction` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| url | Define a landing page URL (or application download link) to send the user to. | string |\n| operatingSystem | Specify whether the download link—`url`—is for an iOS or Android app.

OS ID can be retrieved from `GET` List of OS's. | string |\n| phoneNumber | Define the phone number for a user to call.

Must be entered without punctuation marks, as it would be dialed from the targeted region. Area code should match the location targeting criteria specified in line items associated with this creative.

**Note:** A country code is only necessary if this creative targets multiple countries (not recommended). | string |\n\n#### `thirdPartyCreative` DTO\n\nDefine this DTO if using third-party tags or ad server URLs for this creative.\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| provider | Third-party ad serving platform for this creative.

[Allowed values](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vQq0hrtHlRDFViaqkXbTlceefXGKNRA3H2PRGFtTIwkChkTZ2VV3fuK6WIpxypL_w/pubhtml) | string |\n| tag

(Use if `mediaFormat` is \"display\") | Code snippet to generate a display creative (provided by the third-party platform). | string |\n| adServerUrl

(Use if `mediaFormat` is \"video\" or \"audio\") | Third-party ad server URL to generate a video or audio creative. | string |\n| clickUrl | Application download URL provided by the third-party tracking vendor. | string |\n| bypassTagValidation

(Only available if `tag` is defined) | Identifies if validation for the provided `tag` should be bypassed to expedite creative upload. | boolean |\n| adSizeId | ID of an ad size object (to fit the creative asset).

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vSbmt7YzhfMRX-HmIdvf2o5uLTFt0JlZHOv9ZmWxwRqS0h1omPDl8NwEAOzlzA7CjSUAk6mPduWJ-Ov/pubhtml) | integer |\n| \\*fourthPartyProviders | [Allowed values](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vQq0hrtHlRDFViaqkXbTlceefXGKNRA3H2PRGFtTIwkChkTZ2VV3fuK6WIpxypL_w/pubhtml) | comma-separated array of strings |\n| mediaStandard | Media standard that this creative adheres to.

Allowed values: _html, mraid, mraid2, mraid3, vpaid1, vpaid2, vpaid3_ | string |\n| isVpaid

(Only for third-party video creatives, i.e., if `mediaChannel` is \"video\" and `adServerUrl` is defined) | Identifies if the creative is VPAID-compliant and can run on any compliant video player.

Set to \"true\" if `mediaStandard` is \"vpaid1_,\"_ \"vpaid2,\" or \"vpaid3_.\"_ | boolean |\n\n#### `companion` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| amobeeAdServer (DTO) aka `amobeeCompanion` DTO | Define this object if adding a Nexxen-hosted companion creative.

Cannot be defined when `thirdPartyCompanion` DTO is defined. | DTO |\n| thirdPartyAdServer (DTO) aka `thirdPartyCompanion` DTO | Define this object if adding a companion creative using third-party tags.

Cannot be defined when `amobeeCompanion` DTO is defined. | DTO |\n| \\*thirdPartyTrackings | Tracking details for the companion creative. Up to five third-party platforms can be defined. | comma-separated array containing one or more `thirdPartyTracking` DTOs |\n\n#### `amobeeCompanion` DTO\n\nDefine this DTO if using Nexxen's ad server for the companion creative (i.e., creative assets are directly uploaded to the Nexxen DSP).\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| creativeAssetKey | S3 UUID generated for a creative asset upon upload.

Can be retrieved from any `POST` Upload Asset request. | string |\n| adSizeId | ID of an ad size object (to fit the creative asset).

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vSbmt7YzhfMRX-HmIdvf2o5uLTFt0JlZHOv9ZmWxwRqS0h1omPDl8NwEAOzlzA7CjSUAk6mPduWJ-Ov/pubhtml) | integer |\n| clickUrl | Application download URL provided by the third-party tracking vendor (displays to user upon clicking). | string |\n\n#### `thirdPartyCompanion` DTO\n\nDefine this DTO if using third-party tags for the companion creative.\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| tag | Code snippet to generate the companion creative (provided by the third-party platform). | string |\n| provider | Third-party ad serving platform for this companion creative.

[Allowed values](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vQq0hrtHlRDFViaqkXbTlceefXGKNRA3H2PRGFtTIwkChkTZ2VV3fuK6WIpxypL_w/pubhtml) | string |\n| adSizeId | ID of an ad size object (to fit the creative asset).

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vSbmt7YzhfMRX-HmIdvf2o5uLTFt0JlZHOv9ZmWxwRqS0h1omPDl8NwEAOzlzA7CjSUAk6mPduWJ-Ov/pubhtml) | integer |\n| clickOrLandingPageUrl | Click URL or landing page URL for this companion creative. | string |\n| \\*fourthPartyProviders | [Allowed values](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vQq0hrtHlRDFViaqkXbTlceefXGKNRA3H2PRGFtTIwkChkTZ2VV3fuK6WIpxypL_w/pubhtml) | comma-separated array of strings |\n| isCompanionOptional | Identifies whether the companion ad is optional or (alternatively) must be displayed alongside the creative. | boolean |\n\n#### `thirdPartyTracking` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| provider | Third-party tracking platform for this creative.

[Allowed values](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vQq0hrtHlRDFViaqkXbTlceefXGKNRA3H2PRGFtTIwkChkTZ2VV3fuK6WIpxypL_w/pubhtml) | string |\n| playerEvent

(Only available if `mediaFormat` is \"audio\" or \"video\") | Type of event (i.e., user action) to track and record data for.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vSwjZR1CgeDgYE_0abT1_3y8IUrZg1EWAf1zNPmncF2vQd_lvwfSuP_J24mBy10Eg/pubhtml) | string |\n| tracker | Third-party tracking URL or secure tag. | string |\n\n#### `disclosureAttributes` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| adBehaviors | Attributes related to ad behavior and format/file details for this creative.

Allowed values: _animationAutoStart, animationHoverStart, animationClickStart, userInteractive, extremeAnimation, embeddedPop, audioContent, videoContent, outOfLayout, initialFileSizeOver30K_ | comma-separated array of strings |\n| adContents | Content labels for this creative.

Allowed values: _noVisibleAdvertiseOrProductName, impliedWinnerOrSelectedUser, simulatedFormInteraction, systemAlert, political, crudeHumor, imageOfMan, imageOfWoman, partialBodyImage, lingerieOrUnderwear, bathingSuitNonSuggestive, bathingSuitSexuallySuggestive_ | comma-separated array of strings |\n| bannedLanguageWords | Words (in the `language` specified) banned from use in this creative. | comma-separated array of strings |\n| disclaimerTerms | Allowed values: _none, footnoteNoTerms, footnoteGenericTerms, footnoteSpecificTerms_ | string |\n| explicitLanguageWords | Explicit words (in the `language` specified) contained in this creative. | comma-separated array of strings |\n| landingPages | Allowed values: _noPrivacyPolicyLink, landingPageEntryPop, landingPageExitPop_ | comma-separated array of strings |\n| offers | Offers made in the ad.

Allowed values: _tobacco, alcoholSpirits, alcoholBeerOrWine, OTCMedicine, prescriptionMedicine, supplementeOrHerbalRemedy, freeAccount, freeInformation, freeShareware, freeAdware_ | comma-separated array of strings |\n| targetAudiences | Target audiences for this creative that fall within special categories.

Allowed values: _lgbt, alternativeLifestyles, childrenUnderAge13_ | comma-separated array of strings |\n| visibleDisclaimers | Written disclaimers visible in the ad.

Allowed values: _freeProductOrServiceIndirectAdvertiser, freeProductOrServiceSmallDirectAdvertiser, freeProductOrServiceFortune1000Advertiser, freeTrial, freeShipping, freeFinancing, lotteryGovernmentRun, sweepstakesOrContest_ | comma-separated array of strings |"},"response":[{"id":"6027f4ad-a00f-40ac-b0e6-61306d5c157b","name":"Nexxen-Hosted Display Creative","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"7/5 raw display asset\",\n \"mediaFormat\": \"display\",\n \"adFormat\": \"standard\",\n \"advancedCreative\": false,\n \"amobeeAdServer\": {\n \"creativeAssetKey\": \"{{displayAssetKey}}\",\n \"adSizeId\": 13,\n \"clickAction\": {\n \"url\": \"http://www.amobee.com\"\n }\n },\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"disclosureAttributes\": {\n \"adContents\": [\"noVisibleAdvertiseOrProductName\", \"political\"],\n \"adBehaviors\": [\"userInteractive\", \"animationAutoStart\"],\n \"explicitLanguageWords\": [\"put\", \"your\", \"words\"],\n \"bannedLanguageWords\": [\"put\", \"your\", \"words\"],\n \"targetAudiences\": [\"lgbt\", \"alternativeLifestyles\"],\n \"offers\": [\"tobacco\", \"freeAccount\"],\n \"landingPages\": [\"landingPageEntryPop\", \"landingPageExitPop\"],\n \"visibleDisclaimers\": [\"freeShipping\", \"freeFinancing\"],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/creatives?validateClickUrl=true&requirePreviewApproval=true","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","creatives"],"query":[{"key":"validateClickUrl","value":"true","description":"Indicates if the click URL (defined either in thirdPartyAdServer > clickUrl OR amobeeAdServer > clickAction > url) for this creative should be validated. Optional.\n\nIf set as true and validation fails, the creative will not be created."},{"key":"requirePreviewApproval","value":"true","description":"Indicates if the transcoded versions of this creative require preview approval before use.\n\nOptional for video and audio creatives; meaningless for display creatives."}],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1609257830\",\n \"marketId\": \"1\",\n \"resourceType\": \"creative\",\n \"status\": \"play\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2023-07-06T07:35:40Z\",\n \"updatedAt\": \"2023-07-06T07:35:40Z\",\n \"mediaFormat\": \"display\",\n \"adFormat\": \"standard\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"name\": \"7/5 raw display asset\",\n \"amobeeAdServer\": {\n \"creativeAssetKey\": \"2023_06/d045b2c4d41741a5be00a4f920576440.png\",\n \"adSizeId\": 161,\n \"clickAction\": {\n \"url\": \"http://www.amobee.com\"\n }\n },\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"impression\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"disclosureAttributes\": {\n \"adContents\": [\n \"noVisibleAdvertiseOrProductName\",\n \"political\"\n ],\n \"explicitLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"bannedLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"adBehaviors\": [\n \"animationAutoStart\",\n \"userInteractive\"\n ],\n \"targetAudiences\": [\n \"LGBT\",\n \"alternativeLifestyles\"\n ],\n \"offers\": [\n \"tobacco\",\n \"freeAccount\"\n ],\n \"landingPages\": [\n \"landingPageEntryPop\",\n \"landingPageExitPop\"\n ],\n \"visibleDisclaimers\": [\n \"freeShipping\",\n \"freeFinancing\"\n ],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"advancedCreative\": false\n }\n ],\n \"errors\": []\n}"},{"id":"0b026e49-a101-406c-b214-6970424d9ee5","name":"Nexxen-Hosted Video Creative","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"7/5 raw vid asset\",\n \"mediaFormat\": \"video\",\n \"adFormat\": \"standardVideo\",\n \"advancedCreative\": false,\n \"amobeeAdServer\": {\n \"creativeAssetKey\": \"{{videoAssetKey}}\",\n \"adSizeId\": 13,\n \"clickAction\": {\n \"url\": \"http://www.amobee.com\"\n }\n },\n \"companion\": {\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleVerify\",\n \"tag\": \"\",\n \"adSizeId\": 179,\n \"clickOrLandingPageUrl\": \"https://amobee.com\",\n \"isCompanionOptional\": false\n },\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"doubleVerify\",\n \"tracker\": \"https://doubleverify.com\"\n }\n ]\n },\n \"transcodingCompletionEmails\": [\"myEmail@amobee.com\", \"myEmail2@amobee.com\"],\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"disclosureAttributes\": {\n \"adContents\": [\"noVisibleAdvertiseOrProductName\", \"political\"],\n \"adBehaviors\": [\"userInteractive\", \"animationAutoStart\"],\n \"explicitLanguageWords\": [\"put\", \"your\", \"words\"],\n \"bannedLanguageWords\": [\"put\", \"your\", \"words\"],\n \"targetAudiences\": [\"lgbt\", \"alternativeLifestyles\"],\n \"offers\": [\"tobacco\", \"freeAccount\"],\n \"landingPages\": [\"landingPageEntryPop\", \"landingPageExitPop\"],\n \"visibleDisclaimers\": [\"freeShipping\", \"freeFinancing\"],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/creatives?validateClickUrl=true&requirePreviewApproval=true","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","creatives"],"query":[{"key":"validateClickUrl","value":"true","description":"Indicates if the click URL (defined either in thirdPartyAdServer > clickUrl OR amobeeAdServer > clickAction > url) for this creative should be validated. Optional.\n\nIf set as true and validation fails, the creative will not be created."},{"key":"requirePreviewApproval","value":"true","description":"Indicates if the transcoded versions of this creative require preview approval before use.\n\nOptional for video and audio creatives; meaningless for display creatives."}],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1609257666\",\n \"marketId\": \"1\",\n \"resourceType\": \"creative\",\n \"status\": \"play\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2023-07-06T06:55:44Z\",\n \"updatedAt\": \"2023-07-06T06:55:44Z\",\n \"mediaFormat\": \"video\",\n \"adFormat\": \"standardVideo\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"name\": \"7/5 raw vid asset\",\n \"amobeeAdServer\": {\n \"creativeAssetKey\": \"2022_09/a342dfc7db5e4e0585c5bb22de7fb6ba.mp4\",\n \"adSizeId\": 13,\n \"clickAction\": {\n \"url\": \"http://www.amobee.com\"\n }\n },\n \"companion\": {\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleVerify\",\n \"tag\": \"\",\n \"clickOrLandingPageUrl\": \"https://amobee.com\",\n \"isCompanionOptional\": false,\n \"adSizeId\": 179\n },\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"doubleVerify\",\n \"tracker\": \"https://doubleverify.com\"\n }\n ]\n },\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"transcodingCompletionEmails\": [\n \"myEmail@amobee.com\",\n \"myEmail2@amobee.com\"\n ],\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"disclosureAttributes\": {\n \"adContents\": [\n \"noVisibleAdvertiseOrProductName\",\n \"political\"\n ],\n \"explicitLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"bannedLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"adBehaviors\": [\n \"animationAutoStart\",\n \"userInteractive\"\n ],\n \"targetAudiences\": [\n \"LGBT\",\n \"alternativeLifestyles\"\n ],\n \"offers\": [\n \"tobacco\",\n \"freeAccount\"\n ],\n \"landingPages\": [\n \"landingPageEntryPop\",\n \"landingPageExitPop\"\n ],\n \"visibleDisclaimers\": [\n \"freeShipping\",\n \"freeFinancing\"\n ],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"advancedCreative\": false\n }\n ],\n \"errors\": []\n}"},{"id":"867edac8-c0c3-49ed-948e-77a1aed72067","name":"Nexxen-Hosted Audio Creative","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"7/5 raw audio asset\",\n \"mediaFormat\": \"audio\",\n \"adFormat\": \"standardAudio\",\n \"advancedCreative\": false,\n \"amobeeAdServer\": {\n \"creativeAssetKey\": \"{{audioAssetKey}}\",\n \"adSizeId\": 13,\n \"clickAction\": {\n \"url\": \"http://www.amobee.com\"\n }\n },\n \"companion\": {\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleVerify\",\n \"tag\": \"\",\n \"adSizeId\": 179,\n \"clickOrLandingPageUrl\": \"https://amobee.com\",\n \"isCompanionOptional\": false\n },\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"doubleVerify\",\n \"tracker\": \"https://doubleverify.com\"\n }\n ]\n },\n \"transcodingCompletionEmails\": [\"myEmail@amobee.com\", \"myEmail2@amobee.com\"],\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"disclosureAttributes\": {\n \"adContents\": [\"noVisibleAdvertiseOrProductName\", \"political\"],\n \"adBehaviors\": [\"userInteractive\", \"animationAutoStart\"],\n \"explicitLanguageWords\": [\"put\", \"your\", \"words\"],\n \"bannedLanguageWords\": [\"put\", \"your\", \"words\"],\n \"targetAudiences\": [\"lgbt\", \"alternativeLifestyles\"],\n \"offers\": [\"tobacco\", \"freeAccount\"],\n \"landingPages\": [\"landingPageEntryPop\", \"landingPageExitPop\"],\n \"visibleDisclaimers\": [\"freeShipping\", \"freeFinancing\"],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/creatives?validateClickUrl=true&requirePreviewApproval=true","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","creatives"],"query":[{"key":"validateClickUrl","value":"true","description":"Indicates if the click URL (defined either in thirdPartyAdServer > clickUrl OR amobeeAdServer > clickAction > url) for this creative should be validated. Optional.\n\nIf set as true and validation fails, the creative will not be created."},{"key":"requirePreviewApproval","value":"true","description":"Indicates if the transcoded versions of this creative require preview approval before use.\n\nOptional for video and audio creatives; meaningless for display creatives."}],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1609257754\",\n \"marketId\": \"1\",\n \"resourceType\": \"creative\",\n \"status\": \"play\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2023-07-06T07:31:42Z\",\n \"updatedAt\": \"2023-07-06T07:31:42Z\",\n \"mediaFormat\": \"audio\",\n \"adFormat\": \"standardAudio\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"name\": \"7/5 raw audio asset\",\n \"amobeeAdServer\": {\n \"creativeAssetKey\": \"2022_09/425b5ead4d574817ab4df91f975b1f0d.mp3\",\n \"adSizeId\": 13,\n \"clickAction\": {\n \"url\": \"http://www.amobee.com\"\n }\n },\n \"companion\": {\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleVerify\",\n \"tag\": \"\",\n \"clickOrLandingPageUrl\": \"https://amobee.com\",\n \"isCompanionOptional\": false,\n \"adSizeId\": 179\n },\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"doubleVerify\",\n \"tracker\": \"https://doubleverify.com\"\n }\n ]\n },\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"transcodingCompletionEmails\": [\n \"myEmail@amobee.com\",\n \"myEmail2@amobee.com\"\n ],\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"disclosureAttributes\": {\n \"adContents\": [\n \"noVisibleAdvertiseOrProductName\",\n \"political\"\n ],\n \"explicitLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"bannedLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"adBehaviors\": [\n \"animationAutoStart\",\n \"userInteractive\"\n ],\n \"targetAudiences\": [\n \"LGBT\",\n \"alternativeLifestyles\"\n ],\n \"offers\": [\n \"tobacco\",\n \"freeAccount\"\n ],\n \"landingPages\": [\n \"landingPageEntryPop\",\n \"landingPageExitPop\"\n ],\n \"visibleDisclaimers\": [\n \"freeShipping\",\n \"freeFinancing\"\n ],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"advancedCreative\": false\n }\n ],\n \"errors\": []\n}"},{"id":"d4de774a-16c2-46f8-9144-b7a7a6aac37a","name":"Third-Party Display Tag","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"7/5 TPA display test\",\n \"mediaFormat\": \"display\",\n \"adFormat\": \"standard\",\n \"advancedCreative\": false,\n \"thirdPartyAdServer\": {\n \"provider\": \"flashtalking\",\n \"tag\": \"\",\n \"clickUrl\": \"http://www.amobee.com\",\n \"bypassTagValidation\": false, \n \"adSizeId\": 13,\n \"mediaStandard\": \"html5\"\n },\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"disclosureAttributes\": {\n \"adContents\": [\"noVisibleAdvertiseOrProductName\", \"political\"],\n \"adBehaviors\": [\"userInteractive\", \"animationAutoStart\"],\n \"explicitLanguageWords\": [\"put\", \"your\", \"words\"],\n \"bannedLanguageWords\": [\"put\", \"your\", \"words\"],\n \"targetAudiences\": [\"lgbt\", \"alternativeLifestyles\"],\n \"offers\": [\"tobacco\", \"freeAccount\"],\n \"landingPages\": [\"landingPageEntryPop\", \"landingPageExitPop\"],\n \"visibleDisclaimers\": [\"freeShipping\", \"freeFinancing\"],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/creatives?validateClickUrl=true&requirePreviewApproval=true","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","creatives"],"query":[{"key":"validateClickUrl","value":"true","description":"Indicates if the click URL (defined either in thirdPartyAdServer > clickUrl OR amobeeAdServer > clickAction > url) for this creative should be validated. Optional.\n\nIf set as true and validation fails, the creative will not be created."},{"key":"requirePreviewApproval","value":"true","description":"Indicates if the transcoded versions of this creative require preview approval before use.\n\nOptional for video and audio creatives; meaningless for display creatives."}],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1609257460\",\n \"marketId\": \"1\",\n \"resourceType\": \"creative\",\n \"status\": \"play\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2023-07-06T04:46:06Z\",\n \"updatedAt\": \"2023-07-06T04:46:06Z\",\n \"mediaFormat\": \"display\",\n \"adFormat\": \"standard\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"name\": \"7/5 TPA display test\",\n \"thirdPartyAdServer\": {\n \"mediaStandard\": \"html5\",\n \"provider\": \"flashtalking\",\n \"tag\": \"\",\n \"clickUrl\": \"http://www.amobee.com\",\n \"bypassTagValidation\": false,\n \"adSizeId\": 13\n },\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"impression\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"disclosureAttributes\": {\n \"adContents\": [\n \"noVisibleAdvertiseOrProductName\",\n \"political\"\n ],\n \"explicitLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"bannedLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"adBehaviors\": [\n \"animationAutoStart\",\n \"userInteractive\"\n ],\n \"targetAudiences\": [\n \"LGBT\",\n \"alternativeLifestyles\"\n ],\n \"offers\": [\n \"tobacco\",\n \"freeAccount\"\n ],\n \"landingPages\": [\n \"landingPageEntryPop\",\n \"landingPageExitPop\"\n ],\n \"visibleDisclaimers\": [\n \"freeShipping\",\n \"freeFinancing\"\n ],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"advancedCreative\": false\n }\n ],\n \"errors\": []\n}"},{"id":"348987af-f977-4d7b-8fe2-0b809064eef8","name":"Third-Party Video URL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"7/5 TPA video test\",\n \"mediaFormat\": \"video\",\n \"adFormat\": \"standardVideo\",\n \"advancedCreative\": false,\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleClick\",\n \"adServerUrl\": \"https://ad.doubleclick.net/myaddetails\",\n \"clickUrl\": \"http://www.amobee.com\",\n \"isVpaid\": false,\n \"adSizeId\": 13\n },\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"disclosureAttributes\": {\n \"adContents\": [\"noVisibleAdvertiseOrProductName\", \"political\"],\n \"adBehaviors\": [\"userInteractive\", \"animationAutoStart\"],\n \"explicitLanguageWords\": [\"put\", \"your\", \"words\"],\n \"bannedLanguageWords\": [\"put\", \"your\", \"words\"],\n \"targetAudiences\": [\"lgbt\", \"alternativeLifestyles\"],\n \"offers\": [\"tobacco\", \"freeAccount\"],\n \"landingPages\": [\"landingPageEntryPop\", \"landingPageExitPop\"],\n \"visibleDisclaimers\": [\"freeShipping\", \"freeFinancing\"],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/creatives?validateClickUrl=true&requirePreviewApproval=true","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","creatives"],"query":[{"key":"validateClickUrl","value":"true","description":"Indicates if the click URL (defined either in thirdPartyAdServer > clickUrl OR amobeeAdServer > clickAction > url) for this creative should be validated. Optional.\n\nIf set as true and validation fails, the creative will not be created."},{"key":"requirePreviewApproval","value":"true","description":"Indicates if the transcoded versions of this creative require preview approval before use.\n\nOptional for video and audio creatives; meaningless for display creatives."}],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1609257663\",\n \"marketId\": \"1\",\n \"resourceType\": \"creative\",\n \"status\": \"play\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2023-07-06T06:26:17Z\",\n \"updatedAt\": \"2023-07-06T06:26:17Z\",\n \"mediaFormat\": \"video\",\n \"adFormat\": \"standardVideo\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"name\": \"7/5 TPA video test\",\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleClick\",\n \"clickUrl\": \"http://www.amobee.com\",\n \"adServerUrl\": \"https://ad.doubleclick.net/myaddetails\",\n \"isVpaid\": false,\n \"adSizeId\": 13\n },\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"disclosureAttributes\": {\n \"adContents\": [\n \"noVisibleAdvertiseOrProductName\",\n \"political\"\n ],\n \"explicitLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"bannedLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"adBehaviors\": [\n \"animationAutoStart\",\n \"userInteractive\"\n ],\n \"targetAudiences\": [\n \"LGBT\",\n \"alternativeLifestyles\"\n ],\n \"offers\": [\n \"tobacco\",\n \"freeAccount\"\n ],\n \"landingPages\": [\n \"landingPageEntryPop\",\n \"landingPageExitPop\"\n ],\n \"visibleDisclaimers\": [\n \"freeShipping\",\n \"freeFinancing\"\n ],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"advancedCreative\": false\n }\n ],\n \"errors\": []\n}"},{"id":"7fd13e68-7d44-495c-97ac-9b0486ad3e89","name":"Third-Party Audio URL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"7/5 TPA audio test\",\n \"mediaFormat\": \"audio\",\n \"adFormat\": \"standardAudio\",\n \"advancedCreative\": false,\n \"thirdPartyAdServer\": {\n \"provider\": \"innovid\",\n \"adServerUrl\": \"https://rtr.innovid.com/myaudioad\",\n \"clickUrl\": \"http://www.amobee.com\",\n \"adSizeId\": 13\n },\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"disclosureAttributes\": {\n \"adContents\": [\"noVisibleAdvertiseOrProductName\", \"political\"],\n \"adBehaviors\": [\"userInteractive\", \"animationAutoStart\"],\n \"explicitLanguageWords\": [\"put\", \"your\", \"words\"],\n \"bannedLanguageWords\": [\"put\", \"your\", \"words\"],\n \"targetAudiences\": [\"lgbt\", \"alternativeLifestyles\"],\n \"offers\": [\"tobacco\", \"freeAccount\"],\n \"landingPages\": [\"landingPageEntryPop\", \"landingPageExitPop\"],\n \"visibleDisclaimers\": [\"freeShipping\", \"freeFinancing\"],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/advertisers/:advertiserId/creatives?validateClickUrl=true&requirePreviewApproval=true","host":["{{campaign_url}}"],"path":["advertisers",":advertiserId","creatives"],"query":[{"key":"validateClickUrl","value":"true","description":"Indicates if the click URL (defined either in thirdPartyAdServer > clickUrl OR amobeeAdServer > clickAction > url) for this creative should be validated. Optional.\n\nIf set as true and validation fails, the creative will not be created."},{"key":"requirePreviewApproval","value":"true","description":"Indicates if the transcoded versions of this creative require preview approval before use.\n\nOptional for video and audio creatives; meaningless for display creatives."}],"variable":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Numeric ID associated with an advertiser. Required.\n\nDefaults to ID associated with the most recent advertiser created using POST New Advertiser."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1609257665\",\n \"marketId\": \"1\",\n \"resourceType\": \"creative\",\n \"status\": \"play\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2023-07-06T06:41:42Z\",\n \"updatedAt\": \"2023-07-06T06:41:42Z\",\n \"mediaFormat\": \"audio\",\n \"adFormat\": \"standardAudio\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"name\": \"7/5 TPA audio test\",\n \"thirdPartyAdServer\": {\n \"provider\": \"innovid\",\n \"clickUrl\": \"http://www.amobee.com\",\n \"adServerUrl\": \"https://rtr.innovid.com/myaudioad\",\n \"adSizeId\": 13\n },\n \"companion\": {\n \"thirdPartyAdServer\": {\n \"provider\": \"innovid\",\n \"isCompanionOptional\": false,\n \"adSizeId\": 3\n }\n },\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"disclosureAttributes\": {\n \"adContents\": [\n \"noVisibleAdvertiseOrProductName\",\n \"political\"\n ],\n \"explicitLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"bannedLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"adBehaviors\": [\n \"animationAutoStart\",\n \"userInteractive\"\n ],\n \"targetAudiences\": [\n \"LGBT\",\n \"alternativeLifestyles\"\n ],\n \"offers\": [\n \"tobacco\",\n \"freeAccount\"\n ],\n \"landingPages\": [\n \"landingPageEntryPop\",\n \"landingPageExitPop\"\n ],\n \"visibleDisclaimers\": [\n \"freeShipping\",\n \"freeFinancing\"\n ],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n },\n \"advancedCreative\": false\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of Creatives","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"9db5a19e-1bb7-4eeb-a98f-cddcb6550fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/creatives?advertiserId={{advertiserId}}&offset=0&limit=10&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["creatives"],"query":[{"key":"marketId","value":"1","description":"Limits response results to creatives within the market specified. \n\nCannot be defined when advertiserId is defined.","disabled":true},{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to creatives under the advertiser specified. If left unchecked/empty, creatives under all advertisers are returned. \n\nCannot be defined when marketId is defined."},{"key":"offset","value":"0","description":"The starting index in the list of creatives."},{"key":"limit","value":"10","description":"The number of creatives to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: name, id"}]},"description":"## Retrieve a list of creatives\n\nYou can retrieve all of the creatives within a specified market or advertiser by sending this `GET` request.\n\n**Note:** `marketId` and `advertiserId` cannot be used at the same time for a single request.\n\nIf you want to view all creatives under a given market and have access to multiple markets, you must specify a value for `marketId`."},"response":[]},{"name":"Existing Creative","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"9b8fead3-0942-4ae7-a151-b7d406f0dedb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/creatives/:id","host":["{{campaign_url}}"],"path":["creatives",":id"],"variable":[{"key":"id","value":"{{creativeId}}","description":"Numeric ID associated with a creative. Required.\n\nDefaults to ID associated with the most recent creative created using POST New Creative."}]},"description":"## Retrieve a single creative\n\nYou can retrieve an existing creative in your market by sending this `GET` request.\n\nTo retrieve the `id` of a creative, you must first send one of the following:\n\n1. `POST` New Creative request\n2. `GET` List of Creatives request\n \n\n`POST` New Creative will automatically populate the `creativeId` variable with the ID of your newly created creative.\n\n`GET` List of Creatives will return a list of creative objects—within your market or advertiser—containing IDs that you can copy and paste into the value cell for `id`."},"response":[{"id":"7af128eb-3875-4dae-b7dd-4c584ee32b25","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/creatives/:id","host":["{{campaign_url}}"],"path":["creatives",":id"],"variable":[{"key":"id","value":"{{creativeId}}","description":"Numeric ID associated with a creative. Required.\n\nDefaults to ID associated with the most recent creative created using POST New Creative."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Sep 2022 21:23:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1580"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"5239df93-7432601"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1608812159\",\n \"marketId\": \"1\",\n \"resourceType\": \"creative\",\n \"status\": \"play\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-09-15T17:32:16Z\",\n \"updatedAt\": \"2022-09-15T17:32:43Z\",\n \"mediaFormat\": \"video\",\n \"adFormat\": \"standardVideo\",\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"name\": \"irene test creative\",\n \"amobeeAdServer\": {\n \"creativeAssetKey\": \"2022_09/69a8a6a956524154b4705c4f66932c71.webm\",\n \"adSizeId\": 13,\n \"clickAction\": {\n \"url\": \"http://www.amobee.com\"\n }\n },\n \"companion\": {\n \"thirdPartyAdServer\": {\n \"provider\": \"doubleVerify\",\n \"tag\": \"\",\n \"clickOrLandingPageUrl\": \"https://amobee.com\",\n \"isCompanionOptional\": false,\n \"adSizeId\": 179\n },\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"doubleVerify\",\n \"tracker\": \"https://doubleverify.com\"\n }\n ]\n },\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"transcodingCompletionEmails\": [\n \"myEmail@amobee.com\",\n \"myEmail2@amobee.com\"\n ],\n \"isSslCompliant\": true,\n \"thirdPartyTrackings\": [\n {\n \"provider\": \"adCentric\",\n \"playerEvent\": \"collapse\",\n \"tracker\": \"https://adcentric.com\"\n }\n ],\n \"disclosureAttributes\": {\n \"adContents\": [\n \"noVisibleAdvertiseOrProductName\",\n \"political\"\n ],\n \"explicitLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"bannedLanguageWords\": [\n \"put\",\n \"your\",\n \"words\"\n ],\n \"adBehaviors\": [\n \"animationAutoStart\",\n \"userInteractive\"\n ],\n \"targetAudiences\": [\n \"LGBT\",\n \"alternativeLifestyles\"\n ],\n \"offers\": [\n \"tobacco\",\n \"freeAccount\"\n ],\n \"landingPages\": [\n \"landingPageEntryPop\",\n \"landingPageExitPop\"\n ],\n \"visibleDisclaimers\": [\n \"freeShipping\",\n \"freeFinancing\"\n ],\n \"disclaimerTerms\": \"footnoteNoTerms\"\n }\n }\n ],\n \"errors\": []\n}"}]},{"name":"Edit Creative","id":"c34c09a2-8371-4850-9040-6d5903fd746b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"(TPA) renamed test\",\n \"mediaFormat\": \"video\",\n \"thirdPartyAdServer\": {\n \"tag\": \"\",\n \"bypassTagValidation\": true, \n \"provider\": \"doubleClick\",\n \"adServerUrl\": \"https://ad.doubleclick.net\",\n \"adSizeId\": {{adSizeId}},\n \"clickUrl\": \"http://www.amobee.com\",\n \"mediaStandard\": \"html5\",\n \"isVpaid\": false\n },\n \"transcodingCompletionEmails\": [\"myEmail@amobee.com\", \"myEmail2@amobee.com\"],\n \"adFormat\": \"standard\",\n \"isSslCompliant\": true,\n \"expandableType\": \"click\",\n \"expandableDirections\": [\"right\", \"up\"],\n \"playMode\": \"autoPlay\",\n \"thirdPartyTrackings\": [\n {\n \"playerEvent\": \"collapse\",\n \"provider\": \"doubleVerify\",\n \"tracker\": \"https://doubleverify.com\"\n }\n ],\n \"language\": \"en\",\n \"iabCategory\": \"iab2-1\",\n \"status\": \"play\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/creatives/:id","host":["{{campaign_url}}"],"path":["creatives",":id"],"variable":[{"key":"id","value":"{{creativeId}}","description":"Numeric ID associated with the creative being updated. Required. \n\nDefaults to ID associated with the most recent creative created using POST New Creative."}]},"description":"## Edit an existing creative\n\nYou can edit settings for an existing creative by sending this `PUT` request. To update creative settings, open the body tab to edit the JSON object. See `POST` New Creative documentation for information on field definitions and allowed values.\n\nThe following fields cannot be edited:\n\n- `mediaFormat`\n- `thirdPartyAdServer` (DTO): Third-party creatives cannot be changed to being Nexxen-hosted.\n - **Note:** On the other hand, Nexxen-hosted creatives (i.e., creatives with `amobeeAdServer` defined) can be converted to third-party creatives. However, this action cannot be undone.\n- `adFormat`\n- `transcodingCompletionEmails`\n- `status`: To update a creative's play status, send a `PUT` Update Creative Status request.\n \n\nFor information on obtaining the creative `id`, see `GET` Existing Creative documentation."},"response":[]},{"name":"Update Creative Status","id":"554caedf-8652-42bb-b9c6-7040c4761db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"status\": \"stop\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/creatives/:id/statuses","host":["{{campaign_url}}"],"path":["creatives",":id","statuses"],"variable":[{"key":"id","value":"{{creativeId}}","description":"Numeric ID associated with the creative being updated. Required. \n\nDefaults to ID associated with the most recent creative created using POST New Creative."}]},"description":"## Updating a creative's play status\n\nYou can edit the status of an existing creative by sending this `PUT` request. To update other creative settings, send a `PUT` Edit Creative request.\n\nTo define a new status for the creative, open the body tab and input a new status value. Allowed values: *play, pause, stop, archived, approved.*\n\nFor information on obtaining the `id`, see `GET` Existing Creative documentation."},"response":[]}],"id":"d0d27494-9113-49fd-baf8-3930047ac7cf","description":"## Resource overview\n\nCreatives refer to the files that produce the ads seen by a consumer and any associated tracking pixels, content labels, and interactive elements.\n\nCreatives retrieved from this collection can be assigned to a campaign LI (or multiple campaign LIs) via requests within the **Ads** collection."},{"name":"Ads","item":[{"name":"New Ad","event":[{"listen":"test","script":{"id":"70999629-f987-47ce-a828-9a8d9c6ee0e5","exec":["// Check for 201. ","pm.test(\"Status to be 201.\", function () {"," pm.response.to.have.status(201);","});","","if (pm.response.code === 201) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," var jsonData = JSON.parse(responseBody);"," pm.environment.set(\"adId\", jsonData.data[0].id);","}"],"type":"text/javascript"}}],"id":"a6bb3b5d-5a83-4bf9-a9cc-7fbbda292c36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"2022 summer ad\",\n \"creatives\": [\n {\n \"creativeId\": \"{{creativeId}}\",\n \"weight\": 0.75\n },\n {\n \"creativeId\": \"1608815587\",\n \"weight\": 0.25\n }\n ],\n \"rotation\": \"weighted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/lineItems/:lineItemId/ads","host":["{{campaign_url}}"],"path":["lineItems",":lineItemId","ads"],"variable":[{"key":"lineItemId","value":"{{lineItemId}}","description":"Numeric ID associated with a line item. Required. \n\nDefaults to ID associated with the most recent LI created using either of the POST New LI requests."}]},"description":"## Create a new ad\n\nYou can create a new ad (i.e., assign creatives to a line item) by sending this `POST` request. To define creatives to assign to the LI specified by `lineItemId`, open the body tab and edit the JSON object.\n\n#### Request Body (Definitions)\n\n**Optional element*\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| name | Name of this ad/LI-creative assignment. | string |\n| creatives | Creative to be assigned to the LI. | comma-separated array containing one or more `creative` DTOs |\n| *rotation

(Only available if `creatives` contains more than one creative structure) | Method by which the LI's creatives should be rotated during ad delivery.

**Weighted:** Display creatives based on the frequency set (i.e., creative's `weight` value divided by the total weight of all creatives).
**Optimized:** Serve creatives in proportion to a click/action rate.
**Best-performing:** Serve creatives based `goals` set at the IO level. Best-performing creative is served 75% of the time and others served evenly for the remaining 25%.

Allowed values: *random, weighted, optimized, bestPerforming* | string |\n\n#### `creative` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| creativeId | ID associated with a creative. | string |\n| weight

(Only available if `rotation` method is defined as \"weighted\") | How often the creative should be served, considering the weight of other creatives assigned to the LI. | float |"},"response":[{"id":"633c7704-8005-45bc-8ac3-c346e49e862c","name":"Weighted Rotation - 2 Assigned Creatives","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"2022 summer ad\",\n \"creatives\": [\n {\n \"creativeId\": \"{{creativeId}}\",\n \"weight\": 0.75\n },\n {\n \"creativeId\": \"1608815587\",\n \"weight\": 0.25\n }\n ],\n \"rotation\": \"weighted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/lineItems/:lineItemId/ads","host":["{{campaign_url}}"],"path":["lineItems",":lineItemId","ads"],"variable":[{"key":"lineItemId","value":"{{lineItemId}}","description":"Numeric ID associated with a line item. Required. \n\nDefaults to ID associated with the most recent LI created using either of the POST New LI requests."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 17:45:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"493"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"535f3d3a-8844237"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"53427131\",\n \"resourceType\": \"ad\",\n \"adFormat\": \"standard\",\n \"adSizeId\": \"3\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-09-19T17:45:00Z\",\n \"clientStatus\": \"play\",\n \"hasCompanion\": false,\n \"insertionOrderId\": \"1608792488\",\n \"packageId\": \"1608792594\",\n \"lineItemId\": \"1608801242\",\n \"updatedAt\": \"2022-09-19T17:45:00Z\",\n \"workflowStatus\": \"approved\",\n \"creatives\": [\n {\n \"creativeId\": \"1608815587\",\n \"weight\": 0.25\n },\n {\n \"creativeId\": \"1608815506\",\n \"weight\": 0.75\n }\n ],\n \"name\": \"2022 summer ad\",\n \"rotation\": \"weighted\"\n }\n ],\n \"errors\": []\n}"},{"id":"e5287025-0cc2-4295-bf0c-f5804985bb46","name":"Single Creative Assignment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"single creative ad\",\n \"creatives\": [\n {\n \"creativeId\": \"{{creativeId}}\"\n }\n ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/lineItems/:lineItemId/ads","host":["{{campaign_url}}"],"path":["lineItems",":lineItemId","ads"],"variable":[{"key":"lineItemId","value":"{{lineItemId}}","description":"Numeric ID associated with a line item. Required. \n\nDefaults to ID associated with the most recent LI created using either of the POST New LI requests."}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 17:48:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"435"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"50c64d70-8780040"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"53427015\",\n \"resourceType\": \"ad\",\n \"adFormat\": \"standard\",\n \"adSizeId\": \"3\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-09-19T17:48:18Z\",\n \"clientStatus\": \"play\",\n \"hasCompanion\": false,\n \"insertionOrderId\": \"1608792488\",\n \"packageId\": \"1608792594\",\n \"lineItemId\": \"1608801242\",\n \"updatedAt\": \"2022-09-19T17:48:18Z\",\n \"workflowStatus\": \"approved\",\n \"creatives\": [\n {\n \"creativeId\": \"1608815594\"\n }\n ],\n \"name\": \"single creative ad\",\n \"rotation\": \"random\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"List of Ads","event":[{"listen":"test","script":{"id":"b1b748a0-3b3b-4f78-9a6f-bd0561226e55","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Includes 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Includes 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"e3ff1fc2-f563-437a-9225-cc6a1b3dea65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/ads?lineItemId={{lineItemId}}&offset=0&limit=2&sortOrder=asc&sortKey=id","host":["{{campaign_url}}"],"path":["ads"],"query":[{"key":"advertiserId","value":"{{advertiserId}}","description":"Limits response results to ads under the advertiser specified. If left unchecked/empty, ads under all advertisers are returned. \n\nCannot be defined when ID of any other campaign object is defined.","disabled":true},{"key":"insertionOrderId","value":"{{insertionOrderId}}","description":"Limits response results to ads under the IO specified.\n\nCannot be defined when ID of any other campaign object is defined.","disabled":true},{"key":"lineItemId","value":"{{lineItemId}}","description":"Limits response results to ads under the LI specified.\n\nCannot be defined when ID of any other campaign object is defined."},{"key":"offset","value":"0","description":"The starting index in the list of ads."},{"key":"limit","value":"2","description":"The number of ads to return."},{"key":"sortOrder","value":"asc","description":"Direction by which results should be sorted. \n\nAllowed values: asc, desc"},{"key":"sortKey","value":"id","description":"Field by which results should be sorted. \n\nAllowed values: id, name"}]},"description":"## Retrieve a list of ads\n\nYou can retrieve all of the ads within a specified advertiser, IO, or LI by sending this `GET` request.\n\n**Note:** `advertiserId`, `insertionOrderId`, and `lineItemId` cannot be used at the same time for a single request."},"response":[]},{"name":"Existing Ad","event":[{"listen":"test","script":{"id":"43f78475-9919-4ca8-9d52-3eff54d1cce1","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");","});"],"type":"text/javascript"}}],"id":"4623dbca-4ea5-4042-bacc-36e55328ee44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/ads/:id","host":["{{campaign_url}}"],"path":["ads",":id"],"variable":[{"key":"id","value":"{{adId}}","description":"Numeric ID associated with an ad. Required.\n\nDefaults to ID associated with the most recent ad created using POST New Ad."}]},"description":"## Retrieve a single ad\n\nYou can retrieve an existing ad by sending this `GET` request.\n\nTo retrieve the `id` of an ad, you must first send one of the following:\n\n1. `POST` New Ad request\n2. `GET` List of Ads request\n \n\n`POST` New Ad will automatically populate the `adId` variable with the ID of your newly created ad.\n\n`GET` List of Ads will return a list of ad objects containing IDs that you can copy and paste into the value cell for `id`."},"response":[{"id":"ee79dc49-2e51-4e49-a407-ff511e4c5871","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/ads/:id","host":["{{campaign_url}}"],"path":["ads",":id"],"variable":[{"key":"id","value":"{{adId}}","description":"Numeric ID associated with an ad. Required.\n\nDefaults to ID associated with the most recent ad created using POST New Ad."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 18:38:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"493"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"f3ee096f-8861265"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"53427131\",\n \"resourceType\": \"ad\",\n \"adFormat\": \"standard\",\n \"adSizeId\": \"3\",\n \"advertiserId\": \"1608792487\",\n \"createdAt\": \"2022-09-19T18:37:48Z\",\n \"clientStatus\": \"play\",\n \"hasCompanion\": false,\n \"insertionOrderId\": \"1608792488\",\n \"packageId\": \"1608792594\",\n \"lineItemId\": \"1608801242\",\n \"updatedAt\": \"2022-09-19T18:37:48Z\",\n \"workflowStatus\": \"approved\",\n \"creatives\": [\n {\n \"creativeId\": \"1608815587\",\n \"weight\": 0.25\n },\n {\n \"creativeId\": \"1608815506\",\n \"weight\": 0.75\n }\n ],\n \"name\": \"2022 summer ad\",\n \"rotation\": \"weighted\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Edit Ad","id":"151ad66b-c5b1-4881-91f2-587b92398e8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"2022 summer ad\",\n \"creatives\": [\n {\n \"creativeId\": \"{{creativeId}}\",\n \"weight\": 2\n },\n {\n \"creativeId\": \"1608815587\",\n \"weight\": 1\n },\n {\n \"creativeId\": \"1608815506\",\n \"weight\": 1\n }\n ],\n \"rotation\": \"weighted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/ads/:id","host":["{{campaign_url}}"],"path":["ads",":id"],"variable":[{"key":"id","value":"{{adId}}","description":"Numeric ID associated with the ad being updated. Required. \n\nDefaults to ID associated with the most recent ad created using POST New Ad."}]},"description":"## Edit an existing ad\n\nYou can edit settings for an existing ad (i.e., change LI creative assignment and/or rotation method) by sending this `PUT` request.\n\n**Note:** To update an ad's statuses, send a `PUT` Update Ad Statuses request.\n\nSee the table below for desired updates and corresponding changes to make to the JSON object within the body tab. For field descriptions and allowed values, see `POST` New Ad documentation.\n\n| **Desired Update** | **Request Body Action** |\n| --- | --- |\n| Add (i.e., assign) creative to LI | Add a creative structure (containing `creativeId` and, if relevant, `weight` value) to `creatives` array. |\n| Remove (i.e., un-assign) creative to LI | Delete relevant creative structure from `creatives` array.

Set `creatives` as an empty array to un-assign all creatives currently associated with the LI. |\n| Change creative rotation method | Define `rotation` and add/remove `weight` values from assigned creatives as necessary. |\n\nFor information on obtaining the ad `id`, see `GET` Existing Ad documentation."},"response":[{"id":"4e6e2c40-de5c-413d-bba8-0f52e777202c","name":"Add Creative, Change Weighting","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"2022 summer ad\",\n \"creatives\": [\n {\n \"creativeId\": \"{{creativeId}}\",\n \"weight\": 2\n },\n {\n \"creativeId\": \"1608815587\",\n \"weight\": 1\n },\n {\n \"creativeId\": \"1608815506\",\n \"weight\": 1\n }\n ],\n \"rotation\": \"weighted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/ads/:id","host":["{{campaign_url}}"],"path":["ads",":id"],"variable":[{"key":"id","value":"{{adId}}","description":"Numeric ID associated with the ad being updated. Required. \n\nDefaults to ID associated with the most recent ad created using POST New Ad."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 19:18:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"36a15e74-8809593"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"PUT"}],"cookie":[],"responseTime":null,"body":null},{"id":"235427b4-a146-49be-90e8-8fc522c13e04","name":"Change Rotation Method","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"name\": \"2022 summer ad\",\n \"creatives\": [\n {\n \"creativeId\": \"{{creativeId}}\"\n },\n {\n \"creativeId\": \"1608815587\"\n },\n {\n \"creativeId\": \"1608815506\"\n }\n ],\n \"rotation\": \"bestPerforming\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/ads/:id","host":["{{campaign_url}}"],"path":["ads",":id"],"variable":[{"key":"id","value":"{{adId}}","description":"Numeric ID associated with the ad being updated. Required. \n\nDefaults to ID associated with the most recent ad created using POST New Ad."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 19:21:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"e9a559db-8876444"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"PUT"}],"cookie":[],"responseTime":null,"body":null}]},{"name":"Update Ad Statuses","id":"18dc269e-ced2-48f7-9cb8-9ec745bc4853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"clientStatus\": \"pause\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_url}}/ads/:adId/statuses","host":["{{campaign_url}}"],"path":["ads",":adId","statuses"],"variable":[{"key":"adId","value":"{{adId}}","description":"Numeric ID associated with the ad being updated. Required. \n\nDefaults to ID associated with the most recent ad created using POST New Ad."}]},"description":"## Updating an ad's active status\n\nYou can edit the status of an existing ad by sending this `PUT` request. To update other ad settings, send a `PUT` Edit Ad request.\n\nTo change an ad's play status, open the body tab and define the `clientStatus` as one of the following: *play, pause, stop.*\n\nTo archive an ad, set the `workflowStatus` as *archived*. To unarchive an ad, set the `workflowStatus` as *approved.*\n\nFor information on obtaining the `adId`, see `GET` Existing Ad documentation."},"response":[]}],"id":"d22ef23c-ea6f-48b1-a7a6-ecbf0f7327ff","description":"## Resource overview\n\nAds represent the content shown to consumers on the receiving end of campaign impression delivery. In other words, ads are created when creatives get assigned to a campaign's line items."},{"name":"Ad Sizes","item":[{"name":"List of Ad Sizes","event":[{"listen":"test","script":{"id":"90d52232-ff64-4b3f-9a64-0208ed8b573a","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Has 'queryTotal'.\", function () {"," pm.expect(pm.response.text()).to.include(\"queryTotal\");"," });",""," pm.test(\"Has 'data'.\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });","}"],"type":"text/javascript"}}],"id":"7e4d9be1-b6b9-43ae-8998-46d15357806f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/adSizes?mediaChannel=audio","host":["{{campaign_url}}"],"path":["adSizes"],"query":[{"key":"mediaChannel","value":"audio","description":"Media channel that the returned ad size objects are supported in.\n\nAllowed values: display, audio, video, mobile"}]},"description":"## Retrieve a list of ad size objects\n\nYou can retrieve all available ad sizes by sending this `GET` request.\n\n#### Response Body\n\nYou can manually copy an ad size ID from the response body and paste it into the value cell for the `adSizeId` variable in your environment. This allows you to create new creatives with the same ad size object/ad layout."},"response":[{"id":"f36269b6-0e9f-41a4-9e19-86b5d4872216","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/adSizes?mediaChannel=audio","host":["{{campaign_url}}"],"path":["adSizes"],"query":[{"key":"mediaChannel","value":"audio","description":"Media channel that the returned ad size objects are supported in.\n\nAllowed values: display, audio, video, mobile"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Aug 2022 22:19:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"333"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"a949762a-530981"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"queryTotal\": 3,\n \"data\": [\n {\n \"id\": \"1\",\n \"resourceType\": \"adSize\",\n \"width\": 1,\n \"height\": 1,\n \"mediaChannels\": [\n \"social\",\n \"display\",\n \"audio\",\n \"video\"\n ]\n },\n {\n \"id\": \"2\",\n \"resourceType\": \"adSize\",\n \"width\": 300,\n \"height\": 223,\n \"mediaChannels\": [\n \"audio\"\n ]\n },\n {\n \"id\": \"3\",\n \"resourceType\": \"adSize\",\n \"width\": 640,\n \"height\": 640,\n \"mediaChannels\": [\n \"display\",\n \"audio\"\n ]\n }\n ],\n \"errors\": []\n}"}]},{"name":"Existing Ad Size","event":[{"listen":"test","script":{"id":"6a31b178-6535-44d3-9835-b938cf8f6861","exec":["// Check for 200. ","pm.test(\"Status to be 200.\", function () {"," pm.response.to.have.status(200);","});","","if (pm.response.code === 200) {"," pm.test(\"Body matches string\", function () {"," pm.expect(pm.response.text()).to.include(\"data\");"," });",""," // Parse the body."," var jsonData = JSON.parse(responseBody);"," var data = jsonData[\"data\"];"," "," // Checks length."," if (data.length > 0) {"," var item = data[0]; "," pm.test(\"Item has 'resourceType' of 'adSize'.\", function () {"," pm.expect(item[\"resourceType\"]).to.include(\"adSize\");"," });",""," pm.test(\"Item has 'height'.\", function () {"," pm.expect(item[\"height\"]).exist;"," });",""," pm.test(\"Item has 'width'.\", function () {"," pm.expect(item[\"width\"]).exist;"," });"," } else {"," pm.test(\"Failed to have any results.\", function () {"," pm.expect.fail(\"Did not have any items in the response.\");"," });"," }","}"],"type":"text/javascript"}}],"id":"34ca00ea-46b6-47a8-b450-2821c21dce24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{campaign_url}}/adSizes/:id","host":["{{campaign_url}}"],"path":["adSizes",":id"],"variable":[{"key":"id","value":"13","description":"Numeric ID associated with an ad size object; retrievable via the GET List of Ad Sizes response body. Required."}]},"description":"## Retrieve a single ad size object\n\nYou can retrieve an existing ad size object by sending this `GET` request."},"response":[]}],"id":"04505550-48eb-4752-8be9-60c7f2e2967f","description":"## Resource overview\n\nAd sizes are frame attributes used to define the dimensions/layout of ads during creative creation.\n\nAd size objects retrieved from this collection are used in requests within the **Creatives** collection."},{"name":"Device","item":[{"name":"Device Types","item":[{"name":"List of Device Types","id":"a2ef6b75-ce47-45c2-ba75-72391d8ca4a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{device_url}}/deviceTypes","description":"## Retrieve a list of device types\n\nYou can retrieve all of the device types available in your market by sending this `GET` request.\n\nThe device type `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New LI - `deviceProfile` (DTO)"},"response":[{"id":"8cb86ca9-b92e-4b24-a266-97d18be9c001","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":"{{device_url}}/deviceTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Sep 2022 01:34:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"658"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"f808611b-7967072"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 10,\n \"data\": [\n {\n \"id\": \"0\",\n \"resourceType\": \"deviceType\",\n \"name\": \"Unknown\"\n },\n {\n \"id\": \"4813915\",\n \"resourceType\": \"deviceType\",\n \"name\": \"Media Player\"\n },\n {\n \"id\": \"4813931\",\n \"resourceType\": \"deviceType\",\n \"name\": \"Set Top Box\"\n },\n {\n \"id\": \"4610130\",\n \"resourceType\": \"deviceType\",\n \"name\": \"E-Reader\"\n },\n {\n \"id\": \"4602978\",\n \"resourceType\": \"deviceType\",\n \"name\": \"Mobile Phone\"\n },\n {\n \"id\": \"4615779\",\n \"resourceType\": \"deviceType\",\n \"name\": \"Other\"\n },\n {\n \"id\": \"4616945\",\n \"resourceType\": \"deviceType\",\n \"name\": \"Games Console\"\n },\n {\n \"id\": \"4823105\",\n \"resourceType\": \"deviceType\",\n \"name\": \"TV\"\n },\n {\n \"id\": \"4606383\",\n \"resourceType\": \"deviceType\",\n \"name\": \"Tablet\"\n },\n {\n \"id\": \"5347466\",\n \"resourceType\": \"deviceType\",\n \"name\": \"PC\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Existing Device Type","id":"b9600fd7-acbb-4373-9ce9-5ad355d85e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/deviceTypes/:id","host":["{{device_url}}"],"path":["deviceTypes",":id"],"variable":[{"key":"id","value":"4610130","description":"ID associated with a device type object within your market."}]},"description":"## Retrieve a single device type\n\nYou can retrieve an existing device type within your market by sending this `GET` request."},"response":[{"id":"9987c55d-af89-406f-b4ec-a57f30bc1c7a","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/deviceTypes/:id","host":["{{device_url}}"],"path":["deviceTypes",":id"],"variable":[{"key":"id","value":"4610130","description":"ID associated with a device type object within your market."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Sep 2022 01:35:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"85"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"5fff70b2-7967262"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"4610130\",\n \"resourceType\": \"deviceType\",\n \"name\": \"E-Reader\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"3384f5da-34bc-4cb8-a3a1-e5cab23d8490","description":"## Resource overview"},{"name":"Operating Systems","item":[{"name":"List of OS's","id":"210e80fd-c6c3-41eb-bf41-e0018b37008b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{device_url}}/operatingSystems","description":"## Retrieve a list of operating systems\n\nYou can retrieve all of the operating systems available in your market by sending this `GET` request.\n\nThe OS `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New LI - `deviceProfile` (DTO) > `operatingSystem` (DTO)\n* `POST` New Creative - `clickAction` (DTO)"},"response":[{"id":"79289a76-2202-4216-a0fd-4bc6f0090fd2","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":"{{device_url}}/operatingSystems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Sep 2022 01:35:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1606"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"5fff70b2-7967198"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 18,\n \"data\": [\n {\n \"id\": \"4610054\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Web Os\"\n },\n {\n \"id\": \"4603110\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Windows Phone\"\n },\n {\n \"id\": \"4602980\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Other\"\n },\n {\n \"id\": \"4607331\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Android\",\n \"versions\": [\n \"0.5\",\n \"1.0\",\n \"1.1\",\n \"1.5\",\n \"1.6\",\n \"2.0\",\n \"2.1\",\n \"2.2\",\n \"2.3\",\n \"3.0\",\n \"3.1\",\n \"3.2\",\n \"4.0\",\n \"4.1\",\n \"4.2\",\n \"4.3\",\n \"4.4\",\n \"5.0\",\n \"5.1\",\n \"6.0\",\n \"7.0\",\n \"7.1\",\n \"8.0\",\n \"8.1\"\n ]\n },\n {\n \"id\": \"-10\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Windows 7\"\n },\n {\n \"id\": \"-11\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Windows Vista\"\n },\n {\n \"id\": \"-12\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Windows XP\"\n },\n {\n \"id\": \"-13\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Windows Server 2003\"\n },\n {\n \"id\": \"-14\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Windows Other\"\n },\n {\n \"id\": \"-15\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Linux\"\n },\n {\n \"id\": \"-16\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Mac\"\n },\n {\n \"id\": \"-18\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Windows 8\"\n },\n {\n \"id\": \"5089439\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Windows Rt\"\n },\n {\n \"id\": \"4610163\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"iOS\",\n \"versions\": [\n \"2.0\",\n \"2.1\",\n \"2.2\",\n \"3.0\",\n \"3.1\",\n \"3.2\",\n \"4.0\",\n \"4.1\",\n \"4.2\",\n \"4.3\",\n \"5.0\",\n \"5.1\",\n \"6.0\",\n \"6.1\",\n \"7.0\",\n \"7.1\",\n \"8.0\",\n \"8.1\",\n \"8.2\",\n \"8.3\",\n \"8.4\",\n \"9.0\",\n \"9.1\",\n \"9.2\",\n \"9.3\",\n \"10.0\",\n \"10.1\",\n \"10.2\",\n \"10.3\",\n \"11.0\",\n \"11.1\",\n \"11.2\"\n ]\n },\n {\n \"id\": \"4620464\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Bada\"\n },\n {\n \"id\": \"4614320\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Rim\"\n },\n {\n \"id\": \"4603099\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Symbian\"\n },\n {\n \"id\": \"4603353\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"Windows Mobile\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Existing OS","id":"ca3a479b-cc93-43de-8441-9e8f86c600a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/operatingSystems/:id","host":["{{device_url}}"],"path":["operatingSystems",":id"],"variable":[{"key":"id","value":"4610163","description":"ID associated with an OS object within your market."}]},"description":"## Retrieve a single OS object\n\nYou can retrieve an existing OS object within your market by sending this `GET` request."},"response":[{"id":"8cb1c1ae-0b38-475f-9266-d4cfe3047ef6","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/operatingSystems/:id","host":["{{device_url}}"],"path":["operatingSystems",":id"],"variable":[{"key":"id","value":"4610163","description":"ID associated with an OS object within your market."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Sep 2022 01:35:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"297"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"e8c8386f-7901875"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"4610163\",\n \"resourceType\": \"operatingSystem\",\n \"name\": \"iOS\",\n \"versions\": [\n \"2.0\",\n \"2.1\",\n \"2.2\",\n \"3.0\",\n \"3.1\",\n \"3.2\",\n \"4.0\",\n \"4.1\",\n \"4.2\",\n \"4.3\",\n \"5.0\",\n \"5.1\",\n \"6.0\",\n \"6.1\",\n \"7.0\",\n \"7.1\",\n \"8.0\",\n \"8.1\",\n \"8.2\",\n \"8.3\",\n \"8.4\",\n \"9.0\",\n \"9.1\",\n \"9.2\",\n \"9.3\",\n \"10.0\",\n \"10.1\",\n \"10.2\",\n \"10.3\",\n \"11.0\",\n \"11.1\",\n \"11.2\"\n ]\n }\n ],\n \"errors\": []\n}"}]}],"id":"70fb2407-e14b-4808-8c3c-bb83b7c34578"},{"name":"Manufacturers","item":[{"name":"List of Manufacturers","id":"1924c0ce-4acb-49fc-8266-9377bfb00170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/manufacturers?deviceTypeId=4602978&operatingSystemId=4610163&offset=0&sortOrder=asc","host":["{{device_url}}"],"path":["manufacturers"],"query":[{"key":"deviceTypeId","value":"4602978","description":"Limits response results to manufacturers of the device type specified.\n\nValue can be retrieved from GET List of Device Types.","type":"text"},{"key":"operatingSystemId","value":"4610163","description":"Limits response results to manufacturers of the operating system specified.\n\nValue can be retrieved from GET List of OS's.","type":"text"},{"key":"offset","value":"0","description":"The starting index in the list of manufacturers."},{"key":"limit","value":"10","description":"The number of manufacturers to return.","type":"text","disabled":true},{"key":"sortOrder","value":"asc","description":"Direction of result sorting (by name). \n\nAllowed values: asc, desc"}]},"description":"## Retrieve a list of manufacturers\n\nYou can retrieve all of the device type and/or OS manufacturers available in your market by sending this `GET` request.\n\nThe manufacturer `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New LI - `deviceProfile` (DTO)"},"response":[{"id":"0b91d3e0-d15a-49a1-9df0-fef47136ac81","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/manufacturers?deviceTypeId=4602978&operatingSystemId=4610163&offset=0&sortOrder=asc","host":["{{device_url}}"],"path":["manufacturers"],"query":[{"key":"deviceTypeId","value":"4602978","description":"Limits response results to manufacturers of the device type specified.\n\nValue can be retrieved from GET List of Device Types."},{"key":"operatingSystemId","value":"4610163","description":"Limits response results to manufacturers of the operating system specified.\n\nValue can be retrieved from GET List of OS's."},{"key":"offset","value":"0","description":"The starting index in the list of manufacturers."},{"key":"limit","value":"10","description":"The number of manufacturers to return.","type":"text","disabled":true},{"key":"sortOrder","value":"asc","description":"Direction of result sorting (by name). \n\nAllowed values: asc, desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Sep 2022 04:57:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"9bd72265-7945184"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 1,\n \"data\": [\n {\n \"id\": \"4610164\",\n \"resourceType\": \"manufacturer\",\n \"name\": \"Apple\"\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/device/v1/api/manufacturers?deviceTypeId=4602978&operatingSystemId=4610163&offset=0&sortOrder=asc\"\n }\n}"}]},{"name":"Existing Manufacturer","id":"397476da-1bba-43d9-bb85-387eaa175064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/manufacturers/:id","host":["{{device_url}}"],"path":["manufacturers",":id"],"variable":[{"key":"id","value":"4610164","description":"ID associated with a device type/OS manufacturer within your market."}]},"description":"## Retrieve a single manufacturer\n\nYou can retrieve an existing device type/OS manufacturer within your market by sending this `GET` request."},"response":[{"id":"ebe8b3ae-2357-4907-91a4-6bf7dbeb96a9","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/manufacturers/:id","host":["{{device_url}}"],"path":["manufacturers",":id"],"variable":[{"key":"id","value":"4610164","description":"ID associated with a device type/OS manufacturer within your market."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Sep 2022 05:01:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"6e695a2a-8011484"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"4610164\",\n \"resourceType\": \"manufacturer\",\n \"name\": \"Apple\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"82130c1c-d82e-4af4-a766-831f9ea076e1"},{"name":"Devices","item":[{"name":"List of Devices","id":"7aba29d5-d43d-4ea7-8a90-0295a9f5a583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/devices?deviceTypeId=4602978&operatingSystemId=4610163&manufacturerId=4610164&offset=0&limit=10&sortOrder=asc","host":["{{device_url}}"],"path":["devices"],"query":[{"key":"deviceTypeId","value":"4602978","description":"Limits response results to devices of the device type specified.\n\nValue can be retrieved from GET List of Device Types."},{"key":"operatingSystemId","value":"4610163","description":"Limits response results to devices using the operating system specified.\n\nValue can be retrieved from GET List of OS's."},{"key":"manufacturerId","value":"4610164","description":"Limits response results to devices from the manufacturer specified.\n\nValue can be retrieved from GET List of Manufacturers."},{"key":"offset","value":"0","description":"The starting index in the list of devices."},{"key":"limit","value":"10","description":"The number of devices to return.","type":"text"},{"key":"sortOrder","value":"asc","description":"Direction of result sorting (by name). \n\nAllowed values: asc, desc"}]},"description":"## Retrieve a list of devices\n\nYou can retrieve all of the devices recorded in your market by sending this `GET` request.\n\nThe device `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New LI - `devices` (DTO)"},"response":[{"id":"b86ec22d-fa71-4520-ba6c-bd3dac395452","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/devices?deviceTypeId=4602978&operatingSystemId=4610163&manufacturerId=4610164&offset=0&limit=10&sortOrder=asc","host":["{{device_url}}"],"path":["devices"],"query":[{"key":"deviceTypeId","value":"4602978","description":"Limits response results to devices of the device type specified.\n\nValue can be retrieved from GET List of Device Types."},{"key":"operatingSystemId","value":"4610163","description":"Limits response results to devices using the operating system specified.\n\nValue can be retrieved from GET List of OS's."},{"key":"manufacturerId","value":"4610164","description":"Limits response results to devices from the manufacturer specified.\n\nValue can be retrieved from GET List of Manufacturers."},{"key":"offset","value":"0","description":"The starting index in the list of devices."},{"key":"limit","value":"10","description":"The number of devices to return.","type":"text"},{"key":"sortOrder","value":"asc","description":"Direction of result sorting (by name). \n\nAllowed values: asc, desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Sep 2022 05:11:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1827"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"e2feb223-8013639"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 35,\n \"data\": [\n {\n \"id\": \"205202\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n },\n {\n \"id\": \"51828799\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone 11\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n },\n {\n \"id\": \"51828726\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone 11 Pro\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n },\n {\n \"id\": \"51828653\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone 11 Pro Max\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n },\n {\n \"id\": \"61188837\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone 12\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n },\n {\n \"id\": \"61188663\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone 12 Mini\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n },\n {\n \"id\": \"61188779\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone 12 Pro\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n },\n {\n \"id\": \"61188721\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone 12 Pro Max\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n },\n {\n \"id\": \"65932080\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone 13\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n },\n {\n \"id\": \"65932128\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone 13 Pro\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/device/v1/api/devices?deviceTypeId=4602978&operatingSystemId=4610163&manufacturerId=4610164&offset=0&limit=10&sortOrder=asc\",\n \"next\": \"https://services.amobee.com/device/v1/api/devices?deviceTypeId=4602978&operatingSystemId=4610163&manufacturerId=4610164&offset=10&limit=10&sortOrder=asc\"\n }\n}"}]},{"name":"Existing Device","id":"df3896a7-c66d-45d5-92ad-387888675433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/devices/:id","host":["{{device_url}}"],"path":["devices",":id"],"variable":[{"key":"id","value":"205202","description":"ID associated with a device recorded for your market."}]},"description":"## Retrieve a single device\n\nYou can retrieve an existing device within your market by sending this `GET` request."},"response":[{"id":"77c4372d-f8b9-4d45-8522-9ce7620291d7","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{device_url}}/devices/:id","host":["{{device_url}}"],"path":["devices",":id"],"variable":[{"key":"id","value":"205202","description":"ID associated with a device recorded for your market."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Sep 2022 05:26:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"160"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"ebf602d0-7951410"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"205202\",\n \"resourceType\": \"device\",\n \"name\": \"iPhone\",\n \"deviceTypeId\": \"4602978\",\n \"manufacturerId\": \"4610164\",\n \"operatingSystemId\": \"4610163\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"4f0a86f3-4ea0-45df-b28a-9e3a8d810d6c"}],"id":"70cf5b34-0994-4be1-9cff-e78762ae173d","description":"## Purpose of this API\n\nWith the **Device Service**, you can query and retrieve device data from the Nexxen DSP to drive device targeting in your campaigns.\n\nThis service is intended for use in conjunction with the **Campaign Management Service**."},{"name":"Location","item":[{"name":"Addresses","item":[{"name":"List of Addresses","id":"5e6476ff-b751-4bf1-aa2e-fbde99f3d02a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/addresses?searchString=Redwood Shores Parkway","host":["{{location_url}}"],"path":["addresses"],"query":[{"key":"searchString","value":"Redwood Shores Parkway","description":"Street and/or city by which to filter address string results. Required."}]},"description":"## Retrieve a list of addresses\n\nYou can retrieve all of the street addresses available in your market by sending this `GET` request.\n\nThe address `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New Beacon - `location` (DTO)\n* `POST` New Location Group - `entry` (DTO)"},"response":[{"id":"d12ff04f-d428-42da-b58d-01a7e30eb9ac","name":"Redwood Shores Parkway Addresses","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/addresses?searchString=Redwood Shores Parkway","host":["{{location_url}}"],"path":["addresses"],"query":[{"key":"searchString","value":"Redwood Shores Parkway","description":"Street and/or city by which to filter address string results. Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 22:55:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2049"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"b7bc4588-8958856"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 21,\n \"data\": [\n {\n \"id\": \"1291947431\",\n \"resourceType\": \"address\",\n \"name\": \"236 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"4832164602\",\n \"resourceType\": \"address\",\n \"name\": \"282 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"816525162\",\n \"resourceType\": \"address\",\n \"name\": \"272 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"2359298372\",\n \"resourceType\": \"address\",\n \"name\": \"246 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"3863969486\",\n \"resourceType\": \"address\",\n \"name\": \"250 Redwood Shores Parkway a, Redwood City\"\n },\n {\n \"id\": \"457570043\",\n \"resourceType\": \"address\",\n \"name\": \"203 Redwood Shores Parkway # 145, Redwood City\"\n },\n {\n \"id\": \"211513857\",\n \"resourceType\": \"address\",\n \"name\": \"203 Redwood Shores Parkway #460, Redwood City\"\n },\n {\n \"id\": \"762562583\",\n \"resourceType\": \"address\",\n \"name\": \"270 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"214070604\",\n \"resourceType\": \"address\",\n \"name\": \"201 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"1663937791\",\n \"resourceType\": \"address\",\n \"name\": \"950 Redwood Shores Parkway a305, Redwood City\"\n },\n {\n \"id\": \"1495467015\",\n \"resourceType\": \"address\",\n \"name\": \"242 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"1472274606\",\n \"resourceType\": \"address\",\n \"name\": \"203 Redwood Shores Parkway #125, Redwood City\"\n },\n {\n \"id\": \"1437206445\",\n \"resourceType\": \"address\",\n \"name\": \"226 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"5149054462\",\n \"resourceType\": \"address\",\n \"name\": \"200 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"541230961\",\n \"resourceType\": \"address\",\n \"name\": \"203 Redwood Shores Parkway #530, Redwood City\"\n },\n {\n \"id\": \"744164410\",\n \"resourceType\": \"address\",\n \"name\": \"260 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"228590232\",\n \"resourceType\": \"address\",\n \"name\": \"220 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"3038547903\",\n \"resourceType\": \"address\",\n \"name\": \"797 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"3755324653\",\n \"resourceType\": \"address\",\n \"name\": \"224 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"814014582\",\n \"resourceType\": \"address\",\n \"name\": \"264 Redwood Shores Parkway, Redwood City\"\n },\n {\n \"id\": \"611676626\",\n \"resourceType\": \"address\",\n \"name\": \"210 Redwood Shores Parkway, Redwood City\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Existing Address","id":"117bbd44-7e4b-4b5f-ab75-e425979b70bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/addresses/:id","host":["{{location_url}}"],"path":["addresses",":id"],"variable":[{"key":"id","value":"1291947431","description":"ID associated with a street address."}]},"description":"## Retrieve a single address\n\nYou can retrieve an address available within your market by sending this `GET` request."},"response":[{"id":"803241f1-e318-4871-9e56-012ee30b21fc","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/addresses/:id","host":["{{location_url}}"],"path":["addresses",":id"],"variable":[{"key":"id","value":"1291947431","description":"ID associated with a street address."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:18:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"434b9a63-8901526"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1291947431\",\n \"resourceType\": \"address\",\n \"name\": \"236 Redwood Shores Parkway, Redwood City\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"b312d36a-a5a8-4650-bfa7-5c28635b2e60"},{"name":"Continents","item":[{"name":"List of Continents","id":"8c641370-595f-4449-aa32-3fdc542ea7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{location_url}}/continents","description":"## Retrieve a list of continents\n\nYou can retrieve all of the continents available for geo targeting by sending this `GET` request.\n\nThe continent `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New LI - `geography` (DTO)"},"response":[{"id":"9adc7331-b944-4098-97e9-a02a1a138ed5","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":"{{location_url}}/continents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:15:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"432"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"d35ac6b5-8965729"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 7,\n \"data\": [\n {\n \"id\": \"1\",\n \"resourceType\": \"continent\",\n \"name\": \"North America\"\n },\n {\n \"id\": \"2\",\n \"resourceType\": \"continent\",\n \"name\": \"South America\"\n },\n {\n \"id\": \"3\",\n \"resourceType\": \"continent\",\n \"name\": \"Europe\"\n },\n {\n \"id\": \"4\",\n \"resourceType\": \"continent\",\n \"name\": \"Asia\"\n },\n {\n \"id\": \"6\",\n \"resourceType\": \"continent\",\n \"name\": \"Australia\"\n },\n {\n \"id\": \"5\",\n \"resourceType\": \"continent\",\n \"name\": \"Africa\"\n },\n {\n \"id\": \"7\",\n \"resourceType\": \"continent\",\n \"name\": \"Antarctica\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Existing Continent","id":"492d7431-fc41-4438-8724-c8eaf2434356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/continents/:id","host":["{{location_url}}"],"path":["continents",":id"],"variable":[{"key":"id","value":"1","description":"ID associated with a continent."}]},"description":"## Retrieve a single continent\n\nYou can retrieve a continent object within your market by sending this `GET` request."},"response":[{"id":"8ec93644-1554-40bc-b159-8925785a7e80","name":"North America","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/continents/:id","host":["{{location_url}}"],"path":["continents",":id"],"variable":[{"key":"id","value":"1","description":"ID associated with a continent."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:17:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"7a82c682-8901011"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1\",\n \"resourceType\": \"continent\",\n \"name\": \"North America\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"9769cd42-f455-4118-b1e4-f50593f67835"},{"name":"Countries","item":[{"name":"List of Countries","id":"f7241b24-7ec0-4bf3-b957-3fb53367935f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{location_url}}/countries","description":"## Retrieve a list of countries\n\nYou can retrieve all of the countries available for geo targeting by sending this `GET` request.\n\nThe country `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New Location Group\n* `POST` New LI - `geography` (DTO), `postalCode` (DTO), `mobileRadius` (DTO)"},"response":[{"id":"20dafb8e-d495-47bc-9141-bf3ab847a665","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":"{{location_url}}/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:21:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19014"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"ed5e2539-8967724"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 250,\n \"data\": [\n {\n \"id\": \"1\",\n \"resourceType\": \"country\",\n \"name\": \"Canada\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"2\",\n \"resourceType\": \"country\",\n \"name\": \"United States\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"3\",\n \"resourceType\": \"country\",\n \"name\": \"Czech Republic\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"4\",\n \"resourceType\": \"country\",\n \"name\": \"Denmark\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"5\",\n \"resourceType\": \"country\",\n \"name\": \"Finland\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"6\",\n \"resourceType\": \"country\",\n \"name\": \"France\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"7\",\n \"resourceType\": \"country\",\n \"name\": \"Germany\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"8\",\n \"resourceType\": \"country\",\n \"name\": \"Ireland\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"9\",\n \"resourceType\": \"country\",\n \"name\": \"Italy\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"10\",\n \"resourceType\": \"country\",\n \"name\": \"Netherlands\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"11\",\n \"resourceType\": \"country\",\n \"name\": \"Norway\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"12\",\n \"resourceType\": \"country\",\n \"name\": \"Poland\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"13\",\n \"resourceType\": \"country\",\n \"name\": \"Portugal\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"14\",\n \"resourceType\": \"country\",\n \"name\": \"Russia\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"15\",\n \"resourceType\": \"country\",\n \"name\": \"Spain\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"16\",\n \"resourceType\": \"country\",\n \"name\": \"Sweden\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"17\",\n \"resourceType\": \"country\",\n \"name\": \"Turkey\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"18\",\n \"resourceType\": \"country\",\n \"name\": \"United Kingdom\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"19\",\n \"resourceType\": \"country\",\n \"name\": \"Austria\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"20\",\n \"resourceType\": \"country\",\n \"name\": \"Belgium\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"21\",\n \"resourceType\": \"country\",\n \"name\": \"Bulgaria\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"22\",\n \"resourceType\": \"country\",\n \"name\": \"Croatia\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"23\",\n \"resourceType\": \"country\",\n \"name\": \"Estonia\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"24\",\n \"resourceType\": \"country\",\n \"name\": \"Georgia\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"25\",\n \"resourceType\": \"country\",\n \"name\": \"Greece\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"26\",\n \"resourceType\": \"country\",\n \"name\": \"Hungary\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"27\",\n \"resourceType\": \"country\",\n \"name\": \"Lithuania\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"28\",\n \"resourceType\": \"country\",\n \"name\": \"Romania\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"29\",\n \"resourceType\": \"country\",\n \"name\": \"Slovakia\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"30\",\n \"resourceType\": \"country\",\n \"name\": \"Slovenia\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"31\",\n \"resourceType\": \"country\",\n \"name\": \"Switzerland\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"32\",\n \"resourceType\": \"country\",\n \"name\": \"Ukraine\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"33\",\n \"resourceType\": \"country\",\n \"name\": \"Mexico\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"34\",\n \"resourceType\": \"country\",\n \"name\": \"Argentina\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"35\",\n \"resourceType\": \"country\",\n \"name\": \"Bolivia\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"36\",\n \"resourceType\": \"country\",\n \"name\": \"Brazil\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"37\",\n \"resourceType\": \"country\",\n \"name\": \"Chile\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"38\",\n \"resourceType\": \"country\",\n \"name\": \"Colombia\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"39\",\n \"resourceType\": \"country\",\n \"name\": \"Costa Rica\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"40\",\n \"resourceType\": \"country\",\n \"name\": \"Cuba\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"41\",\n \"resourceType\": \"country\",\n \"name\": \"Dominican Republic\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"42\",\n \"resourceType\": \"country\",\n \"name\": \"Ecuador\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"43\",\n \"resourceType\": \"country\",\n \"name\": \"El Salvador\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"44\",\n \"resourceType\": \"country\",\n \"name\": \"Guatemala\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"45\",\n \"resourceType\": \"country\",\n \"name\": \"Guyana\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"46\",\n \"resourceType\": \"country\",\n \"name\": \"Haiti\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"47\",\n \"resourceType\": \"country\",\n \"name\": \"Honduras\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"48\",\n \"resourceType\": \"country\",\n \"name\": \"Jamaica\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"49\",\n \"resourceType\": \"country\",\n \"name\": \"Nicaragua\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"50\",\n \"resourceType\": \"country\",\n \"name\": \"Panama\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"51\",\n \"resourceType\": \"country\",\n \"name\": \"Paraguay\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"52\",\n \"resourceType\": \"country\",\n \"name\": \"Peru\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"53\",\n \"resourceType\": \"country\",\n \"name\": \"Puerto Rico\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"54\",\n \"resourceType\": \"country\",\n \"name\": \"Saint Lucia\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"55\",\n \"resourceType\": \"country\",\n \"name\": \"Saint Vincent and the Grenadines\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"56\",\n \"resourceType\": \"country\",\n \"name\": \"Suriname\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"57\",\n \"resourceType\": \"country\",\n \"name\": \"The Bahamas\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"58\",\n \"resourceType\": \"country\",\n \"name\": \"Trinidad and Tobago\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"59\",\n \"resourceType\": \"country\",\n \"name\": \"Uruguay\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"60\",\n \"resourceType\": \"country\",\n \"name\": \"Venezuela\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"61\",\n \"resourceType\": \"country\",\n \"name\": \"Albania\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"62\",\n \"resourceType\": \"country\",\n \"name\": \"Armenia\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"63\",\n \"resourceType\": \"country\",\n \"name\": \"Azerbaijan\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"64\",\n \"resourceType\": \"country\",\n \"name\": \"Belarus\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"65\",\n \"resourceType\": \"country\",\n \"name\": \"Bosnia and Herzegovina\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"66\",\n \"resourceType\": \"country\",\n \"name\": \"Cyprus\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"67\",\n \"resourceType\": \"country\",\n \"name\": \"Iceland\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"68\",\n \"resourceType\": \"country\",\n \"name\": \"Latvia\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"69\",\n \"resourceType\": \"country\",\n \"name\": \"Liechtenstein\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"70\",\n \"resourceType\": \"country\",\n \"name\": \"Luxembourg\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"71\",\n \"resourceType\": \"country\",\n \"name\": \"Macedonia, Republic of\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"72\",\n \"resourceType\": \"country\",\n \"name\": \"Moldova\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"73\",\n \"resourceType\": \"country\",\n \"name\": \"Montenegro\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"74\",\n \"resourceType\": \"country\",\n \"name\": \"Serbia\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"75\",\n \"resourceType\": \"country\",\n \"name\": \"Uzbekistan\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"76\",\n \"resourceType\": \"country\",\n \"name\": \"Australia\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"77\",\n \"resourceType\": \"country\",\n \"name\": \"New Zealand\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"78\",\n \"resourceType\": \"country\",\n \"name\": \"Solomon Islands\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"79\",\n \"resourceType\": \"country\",\n \"name\": \"Bahrain\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"80\",\n \"resourceType\": \"country\",\n \"name\": \"Bangladesh\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"81\",\n \"resourceType\": \"country\",\n \"name\": \"Bhutan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"82\",\n \"resourceType\": \"country\",\n \"name\": \"Cambodia\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"83\",\n \"resourceType\": \"country\",\n \"name\": \"China\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"84\",\n \"resourceType\": \"country\",\n \"name\": \"Fiji\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"85\",\n \"resourceType\": \"country\",\n \"name\": \"India\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"86\",\n \"resourceType\": \"country\",\n \"name\": \"Indonesia\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"87\",\n \"resourceType\": \"country\",\n \"name\": \"Iraq\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"88\",\n \"resourceType\": \"country\",\n \"name\": \"Israel\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"89\",\n \"resourceType\": \"country\",\n \"name\": \"Japan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"90\",\n \"resourceType\": \"country\",\n \"name\": \"Jordan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"91\",\n \"resourceType\": \"country\",\n \"name\": \"Kazakhstan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"92\",\n \"resourceType\": \"country\",\n \"name\": \"Korea, South\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"93\",\n \"resourceType\": \"country\",\n \"name\": \"Kuwait\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"94\",\n \"resourceType\": \"country\",\n \"name\": \"Kyrgyzstan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"95\",\n \"resourceType\": \"country\",\n \"name\": \"Laos\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"96\",\n \"resourceType\": \"country\",\n \"name\": \"Lebanon\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"97\",\n \"resourceType\": \"country\",\n \"name\": \"Malaysia\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"98\",\n \"resourceType\": \"country\",\n \"name\": \"Micronesia\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"99\",\n \"resourceType\": \"country\",\n \"name\": \"Mongolia\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"100\",\n \"resourceType\": \"country\",\n \"name\": \"Myanmar\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"101\",\n \"resourceType\": \"country\",\n \"name\": \"Nepal\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"102\",\n \"resourceType\": \"country\",\n \"name\": \"Oman\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"103\",\n \"resourceType\": \"country\",\n \"name\": \"Pakistan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"104\",\n \"resourceType\": \"country\",\n \"name\": \"Papua New Guinea\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"105\",\n \"resourceType\": \"country\",\n \"name\": \"Philippines\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"106\",\n \"resourceType\": \"country\",\n \"name\": \"Qatar\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"107\",\n \"resourceType\": \"country\",\n \"name\": \"Saudi Arabia\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"108\",\n \"resourceType\": \"country\",\n \"name\": \"Singapore\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"109\",\n \"resourceType\": \"country\",\n \"name\": \"Sri Lanka\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"110\",\n \"resourceType\": \"country\",\n \"name\": \"Taiwan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"111\",\n \"resourceType\": \"country\",\n \"name\": \"Tajikistan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"112\",\n \"resourceType\": \"country\",\n \"name\": \"Thailand\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"113\",\n \"resourceType\": \"country\",\n \"name\": \"Timor-Leste\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"114\",\n \"resourceType\": \"country\",\n \"name\": \"Turkmenistan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"115\",\n \"resourceType\": \"country\",\n \"name\": \"United Arab Emirates\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"116\",\n \"resourceType\": \"country\",\n \"name\": \"Vietnam\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"117\",\n \"resourceType\": \"country\",\n \"name\": \"Yemen\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"118\",\n \"resourceType\": \"country\",\n \"name\": \"Algeria\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"119\",\n \"resourceType\": \"country\",\n \"name\": \"Angola\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"120\",\n \"resourceType\": \"country\",\n \"name\": \"Benin\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"121\",\n \"resourceType\": \"country\",\n \"name\": \"Botswana\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"122\",\n \"resourceType\": \"country\",\n \"name\": \"Burkina Faso\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"123\",\n \"resourceType\": \"country\",\n \"name\": \"Burundi\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"124\",\n \"resourceType\": \"country\",\n \"name\": \"Cameroon\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"125\",\n \"resourceType\": \"country\",\n \"name\": \"Central African Republic\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"126\",\n \"resourceType\": \"country\",\n \"name\": \"Chad\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"127\",\n \"resourceType\": \"country\",\n \"name\": \"Comoros\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"128\",\n \"resourceType\": \"country\",\n \"name\": \"Congo, Democratic Republic of the\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"129\",\n \"resourceType\": \"country\",\n \"name\": \"Congo, Republic of the\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"130\",\n \"resourceType\": \"country\",\n \"name\": \"Cote d Ivoire\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"131\",\n \"resourceType\": \"country\",\n \"name\": \"Djibouti\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"132\",\n \"resourceType\": \"country\",\n \"name\": \"Egypt\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"133\",\n \"resourceType\": \"country\",\n \"name\": \"Equatorial Guinea\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"134\",\n \"resourceType\": \"country\",\n \"name\": \"Eritrea\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"135\",\n \"resourceType\": \"country\",\n \"name\": \"Ethiopia\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"136\",\n \"resourceType\": \"country\",\n \"name\": \"Gabon\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"137\",\n \"resourceType\": \"country\",\n \"name\": \"Gambia\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"138\",\n \"resourceType\": \"country\",\n \"name\": \"Ghana\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"139\",\n \"resourceType\": \"country\",\n \"name\": \"Guinea\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"140\",\n \"resourceType\": \"country\",\n \"name\": \"Guinea-Bissau\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"141\",\n \"resourceType\": \"country\",\n \"name\": \"Kenya\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"142\",\n \"resourceType\": \"country\",\n \"name\": \"Lesotho\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"143\",\n \"resourceType\": \"country\",\n \"name\": \"Liberia\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"144\",\n \"resourceType\": \"country\",\n \"name\": \"Libya\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"145\",\n \"resourceType\": \"country\",\n \"name\": \"Madagascar\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"146\",\n \"resourceType\": \"country\",\n \"name\": \"Malawi\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"147\",\n \"resourceType\": \"country\",\n \"name\": \"Mali\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"148\",\n \"resourceType\": \"country\",\n \"name\": \"Mauritania\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"149\",\n \"resourceType\": \"country\",\n \"name\": \"Mauritius\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"150\",\n \"resourceType\": \"country\",\n \"name\": \"Morocco\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"151\",\n \"resourceType\": \"country\",\n \"name\": \"Mozambique\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"152\",\n \"resourceType\": \"country\",\n \"name\": \"Namibia\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"153\",\n \"resourceType\": \"country\",\n \"name\": \"Niger\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"154\",\n \"resourceType\": \"country\",\n \"name\": \"Nigeria\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"155\",\n \"resourceType\": \"country\",\n \"name\": \"Rwanda\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"156\",\n \"resourceType\": \"country\",\n \"name\": \"Senegal\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"157\",\n \"resourceType\": \"country\",\n \"name\": \"SierraLeone\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"158\",\n \"resourceType\": \"country\",\n \"name\": \"Somalia\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"159\",\n \"resourceType\": \"country\",\n \"name\": \"South Africa\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"160\",\n \"resourceType\": \"country\",\n \"name\": \"Sudan + South Sudan\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"161\",\n \"resourceType\": \"country\",\n \"name\": \"Swaziland\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"162\",\n \"resourceType\": \"country\",\n \"name\": \"Tanzania\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"163\",\n \"resourceType\": \"country\",\n \"name\": \"Togo\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"164\",\n \"resourceType\": \"country\",\n \"name\": \"Tunisia\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"165\",\n \"resourceType\": \"country\",\n \"name\": \"Uganda\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"166\",\n \"resourceType\": \"country\",\n \"name\": \"Zambia\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"167\",\n \"resourceType\": \"country\",\n \"name\": \"Zimbabwe\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"168\",\n \"resourceType\": \"country\",\n \"name\": \"Anguilla\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"169\",\n \"resourceType\": \"country\",\n \"name\": \"Antigua And Barbuda\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"170\",\n \"resourceType\": \"country\",\n \"name\": \"Aruba\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"171\",\n \"resourceType\": \"country\",\n \"name\": \"Barbados\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"172\",\n \"resourceType\": \"country\",\n \"name\": \"Belize\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"173\",\n \"resourceType\": \"country\",\n \"name\": \"Bermuda\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"174\",\n \"resourceType\": \"country\",\n \"name\": \"British Virgin Islands\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"175\",\n \"resourceType\": \"country\",\n \"name\": \"Cayman Islands\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"176\",\n \"resourceType\": \"country\",\n \"name\": \"Dominica\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"177\",\n \"resourceType\": \"country\",\n \"name\": \"Greenland\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"178\",\n \"resourceType\": \"country\",\n \"name\": \"Grenada\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"179\",\n \"resourceType\": \"country\",\n \"name\": \"Guadeloupe\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"180\",\n \"resourceType\": \"country\",\n \"name\": \"Martinique\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"181\",\n \"resourceType\": \"country\",\n \"name\": \"Montserrat\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"182\",\n \"resourceType\": \"country\",\n \"name\": \"Netherlands Antilles\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"183\",\n \"resourceType\": \"country\",\n \"name\": \"Saint Kitts And Nevis\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"184\",\n \"resourceType\": \"country\",\n \"name\": \"St. Pierre And Miquelon\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"185\",\n \"resourceType\": \"country\",\n \"name\": \"Turks And Caicos Islands\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"186\",\n \"resourceType\": \"country\",\n \"name\": \"Falkland Islands (malvinas)\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"187\",\n \"resourceType\": \"country\",\n \"name\": \"French Guiana\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"188\",\n \"resourceType\": \"country\",\n \"name\": \"South Georgia / South Sandwich Isl\",\n \"continentId\": \"2\"\n },\n {\n \"id\": \"189\",\n \"resourceType\": \"country\",\n \"name\": \"Aland Islands\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"190\",\n \"resourceType\": \"country\",\n \"name\": \"Andorra\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"191\",\n \"resourceType\": \"country\",\n \"name\": \"Faroe Islands\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"192\",\n \"resourceType\": \"country\",\n \"name\": \"Gibraltar\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"193\",\n \"resourceType\": \"country\",\n \"name\": \"Guernsey\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"194\",\n \"resourceType\": \"country\",\n \"name\": \"Holy See (vatican City State)\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"195\",\n \"resourceType\": \"country\",\n \"name\": \"Isle Of Man\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"196\",\n \"resourceType\": \"country\",\n \"name\": \"Jersey\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"197\",\n \"resourceType\": \"country\",\n \"name\": \"Malta\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"198\",\n \"resourceType\": \"country\",\n \"name\": \"Monaco\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"199\",\n \"resourceType\": \"country\",\n \"name\": \"San Marino\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"200\",\n \"resourceType\": \"country\",\n \"name\": \"Svalbard And Jan Mayen Islands\",\n \"continentId\": \"3\"\n },\n {\n \"id\": \"201\",\n \"resourceType\": \"country\",\n \"name\": \"Afghanistan\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"202\",\n \"resourceType\": \"country\",\n \"name\": \"British Indian Ocean Territory\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"203\",\n \"resourceType\": \"country\",\n \"name\": \"Brunei Darussalam\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"204\",\n \"resourceType\": \"country\",\n \"name\": \"Hong Kong\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"205\",\n \"resourceType\": \"country\",\n \"name\": \"Iran (islamic Republic Of)\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"206\",\n \"resourceType\": \"country\",\n \"name\": \"Korea, North\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"207\",\n \"resourceType\": \"country\",\n \"name\": \"Macau\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"208\",\n \"resourceType\": \"country\",\n \"name\": \"Maldives\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"209\",\n \"resourceType\": \"country\",\n \"name\": \"Palestinian Territories\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"210\",\n \"resourceType\": \"country\",\n \"name\": \"Syrian Arab Republic\",\n \"continentId\": \"4\"\n },\n {\n \"id\": \"211\",\n \"resourceType\": \"country\",\n \"name\": \"Cape Verde\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"212\",\n \"resourceType\": \"country\",\n \"name\": \"Mayotte\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"213\",\n \"resourceType\": \"country\",\n \"name\": \"Reunion\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"214\",\n \"resourceType\": \"country\",\n \"name\": \"Sao Tome And Principe\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"215\",\n \"resourceType\": \"country\",\n \"name\": \"Seychelles\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"216\",\n \"resourceType\": \"country\",\n \"name\": \"St. Helena\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"217\",\n \"resourceType\": \"country\",\n \"name\": \"Western Sahara\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"218\",\n \"resourceType\": \"country\",\n \"name\": \"American Samoa\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"219\",\n \"resourceType\": \"country\",\n \"name\": \"Christmas Island\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"220\",\n \"resourceType\": \"country\",\n \"name\": \"Cocos (keeling) Islands\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"221\",\n \"resourceType\": \"country\",\n \"name\": \"Cook Islands\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"222\",\n \"resourceType\": \"country\",\n \"name\": \"French Polynesia\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"223\",\n \"resourceType\": \"country\",\n \"name\": \"Kiribati\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"224\",\n \"resourceType\": \"country\",\n \"name\": \"Nauru\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"225\",\n \"resourceType\": \"country\",\n \"name\": \"New Caledonia\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"226\",\n \"resourceType\": \"country\",\n \"name\": \"Niue\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"227\",\n \"resourceType\": \"country\",\n \"name\": \"Norfolk Island\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"228\",\n \"resourceType\": \"country\",\n \"name\": \"Palau\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"229\",\n \"resourceType\": \"country\",\n \"name\": \"Pitcairn\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"230\",\n \"resourceType\": \"country\",\n \"name\": \"Samoa\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"231\",\n \"resourceType\": \"country\",\n \"name\": \"Tokelau\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"232\",\n \"resourceType\": \"country\",\n \"name\": \"Tonga\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"233\",\n \"resourceType\": \"country\",\n \"name\": \"Tuvalu\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"234\",\n \"resourceType\": \"country\",\n \"name\": \"Us Minor Outlying Islands\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"235\",\n \"resourceType\": \"country\",\n \"name\": \"Vanuatu\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"236\",\n \"resourceType\": \"country\",\n \"name\": \"Wallis And Futuna Islands\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"237\",\n \"resourceType\": \"country\",\n \"name\": \"Antarctica\",\n \"continentId\": \"7\"\n },\n {\n \"id\": \"238\",\n \"resourceType\": \"country\",\n \"name\": \"Bouvet Island\",\n \"continentId\": \"7\"\n },\n {\n \"id\": \"239\",\n \"resourceType\": \"country\",\n \"name\": \"French Southern Territories\",\n \"continentId\": \"7\"\n },\n {\n \"id\": \"240\",\n \"resourceType\": \"country\",\n \"name\": \"Us Virgin Islands\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"241\",\n \"resourceType\": \"country\",\n \"name\": \"Guam\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"242\",\n \"resourceType\": \"country\",\n \"name\": \"Marshall Islands\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"243\",\n \"resourceType\": \"country\",\n \"name\": \"Northern Mariana Islands\",\n \"continentId\": \"6\"\n },\n {\n \"id\": \"244\",\n \"resourceType\": \"country\",\n \"name\": \"Bonaire/sint Eustatius/saba\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"245\",\n \"resourceType\": \"country\",\n \"name\": \"Curacao\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"246\",\n \"resourceType\": \"country\",\n \"name\": \"Saint Barthelemy\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"247\",\n \"resourceType\": \"country\",\n \"name\": \"Saint Martin\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"248\",\n \"resourceType\": \"country\",\n \"name\": \"Sint Maarten\",\n \"continentId\": \"1\"\n },\n {\n \"id\": \"249\",\n \"resourceType\": \"country\",\n \"name\": \"South Sudan\",\n \"continentId\": \"5\"\n },\n {\n \"id\": \"250\",\n \"resourceType\": \"country\",\n \"name\": \"Heard And Mc Donald Islands\",\n \"continentId\": \"6\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Existing Country","id":"872d91db-fdf7-4fc0-adf4-895918ad72b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/countries/:id","host":["{{location_url}}"],"path":["countries",":id"],"variable":[{"key":"id","value":"1","description":"ID associated with a country."}]},"description":"## Retrieve a single country\n\nYou can retrieve a country object within your market by sending this `GET` request."},"response":[{"id":"77b2f42d-c588-4889-b6b8-dd6b756263fc","name":"Canada","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/countries/:id","host":["{{location_url}}"],"path":["countries",":id"],"variable":[{"key":"id","value":"1","description":"ID associated with a country."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:25:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"92"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"ed5e2539-8968924"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"1\",\n \"resourceType\": \"country\",\n \"name\": \"Canada\",\n \"continentId\": \"1\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"6b61e62f-e9fa-4484-bae5-fde912f2f3b3"},{"name":"Regions","item":[{"name":"List of Regions","id":"85238f84-0e31-4a49-ab11-a3217aaa3fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/regions?countryId=1&offset=0&sortOrder=asc","host":["{{location_url}}"],"path":["regions"],"query":[{"key":"countryId","value":"1","description":"Limits response results to regions in the country specified.\n\nValue can be retrieved from GET List of Countries."},{"key":"offset","value":"0","description":"The starting index in the list of regions."},{"key":"limit","value":"10","description":"The number of regions to return.","type":"text","disabled":true},{"key":"sortOrder","value":"asc","description":"Direction of result sorting (by name). \n\nAllowed values: asc, desc"}]},"description":"## Retrieve a list of regions\n\nYou can retrieve all of the regions (e.g., provinces, regions) available for geo targeting by sending this `GET` request.\n\nThe region `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New LI - `geography` (DTO)"},"response":[{"id":"65d7b2c4-b3b8-4b9d-abba-42a91bbf5de9","name":"Provinces of Canada","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/regions?countryId=1&offset=0&sortOrder=asc","host":["{{location_url}}"],"path":["regions"],"query":[{"key":"countryId","value":"1","description":"Limits response results to regions in the country specified.\n\nValue can be retrieved from GET List of Countries."},{"key":"offset","value":"0","description":"The starting index in the list of regions."},{"key":"limit","value":"10","description":"The number of regions to return.","type":"text","disabled":true},{"key":"sortOrder","value":"asc","description":"Direction of result sorting (by name). \n\nAllowed values: asc, desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:30:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1094"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"aedb7f45-8906158"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 13,\n \"data\": [\n {\n \"id\": \"1\",\n \"resourceType\": \"region\",\n \"name\": \"Alberta\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"2\",\n \"resourceType\": \"region\",\n \"name\": \"British Columbia\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"3\",\n \"resourceType\": \"region\",\n \"name\": \"Manitoba\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"4\",\n \"resourceType\": \"region\",\n \"name\": \"New Brunswick\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"5\",\n \"resourceType\": \"region\",\n \"name\": \"Newfoundland\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"12\",\n \"resourceType\": \"region\",\n \"name\": \"Northwest Territories\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"6\",\n \"resourceType\": \"region\",\n \"name\": \"Nova Scotia\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"7\",\n \"resourceType\": \"region\",\n \"name\": \"Nunavut\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"8\",\n \"resourceType\": \"region\",\n \"name\": \"Ontario\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"9\",\n \"resourceType\": \"region\",\n \"name\": \"Prince Edward Island\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"10\",\n \"resourceType\": \"region\",\n \"name\": \"Quebec\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"11\",\n \"resourceType\": \"region\",\n \"name\": \"Saskatchewan\",\n \"countryId\": \"1\"\n },\n {\n \"id\": \"13\",\n \"resourceType\": \"region\",\n \"name\": \"Yukon Territory\",\n \"countryId\": \"1\"\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/location/v1/api/regions?countryId=1&offset=0&sortOrder=asc\"\n }\n}"}]},{"name":"Existing Region","id":"4e0297e4-5102-4233-856d-a280fd3c1072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/regions/:id","host":["{{location_url}}"],"path":["regions",":id"],"variable":[{"key":"id","value":"2","description":"ID associated with a region."}]},"description":"## Retrieve a single region\n\nYou can retrieve a region object within your market by sending this `GET` request."},"response":[{"id":"0811dc01-6b27-4f35-9aac-64b18ae5d294","name":"British Columbia","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/regions/:id","host":["{{location_url}}"],"path":["regions",":id"],"variable":[{"key":"id","value":"2","description":"ID associated with a region."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:31:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"0cd02705-8906698"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"2\",\n \"resourceType\": \"region\",\n \"name\": \"British Columbia\",\n \"countryId\": \"1\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"c272ad77-def3-49b6-8d56-e555feb53251"},{"name":"Cities","item":[{"name":"List of Cities","id":"9c12868b-91f0-45f0-90d6-4826b1208d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/cities?regionId=2&offset=0&sortOrder=desc","host":["{{location_url}}"],"path":["cities"],"query":[{"key":"regionId","value":"2","description":"Limits response results to cities in the region specified.\n\nValue can be retrieved from GET List of Regions."},{"key":"offset","value":"0","description":"The starting index in the list of cities."},{"key":"limit","value":"10","description":"The number of cities to return.","type":"text","disabled":true},{"key":"sortOrder","value":"desc","description":"Direction of result sorting (by name). \n\nAllowed values: asc, desc"}]},"description":"## Retrieve a list of cities\n\nYou can retrieve all of the cities available for geo targeting by sending this `GET` request.\n\nThe city `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New LI - `geography` (DTO)"},"response":[{"id":"bffb437c-f62e-433e-b58d-0865b781a1ef","name":"Cities in British Columbia","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/cities?regionId=2&offset=0&sortOrder=desc","host":["{{location_url}}"],"path":["cities"],"query":[{"key":"regionId","value":"2","description":"Limits response results to cities in the region specified.\n\nValue can be retrieved from GET List of Regions."},{"key":"offset","value":"0","description":"The starting index in the list of cities."},{"key":"limit","value":"10","description":"The number of cities to return.","type":"text","disabled":true},{"key":"sortOrder","value":"desc","description":"Direction of result sorting (by name). \n\nAllowed values: asc, desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:38:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7156"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"b1aae56b-8973687"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 254,\n \"data\": [\n {\n \"id\": \"550\",\n \"resourceType\": \"city\",\n \"name\": \"Zeballos\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"549\",\n \"resourceType\": \"city\",\n \"name\": \"Youbou\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"548\",\n \"resourceType\": \"city\",\n \"name\": \"Yale\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"547\",\n \"resourceType\": \"city\",\n \"name\": \"Yahk\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"546\",\n \"resourceType\": \"city\",\n \"name\": \"Wynndel\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"545\",\n \"resourceType\": \"city\",\n \"name\": \"Woss\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"544\",\n \"resourceType\": \"city\",\n \"name\": \"Winfield\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"543\",\n \"resourceType\": \"city\",\n \"name\": \"Windermere\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"542\",\n \"resourceType\": \"city\",\n \"name\": \"Williams Lake\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"541\",\n \"resourceType\": \"city\",\n \"name\": \"White Rock\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"540\",\n \"resourceType\": \"city\",\n \"name\": \"Whistler\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"539\",\n \"resourceType\": \"city\",\n \"name\": \"Westbank\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"538\",\n \"resourceType\": \"city\",\n \"name\": \"West Vancouver\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"537\",\n \"resourceType\": \"city\",\n \"name\": \"Wellington\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"536\",\n \"resourceType\": \"city\",\n \"name\": \"Wasa\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"535\",\n \"resourceType\": \"city\",\n \"name\": \"Waglisla\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"534\",\n \"resourceType\": \"city\",\n \"name\": \"Victoria\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"533\",\n \"resourceType\": \"city\",\n \"name\": \"Vernon\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"532\",\n \"resourceType\": \"city\",\n \"name\": \"Vanderhoof\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"531\",\n \"resourceType\": \"city\",\n \"name\": \"Vancouver\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"530\",\n \"resourceType\": \"city\",\n \"name\": \"Valemount\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"529\",\n \"resourceType\": \"city\",\n \"name\": \"Ucluelet\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"528\",\n \"resourceType\": \"city\",\n \"name\": \"Tumbler Ridge\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"527\",\n \"resourceType\": \"city\",\n \"name\": \"Tsawwassen\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"526\",\n \"resourceType\": \"city\",\n \"name\": \"Trail\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"525\",\n \"resourceType\": \"city\",\n \"name\": \"Tofino\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"524\",\n \"resourceType\": \"city\",\n \"name\": \"Tlell\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"523\",\n \"resourceType\": \"city\",\n \"name\": \"Terrace\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"522\",\n \"resourceType\": \"city\",\n \"name\": \"Telegraph Creek\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"521\",\n \"resourceType\": \"city\",\n \"name\": \"Taylor\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"520\",\n \"resourceType\": \"city\",\n \"name\": \"Tappen\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"519\",\n \"resourceType\": \"city\",\n \"name\": \"Takla Landing\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"518\",\n \"resourceType\": \"city\",\n \"name\": \"Tahsis\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"517\",\n \"resourceType\": \"city\",\n \"name\": \"Surrey\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"516\",\n \"resourceType\": \"city\",\n \"name\": \"Sun Peaks\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"515\",\n \"resourceType\": \"city\",\n \"name\": \"Summerland\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"514\",\n \"resourceType\": \"city\",\n \"name\": \"Stewart\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"513\",\n \"resourceType\": \"city\",\n \"name\": \"Steveston\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"512\",\n \"resourceType\": \"city\",\n \"name\": \"Squamish\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"511\",\n \"resourceType\": \"city\",\n \"name\": \"Spillimacheen\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"510\",\n \"resourceType\": \"city\",\n \"name\": \"Sparwood\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"509\",\n \"resourceType\": \"city\",\n \"name\": \"Southbank\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"508\",\n \"resourceType\": \"city\",\n \"name\": \"South Slocan\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"507\",\n \"resourceType\": \"city\",\n \"name\": \"Sorrento\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"506\",\n \"resourceType\": \"city\",\n \"name\": \"Sooke\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"505\",\n \"resourceType\": \"city\",\n \"name\": \"Sointula\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"504\",\n \"resourceType\": \"city\",\n \"name\": \"Smithers\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"503\",\n \"resourceType\": \"city\",\n \"name\": \"Slocan\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"502\",\n \"resourceType\": \"city\",\n \"name\": \"Sidney\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"501\",\n \"resourceType\": \"city\",\n \"name\": \"Sicamous\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"500\",\n \"resourceType\": \"city\",\n \"name\": \"Shalalth\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"499\",\n \"resourceType\": \"city\",\n \"name\": \"Sechelt\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"498\",\n \"resourceType\": \"city\",\n \"name\": \"Sayward\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"497\",\n \"resourceType\": \"city\",\n \"name\": \"Savona\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"496\",\n \"resourceType\": \"city\",\n \"name\": \"Sardis\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"495\",\n \"resourceType\": \"city\",\n \"name\": \"Sandspit\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"494\",\n \"resourceType\": \"city\",\n \"name\": \"Salt Spring Island\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"493\",\n \"resourceType\": \"city\",\n \"name\": \"Salmon Arm\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"492\",\n \"resourceType\": \"city\",\n \"name\": \"Salmo\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"491\",\n \"resourceType\": \"city\",\n \"name\": \"Saanichton\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"490\",\n \"resourceType\": \"city\",\n \"name\": \"Rossland\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"489\",\n \"resourceType\": \"city\",\n \"name\": \"Rosedale\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"488\",\n \"resourceType\": \"city\",\n \"name\": \"Rock Creek\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"487\",\n \"resourceType\": \"city\",\n \"name\": \"Roberts Creek\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"486\",\n \"resourceType\": \"city\",\n \"name\": \"Riske Creek\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"485\",\n \"resourceType\": \"city\",\n \"name\": \"Riondel\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"484\",\n \"resourceType\": \"city\",\n \"name\": \"Richmond\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"483\",\n \"resourceType\": \"city\",\n \"name\": \"Revelstoke\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"482\",\n \"resourceType\": \"city\",\n \"name\": \"Radium Hot Springs\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"481\",\n \"resourceType\": \"city\",\n \"name\": \"Quesnel\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"480\",\n \"resourceType\": \"city\",\n \"name\": \"Queen Charlotte\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"479\",\n \"resourceType\": \"city\",\n \"name\": \"Quathiaski Cove\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"478\",\n \"resourceType\": \"city\",\n \"name\": \"Qualicum Beach\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"477\",\n \"resourceType\": \"city\",\n \"name\": \"Pritchard\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"476\",\n \"resourceType\": \"city\",\n \"name\": \"Princeton\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"475\",\n \"resourceType\": \"city\",\n \"name\": \"Prince Rupert\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"474\",\n \"resourceType\": \"city\",\n \"name\": \"Prince George\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"473\",\n \"resourceType\": \"city\",\n \"name\": \"Powell River\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"472\",\n \"resourceType\": \"city\",\n \"name\": \"Pouce Coupe\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"471\",\n \"resourceType\": \"city\",\n \"name\": \"Port Renfrew\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"470\",\n \"resourceType\": \"city\",\n \"name\": \"Port Moody\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"469\",\n \"resourceType\": \"city\",\n \"name\": \"Port Mellon\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"468\",\n \"resourceType\": \"city\",\n \"name\": \"Port Mcneill\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"467\",\n \"resourceType\": \"city\",\n \"name\": \"Port Hardy\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"466\",\n \"resourceType\": \"city\",\n \"name\": \"Port Coquitlam\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"465\",\n \"resourceType\": \"city\",\n \"name\": \"Port Clements\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"464\",\n \"resourceType\": \"city\",\n \"name\": \"Port Alice\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"463\",\n \"resourceType\": \"city\",\n \"name\": \"Port Alberni\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"462\",\n \"resourceType\": \"city\",\n \"name\": \"Pitt Meadows\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"461\",\n \"resourceType\": \"city\",\n \"name\": \"Penticton\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"460\",\n \"resourceType\": \"city\",\n \"name\": \"Pemberton\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"459\",\n \"resourceType\": \"city\",\n \"name\": \"Peachland\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"458\",\n \"resourceType\": \"city\",\n \"name\": \"Parson\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"457\",\n \"resourceType\": \"city\",\n \"name\": \"Parksville\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"456\",\n \"resourceType\": \"city\",\n \"name\": \"Panorama\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"455\",\n \"resourceType\": \"city\",\n \"name\": \"Oyama\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"454\",\n \"resourceType\": \"city\",\n \"name\": \"Osoyoos\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"453\",\n \"resourceType\": \"city\",\n \"name\": \"Oliver\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"452\",\n \"resourceType\": \"city\",\n \"name\": \"North Vancouver\",\n \"regionId\": \"2\"\n },\n {\n \"id\": \"451\",\n \"resourceType\": \"city\",\n \"name\": \"North Saanich\",\n \"regionId\": \"2\"\n }\n ],\n \"errors\": [],\n \"links\": {\n \"self\": \"https://services.amobee.com/location/v1/api/cities?regionId=2&offset=0&sortOrder=desc\",\n \"next\": \"https://services.amobee.com/location/v1/api/cities?regionId=2&offset=100&sortOrder=desc\"\n }\n}"}]},{"name":"Existing City","id":"9a5f245c-068f-4a48-a2d9-e9581f4e44c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/cities/:id","host":["{{location_url}}"],"path":["cities",":id"],"variable":[{"key":"id","value":"531","description":"ID associated with a city."}]},"description":"## Retrieve a single city\n\nYou can retrieve a city object within your market by sending this `GET` request."},"response":[{"id":"6b6e7a98-dc1a-4a6f-9f02-f92db4a92c4e","name":"Vancouver","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/cities/:id","host":["{{location_url}}"],"path":["cities",":id"],"variable":[{"key":"id","value":"531","description":"ID associated with a city."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:39:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"f86fbf81-8908679"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"531\",\n \"resourceType\": \"city\",\n \"name\": \"Vancouver\",\n \"regionId\": \"2\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"4d56bdfd-694f-4ccb-8fe0-4411a6867d2c"},{"name":"DMAs","item":[{"name":"List of DMAs","id":"10883cd7-5151-43fd-afee-6d69ab665361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/dmas?regionId=22","host":["{{location_url}}"],"path":["dmas"],"query":[{"key":"regionId","value":"22","description":"Limits response results to designated market areas (DMAs) in the region specified.\n\nValue can be retrieved from GET List of Regions."}]},"description":"## Retrieve a list of DMAs\n\nYou can retrieve all of the designated market areas (DMAs) available for geo targeting by sending this `GET` request.\n\nThe DMA `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New LI - `geography` (DTO)"},"response":[{"id":"174dd362-7e7a-4c39-85c8-451ae3a732b8","name":"DMAs in California","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/dmas?regionId=22","host":["{{location_url}}"],"path":["dmas"],"query":[{"key":"regionId","value":"22","description":"Limits response results to designated market areas (DMAs) in the region specified.\n\nValue can be retrieved from GET List of Regions."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:45:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"882"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"1d1bb1de-8975376"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 11,\n \"data\": [\n {\n \"id\": \"193\",\n \"resourceType\": \"dma\",\n \"name\": \"Bakersfield (800)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"211\",\n \"resourceType\": \"dma\",\n \"name\": \"Chico-Redding (868)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"195\",\n \"resourceType\": \"dma\",\n \"name\": \"Eureka (802)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"210\",\n \"resourceType\": \"dma\",\n \"name\": \"Fresno (866)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"196\",\n \"resourceType\": \"dma\",\n \"name\": \"Los Angeles (803)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"206\",\n \"resourceType\": \"dma\",\n \"name\": \"Monterey-Salinas (828)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"197\",\n \"resourceType\": \"dma\",\n \"name\": \"Palm Springs (804)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"209\",\n \"resourceType\": \"dma\",\n \"name\": \"Sacramento (862)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"205\",\n \"resourceType\": \"dma\",\n \"name\": \"San Diego (825)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"198\",\n \"resourceType\": \"dma\",\n \"name\": \"San Francisco (807)\",\n \"regionId\": \"22\"\n },\n {\n \"id\": \"208\",\n \"resourceType\": \"dma\",\n \"name\": \"Santa Barbara (855)\",\n \"regionId\": \"22\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Existing DMA","id":"ae4fda12-3ff7-40ee-90a3-183c1bbff1c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/dmas/:id","host":["{{location_url}}"],"path":["dmas",":id"],"variable":[{"key":"id","value":"198","description":"ID associated with a designated market area (DMA)."}]},"description":"## Retrieve a single DMA\n\nYou can retrieve a DMA object within your market by sending this `GET` request."},"response":[{"id":"4878174b-c5af-416f-a7b3-0f490a248914","name":"San Francisco DMA","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/dmas/:id","host":["{{location_url}}"],"path":["dmas",":id"],"variable":[{"key":"id","value":"198","description":"ID associated with a designated market area (DMA)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Sep 2022 23:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"101"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"a711a8af-8911411"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"198\",\n \"resourceType\": \"dma\",\n \"name\": \"San Francisco (807)\",\n \"regionId\": \"22\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"d755f9e0-8687-4044-8797-75308dbe4922"},{"name":"Places","item":[{"name":"List of Places","id":"c29c0b00-5bfb-4641-95da-1f02174f1bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/places?searchString=San Francisco","host":["{{location_url}}"],"path":["places"],"query":[{"key":"searchString","value":"San Francisco","description":"Geographic location (e.g., district, city, state), type of place (e.g., university, deli), or service/good available at location (e.g., clothing, bike rental) by which to filter response results. Required."}]},"description":"## Retrieve a list of places\n\nYou can retrieve all of the places in a city, region, or country available for geo targeting by sending this `GET` request.\n\nThe place `id`s returned in the response body can be used to define fields within the following Campaign Service requests:\n\n* `POST` New Beacon - `location` (DTO)"},"response":[{"id":"8951e72b-6eca-45c7-8b48-94066916a640","name":"Places in San Francisco","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/places?searchString=San Francisco","host":["{{location_url}}"],"path":["places"],"query":[{"key":"searchString","value":"San Francisco","description":"Geographic location (e.g., district, city, state), type of place (e.g., university, deli), or service/good available at location (e.g., clothing, bike rental) by which to filter response results. Required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 00:08:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"13075"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"fa0c95e8-8980936"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"totalNum\": 162,\n \"data\": [\n {\n \"id\": \"3371680342\",\n \"resourceType\": \"place\",\n \"name\": \"University of San Francisco\"\n },\n {\n \"id\": \"254095030\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Intl\"\n },\n {\n \"id\": \"2494623831\",\n \"resourceType\": \"place\",\n \"name\": \"simpleFLOORS San Francisco\"\n },\n {\n \"id\": \"4540691625\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Bicycle Rentals\"\n },\n {\n \"id\": \"184739280\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Wine School\"\n },\n {\n \"id\": \"2846697838\",\n \"resourceType\": \"place\",\n \"name\": \"Hyatt Regency San Francisco\"\n },\n {\n \"id\": \"1400145832\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Music Box\"\n },\n {\n \"id\": \"3845599739\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Clothing\"\n },\n {\n \"id\": \"1483888378\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Deli & Market\"\n },\n {\n \"id\": \"2479276700\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Dental Office\"\n },\n {\n \"id\": \"1088921607\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Diesel Electric\"\n },\n {\n \"id\": \"2645497400\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Small Moves\"\n },\n {\n \"id\": \"2191326294\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Mercantile\"\n },\n {\n \"id\": \"364153696\",\n \"resourceType\": \"place\",\n \"name\": \"Regus San Francisco\"\n },\n {\n \"id\": \"1475359922\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Golf Club\"\n },\n {\n \"id\": \"1892015805\",\n \"resourceType\": \"place\",\n \"name\": \"Auto Transport San Francisco\"\n },\n {\n \"id\": \"3507734710\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Dance Space\"\n },\n {\n \"id\": \"1323440458\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Muebleria\"\n },\n {\n \"id\": \"2034528949\",\n \"resourceType\": \"place\",\n \"name\": \"CHANEL SAN FRANCISCO\"\n },\n {\n \"id\": \"1969768411\",\n \"resourceType\": \"place\",\n \"name\": \"Aloft San Francisco Airport\"\n },\n {\n \"id\": \"1015515905\",\n \"resourceType\": \"place\",\n \"name\": \"Huckleberry Bicycles ~ San Francisco\"\n },\n {\n \"id\": \"3421679141\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Toyota\"\n },\n {\n \"id\": \"4031783397\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Catholic Church\"\n },\n {\n \"id\": \"1449685828\",\n \"resourceType\": \"place\",\n \"name\": \"OPEN GYM SAN FRANCISCO\"\n },\n {\n \"id\": \"1774845722\",\n \"resourceType\": \"place\",\n \"name\": \"Nordstrom San Francisco Centre\"\n },\n {\n \"id\": \"3837141946\",\n \"resourceType\": \"place\",\n \"name\": \"International Orange San Francisco\"\n },\n {\n \"id\": \"115409603\",\n \"resourceType\": \"place\",\n \"name\": \"Josam Co-San Francisco\"\n },\n {\n \"id\": \"2544326627\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Rose\"\n },\n {\n \"id\": \"349193789\",\n \"resourceType\": \"place\",\n \"name\": \"élu san francisco\"\n },\n {\n \"id\": \"4032743011\",\n \"resourceType\": \"place\",\n \"name\": \"KW San Francisco\"\n },\n {\n \"id\": \"1442065294\",\n \"resourceType\": \"place\",\n \"name\": \"Grand Hyatt San Francisco\"\n },\n {\n \"id\": \"3853123131\",\n \"resourceType\": \"place\",\n \"name\": \"Land Rover San Francisco\"\n },\n {\n \"id\": \"574918628\",\n \"resourceType\": \"place\",\n \"name\": \"Kiton San Francisco\"\n },\n {\n \"id\": \"1087075982\",\n \"resourceType\": \"place\",\n \"name\": \"BMW of San Francisco\"\n },\n {\n \"id\": \"2680583285\",\n \"resourceType\": \"place\",\n \"name\": \"OEC Group San Francisco\"\n },\n {\n \"id\": \"68468430\",\n \"resourceType\": \"place\",\n \"name\": \"MINI of San Francisco\"\n },\n {\n \"id\": \"1304924011\",\n \"resourceType\": \"place\",\n \"name\": \"Ferrari of San Francisco\"\n },\n {\n \"id\": \"824843496\",\n \"resourceType\": \"place\",\n \"name\": \"Nike San Francisco\"\n },\n {\n \"id\": \"1933504939\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco State University\"\n },\n {\n \"id\": \"793846728\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Sports Cars\"\n },\n {\n \"id\": \"3096710293\",\n \"resourceType\": \"place\",\n \"name\": \"Audi San Francisco\"\n },\n {\n \"id\": \"167081690\",\n \"resourceType\": \"place\",\n \"name\": \"Pilates San Francisco\"\n },\n {\n \"id\": \"1003120939\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Medical Supply\"\n },\n {\n \"id\": \"1196616421\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Gift Baskets\"\n },\n {\n \"id\": \"5951762\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Honda\"\n },\n {\n \"id\": \"2689898432\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Export Packing\"\n },\n {\n \"id\": \"1235085325\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Christian School\"\n },\n {\n \"id\": \"502212855\",\n \"resourceType\": \"place\",\n \"name\": \"Courtyard San Francisco Downtown\"\n },\n {\n \"id\": \"2279015727\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Educational Center\"\n },\n {\n \"id\": \"3861303303\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Jewelry Museum\"\n },\n {\n \"id\": \"2394297125\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Nail\"\n },\n {\n \"id\": \"768123846\",\n \"resourceType\": \"place\",\n \"name\": \"Intercontinental San Francisco\"\n },\n {\n \"id\": \"762555626\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Wine Lockers\"\n },\n {\n \"id\": \"2505700936\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Seed Library\"\n },\n {\n \"id\": \"2471233681\",\n \"resourceType\": \"place\",\n \"name\": \"Omni San Francisco Hotel\"\n },\n {\n \"id\": \"1209381338\",\n \"resourceType\": \"place\",\n \"name\": \"VCA San Francisco Veterinary Specialists\"\n },\n {\n \"id\": \"257190095\",\n \"resourceType\": \"place\",\n \"name\": \"Nordstrom Rack Downtown San Francisco\"\n },\n {\n \"id\": \"3959523574\",\n \"resourceType\": \"place\",\n \"name\": \"Alliant International University, San Francisco\"\n },\n {\n \"id\": \"219047051\",\n \"resourceType\": \"place\",\n \"name\": \"AAA San Francisco Lakeshore Plaza\"\n },\n {\n \"id\": \"744246046\",\n \"resourceType\": \"place\",\n \"name\": \"Sell My Car San Francisco\"\n },\n {\n \"id\": \"1648143840\",\n \"resourceType\": \"place\",\n \"name\": \"Sprig Electric San Francisco Office\"\n },\n {\n \"id\": \"13800796\",\n \"resourceType\": \"place\",\n \"name\": \"BBVA San Francisco Rep Office\"\n },\n {\n \"id\": \"456961879\",\n \"resourceType\": \"place\",\n \"name\": \"Days Inn Novato/San Francisco\"\n },\n {\n \"id\": \"5081946540\",\n \"resourceType\": \"place\",\n \"name\": \"Wyndham Canterbury at San Francisco\"\n },\n {\n \"id\": \"2093655825\",\n \"resourceType\": \"place\",\n \"name\": \"Players Sports Bar San Francisco\"\n },\n {\n \"id\": \"490816720\",\n \"resourceType\": \"place\",\n \"name\": \"South San Francisco Public Library\"\n },\n {\n \"id\": \"366938621\",\n \"resourceType\": \"place\",\n \"name\": \"Hampton Inn San Francisco-Airport\"\n },\n {\n \"id\": \"327985257\",\n \"resourceType\": \"place\",\n \"name\": \"BMW Motorcycles of San Francisco\"\n },\n {\n \"id\": \"467145989\",\n \"resourceType\": \"place\",\n \"name\": \"Club Monaco San Francisco - Men's\"\n },\n {\n \"id\": \"2504643628\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Pole and Dance\"\n },\n {\n \"id\": \"221700034\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco French Bread Prd\"\n },\n {\n \"id\": \"1428131056\",\n \"resourceType\": \"place\",\n \"name\": \"Ted Baker - Bloomingdales San Francisco\"\n },\n {\n \"id\": \"4089723760\",\n \"resourceType\": \"place\",\n \"name\": \"Old San Francisco and Bayview\"\n },\n {\n \"id\": \"306254145\",\n \"resourceType\": \"place\",\n \"name\": \"Vie Bikes (San Francisco Showroom)\"\n },\n {\n \"id\": \"200006397\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Ford Lincoln Mrc\"\n },\n {\n \"id\": \"322271963\",\n \"resourceType\": \"place\",\n \"name\": \"Habitat for Humanity Greater San Francisco ReStore\"\n },\n {\n \"id\": \"2040895102\",\n \"resourceType\": \"place\",\n \"name\": \"Big 5 Sporting Goods - San Francisco - Sloat\"\n },\n {\n \"id\": \"5064020110\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco de Asis Catholic School\"\n },\n {\n \"id\": \"2969588103\",\n \"resourceType\": \"place\",\n \"name\": \"Hyatt House Emeryville/San Francisco Bay Area\"\n },\n {\n \"id\": \"294330522\",\n \"resourceType\": \"place\",\n \"name\": \"Sleep Train San Francisco - Van Ness\"\n },\n {\n \"id\": \"2471683788\",\n \"resourceType\": \"place\",\n \"name\": \"P & S Sales of San Francisco\"\n },\n {\n \"id\": \"2932089238\",\n \"resourceType\": \"place\",\n \"name\": \"Super 8 San Francisco/Union Square Area\"\n },\n {\n \"id\": \"202721052\",\n \"resourceType\": \"place\",\n \"name\": \"San Mateo Movers Bay Area San Francisco\"\n },\n {\n \"id\": \"4147350783\",\n \"resourceType\": \"place\",\n \"name\": \"Holiday Inn San Francisco-Golden Gateway\"\n },\n {\n \"id\": \"2127299652\",\n \"resourceType\": \"place\",\n \"name\": \"Days Inn San Francisco At The Beach\"\n },\n {\n \"id\": \"813706184\",\n \"resourceType\": \"place\",\n \"name\": \"Ramada Limited San Francisco Airport North\"\n },\n {\n \"id\": \"3559090047\",\n \"resourceType\": \"place\",\n \"name\": \"Comfort Inn & Suites San Francisco Airport West\"\n },\n {\n \"id\": \"3016692974\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Public Library; Potrero Branch\"\n },\n {\n \"id\": \"1377759567\",\n \"resourceType\": \"place\",\n \"name\": \"Ship Your Car of San Francisco\"\n },\n {\n \"id\": \"3382797387\",\n \"resourceType\": \"place\",\n \"name\": \"JW Marriott San Francisco Union Square\"\n },\n {\n \"id\": \"2623600310\",\n \"resourceType\": \"place\",\n \"name\": \"Ted Baker - San Francisco Premium Outlet\"\n },\n {\n \"id\": \"1764780728\",\n \"resourceType\": \"place\",\n \"name\": \"Hyatt Place Emeryville/San Francisco Bay Area\"\n },\n {\n \"id\": \"1547844121\",\n \"resourceType\": \"place\",\n \"name\": \"University of San Francisco - Pleasanton Campus\"\n },\n {\n \"id\": \"1051451970\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Community College Airport School\"\n },\n {\n \"id\": \"2176472270\",\n \"resourceType\": \"place\",\n \"name\": \"Bethel Church California - San Francisco Bay Area\"\n },\n {\n \"id\": \"2114130194\",\n \"resourceType\": \"place\",\n \"name\": \"Century San Francisco Centre 9 and XD\"\n },\n {\n \"id\": \"1907957074\",\n \"resourceType\": \"place\",\n \"name\": \"Bay Club San Francisco\"\n },\n {\n \"id\": \"880723227\",\n \"resourceType\": \"place\",\n \"name\": \"Librería San Francisco\"\n },\n {\n \"id\": \"3129106653\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Moving\"\n },\n {\n \"id\": \"1025052752\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Cinematheque\"\n },\n {\n \"id\": \"1185641150\",\n \"resourceType\": \"place\",\n \"name\": \"McLaren San Francisco\"\n },\n {\n \"id\": \"2217111611\",\n \"resourceType\": \"place\",\n \"name\": \"Danielle San Francisco\"\n },\n {\n \"id\": \"287419915\",\n \"resourceType\": \"place\",\n \"name\": \"Fendi San Francisco Saks\"\n },\n {\n \"id\": \"877914999\",\n \"resourceType\": \"place\",\n \"name\": \"SEKO Logistics San Francisco\"\n },\n {\n \"id\": \"848309022\",\n \"resourceType\": \"place\",\n \"name\": \"Kinokuniya San Francisco\"\n },\n {\n \"id\": \"3305227327\",\n \"resourceType\": \"place\",\n \"name\": \"Waterworks - San Francisco\"\n },\n {\n \"id\": \"2394601812\",\n \"resourceType\": \"place\",\n \"name\": \"Chevron San Francisco\"\n },\n {\n \"id\": \"4614578898\",\n \"resourceType\": \"place\",\n \"name\": \"Penthouse Club San Francisco\"\n },\n {\n \"id\": \"2695957160\",\n \"resourceType\": \"place\",\n \"name\": \"Roka Akor | San Francisco\"\n },\n {\n \"id\": \"2216582959\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Motorsports\"\n },\n {\n \"id\": \"745194908\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Law Library\"\n },\n {\n \"id\": \"220652737\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Tennis Club\"\n },\n {\n \"id\": \"256226976\",\n \"resourceType\": \"place\",\n \"name\": \"Westfield San Francisco Centre\"\n },\n {\n \"id\": \"2085470797\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Furniture Store\"\n },\n {\n \"id\": \"161569763\",\n \"resourceType\": \"place\",\n \"name\": \"Rigpa San Francisco Center\"\n },\n {\n \"id\": \"1167152868\",\n \"resourceType\": \"place\",\n \"name\": \"North Beach San Francisco\"\n },\n {\n \"id\": \"182531957\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Bagel\"\n },\n {\n \"id\": \"1257719385\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Seafood Express\"\n },\n {\n \"id\": \"1388959132\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Pub Bar\"\n },\n {\n \"id\": \"1059623405\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Soup Company\"\n },\n {\n \"id\": \"5762561258\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Ballet\"\n },\n {\n \"id\": \"256109276\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Transport Services\"\n },\n {\n \"id\": \"1678397077\",\n \"resourceType\": \"place\",\n \"name\": \"Yes San Francisco LLC\"\n },\n {\n \"id\": \"928382498\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Unique Nails\"\n },\n {\n \"id\": \"757655034\",\n \"resourceType\": \"place\",\n \"name\": \"VIA - San Francisco\"\n },\n {\n \"id\": \"4166073912\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Board-Education\"\n },\n {\n \"id\": \"4091663962\",\n \"resourceType\": \"place\",\n \"name\": \"Alessi Store San Francisco\"\n },\n {\n \"id\": \"1372470290\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Bread Co.\"\n },\n {\n \"id\": \"48064230\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Salad Co.\"\n },\n {\n \"id\": \"3260257720\",\n \"resourceType\": \"place\",\n \"name\": \"Loews Regency San Francisco\"\n },\n {\n \"id\": \"264197817\",\n \"resourceType\": \"place\",\n \"name\": \"Rapha San Francisco\"\n },\n {\n \"id\": \"89823095\",\n \"resourceType\": \"place\",\n \"name\": \"AMA Bookstore San Francisco\"\n },\n {\n \"id\": \"918352915\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Soccer Camps\"\n },\n {\n \"id\": \"688791070\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Fitness Center\"\n },\n {\n \"id\": \"2419829970\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Bay Area\"\n },\n {\n \"id\": \"1729028325\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Badlands\"\n },\n {\n \"id\": \"374620853\",\n \"resourceType\": \"place\",\n \"name\": \"Volvo of San Francisco\"\n },\n {\n \"id\": \"2332792485\",\n \"resourceType\": \"place\",\n \"name\": \"Veterinaria San Francisco\"\n },\n {\n \"id\": \"4688510326\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Crossfit\"\n },\n {\n \"id\": \"1717558899\",\n \"resourceType\": \"place\",\n \"name\": \"City Cycle San Francisco\"\n },\n {\n \"id\": \"3082108992\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Christian Center\"\n },\n {\n \"id\": \"1974201139\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Barber Shop\"\n },\n {\n \"id\": \"479412050\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco - Moving Company\"\n },\n {\n \"id\": \"3205495822\",\n \"resourceType\": \"place\",\n \"name\": \"Súper Mercado San Francisco\"\n },\n {\n \"id\": \"653288598\",\n \"resourceType\": \"place\",\n \"name\": \"COACH San Francisco Centre\"\n },\n {\n \"id\": \"421811567\",\n \"resourceType\": \"place\",\n \"name\": \"Presbytery of San Francisco\"\n },\n {\n \"id\": \"3595791383\",\n \"resourceType\": \"place\",\n \"name\": \"Alexander Technique San Francisco\"\n },\n {\n \"id\": \"1417377436\",\n \"resourceType\": \"place\",\n \"name\": \"Shred Nations San Francisco\"\n },\n {\n \"id\": \"2097884881\",\n \"resourceType\": \"place\",\n \"name\": \"RE/MAX San Francisco\"\n },\n {\n \"id\": \"1518024473\",\n \"resourceType\": \"place\",\n \"name\": \"Luigys Moving San Francisco\"\n },\n {\n \"id\": \"1331105030\",\n \"resourceType\": \"place\",\n \"name\": \"Paul Smith San Francisco\"\n },\n {\n \"id\": \"1600843128\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Nut Co\"\n },\n {\n \"id\": \"833018707\",\n \"resourceType\": \"place\",\n \"name\": \"IFGF San Francisco\"\n },\n {\n \"id\": \"3532780936\",\n \"resourceType\": \"place\",\n \"name\": \"Il Fornaio San Francisco\"\n },\n {\n \"id\": \"1261899128\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Travel News\"\n },\n {\n \"id\": \"2605979194\",\n \"resourceType\": \"place\",\n \"name\": \"Kartell San Francisco\"\n },\n {\n \"id\": \"3560000584\",\n \"resourceType\": \"place\",\n \"name\": \"Courtyard San Francisco Airport\"\n },\n {\n \"id\": \"1517009496\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Stained Glass\"\n },\n {\n \"id\": \"1221184234\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Public Library\"\n },\n {\n \"id\": \"401560143\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Auto Loan\"\n },\n {\n \"id\": \"1096716024\",\n \"resourceType\": \"place\",\n \"name\": \"Jaguar San Francisco\"\n },\n {\n \"id\": \"4008417721\",\n \"resourceType\": \"place\",\n \"name\": \"San Francisco Autocenter Inc\"\n }\n ],\n \"errors\": []\n}"}]},{"name":"Existing Place","id":"cd34161e-5777-48a9-bbba-82822ee2b21e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/places/:id","host":["{{location_url}}"],"path":["places",":id"],"variable":[{"key":"id","value":"3371680342","description":"ID associated with a place."}]},"description":"## Retrieve a single place\n\nYou can retrieve a place available within your market by sending this `GET` request."},"response":[{"id":"a350500e-fc20-4158-8e39-c1cdc256cf83","name":"University of SF","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{location_url}}/places/:id","host":["{{location_url}}"],"path":["places",":id"],"variable":[{"key":"id","value":"3371680342","description":"ID associated with a place."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 00:14:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"76894b4e-8982480"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n {\n \"id\": \"3371680342\",\n \"resourceType\": \"place\",\n \"name\": \"University of San Francisco\"\n }\n ],\n \"errors\": []\n}"}]}],"id":"e7e4a897-c4ee-4025-8112-34f0fd783dcf"}],"id":"1aa519d6-04ed-46c9-9f33-9596486e81ee","description":"## Purpose of this API\n\nWith the **Location Service**, you can query and retrieve location data from the Nexxen DSP to drive geo (location-based) targeting in your campaigns.\n\nThis service is intended for use in conjunction with the **Campaign Management Service**."}],"id":"214fd63d-3663-4603-b0cd-4e5406d42f27","description":"## Purpose of this API\n\nThe **Campaign Management Service** is a collection of interfaces used to manage the entire lifecycle of an ad campaign—from sourcing and planning to creation, delivery, and optimization."},{"name":"Reporting","item":[{"name":"New Report","event":[{"listen":"prerequest","script":{"id":"3ebe97eb-a9b3-457b-a867-e039825bdf9a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ea999742-9bdb-4d11-8109-4a1a912eebed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"aggregationType\": \"summary\",\n \"startTime\": \"2026-06-22T00:00:00.000Z\",\n \"endTime\": \"2026-06-24T00:00:00.000Z\",\n \"outputPath\": \"\",\n \"filters\": [\n {\n \"objectType\": \"advertiser\",\n \"objectIds\": [\"{{advertiser_id}}\"]\n }\n ],\n \"dimensions\": [\n {\n \"name\": \"lineItemId\",\n \"outputName\": \"lineItemId\"\n },\n {\n \"name\": \"lineItemName\",\n \"outputName\": \"lineItemName\"\n }\n ],\n \"metrics\": [\n {\n \"name\": \"impressions\",\n \"outputName\": \"impressions\"\n }\n ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{reporting_url}}/reports?marketId=1","host":["{{reporting_url}}"],"path":["reports"],"query":[{"key":"marketId","value":"1","description":"Numeric ID associated with the parent market of reported campaign objects. Required."}]},"description":"## Request a new report\n\nYou can create a new report by sending this `POST` request. To define characteristics of your report, open the body tab and edit the JSON object.\n\nFor DTO fields `dimensions`, `filters`, and `metrics`, see the structure details below to customize report values.\n\n#### Request Body (Definitions)\n\n_\\*Optional element_\n\n| **JSON Object Key** | **Description** | **Type** |\n| --- | --- | --- |\n| aggregationType | Time interval by which the report data is broken down.

Allowed values: _summary, daily, weekly, monthly, hourOfDay, dayOfWeek, hourByDay_ | string |\n| startTime | Start time for the reporting period. Must be in the format _yyyy-mm-ddThh:mm:ss+offset_ as per RFC 3339.

**Note:** The time zone of the generated report is based on the offset specified here. | string |\n| endTime | End time for the reporting period. Must be in the format _yyyy-mm-ddThh:mm:ss+offset_ as per RFC 3339. | string |\n| outputPath | Path to which the report should be sent. Must be an S3 bucket and defined in the format _s3n://ACCESS_KEY:SECRET_KEY@REGION/BUCKET_PATH/FILE_NAME.json_.

If no path is defined, the Reporting Service will store the report. | string |\n| dimensions | Properties of the campaign objects included in the report. Minimum of one dimension required. | comma-separated array containing one or more `dimension` DTOs |\n| \\*filters | Campaign objects to include in the report. Defaults to all campaign objects. | comma-separated array containing one or more `filter` DTOs |\n| metrics | Performance or delivery metrics by which campaign objects in the report are measured. | comma-separated array containing one or more `metric` DTOs |\n\n#### `dimension` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| name | Name of reporting dimension.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vSK3djvB8d_LQQhRzw0D24KGrmiwcEzNBT_0nXDNJbMCP_ySPs0OoMyov7b4-zCV5B-q3mrcMDNVbib/pubhtml) | string |\n| outputName | Header name for the dimension in the generated report. Defaults to value of `name`. | string |\n\n#### `filter` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| objectIds | Object IDs to filter for and include. | comma-separated array of strings |\n| objectType | Type of campaign objects specified in `objectIds`.

Allowed values: _advertiser, insertionOrder, package, lineItem, ad, creative_ | string |\n\n#### `metric` DTO\n\n| **Key** | **Description** | **Type** |\n| --- | --- | --- |\n| \\*currencyAlphaCode | The currency used to represent report data. Can be applied to any metric (even non-currency values) and defaults to USD.

[Allowed values](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vTTJrsF71iPCwUxhvAps1ooDR1yaoA2D8HadcJZXPulp_iamoE0Q2wSUW8YrL2c4Q/pubhtml) | string |\n| name | Name of reporting metric.

[Allowed values](https://docs.google.com/spreadsheets/d/e/2PACX-1vTHd5KhRVuGGyyCWpv6metV19UHg2iWA0-arhe8QVniM3ArFetYlN18BeqWHndHES0DA13TZWmsRueI/pubhtml) | string |\n| outputName | Header name for the metric in the generated report. Defaults to value of `name`. | string |\n\n#### Response Body\n\nWithin the 'Location' header of your response, the generated report's unique ID will be appended to the URL endpoint. Use this report ID in a `GET` Report Details request.\n\n#### **Other Notes**\n\n- Maximum data lookback of 19 months\n \n- Rate limit: 10K calls per day, 8 per second\n \n- Each report request is asynchronous, so there is no concurrent issue\n \n- Max file size of 300MB for outputPath to S3"},"response":[{"id":"8e370795-17c1-43f4-9d77-05851a8a5eba","name":"202 Accepted","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"aggregationType\": \"daily\",\n \"dimensions\": [\n {\n \"name\": \"advertiserId\",\n \"outputName\": \"advertiserId\"\n },\n {\n \"name\": \"insertionOrderId\",\n \"outputName\": \"insertionOrderId\"\n }\n ],\n \"endTime\": \"2022-07-28T00:00:00Z\",\n \"filters\": [\n {\n \"objectIds\": [\"1606727072\", \"77657209\"],\n \"objectType\": \"advertiser\"\n }\n ],\n \"metrics\": [\n {\n \"currencyAlphaCode\": \"usd\",\n \"name\": \"advertiserEcpc\",\n \"outputName\": \"advertiserEcpc\"\n },\n {\n \"name\": \"impressions\",\n \"outputName\": \"impressions\"\n }\n ],\n \"outputPath\": \"\",\n \"startTime\": \"2022-07-22T00:00:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{reporting_url}}/reports?marketId=1","host":["{{reporting_url}}"],"path":["reports"],"query":[{"key":"marketId","value":"1","description":"Market ID. Required."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 03 Aug 2022 18:01:21 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"89d260e6-2551952"},{"key":"Set-Cookie","value":"JSESSIONID=77ACBE71D99172968315D18D438FDDE2; Path=/; HttpOnly"},{"key":"Location","value":"/reporting/v2/api/reports/whvuzpc3-zdzc-to8y-oylv-zlefi7rlbg9"},{"key":"Retry-After","value":"3"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"POST"}],"cookie":[],"responseTime":null,"body":null}]},{"name":"Report Details","id":"e2c33e3c-9745-4820-8eba-266f56d95c79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{reporting_url}}/reports/:id","host":["{{reporting_url}}"],"path":["reports",":id"],"variable":[{"key":"id","value":"usqhcbyf-iqvl-3hlw-80rg-gcfkezofho9","description":"Alphanumeric ID associated with the report request; retrievable via the 'Location' header of a POST New Report request response. Required. "}]},"description":"## Retrieve details of a report\n\nYou can retrieve details of any completed report by sending this `GET` request.\n\nTo retrieve the `id` of a report generated using `POST` New Report, open the headers tab of the response body. In the 'Location' header, find and copy the alphanumeric report ID attached to the end of the location URL.\n\n![](https://content.pstmn.io/aca283da-5e3e-4c7c-90ad-9ec76fd15f3f/U2NyZWVuIFNob3QgMjAyMi0wOC0wOCBhdCA5LjU5LjI3IEFNLnBuZw==)"},"response":[{"id":"16f780a2-2af8-4270-8d33-7668c29e4e9d","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{reporting_url}}/reports/:id","host":["{{reporting_url}}"],"path":["reports",":id"],"variable":[{"key":"id","value":"0lnx12xr-qrvv-ypv5-qycs-ycx6fvc3ans","description":"Report ID. Required. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Aug 2022 16:36:37 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1589"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"f2b957fd-3661932"},{"key":"Set-Cookie","value":"JSESSIONID=68CEDA669F3B5F6CF7E0ABC63D932166; Path=/; HttpOnly"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"[\n {\n \"day\": \"2022/07/22\",\n \"advertiserId\": 77657209,\n \"insertionOrderId\": \"1602163100\",\n \"advertiserEcpc\": 0.0003578235265712126,\n \"impressions\": 158\n },\n {\n \"day\": \"2022/07/22\",\n \"advertiserId\": 1606727072,\n \"insertionOrderId\": \"1606726991\",\n \"advertiserEcpc\": 1.8031228343639265,\n \"impressions\": 9053\n },\n {\n \"day\": \"2022/07/23\",\n \"advertiserId\": 77657209,\n \"insertionOrderId\": \"1602163100\",\n \"advertiserEcpc\": 0.00023099999816622585,\n \"impressions\": 2\n },\n {\n \"day\": \"2022/07/23\",\n \"advertiserId\": 1606727072,\n \"insertionOrderId\": \"1606726991\",\n \"advertiserEcpc\": 4.979657220426209,\n \"impressions\": 8735\n },\n {\n \"day\": \"2022/07/24\",\n \"advertiserId\": 1606727072,\n \"insertionOrderId\": \"1606726991\",\n \"advertiserEcpc\": 1.3768884808444206,\n \"impressions\": 8758\n },\n {\n \"day\": \"2022/07/25\",\n \"advertiserId\": 77657209,\n \"insertionOrderId\": \"1602163100\",\n \"advertiserEcpc\": 0.0002921470565043445,\n \"impressions\": 43\n },\n {\n \"day\": \"2022/07/25\",\n \"advertiserId\": 1606727072,\n \"insertionOrderId\": \"1606726991\",\n \"advertiserEcpc\": 2.4709905201525544,\n \"impressions\": 8692\n },\n {\n \"day\": \"2022/07/26\",\n \"advertiserId\": 77657209,\n \"insertionOrderId\": \"1602163100\",\n \"advertiserEcpc\": 0.00038189515825867986,\n \"impressions\": 205\n },\n {\n \"day\": \"2022/07/26\",\n \"advertiserId\": 1606727072,\n \"insertionOrderId\": \"1606726991\",\n \"advertiserEcpc\": 3.953855419918,\n \"impressions\": 8914\n },\n {\n \"day\": \"2022/07/27\",\n \"advertiserId\": 77657209,\n \"insertionOrderId\": \"1602163100\",\n \"advertiserEcpc\": 0.00022274999823171778,\n \"impressions\": 81\n },\n {\n \"day\": \"2022/07/27\",\n \"advertiserId\": 1606727072,\n \"insertionOrderId\": \"1606726991\",\n \"advertiserEcpc\": 2.8491387698973996,\n \"impressions\": 8580\n },\n {\n \"day\": \"2022/07/28\",\n \"advertiserId\": 1606727072,\n \"insertionOrderId\": \"1606726991\",\n \"advertiserEcpc\": \"Infinity\",\n \"impressions\": 64\n }\n]"},{"id":"b8ccf6b9-1de8-4809-911a-0678ba0bea81","name":"404 Expired Report","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{reporting_url}}/reports/:id","host":["{{reporting_url}}"],"path":["reports",":id"],"variable":[{"key":"id","value":"0b530632-e289-428c-b0c4-1cd81e5f7cb3","description":"Report ID. Required. "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Aug 2022 20:02:13 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"158"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"b3188dbb-3323529"},{"key":"Set-Cookie","value":"JSESSIONID=01649DA116C711FFFFDD3BB7D0B1A824; Path=/; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [],\n \"errors\": [\n {\n \"messages\": [\n {\n \"type\": \"other\",\n \"code\": \"1\",\n \"message\": \"Requested report is no longer available, 24 hour availability window has passed.\"\n }\n ]\n }\n ]\n}"},{"id":"33a514a3-f940-4cbf-9254-4da3da0852e4","name":"404 Client Mismatch","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{reporting_url}}/reports/:id","host":["{{reporting_url}}"],"path":["reports",":id"],"variable":[{"key":"id","value":"1d1acea3-2866-4a55-9c47-e38a83da5619","description":"Report ID. Required. "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Aug 2022 20:08:08 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amobee-Cloud-Gateway-Transaction-ID","value":"4325f33e-3324982"},{"key":"Set-Cookie","value":"JSESSIONID=D3272655F6EAF4D9617A451700D54FBE; Path=/; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Amobee-Cloud-Gateway","value":"true"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' www.amobee.com amobee amobee-platform.oktapreview.com amobee-platform.okta.com platform.oktapreview.com global.oktacdn.com data: ;"},{"key":"Permissions-Policy","value":"geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"},{"key":"Http-Method","value":"GET"}],"cookie":[],"responseTime":null,"body":"{\n \"errors\": [\n {\n \"message\": \"error_message_not_found\"\n }\n ]\n}"}]}],"id":"89972fbd-f3bb-4b64-9dd5-724ef4fc2ce6","description":"## Purpose of this API\n\nWith the **Reporting Service**, you can query and retrieve limited-scope metrics on campaign performance.\n\nDesigned for quick retrieval of data in small amounts, this service does not replace larger-scale reporting conducted in the Nexxen DSP."}],"auth":{"type":"bearer","bearer":{"token":"{{bearer_token}}"}},"event":[{"listen":"prerequest","script":{"id":"6856ca7c-ecd0-4459-9655-327388b06480","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea281230-cdfd-4f76-89ee-f59abffb6307","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://services.amobee.com","type":"string"},{"key":"campaign_ver","value":"5","type":"string"},{"key":"campaign_url","value":"{{url}}/campaign/v{{campaign_ver}}/api","type":"string"},{"key":"reporting_ver","value":"2","type":"string"},{"key":"reporting_url","value":"{{url}}/reporting/v{{reporting_ver}}/api","type":"string"},{"key":"device_ver","value":"1","type":"string"},{"key":"device_url","value":"{{url}}/device/v{{device_ver}}/api","type":"string"},{"key":"location_ver","value":"1","type":"string"},{"key":"location_url","value":"{{url}}/location/v{{location_ver}}/api","type":"string"}]}