{"info":{"_postman_id":"aadc4851-1d58-4693-a611-78ca43f2e80a","name":"EQ API","description":"<html><head></head><body><p>EQ API services all client-side transactions via a REST API. All protected routes use JWT Token based authentication.</p>\n<h3 id=\"obtaining-a-jwt\">Obtaining a JWT:</h3>\n<h4 id=\"composition\">Composition</h4>\n<p>EQ uses a one-time passcode based login for authentication and authorization. This replaces the previous API key based authentication.</p>\n<h4 id=\"workflow\">Workflow</h4>\n<p>In order to support the growing number of products the base URL needs to specify the stage component. As a result, authentication is now a standalone service for each product. \nThe base URL is <code>https://auth.eqworks.io/&lt;stage&gt;</code> where <code>&lt;stage&gt;</code> are either <code>dev</code> or <code>prod</code>.</p>\n<h6 id=\"step-1-login\"><strong>Step 1: Login</strong></h6>\n<p>Login endpoint is: <code>https://auth.eqworks.io/&lt;stage&gt;/login</code>. The list of query string parameters:</p>\n<ul>\n<li><p><code>user</code>, end-user’s email address is placed in <code>&lt;user email&gt;</code>. This is required and must already be in EQ’s user database.</p>\n</li>\n<li><p><code>redirect</code>, optional redirect URL, detailed example below.</p>\n</li>\n<li><p><code>zone</code>, default is UTC, can be set to a preferred timezone.</p>\n</li>\n<li><p><code>product</code>, now mandatory serves the purpose to scope the provisioned JWT depending on API resources. Depending on the product in use place <code>atom</code> or <code>locus</code> in the <code>&lt;product name&gt;</code> space.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  `https://auth.eqworks.io/&lt;stage&gt;/login?user=&lt;user email&gt;&amp;zone=&lt;zone&gt;&amp;product=&lt;product name&gt;`\n</code></pre></li>\n</ul>\n<p>The most important change here is the redirect query string parameter which enables the API application to seamlessly integrate through the custom “magic-link”. <code>user</code> and <code>product</code> are the only parameter that persist, therefore store  the \"magic-link\" somewhere safe . </p>\n<p>For example:</p>\n<p><code>https://report.ui.project/login?a=1&amp;b=2&amp;user=sue.sxxxxht@gmail.com</code></p>\n<p>The generated “magic-link” will be:</p>\n<p><code>https://report.ui.project/login?a=1&amp;b=2&amp;user=sue.sxxxxht@gmail.com&amp;otp=&lt;OTP&gt;</code></p>\n<p>The URL report.ui.project will use the OTP contained within the generated “magic-link” for the next step.</p>\n<p>If using a hardcoded redirect URL make sure it is encoded.</p>\n<p>If no redirect is supplied, the default “magic-link” would route back to <code>https://auth.eqworks.io/&lt;stage&gt;/verify?user=sue.sxxxxht@gmail.com&amp;otp=&lt;OTP generated&gt;</code>. This would be the URL to compose for next step.</p>\n<p>The “magic-link” and the plain-text OTP will be delivered to user’s email.</p>\n<h6 id=\"step-2-verification\"><strong>Step 2: Verification</strong></h6>\n<p>Verification is done through <code>https://auth.eqworks.io/&lt;stage&gt;/verify</code>. The required query string parameters are the query string [user,JWT] provided through the “magic-link” sent in the email.</p>\n<p>Upon success, this will yield the following response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"message\": \"User sue.sxxxxht@gmail.com verified, please store and use the attached token responsibly\",\n  \"user\": \"sue.sxxxxht@gmail.com\",\n  \"token\":\"&lt;the JWT, redacted&gt;\"\n}\n</code></pre><p>Note that for now, JWT is set to expire in 90 days. However this can reset for another 90 days as per step 4.</p>\n<p>Subsequent data requests can all be made to appropriate stage <code>api.eqworks.io</code>. Examples of different data requests are displayed below and organized by product. You can select the preferred coding language from the <code>LANGUAGE</code> dropdown menu.  </p>\n<p>Be sure to supply the JWT within the custom HTTP header. We recommend to include <code>user</code> as well.\nFor example: \n{\n  \"eq-api-user\": user,\n  \"eq-api-jwt\": jwt,\n}</p>\n<h6 id=\"step-3-validate-jwt-optional\"><strong>Step 3: Validate JWT (Optional)</strong></h6>\n<p>This step may be utilized as a method for validating the legitimacy of the JWT. The endpoint is <code>https://auth.eqworks.io/&lt;stage&gt;/confirm</code> and the JWT must be supplied through custom Header <code>eq-api-jwt</code>. </p>\n<p>An optional <code>light</code> query string parameter is included for verification, but its integrity will not be validated against the system back-end. If a <code>light</code> query is not supplied and the return validation is false or 0, the system will perform an integrity check against the user database.</p>\n<h6 id=\"step-4-jwt-expiry-reset-optional\"><strong>STEP 4: JWT Expiry Reset (OPTIONAL)</strong></h6>\n<p>The following is a simple way to reset the JWT expiry time and date. As a guideline JWT expiry times should be reset prior to the current expiration date and time set.</p>\n<p>The refresh endpoint is <code>https://auth.eqworks.io/&lt;stage&gt;/refresh</code>, and is similar to the confirm endpoint with the exception of no light quey option. The response will include a new token with the new expiration date/time.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10439556","collectionId":"aadc4851-1d58-4693-a611-78ca43f2e80a","publishedId":"T1LLFoGM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-08-18T16:29:22.000Z"},"item":[{"name":"LOCUS","item":[{"name":"HH Segments","id":"a2008de1-d108-447b-88e0-a5647728816d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"eq-api-jwt","value":"{{eq-api-jwt}}","description":"<p>Valid LOCUS JWT Token</p>\n","type":"text"}],"url":"https://api.locus.place/prod/segment/hh-segments?coords[]=43.8272,-79.1459","description":"<p>Get all segments that are part of the household with given location coordinates. Each segment returned has a corresponding confidence value.</p>\n","urlObject":{"protocol":"https","path":["prod","segment","hh-segments"],"host":["api","locus","place"],"query":[{"key":"coords[]","value":"43.8272,-79.1459"},{"disabled":true,"key":"location","value":"44.0996,-79.5977"}],"variable":[]}},"response":[{"id":"e4167895-fde8-41e8-a88a-971853a4dc8d","name":"HH Segments","originalRequest":{"method":"GET","header":[{"key":"eq-api-jwt","value":"{{eq-api-jwt}}","description":"Valid LOCUS JWT Token","type":"text"}],"url":{"raw":"https://api.locus.place/prod/segment/hh-segments?coords[]=43.6499,-79.4232","protocol":"https","host":["api","locus","place"],"path":["prod","segment","hh-segments"],"query":[{"key":"coords[]","value":"43.6499,-79.4232","description":"LIST :: List of location coordinates in the form [\"lat,long\", ...]"},{"key":null,"value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"lat\": 43.6499,\n        \"long\": -79.4232,\n        \"segments\": {\n            \"school_students\": 0.21760000000000002,\n            \"frequent_traveler\": 0.10240000000000005,\n            \"movie_goer\": 0\n        }\n    }\n]"}],"_postman_id":"a2008de1-d108-447b-88e0-a5647728816d"}],"id":"71c01dae-7c14-4e6f-9712-dbe774a4511d","_postman_id":"71c01dae-7c14-4e6f-9712-dbe774a4511d","description":""},{"name":"ATOM","item":[{"name":"Insights","item":[{"name":"Banner Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"19e9861f-9b9f-4d61-b102-ad8ddb0b80da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/banner?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats for all <strong>Banners</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","banner"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"901a4742-bcda-4582-ac42-e57b62651829","name":"Banner Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/banner?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","banner"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3915"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 05:57:28 GMT"},{"key":"x-amzn-RequestId","value":"0c611c57-fe76-487b-85ec-d69fed764548"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"3915"},{"key":"x-amz-apigw-id","value":"CnqXWHuRoAMFY4w="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfbdc8-57905d6072b8e56844b97100;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 3cbfe28b5f1fd858b3466f86889d19b3.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"lOj_PxM8QWbvXFdyK68DX9gbXoJxMbDrK862tf-HTAw3GyUwpiBk2Q=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 5684.0211,\n        \"Bids\": 1773,\n        \"Clicks\": 8,\n        \"ImpCost\": 4.8434,\n        \"Imps\": 1673,\n        \"Revenue\": 13.384,\n        \"VastCompletion0\": 13,\n        \"VastCompletion100\": 45,\n        \"VastCompletion25\": 7,\n        \"VastCompletion50\": 0,\n        \"VastCompletion75\": 4,\n        \"VastView\": 57,\n        \"_id\": {\n            \"BannerCode\": 108985,\n            \"Date\": \"2019-10-18\",\n            \"Name\": \"BRE193008TA_CUST_DIGITAL_SAMPLE_FRAME-1_MOD2_SEPTEMBER_300X250_BACKUP_E\",\n            \"Type\": 2,\n            \"ZoneCode\": 11\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 32513.5117,\n        \"Bids\": 10137,\n        \"Clicks\": 23,\n        \"ImpCost\": 23.4584,\n        \"Imps\": 9994,\n        \"Revenue\": 79.952,\n        \"VastCompletion0\": 9,\n        \"VastCompletion100\": 20,\n        \"VastCompletion25\": 2,\n        \"VastCompletion50\": 2,\n        \"VastCompletion75\": 0,\n        \"VastView\": 32,\n        \"_id\": {\n            \"BannerCode\": 108986,\n            \"Date\": \"2019-10-18\",\n            \"Name\": \"BRE193008TA_CUST_DIGITAL_SAMPLE_FRAME-1_MOD2_SEPTEMBER_320x50_E\",\n            \"Type\": 2,\n            \"ZoneCode\": 167\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 5547.8202,\n        \"Bids\": 1731,\n        \"Clicks\": 4,\n        \"ImpCost\": 4.6818,\n        \"Imps\": 1606,\n        \"Revenue\": 12.848,\n        \"VastCompletion0\": 0,\n        \"VastCompletion100\": 0,\n        \"VastCompletion25\": 0,\n        \"VastCompletion50\": 0,\n        \"VastCompletion75\": 0,\n        \"VastView\": 0,\n        \"_id\": {\n            \"BannerCode\": 108987,\n            \"Date\": \"2019-10-18\",\n            \"Name\": \"BRE193008TA_CUST_DIGITAL_SAMPLE_FRAME-1_MOD4_SEPTEMBER_300X250_E[2]\",\n            \"Type\": 2,\n            \"ZoneCode\": 11\n        }\n    }\n]"}],"_postman_id":"19e9861f-9b9f-4d61-b102-ad8ddb0b80da"},{"name":"Banner Position Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"672250d8-bd0a-4de9-883f-d86b0b46b3e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/banner_pos?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Banner Positions</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","banner_pos"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"9bd681f3-5c1e-419a-91c1-7139781b5944","name":"Banner Position Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/banner_pos?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","banner_pos"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"610"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:04:08 GMT"},{"key":"x-amzn-RequestId","value":"1db2f617-4227-4bef-a88c-4c79ae851360"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"610"},{"key":"x-amz-apigw-id","value":"CnrV0GxtIAMFgBw="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfbf58-7239416e4fed8b16dd755aa2;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 998b911809b5181544e60111e0bda762.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"1cNkAMy1YKXNSGD2SXp3eItky_lMc24pDLggXqCTVqDm_d9QVvJy0w=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 608635.0009,\n        \"Bids\": 188878,\n        \"Clicks\": 354,\n        \"ImpCost\": 404.6618,\n        \"Imps\": 165202,\n        \"Revenue\": 1321.68,\n        \"_id\": {\n            \"BannerPosition\": 1,\n            \"Date\": \"2019-10-28\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 614058.8692,\n        \"Bids\": 190570,\n        \"Clicks\": 356,\n        \"ImpCost\": 420.5974,\n        \"Imps\": 171503,\n        \"Revenue\": 1372.088,\n        \"_id\": {\n            \"BannerPosition\": 1,\n            \"Date\": \"2019-10-29\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 615743.8198,\n        \"Bids\": 191690,\n        \"Clicks\": 329,\n        \"ImpCost\": 367.816,\n        \"Imps\": 149842,\n        \"Revenue\": 1198.776,\n        \"_id\": {\n            \"BannerPosition\": 1,\n            \"Date\": \"2019-10-30\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 606557.2343,\n        \"Bids\": 189611,\n        \"Clicks\": 304,\n        \"ImpCost\": 397.8891,\n        \"Imps\": 157635,\n        \"Revenue\": 1261.16,\n        \"_id\": {\n            \"BannerPosition\": 1,\n            \"Date\": \"2019-10-31\"\n        }\n    }\n]"}],"_postman_id":"672250d8-bd0a-4de9-883f-d86b0b46b3e7"},{"name":"Browser Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"97506fd8-84e0-4e0c-b7de-e5f4f7d922de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/browser?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Browsers</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","browser"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"2d51f90c-1b6e-44f3-8a4a-8b0fd1c6de76","name":"Browser Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/browser?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","browser"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1135"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:05:21 GMT"},{"key":"x-amzn-RequestId","value":"3b6da7a0-28f3-43d4-8266-778e99d5fba7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"1135"},{"key":"x-amz-apigw-id","value":"CnrhNFcSIAMFewA="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfbfa1-1a596958c40aef90c04f0288;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 998b911809b5181544e60111e0bda762.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"C-u0qcF-3rW0tYbk2119RUD25sDlEmBdCqccKyeMuVQnDox72IUAVw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 266547.8564,\n        \"Bids\": 82718,\n        \"Clicks\": 145,\n        \"ImpCost\": 189.1823,\n        \"Imps\": 75425,\n        \"Revenue\": 603.4,\n        \"_id\": {\n            \"Browser\": 29,\n            \"Date\": \"2019-10-28\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 342087.1443,\n        \"Bids\": 106160,\n        \"Clicks\": 229,\n        \"ImpCost\": 260.5198,\n        \"Imps\": 107965,\n        \"Revenue\": 863.72,\n        \"_id\": {\n            \"Browser\": 46,\n            \"Date\": \"2019-10-28\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 265430.7089,\n        \"Bids\": 82381,\n        \"Clicks\": 154,\n        \"ImpCost\": 185.7386,\n        \"Imps\": 74951,\n        \"Revenue\": 599.608,\n        \"_id\": {\n            \"Browser\": 29,\n            \"Date\": \"2019-10-29\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 348628.1602,\n        \"Bids\": 108189,\n        \"Clicks\": 215,\n        \"ImpCost\": 263.8832,\n        \"Imps\": 108436,\n        \"Revenue\": 867.488,\n        \"_id\": {\n            \"Browser\": 46,\n            \"Date\": \"2019-10-29\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 279325.0522,\n        \"Bids\": 86964,\n        \"Clicks\": 158,\n        \"ImpCost\": 190.0855,\n        \"Imps\": 76350,\n        \"Revenue\": 610.8,\n        \"_id\": {\n            \"Browser\": 29,\n            \"Date\": \"2019-10-30\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 336418.7674,\n        \"Bids\": 104726,\n        \"Clicks\": 234,\n        \"ImpCost\": 260.0302,\n        \"Imps\": 106948,\n        \"Revenue\": 855.584,\n        \"_id\": {\n            \"Browser\": 46,\n            \"Date\": \"2019-10-30\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 271564.2138,\n        \"Bids\": 84892,\n        \"Clicks\": 149,\n        \"ImpCost\": 188.9832,\n        \"Imps\": 75101,\n        \"Revenue\": 600.808,\n        \"_id\": {\n            \"Browser\": 29,\n            \"Date\": \"2019-10-31\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 334993.0205,\n        \"Bids\": 104719,\n        \"Clicks\": 195,\n        \"ImpCost\": 273.6307,\n        \"Imps\": 108184,\n        \"Revenue\": 865.472,\n        \"_id\": {\n            \"Browser\": 46,\n            \"Date\": \"2019-10-31\"\n        }\n    }\n]"}],"_postman_id":"97506fd8-84e0-4e0c-b7de-e5f4f7d922de"},{"name":"IAB Category Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"9f9f906c-8281-42c6-b3c3-778550d9ffa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/iab?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>IAB Content Categories</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","iab"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"2c68773f-c645-4c00-9bc6-7f507736a7f1","name":"IAB Category Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/iab?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","iab"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6729"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:06:49 GMT"},{"key":"x-amzn-RequestId","value":"0821b1a0-8326-422a-a658-8847431978f2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"6729"},{"key":"x-amz-apigw-id","value":"Cnru_HSToAMFWrg="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfbff9-acf138ecfeb9b095e15be72f;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 998b911809b5181544e60111e0bda762.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"ED5bIrPwUl2yLbx6oVVg71SxpWf6WFi2mfWHnoRml2TolfUHOGu8jg=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 104110.1026,\n        \"Bids\": 32451,\n        \"Clicks\": 68,\n        \"ImpCost\": 73.1558,\n        \"Imps\": 30131,\n        \"Revenue\": 241.096,\n        \"_id\": {\n            \"Cat\": \"IAB1\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1896.2243,\n        \"Bids\": 591,\n        \"Clicks\": 4,\n        \"ImpCost\": 1.4746,\n        \"Imps\": 487,\n        \"Revenue\": 3.896,\n        \"_id\": {\n            \"Cat\": \"IAB1-1\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 4744.4114,\n        \"Bids\": 1479,\n        \"Clicks\": 1,\n        \"ImpCost\": 3.169,\n        \"Imps\": 1317,\n        \"Revenue\": 10.536,\n        \"_id\": {\n            \"Cat\": \"IAB12\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 121.923,\n        \"Bids\": 38,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.1587,\n        \"Imps\": 42,\n        \"Revenue\": 0.336,\n        \"_id\": {\n            \"Cat\": \"IAB13\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 30146.9209,\n        \"Bids\": 9407,\n        \"Clicks\": 14,\n        \"ImpCost\": 18.402,\n        \"Imps\": 6896,\n        \"Revenue\": 55.168,\n        \"_id\": {\n            \"Cat\": \"IAB14\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 105.8805,\n        \"Bids\": 33,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0489,\n        \"Imps\": 28,\n        \"Revenue\": 0.224,\n        \"_id\": {\n            \"Cat\": \"IAB15\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 105.8805,\n        \"Bids\": 33,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0489,\n        \"Imps\": 28,\n        \"Revenue\": 0.224,\n        \"_id\": {\n            \"Cat\": \"IAB15-10\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 16988.8557,\n        \"Bids\": 5295,\n        \"Clicks\": 3,\n        \"ImpCost\": 16.7376,\n        \"Imps\": 5027,\n        \"Revenue\": 40.216,\n        \"_id\": {\n            \"Cat\": \"IAB1-6\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 653.5718,\n        \"Bids\": 204,\n        \"Clicks\": 2,\n        \"ImpCost\": 0.3294,\n        \"Imps\": 187,\n        \"Revenue\": 1.496,\n        \"_id\": {\n            \"Cat\": \"IAB17\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 67.3785,\n        \"Bids\": 21,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0473,\n        \"Imps\": 17,\n        \"Revenue\": 0.136,\n        \"_id\": {\n            \"Cat\": \"IAB20\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 48339.1251,\n        \"Bids\": 15081,\n        \"Clicks\": 42,\n        \"ImpCost\": 31.6658,\n        \"Imps\": 12922,\n        \"Revenue\": 103.376,\n        \"_id\": {\n            \"Cat\": \"IAB24\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 18014.1324,\n        \"Bids\": 5617,\n        \"Clicks\": 15,\n        \"ImpCost\": 12.412,\n        \"Imps\": 4745,\n        \"Revenue\": 37.96,\n        \"_id\": {\n            \"Cat\": \"IAB3\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 160.425,\n        \"Bids\": 50,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0563,\n        \"Imps\": 26,\n        \"Revenue\": 0.208,\n        \"_id\": {\n            \"Cat\": \"IAB5\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3667.3175,\n        \"Bids\": 1143,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.8829,\n        \"Imps\": 372,\n        \"Revenue\": 2.976,\n        \"_id\": {\n            \"Cat\": \"IAB7\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 59075.4133,\n        \"Bids\": 18416,\n        \"Clicks\": 55,\n        \"ImpCost\": 38.1128,\n        \"Imps\": 18344,\n        \"Revenue\": 146.776,\n        \"_id\": {\n            \"Cat\": \"IAB9\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 2017.9872,\n        \"Bids\": 630,\n        \"Clicks\": 1,\n        \"ImpCost\": 2.3454,\n        \"Imps\": 568,\n        \"Revenue\": 4.544,\n        \"_id\": {\n            \"Cat\": \"IAB9-23\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 57054.3782,\n        \"Bids\": 17785,\n        \"Clicks\": 54,\n        \"ImpCost\": 35.7698,\n        \"Imps\": 17775,\n        \"Revenue\": 142.216,\n        \"_id\": {\n            \"Cat\": \"IAB9-30\",\n            \"Date\": \"2019-10-18\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 156505.6864,\n        \"Bids\": 48789,\n        \"Clicks\": 103,\n        \"ImpCost\": 107.2303,\n        \"Imps\": 43581,\n        \"Revenue\": 348.648,\n        \"_id\": {\n            \"Cat\": \"IAB1\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 2447.5736,\n        \"Bids\": 763,\n        \"Clicks\": 2,\n        \"ImpCost\": 1.9165,\n        \"Imps\": 622,\n        \"Revenue\": 4.976,\n        \"_id\": {\n            \"Cat\": \"IAB1-1\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 7894.3693,\n        \"Bids\": 2461,\n        \"Clicks\": 2,\n        \"ImpCost\": 4.7388,\n        \"Imps\": 1957,\n        \"Revenue\": 15.656,\n        \"_id\": {\n            \"Cat\": \"IAB12\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 121.9121,\n        \"Bids\": 38,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.1541,\n        \"Imps\": 39,\n        \"Revenue\": 0.312,\n        \"_id\": {\n            \"Cat\": \"IAB13\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 51674.9327,\n        \"Bids\": 16109,\n        \"Clicks\": 29,\n        \"ImpCost\": 34.2006,\n        \"Imps\": 11935,\n        \"Revenue\": 95.48,\n        \"_id\": {\n            \"Cat\": \"IAB14\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 218.1281,\n        \"Bids\": 68,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0925,\n        \"Imps\": 56,\n        \"Revenue\": 0.448,\n        \"_id\": {\n            \"Cat\": \"IAB15\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 218.1281,\n        \"Bids\": 68,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0925,\n        \"Imps\": 56,\n        \"Revenue\": 0.448,\n        \"_id\": {\n            \"Cat\": \"IAB15-10\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 31067.7158,\n        \"Bids\": 9685,\n        \"Clicks\": 11,\n        \"ImpCost\": 28.9864,\n        \"Imps\": 8759,\n        \"Revenue\": 70.072,\n        \"_id\": {\n            \"Cat\": \"IAB1-6\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1199.7099,\n        \"Bids\": 374,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.5174,\n        \"Imps\": 332,\n        \"Revenue\": 2.656,\n        \"_id\": {\n            \"Cat\": \"IAB17\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 170.0073,\n        \"Bids\": 53,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.1656,\n        \"Imps\": 45,\n        \"Revenue\": 0.36,\n        \"_id\": {\n            \"Cat\": \"IAB20\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 84694.6397,\n        \"Bids\": 26402,\n        \"Clicks\": 102,\n        \"ImpCost\": 54.0696,\n        \"Imps\": 22890,\n        \"Revenue\": 183.12,\n        \"_id\": {\n            \"Cat\": \"IAB24\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 29082.6252,\n        \"Bids\": 9066,\n        \"Clicks\": 32,\n        \"ImpCost\": 18.2973,\n        \"Imps\": 7512,\n        \"Revenue\": 60.096,\n        \"_id\": {\n            \"Cat\": \"IAB3\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 372.0996,\n        \"Bids\": 116,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.176,\n        \"Imps\": 77,\n        \"Revenue\": 0.616,\n        \"_id\": {\n            \"Cat\": \"IAB5\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 6309.6343,\n        \"Bids\": 1967,\n        \"Clicks\": 1,\n        \"ImpCost\": 1.5858,\n        \"Imps\": 633,\n        \"Revenue\": 5.064,\n        \"_id\": {\n            \"Cat\": \"IAB7\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 81718.2561,\n        \"Bids\": 25475,\n        \"Clicks\": 67,\n        \"ImpCost\": 49.1343,\n        \"Imps\": 24202,\n        \"Revenue\": 193.616,\n        \"_id\": {\n            \"Cat\": \"IAB9\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 2967.2524,\n        \"Bids\": 925,\n        \"Clicks\": 2,\n        \"ImpCost\": 3.1028,\n        \"Imps\": 765,\n        \"Revenue\": 6.12,\n        \"_id\": {\n            \"Cat\": \"IAB9-23\",\n            \"Date\": \"2019-10-19\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 78763.8351,\n        \"Bids\": 24554,\n        \"Clicks\": 65,\n        \"ImpCost\": 46.0389,\n        \"Imps\": 23440,\n        \"Revenue\": 187.52,\n        \"_id\": {\n            \"Cat\": \"IAB9-30\",\n            \"Date\": \"2019-10-19\"\n        }\n    }\n]"}],"_postman_id":"9f9f906c-8281-42c6-b3c3-778550d9ffa8"},{"name":"Language Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"a6c4c74f-0fed-4c47-99ab-423964d25970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/lang?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Languages</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","lang"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"20f4b3cf-479a-485a-bf99-b6c52addd360","name":"Language Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/lang?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","lang"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1354"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:08:24 GMT"},{"key":"x-amzn-RequestId","value":"61267ba1-dfc4-404e-9695-a919d2849ac5"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"1354"},{"key":"x-amz-apigw-id","value":"Cnr9wGMloAMF2UA="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc057-ce73a4ff1f9e4d072746d07e;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 998b911809b5181544e60111e0bda762.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"zNYLrhxgfJq_0xs9ukWyQttrszh4uuL1kDrztBgXrPlrqkbRC74_XQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 150294.8794,\n        \"Bids\": 46861,\n        \"Clicks\": 108,\n        \"ImpCost\": 102.0797,\n        \"Imps\": 42134,\n        \"Revenue\": 337.12,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"Lang\": \"en\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 301.599,\n        \"Bids\": 94,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.199,\n        \"Imps\": 89,\n        \"Revenue\": 0.712,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"Lang\": \"es\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 901.5889,\n        \"Bids\": 281,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.6159,\n        \"Imps\": 243,\n        \"Revenue\": 1.944,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"Lang\": \"zh\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 235977.3045,\n        \"Bids\": 73563,\n        \"Clicks\": 188,\n        \"ImpCost\": 155.2856,\n        \"Imps\": 64090,\n        \"Revenue\": 512.744,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"Lang\": \"en\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 875.7106,\n        \"Bids\": 273,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.8447,\n        \"Imps\": 278,\n        \"Revenue\": 2.224,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"Lang\": \"es\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1369.724,\n        \"Bids\": 427,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.7791,\n        \"Imps\": 363,\n        \"Revenue\": 2.904,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"Lang\": \"zh\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 237095.5081,\n        \"Bids\": 73936,\n        \"Clicks\": 161,\n        \"ImpCost\": 145.0796,\n        \"Imps\": 60419,\n        \"Revenue\": 483.368,\n        \"_id\": {\n            \"Date\": \"2019-10-20\",\n            \"Lang\": \"en\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 798.4233,\n        \"Bids\": 249,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.6824,\n        \"Imps\": 225,\n        \"Revenue\": 1.8,\n        \"_id\": {\n            \"Date\": \"2019-10-20\",\n            \"Lang\": \"es\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1010.1507,\n        \"Bids\": 315,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.5575,\n        \"Imps\": 272,\n        \"Revenue\": 2.176,\n        \"_id\": {\n            \"Date\": \"2019-10-20\",\n            \"Lang\": \"zh\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 240356.0636,\n        \"Bids\": 74874,\n        \"Clicks\": 153,\n        \"ImpCost\": 149.0746,\n        \"Imps\": 61347,\n        \"Revenue\": 490.784,\n        \"_id\": {\n            \"Date\": \"2019-10-21\",\n            \"Lang\": \"en\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1816.7144,\n        \"Bids\": 566,\n        \"Clicks\": 0,\n        \"ImpCost\": 1.7041,\n        \"Imps\": 536,\n        \"Revenue\": 4.288,\n        \"_id\": {\n            \"Date\": \"2019-10-21\",\n            \"Lang\": \"es\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1110.834,\n        \"Bids\": 346,\n        \"Clicks\": 2,\n        \"ImpCost\": 0.8141,\n        \"Imps\": 305,\n        \"Revenue\": 2.44,\n        \"_id\": {\n            \"Date\": \"2019-10-21\",\n            \"Lang\": \"zh\"\n        }\n    }\n]"}],"_postman_id":"a6c4c74f-0fed-4c47-99ab-423964d25970"},{"name":"Network Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"c0e7ca88-eee9-4304-8fd1-dfcad84c359d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/network?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Advertising SSP</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","network"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"d94039fc-8cf4-4745-8e1c-34330bf17b19","name":"Network Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/network?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","network"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"605"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:10:07 GMT"},{"key":"x-amzn-RequestId","value":"6f6895a6-fe4e-495d-8898-3b0ed01af5d2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"605"},{"key":"x-amz-apigw-id","value":"CnsN1GuPIAMFi8Q="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc0be-0b8ccb62dd9e95bc88450a86;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 998b911809b5181544e60111e0bda762.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"0VzTAvKAfHcj5D-P1vl4Lu_a7THGEqzn4Ru27g6ZNqBC_3ZmHQIYEQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 151498.0675,\n        \"Bids\": 47236,\n        \"Clicks\": 115,\n        \"ImpCost\": 112.1018,\n        \"Imps\": 46236,\n        \"Revenue\": 369.888,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0,\n        \"Imps\": 1,\n        \"Revenue\": 0.008,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"NetworkID\": -17\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 238254.8198,\n        \"Bids\": 74273,\n        \"Clicks\": 205,\n        \"ImpCost\": 177.6654,\n        \"Imps\": 73394,\n        \"Revenue\": 587.152,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 238913.7018,\n        \"Bids\": 74503,\n        \"Clicks\": 186,\n        \"ImpCost\": 176.3293,\n        \"Imps\": 73367,\n        \"Revenue\": 586.936,\n        \"_id\": {\n            \"Date\": \"2019-10-20\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 243325.3704,\n        \"Bids\": 75799,\n        \"Clicks\": 170,\n        \"ImpCost\": 178.7384,\n        \"Imps\": 73389,\n        \"Revenue\": 587.112,\n        \"_id\": {\n            \"Date\": \"2019-10-21\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 245004.2533,\n        \"Bids\": 76173,\n        \"Clicks\": 168,\n        \"ImpCost\": 178.1925,\n        \"Imps\": 73382,\n        \"Revenue\": 587.056,\n        \"_id\": {\n            \"Date\": \"2019-10-22\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 349880.8541,\n        \"Bids\": 108744,\n        \"Clicks\": 239,\n        \"ImpCost\": 258.4221,\n        \"Imps\": 106192,\n        \"Revenue\": 849.536,\n        \"_id\": {\n            \"Date\": \"2019-10-23\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 614091.4249,\n        \"Bids\": 190680,\n        \"Clicks\": 426,\n        \"ImpCost\": 453.4755,\n        \"Imps\": 184030,\n        \"Revenue\": 1472.24,\n        \"_id\": {\n            \"Date\": \"2019-10-24\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 611898.6727,\n        \"Bids\": 189843,\n        \"Clicks\": 375,\n        \"ImpCost\": 454.0691,\n        \"Imps\": 183491,\n        \"Revenue\": 1467.928,\n        \"_id\": {\n            \"Date\": \"2019-10-25\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 617118.81,\n        \"Bids\": 191393,\n        \"Clicks\": 450,\n        \"ImpCost\": 451.2736,\n        \"Imps\": 183403,\n        \"Revenue\": 1467.224,\n        \"_id\": {\n            \"Date\": \"2019-10-26\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 610658.2345,\n        \"Bids\": 189416,\n        \"Clicks\": 445,\n        \"ImpCost\": 440.0079,\n        \"Imps\": 183382,\n        \"Revenue\": 1467.056,\n        \"_id\": {\n            \"Date\": \"2019-10-27\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 608635.0009,\n        \"Bids\": 188878,\n        \"Clicks\": 374,\n        \"ImpCost\": 449.7022,\n        \"Imps\": 183390,\n        \"Revenue\": 1467.12,\n        \"_id\": {\n            \"Date\": \"2019-10-28\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 614058.8692,\n        \"Bids\": 190570,\n        \"Clicks\": 369,\n        \"ImpCost\": 449.6217,\n        \"Imps\": 183387,\n        \"Revenue\": 1467.096,\n        \"_id\": {\n            \"Date\": \"2019-10-29\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 615743.8198,\n        \"Bids\": 191690,\n        \"Clicks\": 392,\n        \"ImpCost\": 450.1156,\n        \"Imps\": 183298,\n        \"Revenue\": 1466.384,\n        \"_id\": {\n            \"Date\": \"2019-10-30\",\n            \"NetworkID\": -19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 606557.2343,\n        \"Bids\": 189611,\n        \"Clicks\": 344,\n        \"ImpCost\": 462.6138,\n        \"Imps\": 183285,\n        \"Revenue\": 1466.28,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"NetworkID\": -19\n        }\n    }\n]"}],"_postman_id":"c0e7ca88-eee9-4304-8fd1-dfcad84c359d"},{"name":"Operating System Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"13dba1e1-d083-4e59-afb6-ee59ca9c4673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/os?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Operating Systems</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","os"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"73c964e4-d225-43ee-9ef6-3ac99819c9a9","name":"Operating System Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/os?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","os"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1595"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:11:21 GMT"},{"key":"x-amzn-RequestId","value":"e805f017-a552-40a9-8221-6dfd05b95964"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"1595"},{"key":"x-amz-apigw-id","value":"CnsZeFrmoAMFi2g="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc109-cebc901cdfebeca05d1dfa50;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 998b911809b5181544e60111e0bda762.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"oiFvh-QlsoChwpgfYl8YBmo8voHIDYf0h55GO--GKML7EXoqiET6Pw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 9567.6118,\n        \"Bids\": 2979,\n        \"Clicks\": 6,\n        \"ImpCost\": 5.2663,\n        \"Imps\": 1892,\n        \"Revenue\": 15.136,\n        \"_id\": {\n            \"Date\": \"2019-10-30\",\n            \"OS\": 32\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 342087.1443,\n        \"Bids\": 106160,\n        \"Clicks\": 229,\n        \"ImpCost\": 260.5198,\n        \"Imps\": 107965,\n        \"Revenue\": 863.72,\n        \"_id\": {\n            \"Date\": \"2019-10-28\",\n            \"OS\": 39\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 133028.0964,\n        \"Bids\": 41359,\n        \"Clicks\": 101,\n        \"ImpCost\": 98.7381,\n        \"Imps\": 41243,\n        \"Revenue\": 329.944,\n        \"_id\": {\n            \"Date\": \"2019-10-22\",\n            \"OS\": 39\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0,\n        \"Imps\": 1,\n        \"Revenue\": 0.008,\n        \"_id\": {\n            \"Date\": \"2019-10-30\",\n            \"OS\": 21\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 187834.5911,\n        \"Bids\": 58381,\n        \"Clicks\": 137,\n        \"ImpCost\": 142.0657,\n        \"Imps\": 59972,\n        \"Revenue\": 479.776,\n        \"_id\": {\n            \"Date\": \"2019-10-23\",\n            \"OS\": 39\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 132106.8109,\n        \"Bids\": 41196,\n        \"Clicks\": 110,\n        \"ImpCost\": 99.5965,\n        \"Imps\": 42749,\n        \"Revenue\": 341.992,\n        \"_id\": {\n            \"Date\": \"2019-10-20\",\n            \"OS\": 39\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 8204.5354,\n        \"Bids\": 2546,\n        \"Clicks\": 3,\n        \"ImpCost\": 4.4074,\n        \"Imps\": 1599,\n        \"Revenue\": 12.792,\n        \"_id\": {\n            \"Date\": \"2019-10-28\",\n            \"OS\": 32\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.0037,\n        \"Imps\": 0,\n        \"Revenue\": 0,\n        \"_id\": {\n            \"Date\": \"2019-10-24\",\n            \"OS\": 19\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 8762.5585,\n        \"Bids\": 2718,\n        \"Clicks\": 5,\n        \"ImpCost\": 6.1976,\n        \"Imps\": 1959,\n        \"Revenue\": 15.672,\n        \"_id\": {\n            \"Date\": \"2019-10-27\",\n            \"OS\": 32\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0,\n        \"Imps\": 1,\n        \"Revenue\": 0.008,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"OS\": 21\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 332445.3199,\n        \"Bids\": 103119,\n        \"Clicks\": 259,\n        \"ImpCost\": 250.4584,\n        \"Imps\": 105634,\n        \"Revenue\": 845.072,\n        \"_id\": {\n            \"Date\": \"2019-10-27\",\n            \"OS\": 39\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 108747.1572,\n        \"Bids\": 33810,\n        \"Clicks\": 65,\n        \"ImpCost\": 77.6413,\n        \"Imps\": 31437,\n        \"Revenue\": 251.496,\n        \"_id\": {\n            \"Date\": \"2019-10-22\",\n            \"OS\": 31\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1810.2366,\n        \"Bids\": 565,\n        \"Clicks\": 0,\n        \"ImpCost\": 1.2695,\n        \"Imps\": 422,\n        \"Revenue\": 3.376,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"OS\": 32\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 9488.9805,\n        \"Bids\": 2943,\n        \"Clicks\": 10,\n        \"ImpCost\": 6.0684,\n        \"Imps\": 1916,\n        \"Revenue\": 15.328,\n        \"_id\": {\n            \"Date\": \"2019-10-26\",\n            \"OS\": 32\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 257376.2145,\n        \"Bids\": 79881,\n        \"Clicks\": 152,\n        \"ImpCost\": 182.287,\n        \"Imps\": 73746,\n        \"Revenue\": 589.968,\n        \"_id\": {\n            \"Date\": \"2019-10-29\",\n            \"OS\": 31\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 130475.788,\n        \"Bids\": 40674,\n        \"Clicks\": 110,\n        \"ImpCost\": 102.4621,\n        \"Imps\": 42144,\n        \"Revenue\": 337.152,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"OS\": 39\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 263544.843,\n        \"Bids\": 82385,\n        \"Clicks\": 147,\n        \"ImpCost\": 184.5893,\n        \"Imps\": 73600,\n        \"Revenue\": 588.8,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"OS\": 31\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 105202.786,\n        \"Bids\": 32770,\n        \"Clicks\": 81,\n        \"ImpCost\": 75.3973,\n        \"Imps\": 30491,\n        \"Revenue\": 243.928,\n        \"_id\": {\n            \"Date\": \"2019-10-21\",\n            \"OS\": 31\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 7964.9972,\n        \"Bids\": 2490,\n        \"Clicks\": 2,\n        \"ImpCost\": 4.394,\n        \"Imps\": 1501,\n        \"Revenue\": 12.008,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"OS\": 32\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 8796.8731,\n        \"Bids\": 2729,\n        \"Clicks\": 0,\n        \"ImpCost\": 4.4079,\n        \"Imps\": 1573,\n        \"Revenue\": 12.584,\n        \"_id\": {\n            \"Date\": \"2019-10-25\",\n            \"OS\": 32\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 8048.044,\n        \"Bids\": 2498,\n        \"Clicks\": 2,\n        \"ImpCost\": 3.4516,\n        \"Imps\": 1205,\n        \"Revenue\": 9.64,\n        \"_id\": {\n            \"Date\": \"2019-10-29\",\n            \"OS\": 32\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 104032.4204,\n        \"Bids\": 32431,\n        \"Clicks\": 90,\n        \"ImpCost\": 73.0474,\n        \"Imps\": 30444,\n        \"Revenue\": 243.552,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"OS\": 31\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 266750.5118,\n        \"Bids\": 82730,\n        \"Clicks\": 167,\n        \"ImpCost\": 189.0757,\n        \"Imps\": 75068,\n        \"Revenue\": 600.544,\n        \"_id\": {\n            \"Date\": \"2019-10-26\",\n            \"OS\": 31\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3174.2874,\n        \"Bids\": 987,\n        \"Clicks\": 2,\n        \"ImpCost\": 1.8131,\n        \"Imps\": 701,\n        \"Revenue\": 5.608,\n        \"_id\": {\n            \"Date\": \"2019-10-22\",\n            \"OS\": 32\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 257873.6103,\n        \"Bids\": 80005,\n        \"Clicks\": 145,\n        \"ImpCost\": 186.9216,\n        \"Imps\": 73349,\n        \"Revenue\": 586.792,\n        \"_id\": {\n            \"Date\": \"2019-10-25\",\n            \"OS\": 31\n        }\n    }\n]"}],"_postman_id":"13dba1e1-d083-4e59-afb6-ee59ca9c4673"},{"name":"LOCUS Segment Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"f9c99497-f22e-4fa4-a356-0838380f11d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/user_segment?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>LOCUS Segments</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","user_segment"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"1a5a59ae-1ae8-4a9a-8fd8-39742f8f14a5","name":"User Segment Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/user_segment?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","user_segment"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1937"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:12:30 GMT"},{"key":"x-amzn-RequestId","value":"ca080005-eef7-4027-a9b7-35f8e1693df2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"1937"},{"key":"x-amz-apigw-id","value":"CnskKG0TIAMF0aQ="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc14d-43b8b61d9e3a5b351b9003e2;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 998b911809b5181544e60111e0bda762.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"agygeuGRWbh8il-HK7ShPSK84Mp5ykHhRdKutDDzBcgsgU76mAgQXw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 2712.7307,\n        \"Bids\": 848,\n        \"Clicks\": 0,\n        \"ImpCost\": 1.4527,\n        \"Imps\": 626,\n        \"Revenue\": 5.008,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 2601.2289,\n        \"Bids\": 810,\n        \"Clicks\": 1,\n        \"ImpCost\": 1.3728,\n        \"Imps\": 646,\n        \"Revenue\": 5.168,\n        \"_id\": {\n            \"Date\": \"2019-10-30\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1952.6725,\n        \"Bids\": 606,\n        \"Clicks\": 0,\n        \"ImpCost\": 1.3239,\n        \"Imps\": 551,\n        \"Revenue\": 4.408,\n        \"_id\": {\n            \"Date\": \"2019-10-29\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3300.2953,\n        \"Bids\": 1024,\n        \"Clicks\": 1,\n        \"ImpCost\": 2.2881,\n        \"Imps\": 914,\n        \"Revenue\": 7.312,\n        \"_id\": {\n            \"Date\": \"2019-10-28\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 5064.7127,\n        \"Bids\": 1571,\n        \"Clicks\": 3,\n        \"ImpCost\": 2.0094,\n        \"Imps\": 1236,\n        \"Revenue\": 9.888,\n        \"_id\": {\n            \"Date\": \"2019-10-27\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 4069.2608,\n        \"Bids\": 1262,\n        \"Clicks\": 5,\n        \"ImpCost\": 2.2438,\n        \"Imps\": 1063,\n        \"Revenue\": 8.504,\n        \"_id\": {\n            \"Date\": \"2019-10-26\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 2120.6252,\n        \"Bids\": 658,\n        \"Clicks\": 3,\n        \"ImpCost\": 1.2584,\n        \"Imps\": 531,\n        \"Revenue\": 4.248,\n        \"_id\": {\n            \"Date\": \"2019-10-25\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3265.5257,\n        \"Bids\": 1014,\n        \"Clicks\": 2,\n        \"ImpCost\": 1.9715,\n        \"Imps\": 947,\n        \"Revenue\": 7.576,\n        \"_id\": {\n            \"Date\": \"2019-10-24\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 2071.9934,\n        \"Bids\": 644,\n        \"Clicks\": 2,\n        \"ImpCost\": 1.0937,\n        \"Imps\": 519,\n        \"Revenue\": 4.152,\n        \"_id\": {\n            \"Date\": \"2019-10-23\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1077.47,\n        \"Bids\": 335,\n        \"Clicks\": 2,\n        \"ImpCost\": 0.534,\n        \"Imps\": 272,\n        \"Revenue\": 2.176,\n        \"_id\": {\n            \"Date\": \"2019-10-22\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1174.6786,\n        \"Bids\": 366,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.7188,\n        \"Imps\": 295,\n        \"Revenue\": 2.36,\n        \"_id\": {\n            \"Date\": \"2019-10-21\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1125.5108,\n        \"Bids\": 351,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.6098,\n        \"Imps\": 310,\n        \"Revenue\": 2.48,\n        \"_id\": {\n            \"Date\": \"2019-10-20\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 683.2794,\n        \"Bids\": 213,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.4454,\n        \"Imps\": 192,\n        \"Revenue\": 1.536,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1132.6011,\n        \"Bids\": 353,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.9149,\n        \"Imps\": 326,\n        \"Revenue\": 2.608,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"Name\": \"all::172_14102_1571@area\",\n            \"SegmentID\": 21198\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 498596.6389,\n        \"Bids\": 155862,\n        \"Clicks\": 248,\n        \"ImpCost\": 327.2978,\n        \"Imps\": 129798,\n        \"Revenue\": 1038.464,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 512158.7817,\n        \"Bids\": 159439,\n        \"Clicks\": 276,\n        \"ImpCost\": 308.3408,\n        \"Imps\": 125355,\n        \"Revenue\": 1002.944,\n        \"_id\": {\n            \"Date\": \"2019-10-30\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 509467.1057,\n        \"Bids\": 158109,\n        \"Clicks\": 288,\n        \"ImpCost\": 350.8961,\n        \"Imps\": 142542,\n        \"Revenue\": 1140.448,\n        \"_id\": {\n            \"Date\": \"2019-10-29\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 502894.5298,\n        \"Bids\": 156064,\n        \"Clicks\": 295,\n        \"ImpCost\": 334.2219,\n        \"Imps\": 136606,\n        \"Revenue\": 1092.896,\n        \"_id\": {\n            \"Date\": \"2019-10-28\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 494253.0391,\n        \"Bids\": 153309,\n        \"Clicks\": 311,\n        \"ImpCost\": 293.1253,\n        \"Imps\": 122163,\n        \"Revenue\": 977.352,\n        \"_id\": {\n            \"Date\": \"2019-10-27\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 506487.9601,\n        \"Bids\": 157082,\n        \"Clicks\": 320,\n        \"ImpCost\": 327.4357,\n        \"Imps\": 133081,\n        \"Revenue\": 1064.696,\n        \"_id\": {\n            \"Date\": \"2019-10-26\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 505401.0071,\n        \"Bids\": 156801,\n        \"Clicks\": 286,\n        \"ImpCost\": 327.5358,\n        \"Imps\": 132285,\n        \"Revenue\": 1058.344,\n        \"_id\": {\n            \"Date\": \"2019-10-25\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 508599.7069,\n        \"Bids\": 157924,\n        \"Clicks\": 306,\n        \"ImpCost\": 332.5396,\n        \"Imps\": 135173,\n        \"Revenue\": 1081.4,\n        \"_id\": {\n            \"Date\": \"2019-10-24\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 287442.6615,\n        \"Bids\": 89338,\n        \"Clicks\": 188,\n        \"ImpCost\": 189.416,\n        \"Imps\": 77488,\n        \"Revenue\": 619.928,\n        \"_id\": {\n            \"Date\": \"2019-10-23\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 206385.1242,\n        \"Bids\": 64166,\n        \"Clicks\": 126,\n        \"ImpCost\": 125.4011,\n        \"Imps\": 51316,\n        \"Revenue\": 410.544,\n        \"_id\": {\n            \"Date\": \"2019-10-22\",\n            \"Name\": \"all::172_14102_1573@poi\",\n            \"SegmentID\": 21203\n        }\n    }\n]"}],"_postman_id":"f9c99497-f22e-4fa4-a356-0838380f11d0"},{"name":"POI Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"3ac7a412-7ac0-4afd-a3de-defad39f5b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/poi?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Points of Interests</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","poi"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"a317bbac-817f-401e-bf30-5cd0b2f10ae7","name":"POI Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/poi?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","poi"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:14:33 GMT"},{"key":"x-amzn-RequestId","value":"789d7c1d-a27d-4d7e-aae9-6f414f88a5d2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"3"},{"key":"x-amz-apigw-id","value":"Cns3iGkwoAMFxpQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc1c9-a89b1f93486c8350fc0adc40;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 998b911809b5181544e60111e0bda762.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"0JOckpmwjR6RVJbHwrtyrzZEy6kWtaTkaJNKbmnf96HXPBcud6oPsw=="}],"cookie":[],"responseTime":null,"body":"[\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0010,\n      \"Imps\":2,\n      \"Revenue\":0.0056,\n      \"UniqueUsers\":2,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"3825 Edwards Rd, Cincinnati, OH 45209, USA\",\n         \"PoiID\":20646\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0005,\n      \"Imps\":1,\n      \"Revenue\":0.0028,\n      \"UniqueUsers\":1,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"110 N Poplar St, Oxford, OH 45056, USA\",\n         \"PoiID\":20647\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0018,\n      \"Imps\":1,\n      \"Revenue\":0.0028,\n      \"UniqueUsers\":1,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"4030 Smith Rd, Cincinnati, OH 45209, USA\",\n         \"PoiID\":20652\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0010,\n      \"Imps\":2,\n      \"Revenue\":0.0056,\n      \"UniqueUsers\":2,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"3050 Mack Rd, Fairfield, OH 45014, USA\",\n         \"PoiID\":20657\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0023,\n      \"Imps\":2,\n      \"Revenue\":0.0056,\n      \"UniqueUsers\":2,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"4805 Montgomery Rd, Cincinnati, OH 45212, USA\",\n         \"PoiID\":20658\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0270,\n      \"Imps\":54,\n      \"Revenue\":0.1512,\n      \"UniqueUsers\":7,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"600 Wilson Creek Rd, Lawrenceburg, IN 47025, USA\",\n         \"PoiID\":20661\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0018,\n      \"Imps\":1,\n      \"Revenue\":0.0028,\n      \"UniqueUsers\":1,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"8148 Princeton Glendale Rd, West Chester Township, OH 45069, USA\",\n         \"PoiID\":20664\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0005,\n      \"Imps\":1,\n      \"Revenue\":0.0028,\n      \"UniqueUsers\":1,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"1010 Cereal Ave, Hamilton, OH 45013, USA\",\n         \"PoiID\":20665\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0023,\n      \"Imps\":2,\n      \"Revenue\":0.0056,\n      \"UniqueUsers\":2,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"644 Eden Park Dr, Cincinnati, OH 45202, USA\",\n         \"PoiID\":20666\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0005,\n      \"Imps\":1,\n      \"Revenue\":0.0028,\n      \"UniqueUsers\":1,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"8311 Montgomery Rd, Cincinnati, OH 45236, USA\",\n         \"PoiID\":20667\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0005,\n      \"Imps\":1,\n      \"Revenue\":0.0028,\n      \"UniqueUsers\":1,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"6350 Glenway Ave, Cincinnati, OH 45211, USA\",\n         \"PoiID\":20673\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0005,\n      \"Imps\":1,\n      \"Revenue\":0.0028,\n      \"UniqueUsers\":1,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"5232 Socialville-Foster Rd, Mason, OH 45040, USA\",\n         \"PoiID\":20674\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0041,\n      \"Imps\":3,\n      \"Revenue\":0.0084,\n      \"UniqueUsers\":3,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"10450 New Haven Rd, Harrison, OH 45030, USA\",\n         \"PoiID\":20679\n      }\n   },\n   {\n      \"Actions\":0,\n      \"BidAmount\":0,\n      \"Bids\":0,\n      \"Clicks\":0,\n      \"ImpCost\":0.0010,\n      \"Imps\":2,\n      \"Revenue\":0.0056,\n      \"UniqueUsers\":2,\n      \"_id\":{\n         \"Date\":\"2019-11-01\",\n         \"GeoList\":\"Isaacs & Isaacs - Ohio POIs\",\n         \"GeoListID\":3417,\n         \"Poi\":\"538 Oak St, Cincinnati, OH 45219, USA\",\n         \"PoiID\":20682\n      }\n   }\n]"}],"_postman_id":"3ac7a412-7ac0-4afd-a3de-defad39f5b8e"},{"name":"Domain Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"cd97d450-237e-4ffa-9867-b393a8b2338b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/domain?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Web TLD Domains</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","domain"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"424c581a-8722-4792-8d25-43d3e25fad9a","name":"Domain Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/domain?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","domain"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"156"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:19:25 GMT"},{"key":"x-amzn-RequestId","value":"b639756a-2a27-48ac-af6c-4cf144458090"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"156"},{"key":"x-amz-apigw-id","value":"CntlEF5fIAMFedw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc2ed-25e52296a31422c056cec872;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6a453f38d14868702eadac9560675990.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"Reu7fAYlvipyVclPxV2lfuyYKDIihR5mYgPqWyQaTLfFgkcWbWR6PA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0,\n        \"Imps\": 1,\n        \"Revenue\": 0.008,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"DomainID\": 0,\n            \"Name\": \"NoDomain.com\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0,\n        \"Imps\": 1,\n        \"Revenue\": 0.008,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"DomainID\": 0,\n            \"Name\": \"NoDomain.com\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0,\n        \"Imps\": 1,\n        \"Revenue\": 0.008,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"DomainID\": 0,\n            \"Name\": \"CNN.com\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0,\n        \"Imps\": 1,\n        \"Revenue\": 0.008,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"DomainID\": 0,\n            \"Name\": \"CNN.com\"\n        }\n    }\n]"}],"_postman_id":"cd97d450-237e-4ffa-9867-b393a8b2338b"},{"name":"App Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"348cd80c-5dfe-49d0-ae58-0528de57df72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/app?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Mobile Applications</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","app"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"44f66aa1-19f1-4089-b1e2-8e602958e305","name":"App Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/app?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","app"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"181075"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:21:20 GMT"},{"key":"x-amzn-RequestId","value":"323c4e0d-4ddf-4231-aa38-50dd315a2210"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"181075"},{"key":"x-amz-apigw-id","value":"Cnt3FEnBoAMFqzg="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc360-a5a9ae78280f6090606dc710;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6a453f38d14868702eadac9560675990.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"pByAxIUnXjlzvdaJMiQyBTlzFOUseM3fisFyB6VofGmF58Q3SleiEA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 48.1275,\n        \"Bids\": 15,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0087,\n        \"Imps\": 14,\n        \"Revenue\": 0.112,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"DomainID\": 20632849,\n            \"Name\": \"Weather - The Weather Channel\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3.2085,\n        \"Bids\": 1,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0027,\n        \"Imps\": 1,\n        \"Revenue\": 0.008,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"DomainID\": 20459544,\n            \"Name\": \"SoundHound - Music Discovery\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 445.9817,\n        \"Bids\": 139,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.4386,\n        \"Imps\": 109,\n        \"Revenue\": 0.872,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"DomainID\": 20873666,\n            \"Name\": \"textPlus: Free Text & Calls\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 19.2476,\n        \"Bids\": 6,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0208,\n        \"Imps\": 6,\n        \"Revenue\": 0.048,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"DomainID\": 20459544,\n            \"Name\": \"SoundHound - Music Discovery\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 628.7052,\n        \"Bids\": 196,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.6666,\n        \"Imps\": 165,\n        \"Revenue\": 1.32,\n        \"_id\": {\n            \"Date\": \"2019-10-19\",\n            \"DomainID\": 20873666,\n            \"Name\": \"textPlus: Free Text & Calls\"\n        }\n    }\n]"}],"_postman_id":"348cd80c-5dfe-49d0-ae58-0528de57df72"},{"name":"City Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"54d0c8e0-1b2e-48f8-b69d-75e91db2fd5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/city?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Cities</strong> available within a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","city"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"149b9e37-0425-4130-91a8-4ff4b020a368","name":"City Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/city?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","city"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"110315"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:26:31 GMT"},{"key":"x-amzn-RequestId","value":"ea8677f3-bd65-4f00-b0b3-b01fe2690534"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"110315"},{"key":"x-amz-apigw-id","value":"CnunlF-hoAMFjyA="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc496-9393289d23dbc48ab2ba34fb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0ab36911ca4960d388d49f382630062c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"4UlB6TqyH27n8xrcCLRiA3mmI9lsqiH6UOtJ_CyywX77LWDCwD8Mxg=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 5287.1294,\n        \"Bids\": 1648,\n        \"Clicks\": 6,\n        \"ImpCost\": 6.0861,\n        \"Imps\": 2295,\n        \"Revenue\": 18.3600,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 6.4170,\n        \"Bids\": 2,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0047,\n        \"Imps\": 2,\n        \"Revenue\": 0.0160,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$AB\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 336.8925,\n        \"Bids\": 105,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.3792,\n        \"Imps\": 145,\n        \"Revenue\": 1.1600,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$AB$Calgary\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 6.4170,\n        \"Bids\": 2,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0091,\n        \"Imps\": 2,\n        \"Revenue\": 0.0160,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$AB$Chestermere\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 445.9819,\n        \"Bids\": 139,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.7004,\n        \"Imps\": 257,\n        \"Revenue\": 2.0560,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$AB$Edmonton\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3.2085,\n        \"Bids\": 1,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0030,\n        \"Imps\": 2,\n        \"Revenue\": 0.0160,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$AB$Lac La Biche\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 16.0425,\n        \"Bids\": 5,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0195,\n        \"Imps\": 5,\n        \"Revenue\": 0.0400,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$AB$Lethbridge\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 48.1275,\n        \"Bids\": 15,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0181,\n        \"Imps\": 7,\n        \"Revenue\": 0.0560,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$AB$Lloydminster\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3.2085,\n        \"Bids\": 1,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0023,\n        \"Imps\": 1,\n        \"Revenue\": 0.0080,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$AB$Red Deer\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 28.8765,\n        \"Bids\": 9,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0288,\n        \"Imps\": 9,\n        \"Revenue\": 0.0720,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3.2085,\n        \"Bids\": 1,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0029,\n        \"Imps\": 1,\n        \"Revenue\": 0.0080,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Burnaby\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 57.7530,\n        \"Bids\": 18,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0312,\n        \"Imps\": 11,\n        \"Revenue\": 0.0880,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Coquitlam\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0036,\n        \"Imps\": 1,\n        \"Revenue\": 0.0080,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Creston\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 163.6335,\n        \"Bids\": 51,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.1519,\n        \"Imps\": 63,\n        \"Revenue\": 0.5040,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Kamloops\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 80.2125,\n        \"Bids\": 25,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.1111,\n        \"Imps\": 33,\n        \"Revenue\": 0.2640,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Kelowna\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3.2085,\n        \"Bids\": 1,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0025,\n        \"Imps\": 1,\n        \"Revenue\": 0.0080,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Langley\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 182.8845,\n        \"Bids\": 57,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0402,\n        \"Imps\": 55,\n        \"Revenue\": 0.4400,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$New Westminster\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 9.6255,\n        \"Bids\": 3,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0111,\n        \"Imps\": 3,\n        \"Revenue\": 0.0240,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Powell River\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 3.2085,\n        \"Bids\": 1,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0018,\n        \"Imps\": 1,\n        \"Revenue\": 0.0080,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Richmond\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 28.8765,\n        \"Bids\": 9,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0155,\n        \"Imps\": 8,\n        \"Revenue\": 0.0640,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Surrey\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 263.0970,\n        \"Bids\": 82,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.2330,\n        \"Imps\": 79,\n        \"Revenue\": 0.6320,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Vancouver\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 16.0425,\n        \"Bids\": 5,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0201,\n        \"Imps\": 5,\n        \"Revenue\": 0.0400,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$BC$Victoria\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 32.0850,\n        \"Bids\": 10,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0305,\n        \"Imps\": 12,\n        \"Revenue\": 0.0960,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$MB$Steinbach\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 128.3400,\n        \"Bids\": 40,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0541,\n        \"Imps\": 39,\n        \"Revenue\": 0.3120,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$MB$Winkler\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 121.9230,\n        \"Bids\": 38,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.1002,\n        \"Imps\": 41,\n        \"Revenue\": 0.3280,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$MB$Winnipeg\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 73.7955,\n        \"Bids\": 23,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0412,\n        \"Imps\": 24,\n        \"Revenue\": 0.1920,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$NB$Campbellton\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 38.5020,\n        \"Bids\": 12,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0218,\n        \"Imps\": 9,\n        \"Revenue\": 0.0720,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$NB$Dieppe\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 12.8340,\n        \"Bids\": 4,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0029,\n        \"Imps\": 5,\n        \"Revenue\": 0.0400,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$NB$Edmundston\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 170.0505,\n        \"Bids\": 53,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.1578,\n        \"Imps\": 80,\n        \"Revenue\": 0.6400,\n        \"_id\": {\n            \"Date\": \"2019-10-18\",\n            \"city\": \"CA$NB$Fredericton\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.8161,\n        \"Imps\": 239,\n        \"Revenue\": 1.9120,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0134,\n        \"Imps\": 5,\n        \"Revenue\": 0.0400,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$CA$Chino\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0149,\n        \"Imps\": 4,\n        \"Revenue\": 0.0320,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$CA$San Francisco\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0581,\n        \"Imps\": 19,\n        \"Revenue\": 0.1520,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$IL\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0723,\n        \"Imps\": 39,\n        \"Revenue\": 0.3120,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$NJ$Piscataway\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0182,\n        \"Imps\": 5,\n        \"Revenue\": 0.0400,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$NV$Las Vegas\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0324,\n        \"Imps\": 8,\n        \"Revenue\": 0.0640,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$NY$Rochester\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0154,\n        \"Imps\": 5,\n        \"Revenue\": 0.0400,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$OH$Cleveland\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0726,\n        \"Imps\": 21,\n        \"Revenue\": 0.1680,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$SC\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 3,\n        \"ImpCost\": 0.5371,\n        \"Imps\": 170,\n        \"Revenue\": 1.3600,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$TX$Austin\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0114,\n        \"Imps\": 3,\n        \"Revenue\": 0.0240,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$TX$Dallas\"\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 0,\n        \"Bids\": 0,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.1353,\n        \"Imps\": 48,\n        \"Revenue\": 0.3840,\n        \"_id\": {\n            \"Date\": \"2019-10-31\",\n            \"city\": \"US$TX$Houston\"\n        }\n    }\n]"}],"_postman_id":"54d0c8e0-1b2e-48f8-b69d-75e91db2fd5c"},{"name":"Session Depth Insights","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"de90fd99-1257-4bd2-b785-3c6ba2245b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/insights/session?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","description":"<p>Fetches the stats associated with all <strong>Session Depth</strong> values available for a <strong>camp code</strong> given a range of dates. Stats are aggregated by date.</p>\n","urlObject":{"protocol":"https","path":["beta","insights","session"],"host":["api","eqworks","io"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}],"variable":[]}},"response":[{"id":"7f4c3f65-50dc-4914-b0ea-8d2426addd32","name":"Session depth Insights","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/insights/session?c={{campId}}&start={{reportingStart}}&end={{reportingEnd}}","protocol":"https","host":["api","eqworks","io"],"path":["beta","insights","session"],"query":[{"key":"c","value":"{{campId}}"},{"key":"start","value":"{{reportingStart}}"},{"key":"end","value":"{{reportingEnd}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"110315"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:26:31 GMT"},{"key":"x-amzn-RequestId","value":"ea8677f3-bd65-4f00-b0b3-b01fe2690534"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"110315"},{"key":"x-amz-apigw-id","value":"CnunlF-hoAMFjyA="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc496-9393289d23dbc48ab2ba34fb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0ab36911ca4960d388d49f382630062c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"4UlB6TqyH27n8xrcCLRiA3mmI9lsqiH6UOtJ_CyywX77LWDCwD8Mxg=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 442.3365,\n        \"Bids\": 1920,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0179,\n        \"Imps\": 57,\n        \"Revenue\": 0.1568,\n        \"VastCompletion0\": 0,\n        \"VastCompletion100\": 0,\n        \"VastCompletion25\": 0,\n        \"VastCompletion50\": 0,\n        \"VastCompletion75\": 0,\n        \"VastView\": 0,\n        \"_id\": {\n            \"Date\": \"2021-04-09\",\n            \"SessionDepth\": 0\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 1235.5119947202865,\n        \"Bids\": 5347,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0420670000000,\n        \"Imps\": 133,\n        \"Revenue\": 0.3657500000000,\n        \"VastCompletion0\": 0,\n        \"VastCompletion100\": 0,\n        \"VastCompletion25\": 0,\n        \"VastCompletion50\": 0,\n        \"VastCompletion75\": 0,\n        \"VastView\": 0,\n        \"_id\": {\n            \"Date\": \"2021-04-14\",\n            \"SessionDepth\": 0\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 94.3193,\n        \"Bids\": 410,\n        \"Clicks\": 1,\n        \"ImpCost\": 0.0064,\n        \"Imps\": 19,\n        \"Revenue\": 0.0523,\n        \"VastCompletion0\": 0,\n        \"VastCompletion100\": 0,\n        \"VastCompletion25\": 0,\n        \"VastCompletion50\": 0,\n        \"VastCompletion75\": 0,\n        \"VastView\": 0,\n        \"_id\": {\n            \"Date\": \"2021-04-08\",\n            \"SessionDepth\": 0\n        }\n    },\n    {\n        \"Actions\": 0,\n        \"BidAmount\": 942.1887,\n        \"Bids\": 4082,\n        \"Clicks\": 0,\n        \"ImpCost\": 0.0166,\n        \"Imps\": 52,\n        \"Revenue\": 0.1430,\n        \"VastCompletion0\": 0,\n        \"VastCompletion100\": 0,\n        \"VastCompletion25\": 0,\n        \"VastCompletion50\": 0,\n        \"VastCompletion75\": 0,\n        \"VastView\": 0,\n        \"_id\": {\n            \"Date\": \"2021-04-12\",\n            \"SessionDepth\": 0\n        }\n    }\n]"}],"_postman_id":"de90fd99-1257-4bd2-b785-3c6ba2245b36"}],"id":"c7064261-e14f-4780-ad6c-a9c8dfc47bc4","description":"<p>Insights provide reporting that are intended to be used as directional. These values are not aggregated to a billing-ready state of completeness.</p>\n","_postman_id":"c7064261-e14f-4780-ad6c-a9c8dfc47bc4"},{"name":"Stats","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"0e5f4a1b-c8f8-4782-88dd-5bcc5d4869ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/campaigns/{{campId}}/stats?start={{reportingStart}}&end={{reportingEnd}}&incurrency=true","description":"<p>Fetches the hourly starts for a <strong>camp code</strong> for a range of dates. Response is both total aggregated (<code>hour = -1</code>) and hourly (<code>hour</code>)</p>\n","urlObject":{"protocol":"https","path":["beta","campaigns","{{campId}}","stats"],"host":["api","eqworks","io"],"query":[{"description":{"content":"<p>STRING :: Start date for reporting in <strong>YYYYMMDD</strong> format</p>\n","type":"text/plain"},"key":"start","value":"{{reportingStart}}"},{"description":{"content":"<p>STRING :: End date for reporting in <strong>YYYYMMDD</strong> format</p>\n","type":"text/plain"},"key":"end","value":"{{reportingEnd}}"},{"description":{"content":"<p>BOOL :: Should the stats be reported in campaign currency. Reports in USD when false.</p>\n","type":"text/plain"},"key":"incurrency","value":"true"}],"variable":[]}},"response":[{"id":"da3d7b56-d369-42e4-8445-1d6c748016c7","name":"Stats","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/campaigns/{{campId}}/stats?start={{reportingStart}}&end={{reportingEnd}}&incurrency=true","protocol":"https","host":["api","eqworks","io"],"path":["beta","campaigns","{{campId}}","stats"],"query":[{"key":"start","value":"{{reportingStart}}","description":"STRING :: Start date for reporting in **YYYYMMDD** format"},{"key":"end","value":"{{reportingEnd}}","description":"STRING :: End date for reporting in **YYYYMMDD** format"},{"key":"incurrency","value":"true","description":"BOOL :: Should the stats be reported in campaign currency. Reports in USD when false."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"11366"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 05:46:04 GMT"},{"key":"x-amzn-RequestId","value":"50d97f4a-c221-4f99-9ee1-bd22adca1bce"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"11366"},{"key":"x-amz-apigw-id","value":"CnosWFV3IAMFqLQ="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfbb1b-d9ba4bb0b380722e7b2f3e14;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 12b038d4c98d16c65897122b6ac31b54.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"djh1G_Y-98z4dJxCO8CMdhCfcx4179ucTv1GyzflV8ySIPGROaFdqA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Cost\": 112.101880140734,\n        \"Profit\": 257.794119859266,\n        \"Revenue\": 369.896,\n        \"bids\": 47236,\n        \"clicks\": 115,\n        \"date\": \"2019-10-18\",\n        \"hour\": -1,\n        \"impressions\": 46237\n    },\n    {\n        \"Cost\": 0.363727085601,\n        \"Profit\": 0.500272914399,\n        \"Revenue\": 0.864,\n        \"bids\": 170,\n        \"clicks\": 1,\n        \"date\": \"2019-10-18\",\n        \"hour\": 17,\n        \"impressions\": 108\n    },\n    {\n        \"Cost\": 0.348064749296,\n        \"Profit\": 0.507935250704,\n        \"Revenue\": 0.856,\n        \"bids\": 181,\n        \"clicks\": 0,\n        \"date\": \"2019-10-18\",\n        \"hour\": 18,\n        \"impressions\": 107\n    },\n    {\n        \"Cost\": 0.528997213118,\n        \"Profit\": 0.679002786882,\n        \"Revenue\": 1.208,\n        \"bids\": 179,\n        \"clicks\": 2,\n        \"date\": \"2019-10-18\",\n        \"hour\": 19,\n        \"impressions\": 151\n    },\n    {\n        \"Cost\": 2.770356932695,\n        \"Profit\": 5.573643067305,\n        \"Revenue\": 8.344,\n        \"bids\": 1101,\n        \"clicks\": 2,\n        \"date\": \"2019-10-18\",\n        \"hour\": 20,\n        \"impressions\": 1043\n    },\n    {\n        \"Cost\": 24.734091410853,\n        \"Profit\": 58.209908589147,\n        \"Revenue\": 82.944,\n        \"bids\": 10284,\n        \"clicks\": 24,\n        \"date\": \"2019-10-18\",\n        \"hour\": 21,\n        \"impressions\": 10368\n    },\n    {\n        \"Cost\": 39.588828575835,\n        \"Profit\": 91.795171424165,\n        \"Revenue\": 131.384,\n        \"bids\": 17008,\n        \"clicks\": 36,\n        \"date\": \"2019-10-18\",\n        \"hour\": 22,\n        \"impressions\": 16423\n    },\n    {\n        \"Cost\": 43.767814173336,\n        \"Profit\": 100.528185826664,\n        \"Revenue\": 144.296,\n        \"bids\": 18313,\n        \"clicks\": 50,\n        \"date\": \"2019-10-18\",\n        \"hour\": 23,\n        \"impressions\": 18037\n    },\n    {\n        \"Cost\": 177.665318869137,\n        \"Profit\": 409.486681130863,\n        \"Revenue\": 587.152,\n        \"bids\": 74273,\n        \"clicks\": 205,\n        \"date\": \"2019-10-19\",\n        \"hour\": -1,\n        \"impressions\": 73394\n    },\n    {\n        \"Cost\": 6.852712411094,\n        \"Profit\": 16.155287588906,\n        \"Revenue\": 23.008,\n        \"bids\": 2915,\n        \"clicks\": 8,\n        \"date\": \"2019-10-19\",\n        \"hour\": 0,\n        \"impressions\": 2876\n    },\n    {\n        \"Cost\": 8.247973957542,\n        \"Profit\": 18.840026042458,\n        \"Revenue\": 27.088,\n        \"bids\": 3435,\n        \"clicks\": 12,\n        \"date\": \"2019-10-19\",\n        \"hour\": 1,\n        \"impressions\": 3386\n    },\n    {\n        \"Cost\": 7.682758493927,\n        \"Profit\": 18.381241506073,\n        \"Revenue\": 26.064,\n        \"bids\": 3312,\n        \"clicks\": 9,\n        \"date\": \"2019-10-19\",\n        \"hour\": 2,\n        \"impressions\": 3258\n    },\n    {\n        \"Cost\": 8.08046635341,\n        \"Profit\": 17.70353364659,\n        \"Revenue\": 25.784,\n        \"bids\": 3148,\n        \"clicks\": 8,\n        \"date\": \"2019-10-19\",\n        \"hour\": 3,\n        \"impressions\": 3223\n    },\n    {\n        \"Cost\": 7.584278129714,\n        \"Profit\": 17.463721870286,\n        \"Revenue\": 25.048,\n        \"bids\": 3015,\n        \"clicks\": 6,\n        \"date\": \"2019-10-19\",\n        \"hour\": 4,\n        \"impressions\": 3131\n    },\n    {\n        \"Cost\": 8.45791982145,\n        \"Profit\": 17.95808017855,\n        \"Revenue\": 26.416,\n        \"bids\": 3187,\n        \"clicks\": 12,\n        \"date\": \"2019-10-19\",\n        \"hour\": 5,\n        \"impressions\": 3302\n    },\n    {\n        \"Cost\": 7.9793341947,\n        \"Profit\": 18.3886658053,\n        \"Revenue\": 26.368,\n        \"bids\": 3153,\n        \"clicks\": 4,\n        \"date\": \"2019-10-19\",\n        \"hour\": 6,\n        \"impressions\": 3296\n    },\n    {\n        \"Cost\": 8.03138733045,\n        \"Profit\": 18.24861266955,\n        \"Revenue\": 26.28,\n        \"bids\": 3247,\n        \"clicks\": 11,\n        \"date\": \"2019-10-19\",\n        \"hour\": 7,\n        \"impressions\": 3285\n    },\n    {\n        \"Cost\": 7.2141458796,\n        \"Profit\": 17.4978541204,\n        \"Revenue\": 24.712,\n        \"bids\": 3111,\n        \"clicks\": 12,\n        \"date\": \"2019-10-19\",\n        \"hour\": 8,\n        \"impressions\": 3089\n    },\n    {\n        \"Cost\": 7.9596969507,\n        \"Profit\": 17.8723030493,\n        \"Revenue\": 25.832,\n        \"bids\": 3309,\n        \"clicks\": 9,\n        \"date\": \"2019-10-19\",\n        \"hour\": 9,\n        \"impressions\": 3229\n    },\n    {\n        \"Cost\": 7.96257034155,\n        \"Profit\": 17.46142965845,\n        \"Revenue\": 25.424,\n        \"bids\": 3351,\n        \"clicks\": 7,\n        \"date\": \"2019-10-19\",\n        \"hour\": 10,\n        \"impressions\": 3178\n    },\n    {\n        \"Cost\": 7.38454228875,\n        \"Profit\": 16.54345771125,\n        \"Revenue\": 23.928,\n        \"bids\": 3066,\n        \"clicks\": 12,\n        \"date\": \"2019-10-19\",\n        \"hour\": 11,\n        \"impressions\": 2991\n    },\n    {\n        \"Cost\": 8.116246215,\n        \"Profit\": 17.259753785,\n        \"Revenue\": 25.376,\n        \"bids\": 3305,\n        \"clicks\": 4,\n        \"date\": \"2019-10-19\",\n        \"hour\": 12,\n        \"impressions\": 3172\n    },\n    {\n        \"Cost\": 7.58975148855,\n        \"Profit\": 17.35424851145,\n        \"Revenue\": 24.944,\n        \"bids\": 3232,\n        \"clicks\": 9,\n        \"date\": \"2019-10-19\",\n        \"hour\": 13,\n        \"impressions\": 3118\n    },\n    {\n        \"Cost\": 7.57666961865,\n        \"Profit\": 16.35933038135,\n        \"Revenue\": 23.936,\n        \"bids\": 3051,\n        \"clicks\": 8,\n        \"date\": \"2019-10-19\",\n        \"hour\": 14,\n        \"impressions\": 2992\n    },\n    {\n        \"Cost\": 7.58149229475,\n        \"Profit\": 16.77050770525,\n        \"Revenue\": 24.352,\n        \"bids\": 3130,\n        \"clicks\": 8,\n        \"date\": \"2019-10-19\",\n        \"hour\": 15,\n        \"impressions\": 3044\n    },\n    {\n        \"Cost\": 7.5292370109,\n        \"Profit\": 16.8547629891,\n        \"Revenue\": 24.384,\n        \"bids\": 3080,\n        \"clicks\": 7,\n        \"date\": \"2019-10-19\",\n        \"hour\": 16,\n        \"impressions\": 3048\n    },\n    {\n        \"Cost\": 6.94178019315,\n        \"Profit\": 16.46621980685,\n        \"Revenue\": 23.408,\n        \"bids\": 3015,\n        \"clicks\": 8,\n        \"date\": \"2019-10-19\",\n        \"hour\": 17,\n        \"impressions\": 2926\n    },\n    {\n        \"Cost\": 7.19469634455,\n        \"Profit\": 16.73330365545,\n        \"Revenue\": 23.928,\n        \"bids\": 3101,\n        \"clicks\": 7,\n        \"date\": \"2019-10-19\",\n        \"hour\": 18,\n        \"impressions\": 2991\n    },\n    {\n        \"Cost\": 7.3861739127,\n        \"Profit\": 17.4778260873,\n        \"Revenue\": 24.864,\n        \"bids\": 3195,\n        \"clicks\": 14,\n        \"date\": \"2019-10-19\",\n        \"hour\": 19,\n        \"impressions\": 3108\n    },\n    {\n        \"Cost\": 6.3934245936,\n        \"Profit\": 15.6225754064,\n        \"Revenue\": 22.016,\n        \"bids\": 2749,\n        \"clicks\": 11,\n        \"date\": \"2019-10-19\",\n        \"hour\": 20,\n        \"impressions\": 2752\n    },\n    {\n        \"Cost\": 6.6612997044,\n        \"Profit\": 17.2747002956,\n        \"Revenue\": 23.936,\n        \"bids\": 3065,\n        \"clicks\": 8,\n        \"date\": \"2019-10-19\",\n        \"hour\": 21,\n        \"impressions\": 2992\n    },\n    {\n        \"Cost\": 7.9213754466,\n        \"Profit\": 20.5666245534,\n        \"Revenue\": 28.488,\n        \"bids\": 3575,\n        \"clicks\": 5,\n        \"date\": \"2019-10-19\",\n        \"hour\": 22,\n        \"impressions\": 3561\n    },\n    {\n        \"Cost\": 3.3353858934,\n        \"Profit\": 8.2326141066,\n        \"Revenue\": 11.568,\n        \"bids\": 1526,\n        \"clicks\": 6,\n        \"date\": \"2019-10-19\",\n        \"hour\": 23,\n        \"impressions\": 1446\n    },\n    {\n        \"Cost\": 176.329231230515,\n        \"Profit\": 410.606768769485,\n        \"Revenue\": 586.936,\n        \"bids\": 74503,\n        \"clicks\": 186,\n        \"date\": \"2019-10-20\",\n        \"hour\": -1,\n        \"impressions\": 73367\n    },\n    {\n        \"Cost\": 6.11167345965,\n        \"Profit\": 15.42432654035,\n        \"Revenue\": 21.536,\n        \"bids\": 2719,\n        \"clicks\": 4,\n        \"date\": \"2019-10-20\",\n        \"hour\": 0,\n        \"impressions\": 2692\n    },\n    {\n        \"Cost\": 7.58253191355,\n        \"Profit\": 18.46546808645,\n        \"Revenue\": 26.048,\n        \"bids\": 3291,\n        \"clicks\": 7,\n        \"date\": \"2019-10-20\",\n        \"hour\": 1,\n        \"impressions\": 3256\n    },\n    {\n        \"Cost\": 7.07129936865,\n        \"Profit\": 17.47270063135,\n        \"Revenue\": 24.544,\n        \"bids\": 3115,\n        \"clicks\": 4,\n        \"date\": \"2019-10-20\",\n        \"hour\": 2,\n        \"impressions\": 3068\n    },\n    {\n        \"Cost\": 8.15472654975,\n        \"Profit\": 18.06127345025,\n        \"Revenue\": 26.216,\n        \"bids\": 3352,\n        \"clicks\": 9,\n        \"date\": \"2019-10-20\",\n        \"hour\": 3,\n        \"impressions\": 3277\n    },\n    {\n        \"Cost\": 7.59792404745,\n        \"Profit\": 17.23407595255,\n        \"Revenue\": 24.832,\n        \"bids\": 3150,\n        \"clicks\": 12,\n        \"date\": \"2019-10-20\",\n        \"hour\": 4,\n        \"impressions\": 3104\n    },\n    {\n        \"Cost\": 7.82447431095,\n        \"Profit\": 17.26352568905,\n        \"Revenue\": 25.088,\n        \"bids\": 3057,\n        \"clicks\": 6,\n        \"date\": \"2019-10-20\",\n        \"hour\": 5,\n        \"impressions\": 3136\n    },\n    {\n        \"Cost\": 7.62989232555,\n        \"Profit\": 18.16210767445,\n        \"Revenue\": 25.792,\n        \"bids\": 3135,\n        \"clicks\": 8,\n        \"date\": \"2019-10-20\",\n        \"hour\": 6,\n        \"impressions\": 3224\n    },\n    {\n        \"Cost\": 7.87258555875,\n        \"Profit\": 18.26341444125,\n        \"Revenue\": 26.136,\n        \"bids\": 3320,\n        \"clicks\": 8,\n        \"date\": \"2019-10-20\",\n        \"hour\": 7,\n        \"impressions\": 3267\n    }\n]"}],"_postman_id":"0e5f4a1b-c8f8-4782-88dd-5bcc5d4869ce"},{"name":"Customers","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"616472dd-4f38-42aa-a87a-221fe980c299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"eq-api-jwt","value":"{{jwtToken}}","description":"<p>Valid ATOM JWT Token</p>\n","type":"text"},{"key":"eq-api-user","value":"{{atomUser}}","description":"<p>Email address of the authenticated user</p>\n","type":"text"}],"url":"https://api.eqworks.io/beta/customers?wlid={{whitelabelId}}&active=true","description":"<p>Fetches the available customers from for a given ATOM whitelabel</p>\n","urlObject":{"protocol":"https","path":["beta","customers"],"host":["api","eqworks","io"],"query":[{"key":"wlid","value":"{{whitelabelId}}"},{"key":"active","value":"true"}],"variable":[]}},"response":[{"id":"161958df-9ed4-4740-bb69-db79e8f03544","name":"Customers","originalRequest":{"method":"GET","header":[{"key":"eq-api-jwt","value":"<valid jwt token>","description":"Valid ATOM JWT Token","type":"text"},{"key":"eq-api-user","value":"<email>","description":"Email address of the authenticated user","type":"text"}],"url":{"raw":"https://api.eqworks.io/beta/customers?wlid=172&active=true","protocol":"https","host":["api","eqworks","io"],"path":["beta","customers"],"query":[{"key":"wlid","value":"172","description":"INT :: Whitelabel ID"},{"key":"active","value":"true","description":"BOOL :: fetch active customers only"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"460"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 05:29:35 GMT"},{"key":"x-amzn-RequestId","value":"b19cc132-ce0e-4ec1-9124-85426ca3f678"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amzn-Remapped-Content-Length","value":"460"},{"key":"x-amz-apigw-id","value":"CnmR2HhOIAMF4Ig="},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfb73e-271f27a94cd9a04a54dda2eb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d454a4131cad7323027c4a71e9d4c5d1.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"iemEqBV35rN42ZPCfpzf9kB7ViEnPjidWpsd_x_7OkykFJW1ySD30g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"ancestor\": {\n        \"HasContract\": true,\n        \"ID\": 172,\n        \"level\": \"wl\",\n        \"name\": \"Sample Whitelabel\"\n    },\n    \"customers\": [\n        {\n            \"Completed\": 2,\n            \"Currency\": \"CAD\",\n            \"CustomerID\": 14101,\n            \"CustomerName\": \"Sample Customer\",\n            \"Draft\": 0,\n            \"Email\": \"\",\n            \"Paused\": 0,\n            \"Pending\": 0,\n            \"Running\": 0,\n            \"Wallet\": null,\n            \"delivery\": [\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 424,\n                    \"Date\": \"2019-10-24\",\n                    \"Impressions\": 183416,\n                    \"Spend\": 1467.328\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 375,\n                    \"Date\": \"2019-10-25\",\n                    \"Impressions\": 183491,\n                    \"Spend\": 1467.928\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 0,\n                    \"Date\": \"2019-11-01\",\n                    \"Impressions\": 6,\n                    \"Spend\": 0.048\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 374,\n                    \"Date\": \"2019-10-28\",\n                    \"Impressions\": 183390,\n                    \"Spend\": 1467.12\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 239,\n                    \"Date\": \"2019-10-23\",\n                    \"Impressions\": 106192,\n                    \"Spend\": 849.536\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 445,\n                    \"Date\": \"2019-10-27\",\n                    \"Impressions\": 183382,\n                    \"Spend\": 1467.056\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 392,\n                    \"Date\": \"2019-10-30\",\n                    \"Impressions\": 183298,\n                    \"Spend\": 1466.384\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 369,\n                    \"Date\": \"2019-10-29\",\n                    \"Impressions\": 183387,\n                    \"Spend\": 1467.096\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 450,\n                    \"Date\": \"2019-10-26\",\n                    \"Impressions\": 183403,\n                    \"Spend\": 1467.224\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 0,\n                    \"Date\": \"2019-11-03\",\n                    \"Impressions\": 1,\n                    \"Spend\": 0.008\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 0,\n                    \"Date\": \"2019-11-02\",\n                    \"Impressions\": 1,\n                    \"Spend\": 0.008\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 344,\n                    \"Date\": \"2019-10-31\",\n                    \"Impressions\": 183285,\n                    \"Spend\": 1466.28\n                },\n                {\n                    \"Actions\": 0,\n                    \"Clicks\": 168,\n                    \"Date\": \"2019-10-22\",\n                    \"Impressions\": 73382,\n                    \"Spend\": 587.056\n                }\n            ],\n            \"delivery_avg\": {\n                \"Actions\": 0,\n                \"Clicks\": 275,\n                \"Impressions\": 126664,\n                \"Spend\": 1013.3132307692308\n            }\n        }\n    ]\n}"}],"_postman_id":"616472dd-4f38-42aa-a87a-221fe980c299"},{"name":"Campaigns","event":[{"listen":"prerequest","script":{"id":"cc7092f3-be48-4902-b630-d4ab48a6b628","exec":["pm.globals.get(\"variable_key\");","pm.environment.get(\"variable_key\");","",""],"type":"text/javascript"}}],"id":"fdbc332e-d437-4ade-a5f0-60fe37fc1bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Valid ATOM JWT Token</p>\n","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"<p>Email address of the authenticated user</p>\n","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":"https://api.eqworks.io/beta/campaigns/?cuid={{customerId}}&stats=false&state=completed","description":"<p>Fetches the available campaigns for a given ATOM customer</p>\n","urlObject":{"protocol":"https","path":["beta","campaigns",""],"host":["api","eqworks","io"],"query":[{"description":{"content":"<p>Customer ID</p>\n","type":"text/plain"},"key":"cuid","value":"{{customerId}}"},{"description":{"content":"<p>BOOL :: Need stats to be inline</p>\n","type":"text/plain"},"key":"stats","value":"false"},{"description":{"content":"<p>STRING :: State of the campaigns</p>\n","type":"text/plain"},"key":"state","value":"completed"}],"variable":[]}},"response":[{"id":"c8777b4a-327e-470f-8e47-d27ac7aae9d7","name":"Campaigns","originalRequest":{"method":"GET","header":[{"description":"Valid ATOM JWT Token","key":"eq-api-jwt","type":"text","value":"{{jwtToken}}"},{"description":"Email address of the authenticated user","key":"eq-api-user","type":"text","value":"{{atomUser}}"}],"url":{"raw":"https://api.eqworks.io/beta/campaigns/?cuid={{customerId}}&stats=false&state=completed","protocol":"https","host":["api","eqworks","io"],"path":["beta","campaigns",""],"query":[{"key":"cuid","value":"{{customerId}}","description":"Customer ID"},{"key":"stats","value":"false","description":"BOOL :: Need stats to be inline"},{"key":"state","value":"completed","description":"STRING :: State of the campaigns"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"472"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 04 Nov 2019 06:32:07 GMT"},{"key":"x-amzn-RequestId","value":"cd8019cf-cada-4add-a3a7-6eb83824854f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-Remapped-Content-Length","value":"472"},{"key":"x-amz-apigw-id","value":"CnvcLHTPoAMFb8w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dbfc5e7-e15e0822b0d447ca56bea61a;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 3cbfe28b5f1fd858b3466f86889d19b3.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"1tSK9kq3xz8EkEaP_f1DFibsKk_beHdGknVr1pmCGnZsNA1eUshNYA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"ancestors\": [\n        {\n            \"HasContract\": 1,\n            \"ID\": 172,\n            \"RevTypes\": [],\n            \"level\": \"wl\",\n            \"name\": \"Sample Whitelabel\"\n        },\n        {\n            \"Currency\": \"CAD\",\n            \"ID\": 14101,\n            \"Wallet\": null,\n            \"level\": \"customer\",\n            \"name\": \"Sample Customer\"\n        }\n    ],\n    \"campaigns\": {\n        \"72111\": {\n            \"CampCode\": 72111,\n            \"DaysLeft\": -2,\n            \"EndDate\": \"Thu, 31 Oct 2019 23:59:00 GMT\",\n            \"Name\": \"Volkswagen \",\n            \"StartDate\": \"Fri, 18 Oct 2019 00:00:00 GMT\",\n            \"TimeZone\": \"America/Toronto\",\n            \"TotalActions\": null,\n            \"TotalClicks\": 4256,\n            \"TotalDays\": 14,\n            \"TotalImpressions\": 1913021,\n            \"TotalSpend\": 15304.168\n        }\n    }\n}"}],"_postman_id":"fdbc332e-d437-4ade-a5f0-60fe37fc1bf8"}],"id":"a89c98a8-5232-4889-966d-c2a85e526fbc","_postman_id":"a89c98a8-5232-4889-966d-c2a85e526fbc","description":""}],"event":[{"listen":"prerequest","script":{"id":"5daf1b12-54ce-415e-9a6a-10d1ab8147d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d1b9ad22-6dc1-4780-8a52-df586df4d33d","type":"text/javascript","exec":[""]}}]}