{"info":{"_postman_id":"7781bb85-052f-4523-9391-3b6d8d7d96a3","name":"Pixalate Enterprise API","description":"<html><head></head><body><h1 id=\"about-pixalate\">About Pixalate</h1>\n<p>Pixalate is an omni-channel fraud intelligence company that works with brands and platforms to prevent invalid traffic and improve ad inventory quality. We offer the only system of coordinated solutions across display, app, video, and OTT for better detection and elimination of ad fraud.</p>\n<p>Pixalate is an MRC-accredited service for the detection and filtration of sophisticated invalid traffic (SIVT) across desktop and mobile web, mobile in-app, and OTT advertising.</p>\n<p>Specializing in Ad Analytics, Ad Optimization, Fraud Detection, Threat Intelligence, Fraud Monitoring, mobile, OTT, CTV, ConnectedTV, IVT, and in-app</p>\n<h1 id=\"api\">API</h1>\n<p>Welcome to Pixalate's comprehensive API portal where you will find information on how to integrate Pixalate's anti-fraud solutions into your own systems.</p>\n<p>All Pixalate APIs uses a REST-like protocol to send and receive data, usually constructed as simple JSON/JSONP interfaces that accepts HTTP <code>GET</code> or <code>POST</code> parameters and return JSON/JSONP encoded objects.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>You can find API information for the following solutions:</p>\n<ul>\n<li><p>Analytics Reporting</p>\n</li>\n<li><p>Media Ratings</p>\n</li>\n<li><p>Pre-bid Blocking</p>\n</li>\n</ul>\n<p>All API products use the following URL formatting convention:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://host/services/epoch/class/method?param=[...]&amp;param=[...]\n\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>host</td>\n<td>The host domain name</td>\n</tr>\n<tr>\n<td>services</td>\n<td>Static directory - value will not change</td>\n</tr>\n<tr>\n<td>epoch</td>\n<td>The year (yyyy) of the latest breaking change to the API</td>\n</tr>\n<tr>\n<td>class</td>\n<td>The class name of the type of solution</td>\n</tr>\n<tr>\n<td>method</td>\n<td>The class method to invoke (lowerCamelCase)</td>\n</tr>\n<tr>\n<td>param</td>\n<td>Query parameters</td>\n</tr>\n</tbody>\n</table>\n</div><p>The following optional parameters are also available for all products</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callback</td>\n<td>The JSONP callback name. If not included, then JSON is returned.</td>\n</tr>\n<tr>\n<td>pretty</td>\n<td>If set as true, then JSON response is formatted for readability.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"using-jsonp\">Using JSONP</h2>\n<p>When the callback parameter <strong>IS</strong> supplied, normal responses result in an application/javascript content type object being returned which contains the response as a JSONP script that calls the method name supplied in the callback parameter.</p>\n<p>Because most JSONP clients cannot detect HTTP faults properly, many HTTP faults that would normally be returned using status codes in the HTTP header are returned as a 200 status code with the actual status code and message in the following format:</p>\n<p><code>callback({status:code,message:\"message\"});</code></p>\n<p>Services responses are designed such that service clients may unambiguously detect the difference between a fault response and a normal response. This is usually done by defining the status element within the response schema and then only supplying a status element as part of the response if there is an HTTP fault.</p>\n<p>Clients using JSONP should always check for the status element.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>If you have been provided with an API key to authenticate, please visit our latest <a href=\"https://developer.pixalate.com\">API documentation portal</a> for details on how to integrate using that method, OR for Analytics APIs, the Analytics API 2023 Epoch Version below.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"About Pixalate","slug":"about-pixalate"},{"content":"API","slug":"api"},{"content":"Getting Started","slug":"getting-started"},{"content":"Authentication","slug":"authentication"}],"owner":"5987407","collectionId":"7781bb85-052f-4523-9391-3b6d8d7d96a3","publishedId":"Uyr7Fxu6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"144cff"},"publishDate":"2024-05-16T01:56:37.000Z"},"item":[{"name":"Analytics Reporting","item":[{"name":"Authentication methods","item":[],"id":"c43dded7-63f3-4d18-b799-62ff5881efd6","description":"<p>As of April 2023, Pixalate supports an API-key based authentication method for the Analytics Report API.</p>\n<p>If you have been provided with an API key, please use it for authentication and note that the API endpoint would be different had you been given a username and password combination to authenticate.</p>\n<p>If you have been provided with username and password credentials, this has been deprecated in favor of API key authentication. Please reach out to your Customer Success representative for you API key.</p>\n","_postman_id":"c43dded7-63f3-4d18-b799-62ff5881efd6"},{"name":"Current: 2023 Epoch Version","item":[{"name":"Customizing SQL Queries","item":[],"id":"752571ed-6a30-47a8-bb7c-8dfb2391c7be","description":"<p>The q parameter value is a URL encoded query to run to retrieve data. It uses a simplified SQL SELECT syntax as follows:</p>\n<p><code>[column [,column...]] [WHERE expression] [GROUP BY column [,column...]] [ORDER BY column [DESC]]</code></p>\n<blockquote>\n<p>Note: All characters and their values are case sensitive </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>column</td>\n<td>dimension or metric</td>\n</tr>\n<tr>\n<td>dimension</td>\n<td>One of the set of dimension identifiers available for the specified report. See <strong>Available Dimensions</strong> section below.</td>\n</tr>\n<tr>\n<td>metric</td>\n<td>One of the set of metric identifiers available for the specified report. See <strong>Available Metrics</strong> section below.</td>\n</tr>\n<tr>\n<td>expression</td>\n<td>dimension operator literal, metric comparator literal, (expression), expression AND expression, expression OR expression, CONTAINS (dimension, literal)</td>\n</tr>\n<tr>\n<td>operator</td>\n<td><code>=</code> or <code>!=</code></td>\n</tr>\n<tr>\n<td>comparator</td>\n<td><code>=</code> or <code>&gt;</code> or <code>&lt;</code></td>\n</tr>\n<tr>\n<td>literal</td>\n<td><code>_number_</code> <em>or</em> <code>_string_</code> <em>or</em> <code>_date_</code></td>\n</tr>\n<tr>\n<td>number</td>\n<td>An integer or decimal number.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>A text string surrounded by single quotes.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>A date as <em>yyyy-mm-dd</em> format surrounded by single quotes.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"dimensions\">Dimensions</h2>\n<p>Dimensions are the attributes of the data that return values listed in rows. For example, the <em>domain</em> dimension indicates the URL and returns each URL value in an individual row. Many of the dimensions available via the API align with the dimensions available in Pixalate's dashboard reporting.</p>\n<p><strong>Below is a full list of Pixalate's available dimensions:</strong> <em>Please note that some dimensions (eg. User IP, Device ID, HighRiskApp Status, Custom KVs (KV5, KV6), etc.) may not be enabled by default, in which case please reach out to your customer success representative to enable.</em></p>\n<h4 id=\"available-dimensions\">Available Dimensions</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Dimension</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>adDomain</td>\n<td>Detected Domain of site where ad was displayed</td>\n</tr>\n<tr>\n<td>adSize</td>\n<td>Size of the ad</td>\n</tr>\n<tr>\n<td>adTrafficSource</td>\n<td>Domain of which referred visitor to ad domain</td>\n</tr>\n<tr>\n<td>advertiserId</td>\n<td>Advertiser identifier</td>\n</tr>\n<tr>\n<td>areaCode</td>\n<td>Visitor’s area code</td>\n</tr>\n<tr>\n<td>browserName</td>\n<td>Visitor’s browser name</td>\n</tr>\n<tr>\n<td>campaignId</td>\n<td>Campaign identifier</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Visitor’s city</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Visitor’s country code</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>Visitor’s country name</td>\n</tr>\n<tr>\n<td>day</td>\n<td>Date</td>\n</tr>\n<tr>\n<td>deviceBrandName</td>\n<td>Visitor’s device brand name</td>\n</tr>\n<tr>\n<td>deviceModelId</td>\n<td>Visitor’s device identifier</td>\n</tr>\n<tr>\n<td>deviceMarketingName</td>\n<td>Visitor’s device marketing name</td>\n</tr>\n<tr>\n<td>deviceTrafficType</td>\n<td>Visitor’s Detected device Traffic type</td>\n</tr>\n<tr>\n<td>deviceType</td>\n<td>Visitor’s device type</td>\n</tr>\n<tr>\n<td>dma</td>\n<td>Designated Market Area</td>\n</tr>\n<tr>\n<td>fraudType</td>\n<td>Fraud Traffic Type</td>\n</tr>\n<tr>\n<td>ipv6Type</td>\n<td>IPv6 Type</td>\n</tr>\n<tr>\n<td>isHighRiskApp</td>\n<td>A boolean (Yes/No) indicator in app-specific reports that identifies whether an app appears on the HRA list. Column values are populated upon request (contact <a href=\"https://mailto:support@pixalate.com\">support@pixalate.com</a>).</td>\n</tr>\n<tr>\n<td>kv1</td>\n<td>Creative Size</td>\n</tr>\n<tr>\n<td>kv2</td>\n<td>Page URL</td>\n</tr>\n<tr>\n<td>kv3</td>\n<td>User ID</td>\n</tr>\n<tr>\n<td>kv4</td>\n<td>User IP</td>\n</tr>\n<tr>\n<td>kv5</td>\n<td>(Custom)</td>\n</tr>\n<tr>\n<td>kv6</td>\n<td>(Custom UTM Value)</td>\n</tr>\n<tr>\n<td>kv7</td>\n<td>Seller ID</td>\n</tr>\n<tr>\n<td>kv8</td>\n<td>(Custom UTM Value)</td>\n</tr>\n<tr>\n<td>kv9</td>\n<td>Content Duration</td>\n</tr>\n<tr>\n<td>kv10</td>\n<td>ISP</td>\n</tr>\n<tr>\n<td>kv12</td>\n<td>Placement ID</td>\n</tr>\n<tr>\n<td>kv13</td>\n<td>Content ID</td>\n</tr>\n<tr>\n<td>kv14</td>\n<td>MRAID Version</td>\n</tr>\n<tr>\n<td>kv15</td>\n<td>Geographic Region</td>\n</tr>\n<tr>\n<td>kv16</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>kv17</td>\n<td>Longitude</td>\n</tr>\n<tr>\n<td>kv18</td>\n<td>App ID</td>\n</tr>\n<tr>\n<td>kv19</td>\n<td>Device ID</td>\n</tr>\n<tr>\n<td>kv20</td>\n<td>Device ID (additional if needed)</td>\n</tr>\n<tr>\n<td>kv21</td>\n<td>Device ID (additional if needed)</td>\n</tr>\n<tr>\n<td>kv22</td>\n<td>Device ID (additional if needed)</td>\n</tr>\n<tr>\n<td>kv23</td>\n<td>Carrier ID</td>\n</tr>\n<tr>\n<td>kv24</td>\n<td>Supply Type</td>\n</tr>\n<tr>\n<td>kv25</td>\n<td>App Name</td>\n</tr>\n<tr>\n<td>kv26</td>\n<td>Device OS</td>\n</tr>\n<tr>\n<td>kv27</td>\n<td>Useragent</td>\n</tr>\n<tr>\n<td>kv28</td>\n<td>Device manufacturer/model</td>\n</tr>\n<tr>\n<td>kv32</td>\n<td>App ID</td>\n</tr>\n<tr>\n<td>kv44</td>\n<td>Video Play Status</td>\n</tr>\n<tr>\n<td>kv52</td>\n<td>SSAI integration</td>\n</tr>\n<tr>\n<td>kv55</td>\n<td>Serialized supply chain object</td>\n</tr>\n<tr>\n<td>lineItemId</td>\n<td>Line item identifier</td>\n</tr>\n<tr>\n<td>organization</td>\n<td>Organization Name</td>\n</tr>\n<tr>\n<td>os</td>\n<td>Visitor’s operating system</td>\n</tr>\n<tr>\n<td>partnerId</td>\n<td>Partner identifier</td>\n</tr>\n<tr>\n<td>placementId</td>\n<td>Creative identifier</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>Visitor’s postal code</td>\n</tr>\n<tr>\n<td>publisherId</td>\n<td>Publisher identifier</td>\n</tr>\n<tr>\n<td>regionCode</td>\n<td>Visitor’s region code</td>\n</tr>\n<tr>\n<td>segment</td>\n<td>Segment</td>\n</tr>\n<tr>\n<td>siteId</td>\n<td>Site identifier</td>\n</tr>\n<tr>\n<td>adultRisk</td>\n<td>Adult Risk (Brand Safety) - low/medium/high</td>\n</tr>\n<tr>\n<td>drugRisk</td>\n<td>Drug Risk (Brand Safety) - low/medium/high</td>\n</tr>\n<tr>\n<td>alcoholRisk</td>\n<td>Alcohol Risk (Brand Safety) - low/medium/high</td>\n</tr>\n<tr>\n<td>advisoriesRisk</td>\n<td>Advisories Risk (Brand Safety) - low/medium/high</td>\n</tr>\n<tr>\n<td>hateRisk</td>\n<td>Hate Risk (Brand Safety) - low/medium/high</td>\n</tr>\n<tr>\n<td>offensiveRisk</td>\n<td>Offensive Risk (Brand Safety) - low/medium/high</td>\n</tr>\n<tr>\n<td>gamblingRisk</td>\n<td>Gambling Risk (Brand Safety) - low/medium/high</td>\n</tr>\n<tr>\n<td>violenceRisk</td>\n<td>Violence Risk (Brand Safety) - low/medium/high</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"spo-dimensions\">SPO Dimensions</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Dimension</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nodePathComplete</td>\n<td>The value of “Complete” flag supplied in the Supply Chain Object (SCO). Not validated</td>\n</tr>\n<tr>\n<td>node1Name</td>\n<td>The “Ad System” listed in the 1st node of the Supply Chain Object (SCO)</td>\n</tr>\n<tr>\n<td>node1SellerId</td>\n<td>The “Seller ID” listed in the 1st node of the Supply Chain Object (SCO)</td>\n</tr>\n<tr>\n<td>node1SellerName</td>\n<td>The Name of seller that the SellerID in Node 1 points to (picked up from sellers.json of the Ad System in Node 1)</td>\n</tr>\n<tr>\n<td>node1SellerType</td>\n<td>The Seller type of the seller that the SellerID in Node 1 points to (picked up from sellers.json of the Ad System in Node 1)</td>\n</tr>\n<tr>\n<td>node1SellerDomain</td>\n<td>The Seller domain of the seller that the SellerID in Node 1 points to (picked up from sellers.json of the Ad System in Node 1)</td>\n</tr>\n<tr>\n<td>node2Name</td>\n<td>The “Ad System” listed in the 2nd node of the Supply Chain Object (SCO)</td>\n</tr>\n<tr>\n<td>node2SellerId</td>\n<td>The “Seller ID” listed in the 2nd node of the Supply Chain Object (SCO)</td>\n</tr>\n<tr>\n<td>node2SellerName</td>\n<td>The Name of seller that the SellerID in Node 2 points to (picked up from sellers.json of the Ad System in Node 2)</td>\n</tr>\n<tr>\n<td>node2SellerType</td>\n<td>The Seller type of the seller that the SellerID in Node 2 points to (picked up from sellers.json of the Ad System in Node 2)</td>\n</tr>\n<tr>\n<td>node2SellerDomain</td>\n<td>The Seller domain of the seller that the SellerID in Node 2 points to (picked up from sellers.json of the Ad System in Node 2)</td>\n</tr>\n<tr>\n<td>node3Name</td>\n<td>The “Ad System” listed in the 3rd node of the Supply Chain Object (SCO)</td>\n</tr>\n<tr>\n<td>node3SellerId</td>\n<td>The “Seller ID” listed in the 3rd node of the Supply Chain Object (SCO)</td>\n</tr>\n<tr>\n<td>node3SellerName</td>\n<td>The Name of seller that the SellerID in Node 3 points to (picked up from sellers.json of the Ad System in Node 3)</td>\n</tr>\n<tr>\n<td>node3SellerType</td>\n<td>The Seller type of the seller that the SellerID in Node 3 points to (picked up from sellers.json of the Ad System in Node 3)</td>\n</tr>\n<tr>\n<td>node3SellerDomain</td>\n<td>The Seller domain of the seller that the SellerID in Node 3 points to (picked up from sellers.json of the Ad System in Node 3)</td>\n</tr>\n<tr>\n<td>node4Name</td>\n<td>The “Ad System” listed in the 4th node of the Supply Chain Object (SCO)</td>\n</tr>\n<tr>\n<td>node4SellerId</td>\n<td>The “Seller ID” listed in the 4th node of the Supply Chain Object (SCO)</td>\n</tr>\n<tr>\n<td>node4SellerName</td>\n<td>The Name of seller that the SellerID in Node 4 points to (picked up from sellers.json of the Ad System in Node 4)</td>\n</tr>\n<tr>\n<td>node4SellerType</td>\n<td>The Seller type of the seller that the SellerID in Node 4 points to (picked up from sellers.json of the Ad System in Node 4)</td>\n</tr>\n<tr>\n<td>node4SellerDomain</td>\n<td>The Seller domain of the seller that the SellerID in Node 4 points to (picked up from sellers.json of the Ad System in Node 4)</td>\n</tr>\n<tr>\n<td>rNode1Name</td>\n<td>The “Ad System” listed in the R Node 1 - the 1st node of the reversed Supply Chain Object (SCO). The purpose of reversing is to more easily enable analysis from the opposite perspective. Recommend not combining reverse node dimensions with regular node dimensions</td>\n</tr>\n<tr>\n<td>rNode1SellerId</td>\n<td>The “Seller ID” listed in R Node 1 of the reversed Supply Chain Object</td>\n</tr>\n<tr>\n<td>rNode1SellerName</td>\n<td>The Name of seller that the SellerID in “R Node 1” points to (picked up from sellers.json of the Ad System in “R Node 1”)</td>\n</tr>\n<tr>\n<td>rNode1SellerType</td>\n<td>The Seller type of the seller that the SellerID in “R Node 1” points to (picked up from sellers.json of the Ad System in “R Node 1”)</td>\n</tr>\n<tr>\n<td>rNode1SellerDomain</td>\n<td>The Seller domain of the seller that the SellerID in “R Node 1” points to (picked up from sellers.json of the Ad System in “R Node 1”)</td>\n</tr>\n<tr>\n<td>rNode2Name</td>\n<td>The “Ad System” listed in the R Node 2 - the 1st node of the reversed Supply Chain Object (SCO). The purpose of reversing is to more easily enable analysis from the opposite perspective. Recommend not combining reverse node dimensions with regular node dimensions</td>\n</tr>\n<tr>\n<td>rNode2SellerId</td>\n<td>The “Seller ID” listed in R Node 2 of the reversed Supply Chain Object</td>\n</tr>\n<tr>\n<td>rNode2SellerName</td>\n<td>The Name of seller that the SellerID in “R Node 2” points to (picked up from sellers.json of the Ad System in “R Node 2”)</td>\n</tr>\n<tr>\n<td>rNode2SellerType</td>\n<td>The Seller type of the seller that the SellerID in “R Node 2” points to (picked up from sellers.json of the Ad System in “R Node 2”)</td>\n</tr>\n<tr>\n<td>rNode2SellerDomain</td>\n<td>The Seller domain of the seller that the SellerID in “R Node 2” points to (picked up from sellers.json of the Ad System in “R Node 2”)</td>\n</tr>\n<tr>\n<td>rNode3Name</td>\n<td>The “Ad System” listed in the R Node 3 - the 1st node of the reversed Supply Chain Object (SCO). The purpose of reversing is to more easily enable analysis from the opposite perspective. Recommend not combining reverse node dimensions with regular node dimensions</td>\n</tr>\n<tr>\n<td>rNode3SellerId</td>\n<td>The “Seller ID” listed in R Node 3 of the reversed Supply Chain Object</td>\n</tr>\n<tr>\n<td>rNode3SellerName</td>\n<td>The Name of seller that the SellerID in “R Node 3” points to (picked up from sellers.json of the Ad System in “R Node 3”)</td>\n</tr>\n<tr>\n<td>rNode3SellerType</td>\n<td>The Seller type of the seller that the SellerID in “R Node 3” points to (picked up from sellers.json of the Ad System in “R Node 3”)</td>\n</tr>\n<tr>\n<td>rNode3SellerDomain</td>\n<td>The Seller domain of the seller that the SellerID in “R Node 3” points to (picked up from sellers.json of the Ad System in “R Node 3”)</td>\n</tr>\n<tr>\n<td>rNode4Name</td>\n<td>The “Ad System” listed in the R Node 4 - the 1st node of the reversed Supply Chain Object (SCO). The purpose of reversing is to more easily enable analysis from the opposite perspective. Recommend not combining reverse node dimensions with regular node dimensions</td>\n</tr>\n<tr>\n<td>rNode4SellerId</td>\n<td>The “Seller ID” listed in R Node 4 of the reversed Supply Chain Object</td>\n</tr>\n<tr>\n<td>rNode4SellerName</td>\n<td>The Name of seller that the SellerID in “R Node 4” points to (picked up from sellers.json of the Ad System in “R Node 4”)</td>\n</tr>\n<tr>\n<td>rNode4SellerType</td>\n<td>The Seller type of the seller that the SellerID in “R Node 4” points to (picked up from sellers.json of the Ad System in “R Node 4”)</td>\n</tr>\n<tr>\n<td>rNode4SellerDomain</td>\n<td>The Seller domain of the seller that the SellerID in “R Node 4” points to (picked up from sellers.json of the Ad System in “R Node 4”)</td>\n</tr>\n<tr>\n<td>src</td>\n<td>(Source) Ad System for the source node regardless of location [applicable for the report \"spoSrcDest\"]</td>\n</tr>\n<tr>\n<td>dest</td>\n<td>(Destination) Ad System for the corresponding (from source) destination node [applicable for the report \"spoSrcDest\"]</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"metrics\">Metrics</h2>\n<p>Metrics report the numbers used for quantitative measurement in relation to the reported attributes of dimension. For example, the <em>impressions</em> metric indicates the total number of impressions for each dimension's given row. Many of the metrics available via the API align with the metrics available in Pixalate's dashboard reporting.</p>\n<p>Below is a full list of Pixalate's available Metrics:</p>\n<h4 id=\"available-metrics\">Available Metrics</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric (Metric Label)</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>adExposure (Ad Exposure)</td>\n<td>Percentage of total time spent on a web page in which the Ad was visible to the user</td>\n</tr>\n<tr>\n<td>adExposureTime (Ad Exposure Time)</td>\n<td>Amount of time Ad is visible to the user on the web page. Ad exposure is measured in minutes and seconds</td>\n</tr>\n<tr>\n<td>adHoverTime (Ad Hover)</td>\n<td>Average amount of time that users hovered over the Ad with the mouse cursor, expressed in minutes:seconds.milliseconds</td>\n</tr>\n<tr>\n<td>adsAboveTheFold (Ads Above The Fold)</td>\n<td>Total number of Ad Counts that were determined to be served within the user’s browser viewport before the removal of invalid traffic.</td>\n</tr>\n<tr>\n<td>clickConvs (Gross Matched C-Convs)</td>\n<td>Click-through Conversions. Total number of Matched Conversions in which users clicked on the Ad, visited the website and performed an action (such as purchasing an item).</td>\n</tr>\n<tr>\n<td>totalClicks (Gross Clicks)</td>\n<td>Total number of measured clicks before removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>clicks (Gross Matched Clicks)</td>\n<td>Total number of measured clicks that were matched to an Ad Count before removal of invalid traffic.</td>\n</tr>\n<tr>\n<td>totalConversions (Gross Conversions)</td>\n<td>Total number of measured actions (such as purchasing an item) related to Ads before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>conversions (Gross Matched Conversions)</td>\n<td>Total number of conversions that were matched to an Ad Count before the removal of invalid traffic</td>\n</tr>\n<tr>\n<td>totalConvRate (Gross Conversion Rate)</td>\n<td>Percentage of measured actions (such as purchasing an item) related to Ads before the removal of invalid traffic</td>\n</tr>\n<tr>\n<td>ctr (Gross CTR)</td>\n<td>Percentage of Gross Measured Clicks divided by Ad Counts</td>\n</tr>\n<tr>\n<td>duplicateClicks (Gross Duplicate Clicks)</td>\n<td>Total number of duplicate measured Clicks; before removal of IVT</td>\n</tr>\n<tr>\n<td>duplicateClicksRate (Gross Duplicate Clicks %)</td>\n<td>Percentage of duplicate measured Clicks; before removal of IVT</td>\n</tr>\n<tr>\n<td>duplicateImps (Gross Duplicate Ad Counts)</td>\n<td>Total number of duplicate Ad Counts before removal of invalid traffic (IVT)</td>\n</tr>\n<tr>\n<td>duplicateImpsRate (Gross Duplicate Ad Counts %)</td>\n<td>Percentage of duplicate Ad Counts in relation to total Ad Counts; before removal of IVT</td>\n</tr>\n<tr>\n<td>duplicateMatchedClicks (Gross Duplicate Matched Clicks)</td>\n<td>Total number of measured duplicate Clicks that were matched to a Ad Count; before removal of IVT</td>\n</tr>\n<tr>\n<td>duplicateMatchedClicksRate (Gross Duplicate Matched Clicks %)</td>\n<td>Percentage of measured duplicate Clicks that were matched to a Ad Counts; before removal of IVT</td>\n</tr>\n<tr>\n<td>givtTotalClicks (GIVT Clicks)</td>\n<td>Number of Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtTotalClicksRate (GIVT Clicks %)</td>\n<td>Percentage of Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtClickRate (GIVT Matched Clicks %)</td>\n<td>Percentage of Gross Matched Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtClicks (GIVT Matched Clicks)</td>\n<td>Number of Gross Matched Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtTotalConversions (GIVT Conversions)</td>\n<td>Number of Gross Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtConversions (GIVT Matched Conversions)</td>\n<td>Number of Gross Matched Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtTotalConvsRate (GIVT Conversions %)</td>\n<td>Percentage of Gross Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtConvsRate (GIVT Matched Conversions %)</td>\n<td>Percentage of Gross Matched Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtImpressions (GIVT Ad Counts)</td>\n<td>Number of Ad Counts that were filtered as General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>givtImpsRate (GIVT Ad Counts %)</td>\n<td>Percentage of Ad Counts that were filtered as General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>givtIpv6Impressions (IPv6 GIVT Ad Counts)</td>\n<td>Total number of IPv6 Ad Counts that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtIpv6ImpressionsRate (IPv6 GIVT Ad Counts %)</td>\n<td>Percentage of total number of IPv6 Ad Counts that were filtered as General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>givtRate (GIVT %)</td>\n<td>Percentage of Ad Counts, Clicks, and Conversions that were filtered as General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>givtSivtIpv6Impressions (IPv6 IVT Ad Counts)</td>\n<td>Total number of IPv6 Ad Counts that were filtered as Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtSivtIpv6ImpressionsRate (IPv6 IVT Ad Counts %)</td>\n<td>Percentage of IPv6 Ad Counts that were filtered as Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtSivtRate (IVT %)</td>\n<td>Total percentage of General Invalid Traffic and Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtTraffic (GIVT Traffic)</td>\n<td>Total number of Ad Counts, Clicks, and Conversions that were filtered as General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>impressions (Gross Ad Counts)</td>\n<td>Total number of Ad Counts before the removal of Invalid Traffic.</td>\n</tr>\n<tr>\n<td>ipv6Impressions (Gross IPv6 Ad Counts)</td>\n<td>Total number of IPv6 Ad Counts before removal of invalid traffic</td>\n</tr>\n<tr>\n<td>ipv6ImpressionsRate (Gross IPv6 Ad Counts %)</td>\n<td>Percentage of IPv6 Ad Counts from total Ad Counts before removal of invalid traffic</td>\n</tr>\n<tr>\n<td>malwareTraffic (Malware Traffic)</td>\n<td>Number of Gross Ad Counts that were determined to be generated by Malware</td>\n</tr>\n<tr>\n<td>measuredImpressions (Net Measured Impressions)</td>\n<td>Total number of Rendered Display Impressions in which Pixalate’s technology was capable of measuring for Viewability after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>measuredRate (Net Measured Rate %)</td>\n<td>Percentage of Rendered Display Impressions in which Pixalate’s technology was capable of measuring for Viewability after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>mediaSpend (Media Spend)</td>\n<td>Total media spend of all Ad Counts based on the recorded price paid.</td>\n</tr>\n<tr>\n<td>nonGivtTotalClicks (Clicks)</td>\n<td>Total number of measured clicks after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtClicks (Matched Clicks)</td>\n<td>Total number of measured clicks that were matched to an Ad Count after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtTotalConversions (Conversions)</td>\n<td>Total number of measured actions (such as purchasing an item) related to Ads after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtConversions (Matched Conversions)</td>\n<td>Total number of conversions that were matched to an Ad Count after removal of General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>nonGivtCtr (CTR)</td>\n<td>Percentage of matched clicks divided by Ad Counts after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateClicks (Duplicate Clicks)</td>\n<td>Total number of duplicate measured clicks; net of GIVT</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateClicksRate (Duplicate Clicks %)</td>\n<td>Percentage of duplicate Clicks after the removal of General Invalid Traffic in relation to total measured Clicks</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateImps (Duplicate Ad Counts)</td>\n<td>Total number of duplicate Ad Counts after removal of General Invalid traffic (GIVT)</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateImpsRate (Duplicate Ad Counts %)</td>\n<td>Percentage of duplicate Ad Counts after the removal of General Invalid Traffic in relation to total Ad Counts; net of GIVT.</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateMatchedClicks (Duplicate Matched Clicks)</td>\n<td>Total number of measured duplicate Clicks that were matched to a Ad Count; net of GIVT</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateMatchedClicksRate (Duplicate Matched Clicks %)</td>\n<td>Percentage of measured duplicate Clicks that were matched to a Ad Count; net of GIVT</td>\n</tr>\n<tr>\n<td>nonGivtImpressions (Ad Counts)</td>\n<td>Total number of Ad Counts after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtIpv6Impressions (IPv6 Ad Counts)</td>\n<td>Total number of IPv6 Ad Counts, excluding GIVT.</td>\n</tr>\n<tr>\n<td>nonGivtIpv6ImpressionsRate (IPv6 Ad Counts %)</td>\n<td>Percentage of IPv6 Ad Counts from total Ad Counts, excluding GIVT.</td>\n</tr>\n<tr>\n<td>nonGivtMeasuredImpressions (Measured Impressions)</td>\n<td>Total number of Rendered Display Impressions in which Pixalate’s technology was capable of measuring for Viewability after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtMeasuredRate (Measured Rate %)</td>\n<td>Percentage of Rendered Display Impressions in which Pixalate’s technology was capable of measuring for Viewability after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtNonViews (Non Views)</td>\n<td>Total number of Measured Impressions that were determined to not meet the requirements of a Viewable Impression after the removal of General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>nonGivtNonViewsRate (Non Views %)</td>\n<td>Percentage of Rendered Display Impressions that were determined to not meet the requirements of a Viewable Impression after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtReach (Reach)</td>\n<td>Total number of uniquely identified visitors after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtRenderedImpressions (Rendered Impressions)</td>\n<td>Total number of Rendered Ad Impressions (Display &amp; Video) after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtRenderedVideoImpressions (Rendered Video Impressions)</td>\n<td>Total number of Rendered Video Ad Impressions after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtScriptImpressions (Rendered Display Impressions)</td>\n<td>Number of Rendered Display Impressions generated from Pixalate’s script technology (excludes 1x1 pixel impressions) after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtTotalClicks (Net Clicks)</td>\n<td>Number of measured clicks net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtClicks (Net Matched Clicks)</td>\n<td>Number of measured clicks that were matched to an Ad Count after the removal of all invalid traffic.</td>\n</tr>\n<tr>\n<td>nonGivtSivtTotalConversions (Net Conversions)</td>\n<td>Total number of measured actions (such as purchasing an item) related to Ads net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtConversions (Net Matched Conversions)</td>\n<td>Total number of conversions that were matched to an Ad Count after the removal of all Invalid Traffic.</td>\n</tr>\n<tr>\n<td>nonGivtSivtCtr (Net CTR)</td>\n<td>Percentage of matched clicks divided by Ad Counts after the removal of all Invalid Traffic.</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateClicks (Net Duplicate Clicks)</td>\n<td>Number of duplicate measured Clicks; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateClicksRate (Net Duplicate Clicks %)</td>\n<td>Percentage of duplicate Clicks after the removal of all Invalid Traffic in relation to total measured Clicks; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateImps (Net Duplicate Ad Counts)</td>\n<td>Total number of duplicate Ad Counts after removal of all Invalid traffic (IVT)</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateImpsRate (Net Duplicate Ad Counts %)</td>\n<td>Percentage of duplicate Ad Counts after the removal of all Invalid Traffic in relation to total Net Ad Counts; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateMatchedClicks (Net Duplicate Matched Clicks)</td>\n<td>Number of measured duplicate Clicks that were matched to a Ad Count; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateMatchedClicksRate (Net Duplicate Matched Clicks %)</td>\n<td>Percentage of measured duplicate Clicks that were matched to a Ad Count; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtImpressions (Net Ad Counts)</td>\n<td>Total number of Ad Counts after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtIpv6Impressions (Net IPv6 Ad Counts)</td>\n<td>Total number of IPv6 Ad Counts, excluding IVT.</td>\n</tr>\n<tr>\n<td>nonGivtSivtIpv6ImpressionsRate (Net IPv6 Ad Counts %)</td>\n<td>Percentage of IPv6 Ad Counts from total Ad Counts, excluding IVT.</td>\n</tr>\n<tr>\n<td>nonGivtSivtReach (TruReach)</td>\n<td>Number of uniquely identified visitors net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtRenderedImpressions (Net Rendered Impressions)</td>\n<td>Total number of Rendered Ad Impressions (Display &amp; Video) after removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtRenderedVideoImpressions (Net Rendered Video Impressions)</td>\n<td>Total number of Rendered Video Ad Impressions after removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiImpressions (Net SSAI Ad Counts)</td>\n<td>Estimated total SSAI Ad Counts, excluding IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiImpressionsRate (Net SSAI Ad Counts %)</td>\n<td>Estimated percentage of Ad Counts that correspond to SSAI proxies, excluding IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiTransparentImpressions (Net SSAI Transparent Ad Counts)</td>\n<td>Estimated total SSAI Ad Counts that come from proxies passing X-Device-User-Agent headers for more transparency, excluding IVT.</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiTransparentImpressionsRate (Net SSAI Transparent Ad Counts %)</td>\n<td>Estimated percentage of Ad Counts that correspond to SSAI and come from proxies passing X-Device-User-Agent headers for more transparency, excluding IVT.</td>\n</tr>\n<tr>\n<td>nonGivtSivtViewConvs (Net Matched V-Convs)</td>\n<td>View-through conversions. Total number of matched conversions in which users took action at a later time after seeing a viewable impression after removal of all invalid traffic</td>\n</tr>\n<tr>\n<td>nonGivtSsaiImpressions (SSAI Ad Counts)</td>\n<td>Estimated total SSAI Ad Counts, excluding GIVT</td>\n</tr>\n<tr>\n<td>nonGivtSsaiImpressionsRate (SSAI Ad Counts %)</td>\n<td>Estimated percentage of Ad Counts that correspond to SSAI proxies, excluding GIVT</td>\n</tr>\n<tr>\n<td>nonGivtSsaiTransparentImpressions (SSAI Transparent Ad Counts)</td>\n<td>Estimated total SSAI Ad Counts that come from proxies passing X-Device-User-Agent headers for more transparency, excluding GIVT.</td>\n</tr>\n<tr>\n<td>nonGivtSsaiTransparentImpressionsRate (SSAI Transparent Ad Counts %)</td>\n<td>Estimated percentage of Ad Counts that correspond to SSAI and come from proxies passing X-Device-User-Agent headers for more transparency, excluding GIVT.</td>\n</tr>\n<tr>\n<td>nonGivtUndeterminedImps (Undetermined Imps)</td>\n<td>Total number of Rendered Display Impressions in which Pixalate’s technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after the removal of General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>nonGivtUndeterminedImpsRate (Undetermined Imps %)</td>\n<td>Percentage of Rendered Display Impressions in which Pixalate’s technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtViewability (Viewability %)</td>\n<td>Percentage of Measured Impressions that were determined to be Viewable Impressions after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtViews (Views)</td>\n<td>Total number of Measured Impressions that were determined to be Viewable Impressions after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtViewsRate (Views %)</td>\n<td>Percentage of Rendered Display Impressions that were determined to be Viewable Impressions after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonViews (Net Non Views)</td>\n<td>Total number of Measured Impressions that were determined to not meet the requirements of a Viewable Impression net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonViewsRate (Net Non Views %)</td>\n<td>Percentage of Rendered Display Impressions that were determined to not meet the requirements of a Viewable Impression after the removal of all Invalid Traffic.</td>\n</tr>\n<tr>\n<td>phishingTraffic (Phishing Traffic)</td>\n<td>Number of Gross Ad Counts that were determined to be generated by Phishing activity.</td>\n</tr>\n<tr>\n<td>priceBid (Bid Price)</td>\n<td>Average bid price for Ad Counts.</td>\n</tr>\n<tr>\n<td>reach (Gross Reach)</td>\n<td>Total number of uniquely identified browser cookies before removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>renderedImpressions (Gross Rendered Impressions)</td>\n<td>Total number of Rendered Ad Impressions (Display \\u0026 Video) before removal of invalid traffic</td>\n</tr>\n<tr>\n<td>renderedVideoImpressions (Gross Rendered Video Impressions)</td>\n<td>Total number of Rendered Video Ad Impressions before removal of invalid traffic</td>\n</tr>\n<tr>\n<td>scriptImpressions (Gross Rendered Display Impressions)</td>\n<td>Total number of Rendered Display Ad Impressions generated from Pixalate’s script technology (excludes 1x1 pixel impressions) before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>shareOfGivtImpressions (Share of GIVT Ad Counts %)</td>\n<td>Percentage of Ad Counts that were filtered as General Invalid Traffic in relation to total General Invalid Traffic filtered.</td>\n</tr>\n<tr>\n<td>shareOfGivtSivtImpressions (Share of IVT Ad Counts %)</td>\n<td>Percentage of Gross Ad Counts that were filtered as Invalid Traffic in relation to total Invalid Traffic filtered.</td>\n</tr>\n<tr>\n<td>shareOfImpressions (Share of Gross Ad Counts %)</td>\n<td>Percentage of Ad Counts before the removal of invalid traffic in relation to total Ad Counts.</td>\n</tr>\n<tr>\n<td>shareOfNonGivtImpressions (Share of Ad Counts %)</td>\n<td>Percentage of Ad Counts after the removal of General Invalid Traffic in relation to total Ad Counts after the removal of General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>shareOfNonGivtSivtImpressions (Share of Net Ad Counts %)</td>\n<td>Percentage of Ad Counts after the removal of all Invalid Traffic in relation to total Net Ad Counts after removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>shareOfSivtImpressions (Share of SIVT Ad Counts %)</td>\n<td>Percentage of Ad Counts that were filtered as Sophisticated Invalid Traffic in relation to total Sophisticated Invalid Traffic filtered.</td>\n</tr>\n<tr>\n<td>sivtTotalClicks (SIVT Clicks)</td>\n<td>Number of Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtTotalClicksRate (SIVT Clicks %)</td>\n<td>Percentage of Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtClickRate (SIVT Matched Clicks %)</td>\n<td>Percentage of Gross Matched Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtClicks (SIVT Matched Clicks)</td>\n<td>Number of Gross Matched Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtTotalConversions (SIVT Conversions)</td>\n<td>Number of Gross Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtConversions (SIVT Matched Conversions)</td>\n<td>Number of Gross Matched Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtTotalConvsRate (SIVT Conversions %)</td>\n<td>Percentage of Gross Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtConvsRate (SIVT Matched Conversions %)</td>\n<td>Percentage of Gross Matched Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtImpressions (SIVT Ad Counts)</td>\n<td>Number of Gross Ad Counts that were filtered as Sophisticated Invalid Traffic.</td>\n</tr>\n<tr>\n<td>sivtImpsRate (SIVT Ad Counts %)</td>\n<td>Percentage of Gross Ad Counts that were filtered as Sophisticated Invalid Traffic.</td>\n</tr>\n<tr>\n<td>sivtIpv6Impressions (IPv6 SIVT Ad Counts)</td>\n<td>Total number of IPv6 Ad Counts that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtIpv6ImpressionsRate (IPv6 SIVT Ad Counts %)</td>\n<td>Percentage of total number of IPv6 Ad Counts that were filtered as Sophisticated Invalid Traffic.</td>\n</tr>\n<tr>\n<td>sivtRate (SIVT %)</td>\n<td>Percentage of Ad Counts, Clicks, and Conversions that were filtered as Sophisticated Invalid Traffic.</td>\n</tr>\n<tr>\n<td>sivtTraffic (SIVT Traffic)</td>\n<td>Total number of Ad Counts, Clicks, and Conversions that were filtered as Sophisticated Invalid Traffic.</td>\n</tr>\n<tr>\n<td>ssaiImpressions (Gross SSAI Ad Counts)</td>\n<td>Estimated total SSAI Ad Counts, before removal of IVT</td>\n</tr>\n<tr>\n<td>ssaiImpressionsRate (Gross SSAI Ad Counts %)</td>\n<td>Estimated percentage of Ad Counts that correspond to SSAI proxies, before removal of IVT</td>\n</tr>\n<tr>\n<td>ssaiTransparentImpressions (Gross SSAI Transparent Ad Counts)</td>\n<td>Estimated total SSAI Ad Counts that come from proxies passing X-Device-User-Agent headers for more transparency, before removal of IVT</td>\n</tr>\n<tr>\n<td>ssaiTransparentImpressionsRate (Gross SSAI Transparent Ad Counts %)</td>\n<td>Estimated percentage of Ad Counts that correspond to SSAI and come from proxies passing X-Device-User-Agent headers for more transparency, before removal of IVT</td>\n</tr>\n<tr>\n<td>timeSpentOnPage (Time Spent On Page)</td>\n<td>Average amount of time that users spent on the web page, expressed in minutes:seconds</td>\n</tr>\n<tr>\n<td>undeterminedImps (Net Undetermined Imps)</td>\n<td>Total number of Rendered Display Impressions in which Pixalate’s technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>undeterminedImpsRate (Net Undetermined Imps %)</td>\n<td>Percentage of Rendered Display Impressions in which Pixalate’s technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>viewability (Net Viewability %)</td>\n<td>Percentage of Measured Impressions that were determined to be Viewable Impressions after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>viewConvs (Gross Matched V-Convs)</td>\n<td>View-through Conversions. Total number of Matched Conversions in which users took action at a later time after seeing a Viewable Impression</td>\n</tr>\n<tr>\n<td>views (Net Views)</td>\n<td>Total number of Measured Impressions that were determined to be Viewable Impressions after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>viewsRate (Net Views %)</td>\n<td>Percentage of Impressions that were determined to be Viewable Impressions net of all Invalid Traffic</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error-codes\">ERROR CODES</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Cause</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Bad Request (400)</td>\n<td>If request includes invalid parameters</td>\n</tr>\n<tr>\n<td>Unauthorized (401)</td>\n<td>No user session has been established</td>\n</tr>\n<tr>\n<td>Forbidden (403)</td>\n<td>Quota limit exceeded</td>\n</tr>\n<tr>\n<td>Not Found (404)</td>\n<td>The Target Service/Resource not found</td>\n</tr>\n<tr>\n<td>Internal Service Error (500)</td>\n<td>The query was unable to be completed</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7ad0842d-83c5-4647-a341-6bed870083e4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f27d38b8-036d-4ca0-b332-43f4199261da"}}],"_postman_id":"752571ed-6a30-47a8-bb7c-8dfb2391c7be"},{"name":"Supply Path Report Example","id":"29c64388-d742-492e-aa1c-362e0fa17e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://api.pixalate.com/api/v2/analytics/reports/spo?q=kv18,kv55,node1SellerId,node2SellerId,nodePathComplete,impressions,givtSivtRate WHERE day>='2026-02-01' AND day<='2026-02-01' ORDER BY impressions DESC&start=0&limit=10","description":"<p>The following query represents an example of the By Supply Path Report, which is listed under the '<strong>SPO Reports-Supply Path</strong>' in the Pixalate Dashboard.</p>\n<p>SQL Query:</p>\n<p>kv18,kv55,node1SellerId,node2SellerId,nodePathComplete,impressions,givtSivtRate WHERE day&gt;='2026-02-01' AND day&lt;='2026-02-01' ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["api","v2","analytics","reports","spo"],"host":["api","pixalate","com"],"query":[{"key":"q","value":"kv18,kv55,node1SellerId,node2SellerId,nodePathComplete,impressions,givtSivtRate WHERE day>='2026-02-01' AND day<='2026-02-01' ORDER BY impressions DESC"},{"key":"start","value":"0"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"35b78142-771b-4b12-af1e-ab4e1ab04e22","name":"Supply Path Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixalate.com/api/v2/analytics/reports/spo?q=kv18,kv55,node1SellerId,node2SellerId,nodePathComplete,impressions,givtSivtRate WHERE day>='2026-02-01' AND day<='2026-02-01' ORDER BY impressions DESC&start=0&limit=10","protocol":"https","host":["api","pixalate","com"],"path":["api","v2","analytics","reports","spo"],"query":[{"key":"q","value":"kv18,kv55,node1SellerId,node2SellerId,nodePathComplete,impressions,givtSivtRate WHERE day>='2026-02-01' AND day<='2026-02-01' ORDER BY impressions DESC"},{"key":"start","value":"0"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 06 Feb 2026 19:55:15 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"2885"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f98aa573-7688-4e66-bf2a-2c2594e0fe24"},{"key":"access-control-allow-origin","value":""},{"key":"access-control-allow-headers","value":"origin, x-requested-with, accept, x-api-key, content-type, authorization"},{"key":"x-cache","value":"HIT"},{"key":"x-amzn-Remapped-connection","value":"keep-alive"},{"key":"Requests-Remaining","value":"28"},{"key":"set-cookie","value":"AWSALB=RyMy6A/C+mMiUvilKFdiE30bQxUrs5AsmKHSemW/xIP9figUuHeJTOxwQcA2/XOiLEoQZ4nhAOHjS2Y65ZvgS0OrNsNJIrSkdYaeo5NiKsP99YbW6FAXuEZqecGh; Expires=Fri, 13 Feb 2026 19:55:09 GMT; Path=/, AWSALBCORS=RyMy6A/C+mMiUvilKFdiE30bQxUrs5AsmKHSemW/xIP9figUuHeJTOxwQcA2/XOiLEoQZ4nhAOHjS2Y65ZvgS0OrNsNJIrSkdYaeo5NiKsP99YbW6FAXuEZqecGh; Expires=Fri, 13 Feb 2026 19:55:09 GMT; Path=/; SameSite=None; Secure, JSESSIONID=736C679F6E116A4C7562656630B40DE6; Path=/; Secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"YYAMfGMWIAMF9sw="},{"key":"cache-control","value":"no-cache, from-store"},{"key":"x-amzn-Remapped-server","value":"nginx"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"access-control-allow-methods","value":"HEAD, GET, PUT, POST, DELETE, PATCH"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6986471c-6f0b6b802f8b41eb2cc3cf46;Parent=31c2abbb4f45ccef;Sampled=0;Lineage=1:3c36b981:0"},{"key":"pragma","value":"no-cache"},{"key":"access-control-max-age","value":"3628800"},{"key":"x-amzn-Remapped-date","value":"Fri, 06 Feb 2026 19:55:15 GMT"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 38791,\n    \"docs\": [\n        {\n            \"kv18\": \"com.aaaudi.wordmaker\",\n            \"kv55\": \"1.0,1!bigo.sg,1112518,1,88200e1a32ee414f8a88b48045ab9de2,4bdn-stories,4bdn-stories.com!smartadserver.com,4568,1,,BigoIndirect,bigo.sg\",\n            \"node1SellerId\": \"1112518\",\n            \"node2SellerId\": \"4568\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2480,\n            \"givtSivtRate\": 0\n        },\n        {\n            \"kv18\": \"6451208928\",\n            \"kv55\": \"1.0,1!bigo.sg,1112518,1,36ce0c1a62be4e8cb23cc63544f0354b,4bdn-stories,4bdn-stories.com!rubiconproject.com,22134,1,,BigoTechnologyPTE.LTD,bigo.sg\",\n            \"node1SellerId\": \"1112518\",\n            \"node2SellerId\": \"22134\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2480,\n            \"givtSivtRate\": 0\n        },\n        {\n            \"kv18\": \"loppipoppi.dominoes\",\n            \"kv55\": \"1.0,1!bigo.sg,1112518,1,1e526a50-e1b6-4e5a-8b12-fbb3e7e79d1e_0,4bdn-stories,4bdn-stories.com!smartadserver.com,4568,1,,BigoIndirect,bigo.sg\",\n            \"node1SellerId\": \"1112518\",\n            \"node2SellerId\": \"4568\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2480,\n            \"givtSivtRate\": 0\n        },\n        {\n            \"kv18\": \"com.aaaudi.wordmaker\",\n            \"kv55\": \"1.0,1!bigo.sg,1112518,1,9eaff3562b1a4fafb1a0261643a6e821,4bdn-stories,4bdn-stories.com!smartadserver.com,4568,1,,BigoIndirect,bigo.sg\",\n            \"node1SellerId\": \"1112518\",\n            \"node2SellerId\": \"4568\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2480,\n            \"givtSivtRate\": 0\n        },\n        {\n            \"kv18\": \"com.aaaudi.wordmaker\",\n            \"kv55\": \"1.0,1!bigo.sg,1112518,1,e2d2f8b31ccf4869b901f45b715ae95c,4bdn-stories,4bdn-stories.com!smartadserver.com,4568,1,,BigoIndirect,bigo.sg\",\n            \"node1SellerId\": \"1112518\",\n            \"node2SellerId\": \"4568\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2480,\n            \"givtSivtRate\": 0\n        },\n        {\n            \"kv18\": \"loppipoppi.dominoes\",\n            \"kv55\": \"1.0,1!bigo.sg,1112518,1,b8ae75c3-e3f9-42b3-928f-f9a4d4ef93af_1,4bdn-stories,4bdn-stories.com!rubiconproject.com,22134,1,,BigoTechnologyPTE.LTD,bigo.sg\",\n            \"node1SellerId\": \"1112518\",\n            \"node2SellerId\": \"22134\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2480,\n            \"givtSivtRate\": 0\n        },\n        {\n            \"kv18\": \"com.newpubco.klondikesolitaire\",\n            \"kv55\": \"1.0,1!bigo.sg,1112518,1,71aeae2ca86c4e5faae7f95210573bce,4bdn-stories,4bdn-stories.com!smartadserver.com,4568,1,,BigoIndirect,bigo.sg\",\n            \"node1SellerId\": \"1112518\",\n            \"node2SellerId\": \"4568\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2480,\n            \"givtSivtRate\": 1\n        },\n        {\n            \"kv18\": \"loppipoppi.dominoes\",\n            \"kv55\": \"1.0,1!bigo.sg,1112518,1,89e0278b-d70c-42bb-9118-f428516db9ef_0,4bdn-stories,4bdn-stories.com!smartadserver.com,4568,1,,BigoIndirect,bigo.sg\",\n            \"node1SellerId\": \"1112518\",\n            \"node2SellerId\": \"4568\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2480,\n            \"givtSivtRate\": 0\n        },\n        {\n            \"kv18\": \"6474685600\",\n            \"kv55\": \"1.0,1!bigo.sg,10374,1,3cf2512b8b134540b3270428ed08a45e,MaximVasilkov,vasilkoff.info!rubiconproject.com,22134,1,,BigoTechnologyPTE.LTD,bigo.sg\",\n            \"node1SellerId\": \"10374\",\n            \"node2SellerId\": \"22134\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2060,\n            \"givtSivtRate\": 1\n        },\n        {\n            \"kv18\": \"com.morionstudio.hiddenobject\",\n            \"kv55\": \"1.0,1!bigo.sg,10374,1,,MaximVasilkov,vasilkoff.info!unrulymedia.com,201313863,1,,BIGO,bigo.sg\",\n            \"node1SellerId\": \"10374\",\n            \"node2SellerId\": \"201313863\",\n            \"nodePathComplete\": \"yes\",\n            \"impressions\": 2060,\n            \"givtSivtRate\": 0\n        }\n    ]\n}"}],"_postman_id":"29c64388-d742-492e-aa1c-362e0fa17e97"},{"name":"Source-Destination Traffic Report Example","id":"b1271991-22a4-4710-a6d2-19e9d1831911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://api.pixalate.com/api/v2/analytics/reports/spoSrcDest?q=src,dest,impressions,givtSivtRate,givtImpsRate,sivtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' ORDER BY impressions DESC&start=0&limit=10","description":"<p>The following query represents an example of the By Source-Destination Traffic Report, which is listed under the '<strong>SPO Reports- Source Destination Traffic</strong>' in the Pixalate Dashboard.</p>\n<p>SQL Query:</p>\n<p>src,dest,impressions,givtSivtRate,givtImpsRate,sivtImpsRate WHERE day&gt;='2026-02-01' AND day&lt;='2026-02-01' ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["api","v2","analytics","reports","spoSrcDest"],"host":["api","pixalate","com"],"query":[{"key":"q","value":"src,dest,impressions,givtSivtRate,givtImpsRate,sivtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' ORDER BY impressions DESC"},{"key":"start","value":"0"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"0bddfc08-daf8-4a37-9e5b-2ad8513a433b","name":"Source-Destination Traffic Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixalate.com/api/v2/analytics/reports/spoSrcDest?q=src,dest,impressions,givtSivtRate,givtImpsRate,sivtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' ORDER BY impressions DESC&start=0&limit=10","protocol":"https","host":["api","pixalate","com"],"path":["api","v2","analytics","reports","spoSrcDest"],"query":[{"key":"q","value":"src,dest,impressions,givtSivtRate,givtImpsRate,sivtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' ORDER BY impressions DESC"},{"key":"start","value":"0"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 06 Feb 2026 19:50:47 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1385"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"53c00b2e-7e55-4c3c-baa3-9228c29548cf"},{"key":"access-control-allow-origin","value":""},{"key":"access-control-allow-headers","value":"origin, x-requested-with, accept, x-api-key, content-type, authorization"},{"key":"x-cache","value":"MISS"},{"key":"x-amzn-Remapped-connection","value":"keep-alive"},{"key":"Requests-Remaining","value":"28"},{"key":"set-cookie","value":"AWSALB=saqUZIytsyigc+CjQzV0IXoskD4Zk2CdbDknXXGuWWfajj0PU/pXJCcDJ7qcUbWJRZAb8MPokxelsaM4Lj3C04ifP6JfHKP9Ywh15E+1Djh1ZTZ39ocpULnea3VJ; Expires=Fri, 13 Feb 2026 19:50:44 GMT; Path=/, AWSALBCORS=saqUZIytsyigc+CjQzV0IXoskD4Zk2CdbDknXXGuWWfajj0PU/pXJCcDJ7qcUbWJRZAb8MPokxelsaM4Lj3C04ifP6JfHKP9Ywh15E+1Djh1ZTZ39ocpULnea3VJ; Expires=Fri, 13 Feb 2026 19:50:44 GMT; Path=/; SameSite=None; Secure, JSESSIONID=486320A8D2556FD8122A53CB7FD475F4; Path=/; Secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"YX_jFHCTIAMFdlQ="},{"key":"cache-control","value":"no-cache"},{"key":"x-amzn-Remapped-server","value":"nginx"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"access-control-allow-methods","value":"HEAD, GET, PUT, POST, DELETE, PATCH"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69864613-5df2405a1613853c3defe4b0;Parent=5d6b7cef6a010ca0;Sampled=0;Lineage=1:3c36b981:0"},{"key":"pragma","value":"no-cache"},{"key":"access-control-max-age","value":"3628800"},{"key":"x-amzn-Remapped-date","value":"Fri, 06 Feb 2026 19:50:47 GMT"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 791,\n    \"docs\": [\n        {\n            \"src\": \"cafemedia.com\",\n            \"dest\": \"indexexchange.com\",\n            \"impressions\": 2070,\n            \"givtSivtRate\": 0.08986,\n            \"givtImpsRate\": 0.00966,\n            \"sivtImpsRate\": 0.08019\n        },\n        {\n            \"src\": \"themediagrid.com\",\n            \"dest\": \"bidswitch.com\",\n            \"impressions\": 2016,\n            \"givtSivtRate\": 0.17262,\n            \"givtImpsRate\": 0.01885,\n            \"sivtImpsRate\": 0.15377\n        },\n        {\n            \"src\": \"indexexchange.com\",\n            \"dest\": \"NorthAmerica\",\n            \"impressions\": 1154,\n            \"givtSivtRate\": 0.06759,\n            \"givtImpsRate\": 0.0104,\n            \"sivtImpsRate\": 0.05719\n        },\n        {\n            \"src\": \"algorix.co\",\n            \"dest\": \"smartadserver.com\",\n            \"impressions\": 834,\n            \"givtSivtRate\": 0.41007,\n            \"givtImpsRate\": 0.02878,\n            \"sivtImpsRate\": 0.38129\n        },\n        {\n            \"src\": \"risecodes.com\",\n            \"dest\": \"rubiconproject.com\",\n            \"impressions\": 822,\n            \"givtSivtRate\": 0.15937,\n            \"givtImpsRate\": 0.01095,\n            \"sivtImpsRate\": 0.14842\n        },\n        {\n            \"src\": \"applovin.com\",\n            \"dest\": \"indexexchange.com\",\n            \"impressions\": 691,\n            \"givtSivtRate\": 0.43271,\n            \"givtImpsRate\": 0.00724,\n            \"sivtImpsRate\": 0.42547\n        },\n        {\n            \"src\": \"onetag.com\",\n            \"dest\": \"rubiconproject.com\",\n            \"impressions\": 670,\n            \"givtSivtRate\": 0.10597,\n            \"givtImpsRate\": 0,\n            \"sivtImpsRate\": 0.10597\n        },\n        {\n            \"src\": \"bigo.sg\",\n            \"dest\": \"rubiconproject.com\",\n            \"impressions\": 644,\n            \"givtSivtRate\": 0.49689,\n            \"givtImpsRate\": 0.01242,\n            \"sivtImpsRate\": 0.48447\n        },\n        {\n            \"src\": \"freestar.com\",\n            \"dest\": \"indexexchange.com\",\n            \"impressions\": 538,\n            \"givtSivtRate\": 0.07807,\n            \"givtImpsRate\": 0.00929,\n            \"sivtImpsRate\": 0.06877\n        },\n        {\n            \"src\": \"cafemedia.com\",\n            \"dest\": \"triplelift.com\",\n            \"impressions\": 527,\n            \"givtSivtRate\": 0.05882,\n            \"givtImpsRate\": 0.00759,\n            \"sivtImpsRate\": 0.05123\n        }\n    ]\n}"}],"_postman_id":"b1271991-22a4-4710-a6d2-19e9d1831911"},{"name":"Dashboard (Advertiser) Report Example","id":"c83966ec-6d84-4990-abb3-d471a4525491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://api.pixalate.com/api/v2/analytics/reports/default?start=0&limit=10&q=advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY advertiserId ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>Dashboard</em> report, which is the default report that is provided when first logging into the Pixalate Dashboard.</p>\n<p>SQL Query: advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day&gt;='2026-02-01' AND day&lt;='2026-02-01' GROUP BY advertiserId ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["api","v2","analytics","reports","default"],"host":["api","pixalate","com"],"query":[{"key":"start","value":"0"},{"key":"limit","value":"10"},{"key":"q","value":"advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY advertiserId ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"e2c6ebdd-e8df-435f-b040-7f9cadbdae4e","name":"By Advertiser Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixalate.com/api/v2/analytics/reports/default?start=0&limit=10&q=advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY advertiserId ORDER BY impressions DESC","protocol":"https","host":["api","pixalate","com"],"path":["api","v2","analytics","reports","default"],"query":[{"key":"start","value":"0"},{"key":"limit","value":"10"},{"key":"q","value":"advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY advertiserId ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 06 Feb 2026 20:20:43 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1858"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"47e63bb8-a352-4df9-a6d4-6bf62e0b1be9"},{"key":"access-control-allow-origin","value":""},{"key":"access-control-allow-headers","value":"origin, x-requested-with, accept, x-api-key, content-type, authorization"},{"key":"x-cache","value":"MISS"},{"key":"x-amzn-Remapped-connection","value":"keep-alive"},{"key":"Requests-Remaining","value":"97"},{"key":"set-cookie","value":"AWSALB=fDX95ll3Sck5cG0YO032xlCIAwnzTRbAEcyuaDZ5f8NvK4reHF85g+c2/TD+95KteA1TqOcyb4R4ww0q8Krt1HbWJdRkd/NvWeHZ//sbo6ZaMZ8UMY9vk/8vwDZ5; Expires=Fri, 13 Feb 2026 20:20:40 GMT; Path=/, AWSALBCORS=fDX95ll3Sck5cG0YO032xlCIAwnzTRbAEcyuaDZ5f8NvK4reHF85g+c2/TD+95KteA1TqOcyb4R4ww0q8Krt1HbWJdRkd/NvWeHZ//sbo6ZaMZ8UMY9vk/8vwDZ5; Expires=Fri, 13 Feb 2026 20:20:40 GMT; Path=/; SameSite=None; Secure, JSESSIONID=F37699E2A9BAC3F0A85B80F5E3E19FA9; Path=/; Secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"YYD7uG6goAMFQJA="},{"key":"cache-control","value":"no-cache"},{"key":"x-amzn-Remapped-server","value":"nginx"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"access-control-allow-methods","value":"HEAD, GET, PUT, POST, DELETE, PATCH"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69864d17-3654f20909c627ae2382ae37;Parent=3675eccc318a7a74;Sampled=0;Lineage=1:3c36b981:0"},{"key":"pragma","value":"no-cache"},{"key":"access-control-max-age","value":"3628800"},{"key":"x-amzn-Remapped-date","value":"Fri, 06 Feb 2026 20:20:43 GMT"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 65,\n    \"docs\": [\n        {\n            \"advertiserId\": \"114423\",\n            \"reach\": 12517,\n            \"impressions\": 13532,\n            \"viewability\": 0.67319,\n            \"views\": 4233,\n            \"viewsRate\": 0.67319,\n            \"adsAboveTheFold\": 0.30655,\n            \"givtImpsRate\": 0.0201,\n            \"sivtImpsRate\": 0.10804\n        },\n        {\n            \"advertiserId\": \"115104\",\n            \"reach\": 7804,\n            \"impressions\": 8015,\n            \"viewability\": 0.6789,\n            \"views\": 4182,\n            \"viewsRate\": 0.6789,\n            \"adsAboveTheFold\": 0.15549,\n            \"givtImpsRate\": 0.02233,\n            \"sivtImpsRate\": 0.19426\n        },\n        {\n            \"advertiserId\": \"114008\",\n            \"reach\": 7211,\n            \"impressions\": 7211,\n            \"viewability\": 0.54279,\n            \"views\": 2727,\n            \"viewsRate\": 0.54279,\n            \"adsAboveTheFold\": 0.13623,\n            \"givtImpsRate\": 0.0086,\n            \"sivtImpsRate\": 0.27722\n        },\n        {\n            \"advertiserId\": \"9701\",\n            \"reach\": 7063,\n            \"impressions\": 7063,\n            \"viewability\": 0.5931,\n            \"views\": 3679,\n            \"viewsRate\": 0.5931,\n            \"adsAboveTheFold\": 0.37337,\n            \"givtImpsRate\": 0.00849,\n            \"sivtImpsRate\": 0.08764\n        },\n        {\n            \"advertiserId\": \"113468\",\n            \"reach\": 3546,\n            \"impressions\": 3668,\n            \"viewability\": 0.74823,\n            \"views\": 1480,\n            \"viewsRate\": 0.74823,\n            \"adsAboveTheFold\": 0.18713,\n            \"givtImpsRate\": 0.01145,\n            \"sivtImpsRate\": 0.42448\n        },\n        {\n            \"advertiserId\": \"115289\",\n            \"reach\": 1560,\n            \"impressions\": 1560,\n            \"viewability\": 0.61998,\n            \"views\": 664,\n            \"viewsRate\": 0.61998,\n            \"adsAboveTheFold\": 0.07329,\n            \"givtImpsRate\": 0.03846,\n            \"sivtImpsRate\": 0.27244\n        },\n        {\n            \"advertiserId\": \"112053\",\n            \"reach\": 1468,\n            \"impressions\": 1468,\n            \"viewability\": 0.73902,\n            \"views\": 572,\n            \"viewsRate\": 0.73902,\n            \"adsAboveTheFold\": 0.22241,\n            \"givtImpsRate\": 0.01022,\n            \"sivtImpsRate\": 0.40054\n        },\n        {\n            \"advertiserId\": \"114246\",\n            \"reach\": 1266,\n            \"impressions\": 1330,\n            \"viewability\": 0.70074,\n            \"views\": 665,\n            \"viewsRate\": 0.70074,\n            \"adsAboveTheFold\": 0.31275,\n            \"givtImpsRate\": 0.01805,\n            \"sivtImpsRate\": 0.19549\n        },\n        {\n            \"advertiserId\": \"115494\",\n            \"reach\": 928,\n            \"impressions\": 932,\n            \"viewability\": 0.80795,\n            \"views\": 488,\n            \"viewsRate\": 0.80795,\n            \"adsAboveTheFold\": 0.53117,\n            \"givtImpsRate\": 0.00107,\n            \"sivtImpsRate\": 0.18884\n        },\n        {\n            \"advertiserId\": \"113550\",\n            \"reach\": 834,\n            \"impressions\": 839,\n            \"viewability\": 0.81395,\n            \"views\": 455,\n            \"viewsRate\": 0.81395,\n            \"adsAboveTheFold\": 0.1693,\n            \"givtImpsRate\": 0.01311,\n            \"sivtImpsRate\": 0.28605\n        }\n    ]\n}"}],"_postman_id":"c83966ec-6d84-4990-abb3-d471a4525491"},{"name":"Domain Report Example","id":"db983e50-de19-4983-a8eb-ed9349ad3d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=adDomain,impressions,givtSivtRate WHERE day>='2026-02-06' AND day<='2026-02-06' ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>Domain</em> report listed under the 'Dashboard' report in the main report section.</p>\n<p>SQL Query:<br />adDomain,impressions,givtSivtRate WHERE day&gt;='2026-02-05' AND day&lt;='2026-02-05' ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["api","v2","analytics","reports","default"],"host":["api","pixalate","com"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"adDomain,impressions,givtSivtRate WHERE day>='2026-02-06' AND day<='2026-02-06' ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"6a2a9819-8417-409e-9b52-64db70e6a10e","name":"By Domain Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=adDomain,impressions,givtSivtRate WHERE day>='2026-02-05' AND day<='2026-02-05' ORDER BY impressions DESC","protocol":"https","host":["api","pixalate","com"],"path":["api","v2","analytics","reports","default"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"adDomain,impressions,givtSivtRate WHERE day>='2026-02-05' AND day<='2026-02-05' ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 06 Feb 2026 20:26:42 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"742"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c8fb08ef-ec39-495b-9222-542fd95a4834"},{"key":"access-control-allow-origin","value":""},{"key":"access-control-allow-headers","value":"origin, x-requested-with, accept, x-api-key, content-type, authorization"},{"key":"x-cache","value":"MISS"},{"key":"x-amzn-Remapped-connection","value":"keep-alive"},{"key":"Requests-Remaining","value":"96"},{"key":"set-cookie","value":"AWSALB=WMby2Rzt6LxhzF7BRKUlKch/lhnck6w6HF7a3k9bXZAjc0/SysJ8rZIQJ8iAAwV0cGvgeX2vtIBgmWbivhJGBlEn4hPr72gt5ZKE4JVp6U/yXI9Hmfojd85CPOlZ; Expires=Fri, 13 Feb 2026 20:26:40 GMT; Path=/, AWSALBCORS=WMby2Rzt6LxhzF7BRKUlKch/lhnck6w6HF7a3k9bXZAjc0/SysJ8rZIQJ8iAAwV0cGvgeX2vtIBgmWbivhJGBlEn4hPr72gt5ZKE4JVp6U/yXI9Hmfojd85CPOlZ; Expires=Fri, 13 Feb 2026 20:26:40 GMT; Path=/; SameSite=None; Secure, JSESSIONID=4D9BF67730AD2F9D43B2BDC542084767; Path=/; Secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"YYEz_FOSoAMFWWw="},{"key":"cache-control","value":"no-cache"},{"key":"x-amzn-Remapped-server","value":"nginx"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"access-control-allow-methods","value":"HEAD, GET, PUT, POST, DELETE, PATCH"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69864e7f-41680a8d2e2fb1f714d4de76;Parent=4def71956d5f2979;Sampled=0;Lineage=1:3c36b981:0"},{"key":"pragma","value":"no-cache"},{"key":"access-control-max-age","value":"3628800"},{"key":"x-amzn-Remapped-date","value":"Fri, 06 Feb 2026 20:26:42 GMT"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 5828,\n    \"docs\": [\n        {\n            \"adDomain\": \"localhost\",\n            \"impressions\": 11069,\n            \"givtSivtRate\": 0.30762\n        },\n        {\n            \"adDomain\": \"\",\n            \"impressions\": 4021,\n            \"givtSivtRate\": 0.31087\n        },\n        {\n            \"adDomain\": \"mail.yahoo.com\",\n            \"impressions\": 3587,\n            \"givtSivtRate\": 0.06635\n        },\n        {\n            \"adDomain\": \"pubads.g.doubleclick.net\",\n            \"impressions\": 3551,\n            \"givtSivtRate\": 0.13996\n        },\n        {\n            \"adDomain\": \"msn.com\",\n            \"impressions\": 2999,\n            \"givtSivtRate\": 0.04468\n        },\n        {\n            \"adDomain\": \"yahoo.com\",\n            \"impressions\": 2859,\n            \"givtSivtRate\": 0.10423\n        },\n        {\n            \"adDomain\": \"about:blank\",\n            \"impressions\": 2689,\n            \"givtSivtRate\": 0.22239\n        },\n        {\n            \"adDomain\": \"adx.g.doubleclick.net\",\n            \"impressions\": 2541,\n            \"givtSivtRate\": 0.2015\n        },\n        {\n            \"adDomain\": \"c.amazon-adsystem.com\",\n            \"impressions\": 2234,\n            \"givtSivtRate\": 0.38406\n        },\n        {\n            \"adDomain\": \"wv.inner-active.mobi\",\n            \"impressions\": 2071,\n            \"givtSivtRate\": 0.30275\n        }\n    ]\n}"}],"_postman_id":"db983e50-de19-4983-a8eb-ed9349ad3d2e"},{"name":"By Fraud Type Report Example","id":"c173e38d-2af2-4ecf-90f2-370436e8fa9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY fraudType ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>By Fraud Type</em> report, which is listed under the Fraud Reports in the Pixalate Dashboard.</p>\n<p>SQL Query: fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2026-02-01' AND day&lt;='2026-02-01' GROUP BY fraudType ORDER BY impressions DESC</p>\n<blockquote>\n<p>Note: Each row represents data for a specific fraud type.Data for any given row with a Fraud Type value will always report 100% IVT. Rows with no text value for Fraud Type means the data in that row is 100% IVT free.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v2","analytics","reports","default"],"host":["api","pixalate","com"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY fraudType ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"cc9c21d6-2bb0-4768-9dda-e294fd5225ad","name":"By Fraud Type Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY fraudType ORDER BY impressions DESC","protocol":"https","host":["api","pixalate","com"],"path":["api","v2","analytics","reports","default"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY fraudType ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 06 Feb 2026 21:28:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1257"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2aa1e7d6-19cf-4daf-978a-06cfa4fb1741"},{"key":"access-control-allow-origin","value":""},{"key":"access-control-allow-headers","value":"origin, x-requested-with, accept, x-api-key, content-type, authorization"},{"key":"x-cache","value":"MISS"},{"key":"x-amzn-Remapped-connection","value":"keep-alive"},{"key":"Requests-Remaining","value":"95"},{"key":"set-cookie","value":"AWSALB=vKVOKBXYX7LmbH2AEZtZFtJ5Y0gWn080OyP+fTPacuRFlHUPD0yJ66twoww8hvcYPB69EPqOB+w0s7cIwAbZV1C793dJ/RzkiMmkZitSEhU+6cFL6ZnMMHyj1kt9; Expires=Fri, 13 Feb 2026 21:28:03 GMT; Path=/, AWSALBCORS=vKVOKBXYX7LmbH2AEZtZFtJ5Y0gWn080OyP+fTPacuRFlHUPD0yJ66twoww8hvcYPB69EPqOB+w0s7cIwAbZV1C793dJ/RzkiMmkZitSEhU+6cFL6ZnMMHyj1kt9; Expires=Fri, 13 Feb 2026 21:28:03 GMT; Path=/; SameSite=None; Secure, JSESSIONID=9E815EEC38D89CDAA6EB03B63F0F6247; Path=/; Secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"YYNzcGfDoAMFiXg="},{"key":"cache-control","value":"no-cache"},{"key":"x-amzn-Remapped-server","value":"nginx"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"access-control-allow-methods","value":"HEAD, GET, PUT, POST, DELETE, PATCH"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69865ce2-7b0acfed6b933aa160381b96;Parent=4cc3d93f9b32dc5d;Sampled=0;Lineage=1:3c36b981:0"},{"key":"pragma","value":"no-cache"},{"key":"access-control-max-age","value":"3628800"},{"key":"x-amzn-Remapped-date","value":"Fri, 06 Feb 2026 21:28:05 GMT"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 24,\n    \"docs\": [\n        {\n            \"fraudType\": \"\",\n            \"impressions\": 43812,\n            \"sivtImpressions\": 0,\n            \"sivtImpsRate\": 0,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"fraudType\": \"highRiskApp\",\n            \"impressions\": 3549,\n            \"sivtImpressions\": 3549,\n            \"sivtImpsRate\": 1,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"fraudType\": \"highRiskDeviceId\",\n            \"impressions\": 2745,\n            \"sivtImpressions\": 2745,\n            \"sivtImpsRate\": 1,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"fraudType\": \"displayImpressionFraud\",\n            \"impressions\": 2182,\n            \"sivtImpressions\": 2182,\n            \"sivtImpsRate\": 1,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"fraudType\": \"highRiskDomain\",\n            \"impressions\": 799,\n            \"sivtImpressions\": 799,\n            \"sivtImpsRate\": 1,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"fraudType\": \"deviceIdStuffing\",\n            \"impressions\": 514,\n            \"sivtImpressions\": 514,\n            \"sivtImpsRate\": 1,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"fraudType\": \"datacenter\",\n            \"impressions\": 508,\n            \"sivtImpressions\": 0,\n            \"sivtImpsRate\": 0,\n            \"givtImpressions\": 508,\n            \"givtImpsRate\": 1\n        },\n        {\n            \"fraudType\": \"highRiskIP\",\n            \"impressions\": 472,\n            \"sivtImpressions\": 472,\n            \"sivtImpsRate\": 1,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"fraudType\": \"IABcrawler\",\n            \"impressions\": 401,\n            \"sivtImpressions\": 0,\n            \"sivtImpsRate\": 0,\n            \"givtImpressions\": 401,\n            \"givtImpsRate\": 1\n        },\n        {\n            \"fraudType\": \"maskedIP\",\n            \"impressions\": 243,\n            \"sivtImpressions\": 243,\n            \"sivtImpsRate\": 1,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        }\n    ]\n}"}],"_postman_id":"c173e38d-2af2-4ecf-90f2-370436e8fa9f"},{"name":"By Seller Example","id":"46bacf29-cf91-4f88-8008-c45d62985991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY kv7 ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>By Seller ID</em> report, which is listed under the <em>Fraud Reports</em> in the Pixalate Dashboard.</p>\n<p>SQL Query: kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2026-02-01' AND day&lt;='2026-02-01' GROUP BY kv7 ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["api","v2","analytics","reports","default"],"host":["api","pixalate","com"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY kv7 ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"4c4f09c0-be05-45f0-bd38-7aebf372605d","name":"By Seller Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY kv7 ORDER BY impressions DESC","protocol":"https","host":["api","pixalate","com"],"path":["api","v2","analytics","reports","default"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' GROUP BY kv7 ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 06 Feb 2026 21:31:47 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1235"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"bc78062b-e934-40b5-ab0d-35b14b30d6cd"},{"key":"access-control-allow-origin","value":""},{"key":"access-control-allow-headers","value":"origin, x-requested-with, accept, x-api-key, content-type, authorization"},{"key":"x-cache","value":"MISS"},{"key":"x-amzn-Remapped-connection","value":"keep-alive"},{"key":"Requests-Remaining","value":"94"},{"key":"set-cookie","value":"AWSALB=kyuj0NC/lIO+V00HPIW8KtDN+nUy0arsGZcVBp+WapTRYFweeTlO8gsJ0hoYkJePwFecZhCQSpfQczAakv8NEJ4v0326/1hYrK954gsNLT8TYh/lwFv+izD+5t3h; Expires=Fri, 13 Feb 2026 21:31:44 GMT; Path=/, AWSALBCORS=kyuj0NC/lIO+V00HPIW8KtDN+nUy0arsGZcVBp+WapTRYFweeTlO8gsJ0hoYkJePwFecZhCQSpfQczAakv8NEJ4v0326/1hYrK954gsNLT8TYh/lwFv+izD+5t3h; Expires=Fri, 13 Feb 2026 21:31:44 GMT; Path=/; SameSite=None; Secure, JSESSIONID=BAA79DB4042266A60BBFA1C2D8483835; Path=/; Secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"YYOWDE3WIAMFhOg="},{"key":"cache-control","value":"no-cache"},{"key":"x-amzn-Remapped-server","value":"nginx"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"access-control-allow-methods","value":"HEAD, GET, PUT, POST, DELETE, PATCH"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69865dbf-12b9fc1474c7a3f4354c0623;Parent=530a0392e3703656;Sampled=0;Lineage=1:3c36b981:0"},{"key":"pragma","value":"no-cache"},{"key":"access-control-max-age","value":"3628800"},{"key":"x-amzn-Remapped-date","value":"Fri, 06 Feb 2026 21:31:47 GMT"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 37,\n    \"docs\": [\n        {\n            \"kv7\": \"1\",\n            \"impressions\": 12620,\n            \"sivtImpressions\": 2740,\n            \"sivtImpsRate\": 0.21712,\n            \"givtImpressions\": 183,\n            \"givtImpsRate\": 0.0145\n        },\n        {\n            \"kv7\": \"48\",\n            \"impressions\": 9486,\n            \"sivtImpressions\": 1193,\n            \"sivtImpsRate\": 0.12576,\n            \"givtImpressions\": 80,\n            \"givtImpsRate\": 0.00843\n        },\n        {\n            \"kv7\": \"64\",\n            \"impressions\": 4294,\n            \"sivtImpressions\": 1432,\n            \"sivtImpsRate\": 0.33349,\n            \"givtImpressions\": 90,\n            \"givtImpsRate\": 0.02096\n        },\n        {\n            \"kv7\": \"8\",\n            \"impressions\": 3753,\n            \"sivtImpressions\": 773,\n            \"sivtImpsRate\": 0.20597,\n            \"givtImpressions\": 35,\n            \"givtImpsRate\": 0.00933\n        },\n        {\n            \"kv7\": \"83\",\n            \"impressions\": 3379,\n            \"sivtImpressions\": 494,\n            \"sivtImpsRate\": 0.1462,\n            \"givtImpressions\": 35,\n            \"givtImpsRate\": 0.01036\n        },\n        {\n            \"kv7\": \"97\",\n            \"impressions\": 2504,\n            \"sivtImpressions\": 681,\n            \"sivtImpsRate\": 0.27196,\n            \"givtImpressions\": 133,\n            \"givtImpsRate\": 0.05312\n        },\n        {\n            \"kv7\": \"108\",\n            \"impressions\": 2328,\n            \"sivtImpressions\": 927,\n            \"sivtImpsRate\": 0.3982,\n            \"givtImpressions\": 30,\n            \"givtImpsRate\": 0.01289\n        },\n        {\n            \"kv7\": \"3\",\n            \"impressions\": 2123,\n            \"sivtImpressions\": 439,\n            \"sivtImpsRate\": 0.20678,\n            \"givtImpressions\": 43,\n            \"givtImpsRate\": 0.02025\n        },\n        {\n            \"kv7\": \"129\",\n            \"impressions\": 2064,\n            \"sivtImpressions\": 315,\n            \"sivtImpsRate\": 0.15262,\n            \"givtImpressions\": 38,\n            \"givtImpsRate\": 0.01841\n        },\n        {\n            \"kv7\": \"4\",\n            \"impressions\": 1568,\n            \"sivtImpressions\": 150,\n            \"sivtImpsRate\": 0.09566,\n            \"givtImpressions\": 29,\n            \"givtImpsRate\": 0.01849\n        }\n    ]\n}"}],"_postman_id":"46bacf29-cf91-4f88-8008-c45d62985991"},{"name":"Specific Bundle ID Value Example","id":"442ab234-4696-4840-93f5-e3cbc3cbc8a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC","description":"<p>The following query represents an example of pulling data for the specific set of bundle IDs.</p>\n<ul>\n<li><p>com.mobilityware.solitaire</p>\n</li>\n<li><p>1407852246</p>\n</li>\n<li><p>com.zynga.words3</p>\n</li>\n</ul>\n<p>SQL Query: kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2026-02-01' AND day&lt;='2026-02-01' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["api","v2","analytics","reports","default"],"host":["api","pixalate","com"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"a80c8c9f-da8b-4593-9171-b69f02df4814","name":"Specific Bundle ID Value Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC","protocol":"https","host":["api","pixalate","com"],"path":["api","v2","analytics","reports","default"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 06 Feb 2026 21:33:58 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"42e5bef4-0a90-4b30-8214-522103eb4dee"},{"key":"access-control-allow-origin","value":""},{"key":"access-control-allow-headers","value":"origin, x-requested-with, accept, x-api-key, content-type, authorization"},{"key":"x-cache","value":"MISS"},{"key":"x-amzn-Remapped-connection","value":"keep-alive"},{"key":"Requests-Remaining","value":"93"},{"key":"set-cookie","value":"AWSALB=h0u4SuYTS/UTS4aD2EI+Qi+ePjwumkNJEzbtop6YZiktrO1awU9xG5tRN9ECdtNkw8GiA6qow0EaGcd9tXmIywUVKqXBWKiZvUTDYwJ6Y0FC2VmetyuwhJ22q9ig; Expires=Fri, 13 Feb 2026 21:33:55 GMT; Path=/, AWSALBCORS=h0u4SuYTS/UTS4aD2EI+Qi+ePjwumkNJEzbtop6YZiktrO1awU9xG5tRN9ECdtNkw8GiA6qow0EaGcd9tXmIywUVKqXBWKiZvUTDYwJ6Y0FC2VmetyuwhJ22q9ig; Expires=Fri, 13 Feb 2026 21:33:55 GMT; Path=/; SameSite=None; Secure, JSESSIONID=4F8EA2021560C7CF8DD1FE38A3AABF29; Path=/; Secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"YYOqiGuvIAMFwqw="},{"key":"cache-control","value":"no-cache"},{"key":"x-amzn-Remapped-server","value":"nginx"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"access-control-allow-methods","value":"HEAD, GET, PUT, POST, DELETE, PATCH"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69865e43-4ee4f69f60e9f7c83fc0bc23;Parent=5b98c3a7092955da;Sampled=0;Lineage=1:3c36b981:0"},{"key":"pragma","value":"no-cache"},{"key":"access-control-max-age","value":"3628800"},{"key":"x-amzn-Remapped-date","value":"Fri, 06 Feb 2026 21:33:58 GMT"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 2,\n    \"docs\": [\n        {\n            \"kv18\": \"com.zynga.words\",\n            \"impressions\": 28,\n            \"sivtImpressions\": 12,\n            \"sivtImpsRate\": 0.42857,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"kv18\": \"com.mobilityware.solitaire\",\n            \"impressions\": 5,\n            \"sivtImpressions\": 1,\n            \"sivtImpsRate\": 0.2,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        }\n    ]\n}"}],"_postman_id":"442ab234-4696-4840-93f5-e3cbc3cbc8a6"},{"name":"Contains Specified Value Example","id":"81cbd4a5-6e6f-4517-986c-ea45cd9327cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC","description":"<p>The following query represents an example of reporting data when the value contains specific text</p>\n<p>SQL Query: kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2026-02-01' AND day&lt;='2026-02-01' AND (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["api","v2","analytics","reports","default"],"host":["api","pixalate","com"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"7ff39d49-a489-4e46-a8b8-22bc9bd3dc1f","name":"Contains Specified Value Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pixalate.com/api/v2/analytics/reports/default?limit=10&q=kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC","protocol":"https","host":["api","pixalate","com"],"path":["api","v2","analytics","reports","default"],"query":[{"key":"limit","value":"10"},{"key":"q","value":"kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2026-02-01' AND day<='2026-02-01' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 06 Feb 2026 21:35:53 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1866"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6492248b-9b98-42df-9b68-b5bc8b6003e9"},{"key":"access-control-allow-origin","value":""},{"key":"access-control-allow-headers","value":"origin, x-requested-with, accept, x-api-key, content-type, authorization"},{"key":"x-cache","value":"MISS"},{"key":"x-amzn-Remapped-connection","value":"keep-alive"},{"key":"Requests-Remaining","value":"92"},{"key":"set-cookie","value":"AWSALB=94jEX8lIKA1761C6xmp6Nc+5iJU4DGKebOzBUpdqlLu3BpSZEt1tSUt1w2zxWSJKoNodhnoJdwZpf9pfbkJ4HrQThZBCHS7AmWzX9sR7Cd/eF6mLyoZiJpEjWXqY; Expires=Fri, 13 Feb 2026 21:35:51 GMT; Path=/, AWSALBCORS=94jEX8lIKA1761C6xmp6Nc+5iJU4DGKebOzBUpdqlLu3BpSZEt1tSUt1w2zxWSJKoNodhnoJdwZpf9pfbkJ4HrQThZBCHS7AmWzX9sR7Cd/eF6mLyoZiJpEjWXqY; Expires=Fri, 13 Feb 2026 21:35:51 GMT; Path=/; SameSite=None; Secure, JSESSIONID=95C3D50F1BC5EE741FE9D484041F43C2; Path=/; Secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"YYO8nFqDIAMFUlw="},{"key":"cache-control","value":"no-cache"},{"key":"x-amzn-Remapped-server","value":"nginx"},{"key":"expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"access-control-allow-methods","value":"HEAD, GET, PUT, POST, DELETE, PATCH"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69865eb6-7836760155571229073deb41;Parent=3dad903c40f6409b;Sampled=0;Lineage=1:3c36b981:0"},{"key":"pragma","value":"no-cache"},{"key":"access-control-max-age","value":"3628800"},{"key":"x-amzn-Remapped-date","value":"Fri, 06 Feb 2026 21:35:53 GMT"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 719,\n    \"docs\": [\n        {\n            \"kv18\": \"\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 3588,\n            \"sivtImpressions\": 251,\n            \"sivtImpsRate\": 0.06996,\n            \"givtImpressions\": 53,\n            \"givtImpsRate\": 0.01477\n        },\n        {\n            \"kv18\": \"1617391485\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 438,\n            \"sivtImpressions\": 436,\n            \"sivtImpsRate\": 0.99543,\n            \"givtImpressions\": 2,\n            \"givtImpsRate\": 0.00457\n        },\n        {\n            \"kv18\": \"367623543\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 268,\n            \"sivtImpressions\": 40,\n            \"sivtImpsRate\": 0.14925,\n            \"givtImpressions\": 3,\n            \"givtImpsRate\": 0.01119\n        },\n        {\n            \"kv18\": \"1207472156\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 214,\n            \"sivtImpressions\": 17,\n            \"sivtImpsRate\": 0.07944,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"kv18\": \"6748950306\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 153,\n            \"sivtImpressions\": 11,\n            \"sivtImpsRate\": 0.0719,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"kv18\": \"579581125\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 138,\n            \"sivtImpressions\": 24,\n            \"sivtImpsRate\": 0.17391,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"kv18\": \"577586159\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 121,\n            \"sivtImpressions\": 8,\n            \"sivtImpsRate\": 0.06612,\n            \"givtImpressions\": 1,\n            \"givtImpsRate\": 0.00826\n        },\n        {\n            \"kv18\": \"6451237392\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 112,\n            \"sivtImpressions\": 24,\n            \"sivtImpsRate\": 0.21429,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"kv18\": \"1557392270\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 101,\n            \"sivtImpressions\": 16,\n            \"sivtImpsRate\": 0.15842,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"kv18\": \"295646461\",\n            \"deviceBrandName\": \"Apple\",\n            \"deviceMarketingName\": \"AppleIphone\",\n            \"impressions\": 75,\n            \"sivtImpressions\": 10,\n            \"sivtImpsRate\": 0.13333,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        }\n    ]\n}"}],"_postman_id":"81cbd4a5-6e6f-4517-986c-ea45cd9327cd"}],"id":"5d66c97e-2eda-411f-b39f-94143c20798c","description":"<p><em><strong>Migrating to 2023 from legacy version 2022.</strong></em></p>\n<p>The domain name has changed from <code>dashboard.api.pixalate.com</code> to <code>api.pixalate.com</code>.</p>\n<p>The full path is now: <code>https://api.pixalate.com/api/v2/analytics/reports/{reportId}</code>.<br />Where <code>{reportId}</code> is the report identifier. Use <code>default</code> as the <code>reportId</code> if there was no <code>reportId</code> parameter previously supplied in Epoch 2022 URLs.</p>\n<p>Where you would previously add <code>getExportUri</code> as part of the path to return a URI to the CSV data, add the parameter <code>exportUri=true</code> to the URL instead.</p>\n<p>The <code>username</code> and <code>password</code> parameters are no longer used. Instead, add your Pixalate API Key to the request as an <code>x-api-key</code> header.</p>\n<p>Example (URL-encode spaces) :</p>\n<p><code>curl -v -H \"x-api-key: API KEY\" '</code><a href=\"https://api.pixalate.com/api/v2/analytics/reports/mobileBrandSafety?exportUri=true&amp;q=kv18,adultRisk,impressions\"><code>https://api.pixalate.com/api/v2/analytics/reports/mobileBrandSafety?exportUri=true&amp;q=kv18,adultRisk,impressions</code></a> <code>WHERE day&gt;=\"2023-10-24\" AND day)&lt;=\"2023-10-24\" AND adultRisk=\"high\" ORDER BY impressions DESC&amp;start=0&amp;limit=40'</code></p>\n<p>All other parameters remain the same as the 2022 Epoch. Please refer to the 2022 Epoch for all other parameter descriptions and examples.</p>\n","_postman_id":"5d66c97e-2eda-411f-b39f-94143c20798c"},{"name":"Deprecated: 2022 Epoch Version","item":[{"name":"2018 to 2022 Migration Changes","item":[],"id":"6c330ca5-c92b-421e-9c3f-4d2eecbb4794","description":"<p><em><strong>Breaking changes for Migrating to 2022 from legacy version 2018.</strong></em></p>\n<ul>\n<li>The following Metric labels are renamed in the CSV data of <strong>getExportUri API</strong>. Users should update to the new labels if the CSV file was processed using the header labels.</li>\n<li>No changes required for <strong>getDetails API</strong></li>\n<li>No changes in Metric Names</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"cb5ac1a4-6c2e-459a-8a04-f4a0a912624d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"26ee727c-8fe3-4120-8c3b-a05efb876626"}}],"_postman_id":"6c330ca5-c92b-421e-9c3f-4d2eecbb4794"},{"name":"2022 Changes","item":[],"id":"5b9c2910-0c37-49c7-953c-338ce27dc869","description":"<h2 id=\"important-note-\">Important Note :</h2>\n<p><em>The following Metrics labels are renamed in version 2022. Users should update to the new Metric names if the following Metrics are being used from legacy versions.</em></p>\n<h4 id=\"changed-metric-labels\">Changed Metric Labels</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric</th>\n<th>Label in 2018</th>\n<th>Label in 2022</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>impressions</td>\n<td>Gross Tracked Ads</td>\n<td>Gross Ad Counts</td>\n</tr>\n<tr>\n<td>shareOfImpressions</td>\n<td>Share of Gross Tracked Ads %</td>\n<td>Share of Gross Ad Counts %</td>\n</tr>\n<tr>\n<td>ssaiImpressions</td>\n<td>Gross SSAI Tracked Ads</td>\n<td>Gross SSAI Ad Counts</td>\n</tr>\n<tr>\n<td>ssaiImpressionsRate</td>\n<td>Gross SSAI Tracked Ads %</td>\n<td>Gross SSAI Ad Counts %</td>\n</tr>\n<tr>\n<td>ssaiTransparentImpressions</td>\n<td>Gross SSAI Transparent Tracked Ads</td>\n<td>Gross SSAI Transparent Ad Counts</td>\n</tr>\n<tr>\n<td>ssaiTransparentImpressionsRate</td>\n<td>Gross SSAI Transparent Tracked Ads %</td>\n<td>Gross SSAI Transparent Ad Counts %</td>\n</tr>\n<tr>\n<td>ipv6Impressions</td>\n<td>Gross IPv6 Tracked Ads</td>\n<td>Gross IPv6 Ad Counts</td>\n</tr>\n<tr>\n<td>ipv6ImpressionsRate</td>\n<td>Gross IPv6 Tracked Ads %</td>\n<td>Gross IPv6 Ad Counts %</td>\n</tr>\n<tr>\n<td>duplicateImps</td>\n<td>Gross Duplicate Tracked Ads</td>\n<td>Gross Duplicate Ad Counts</td>\n</tr>\n<tr>\n<td>duplicateImpsRate</td>\n<td>Gross Duplicate Tracked Ads %</td>\n<td>Gross Duplicate Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtImpressions</td>\n<td>Tracked Ads</td>\n<td>Ad Counts</td>\n</tr>\n<tr>\n<td>shareOfNonGivtImpressions</td>\n<td>Share of Tracked Ads %</td>\n<td>Share of Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtSsaiImpressions</td>\n<td>SSAI Tracked Ads</td>\n<td>SSAI Ad Counts</td>\n</tr>\n<tr>\n<td>nonGivtSsaiImpressionsRate</td>\n<td>SSAI Tracked Ads %</td>\n<td>SSAI Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtSsaiTransparentImpressions</td>\n<td>SSAI Transparent Tracked Ads</td>\n<td>SSAI Transparent Ad Counts</td>\n</tr>\n<tr>\n<td>nonGivtSsaiTransparentImpressionsRate</td>\n<td>SSAI Transparent Tracked Ads %</td>\n<td>SSAI Transparent Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtIpv6Impressions</td>\n<td>IPv6 Tracked Ads</td>\n<td>IPv6 Ad Counts</td>\n</tr>\n<tr>\n<td>nonGivtIpv6ImpressionsRate</td>\n<td>IPv6 Tracked Ads %</td>\n<td>IPv6 Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateImps</td>\n<td>Duplicate Tracked Ads</td>\n<td>Duplicate Ad Counts</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateImpsRate</td>\n<td>Duplicate Tracked Ads %</td>\n<td>Duplicate Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtSivtImpressions</td>\n<td>Net Tracked Ads</td>\n<td>Net Ad Counts</td>\n</tr>\n<tr>\n<td>shareOfNonGivtSivtImpressions</td>\n<td>Share of Net Tracked Ads %</td>\n<td>Share of Net Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiImpressions</td>\n<td>Net SSAI Tracked Ads</td>\n<td>Net SSAI Ad Counts</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiImpressionsRate</td>\n<td>Net SSAI Tracked Ads %</td>\n<td>Net SSAI Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiTransparentImpressions</td>\n<td>Net SSAI Transparent Tracked Ads</td>\n<td>Net SSAI Transparent Ad Counts</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiTransparentImpressionsRate</td>\n<td>Net SSAI Transparent Tracked Ads %</td>\n<td>Net SSAI Transparent Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtSivtIpv6Impressions</td>\n<td>Net IPv6 Tracked Ads</td>\n<td>Net IPv6 Ad Counts</td>\n</tr>\n<tr>\n<td>nonGivtSivtIpv6ImpressionsRate</td>\n<td>Net IPv6 Tracked Ads %</td>\n<td>Net IPv6 Ad Counts %</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateImps</td>\n<td>Net Duplicate Tracked Ads</td>\n<td>Net Duplicate Ad Counts</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateImpsRate</td>\n<td>Net Duplicate Tracked Ads %</td>\n<td>Net Duplicate Ad Counts %</td>\n</tr>\n<tr>\n<td>givtImpressions</td>\n<td>GIVT Tracked Ads</td>\n<td>GIVT Ad Counts</td>\n</tr>\n<tr>\n<td>givtImpsRate</td>\n<td>GIVT Tracked Ads %</td>\n<td>GIVT Ad Counts %</td>\n</tr>\n<tr>\n<td>shareOfGivtImpressions</td>\n<td>Share of GIVT Tracked Ads %</td>\n<td>Share of GIVT Ad Counts %</td>\n</tr>\n<tr>\n<td>givtIpv6Impressions</td>\n<td>IPv6 GIVT Tracked Ads</td>\n<td>IPv6 GIVT Ad Counts</td>\n</tr>\n<tr>\n<td>givtIpv6ImpressionsRate</td>\n<td>IPv6 GIVT Tracked Ads %</td>\n<td>IPv6 GIVT Ad Counts %</td>\n</tr>\n<tr>\n<td>sivtImpressions</td>\n<td>SIVT Tracked Ads</td>\n<td>SIVT Ad Counts</td>\n</tr>\n<tr>\n<td>sivtImpsRate</td>\n<td>SIVT Tracked Ads %</td>\n<td>SIVT Ad Counts %</td>\n</tr>\n<tr>\n<td>shareOfSivtImpressions</td>\n<td>Share of SIVT Tracked Ads %</td>\n<td>Share of SIVT Ad Counts %</td>\n</tr>\n<tr>\n<td>shareOfGivtSivtImpressions</td>\n<td>Share of IVT Tracked Ads %</td>\n<td>Share of IVT Ad Counts %</td>\n</tr>\n<tr>\n<td>sivtIpv6Impressions</td>\n<td>IPv6 SIVT Tracked Ads</td>\n<td>IPv6 SIVT Ad Counts</td>\n</tr>\n<tr>\n<td>givtSivtIpv6Impressions</td>\n<td>IPv6 IVT Tracked Ads</td>\n<td>IPv6 IVT Ad Counts</td>\n</tr>\n<tr>\n<td>sivtIpv6ImpressionsRate</td>\n<td>IPv6 SIVT Tracked Ads %</td>\n<td>IPv6 SIVT Ad Counts %</td>\n</tr>\n<tr>\n<td>givtSivtIpv6ImpressionsRate</td>\n<td>IPv6 IVT Tracked Ads %</td>\n<td>IPv6 IVT Ad Counts %</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e76791ec-525b-42e0-98e6-5cab0204e866"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d4ad12a9-2107-4004-ac05-8ad39d27f7dc"}}],"_postman_id":"5b9c2910-0c37-49c7-953c-338ce27dc869"}],"id":"9827b922-9a4b-41f0-952d-4d45e2d06c77","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e9b728ab-da4d-4019-b72a-c89033b64785"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c8afef17-f94c-4e32-801c-fd3605a6e293"}}],"_postman_id":"9827b922-9a4b-41f0-952d-4d45e2d06c77","description":""},{"name":"Deprecated: 2018 Epoch Version","item":[{"name":"2016 to 2018 Migration Changes","item":[],"id":"4c2f6514-9a93-4e16-84bc-fa29583a1b0a","description":"<h2 id=\"important-note--breaking-changes-for-migrating-to-2018-from-legacy-version-2016\">Important Note : Breaking changes for Migrating to 2018 from legacy version 2016</h2>\n<p><em>The following dimensions/metrics are renamed in the latest version(2018). Users should update to new metric/dimension names if the following metrics are being used from legacy versions.</em></p>\n<h4 id=\"changed-dimensions\">Changed Dimensions</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Dimension in 2016</th>\n<th>Dimension in 2018</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>deviceId</td>\n<td>deviceModelId</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"changed-metrics\">Changed Metrics</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metrics in 2016</th>\n<th>Metrics in 2018</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nonGivtSivtViews</td>\n<td>views</td>\n</tr>\n<tr>\n<td>nonGivtSivtNonViews</td>\n<td>nonViews</td>\n</tr>\n<tr>\n<td>nonGivtSivtUndeterminedImps</td>\n<td>undeterminedImps</td>\n</tr>\n<tr>\n<td>nonGivtSivtMeasuredImpressions</td>\n<td>measuredImpressions</td>\n</tr>\n<tr>\n<td>nonGivtSivtMeasuredRate</td>\n<td>measuredRate</td>\n</tr>\n<tr>\n<td>nonGivtSivtViewability</td>\n<td>viewability</td>\n</tr>\n<tr>\n<td>nonGivtSivtViewsRate</td>\n<td>viewsRate</td>\n</tr>\n<tr>\n<td>nonGivtSivtNonViewsRate</td>\n<td>nonViewsRate</td>\n</tr>\n<tr>\n<td>nonGivtSivtUndeterminedImpsRate</td>\n<td>undeterminedImpsRate</td>\n</tr>\n<tr>\n<td>clickOrphans</td>\n<td>totalClicks</td>\n</tr>\n<tr>\n<td>conversionOrphans</td>\n<td>totalConversions</td>\n</tr>\n<tr>\n<td>convRate</td>\n<td>totalConvRate</td>\n</tr>\n<tr>\n<td>givtClickOrphans</td>\n<td>givtTotalClicks</td>\n</tr>\n<tr>\n<td>givtClickOrphansRate</td>\n<td>givtTotalClicksRate</td>\n</tr>\n<tr>\n<td>givtConversionOrphans</td>\n<td>givtTotalConversions</td>\n</tr>\n<tr>\n<td>givtConvsOrphansRate</td>\n<td>givtTotalConvsRate</td>\n</tr>\n<tr>\n<td>nonGivtClickOrphans</td>\n<td>nonGivtTotalClicks</td>\n</tr>\n<tr>\n<td>nonGivtConversionOrphans</td>\n<td>nonGivtTotalConversions</td>\n</tr>\n<tr>\n<td>nonGivtSivtClickOrphans</td>\n<td>nonGivtSivtTotalClicks</td>\n</tr>\n<tr>\n<td>nonGivtSivtConversionOrphans</td>\n<td>nonGivtSivtTotalConversions</td>\n</tr>\n<tr>\n<td>sivtClickOrphans</td>\n<td>sivtTotalClicks</td>\n</tr>\n<tr>\n<td>sivtClickOrphansRate</td>\n<td>sivtTotalClicksRate</td>\n</tr>\n<tr>\n<td>sivtConversionOrphans</td>\n<td>sivtTotalConversions</td>\n</tr>\n<tr>\n<td>sivtConvsOrphansRate</td>\n<td>sivtTotalConvsRate</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bfb3a6bb-06b5-4d3b-9b00-12bf29017aa2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ba80a10e-629d-4b49-ba14-dd8faf3675e6"}}],"_postman_id":"4c2f6514-9a93-4e16-84bc-fa29583a1b0a"},{"name":"Customizing SQL Queries","item":[],"id":"fa0f04ef-3c31-429a-9547-ed410c7eee54","description":"<p>The q parameter value is a URL encoded query to run to retrieve data. It uses a simplified SQL SELECT syntax as follows:</p>\n<p><code>[column [,column...]] [WHERE expression] [GROUP BY column [,column...]] [ORDER BY column [DESC]]</code></p>\n<blockquote>\n<p>Note: All characters and their values are case sensitive</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>column</td>\n<td>dimension</td>\n</tr>\n<tr>\n<td>dimension</td>\n<td>One of the set of dimension identifiers available for the specified report. See <strong>Available Dimensions</strong> section below.</td>\n</tr>\n<tr>\n<td>metric</td>\n<td>One of the set of metric identifiers available for the specified report. See <strong>Available Metrics</strong> section below.</td>\n</tr>\n<tr>\n<td>expression</td>\n<td><em>dimension operator literal</em></td>\n</tr>\n<tr>\n<td>operator</td>\n<td><code>=</code></td>\n</tr>\n<tr>\n<td>comparator</td>\n<td><code>=</code></td>\n</tr>\n<tr>\n<td>literal</td>\n<td><em>number</em></td>\n</tr>\n<tr>\n<td>number</td>\n<td>An integer or decimal number.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>A text string surrounded by single quotes.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>A date as <em>yyyy-mm-dd</em> format surrounded by single quotes.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"dimensions\">Dimensions</h2>\n<p>Dimensions are the attributes of the data that return values listed in rows. For example, the <em>domain</em> dimension indicates the URL and returns each URL value in an individual row. Many of the dimensions available via the API align with the dimensions available in Pixalate's dashboard reporting.</p>\n<p><strong>Below is a full list of Pixalate's available dimensions:</strong> <em>Please note that some dimensions (eg. User IP, Device ID, Custom KVs (KV5, KV6), etc.) may not be enabled by default, in which case please reach out to your customer success representative to enable.</em></p>\n<h4 id=\"available-dimensions\">Available Dimensions</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Dimension</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>adDomain</td>\n<td>Detected Domain of site where ad was displayed</td>\n</tr>\n<tr>\n<td>adSize</td>\n<td>Size of the ad</td>\n</tr>\n<tr>\n<td>adTrafficSource</td>\n<td>Domain of which referred visitor to ad domain</td>\n</tr>\n<tr>\n<td>advertiserId</td>\n<td>Advertiser identifier</td>\n</tr>\n<tr>\n<td>areaCode</td>\n<td>Visitor’s area code</td>\n</tr>\n<tr>\n<td>browserName</td>\n<td>Visitor’s browser name</td>\n</tr>\n<tr>\n<td>campaignId</td>\n<td>Campaign identifier</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Visitor’s city</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Visitor’s country code</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>Visitor’s country name</td>\n</tr>\n<tr>\n<td>day</td>\n<td>Date</td>\n</tr>\n<tr>\n<td>deviceBrandName</td>\n<td>Visitor’s device brand name</td>\n</tr>\n<tr>\n<td>deviceModelId</td>\n<td>Visitor’s device identifier</td>\n</tr>\n<tr>\n<td>deviceMarketingName</td>\n<td>Visitor’s device marketing name</td>\n</tr>\n<tr>\n<td>deviceTrafficType</td>\n<td>Visitor’s Detected device Traffic type</td>\n</tr>\n<tr>\n<td>deviceType</td>\n<td>Visitor’s device type</td>\n</tr>\n<tr>\n<td>dma</td>\n<td>Designated Market Area</td>\n</tr>\n<tr>\n<td>fraudType</td>\n<td>Fraud Traffic Type</td>\n</tr>\n<tr>\n<td>ipv6Type</td>\n<td>IPv6 Type</td>\n</tr>\n<tr>\n<td>kv1</td>\n<td>Creative Size</td>\n</tr>\n<tr>\n<td>kv2</td>\n<td>Page URL</td>\n</tr>\n<tr>\n<td>kv3</td>\n<td>User ID</td>\n</tr>\n<tr>\n<td>kv4</td>\n<td>User IP</td>\n</tr>\n<tr>\n<td>kv5</td>\n<td>(Custom)</td>\n</tr>\n<tr>\n<td>kv6</td>\n<td>(Custom UTM Value)</td>\n</tr>\n<tr>\n<td>kv7</td>\n<td>Seller ID</td>\n</tr>\n<tr>\n<td>kv8</td>\n<td>(Custom UTM Value)</td>\n</tr>\n<tr>\n<td>kv9</td>\n<td>Content Duration</td>\n</tr>\n<tr>\n<td>kv10</td>\n<td>ISP</td>\n</tr>\n<tr>\n<td>kv12</td>\n<td>Placement ID</td>\n</tr>\n<tr>\n<td>kv13</td>\n<td>Content ID</td>\n</tr>\n<tr>\n<td>kv14</td>\n<td>MRAID Version</td>\n</tr>\n<tr>\n<td>kv15</td>\n<td>Geographic Region</td>\n</tr>\n<tr>\n<td>kv16</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>kv17</td>\n<td>Longitude</td>\n</tr>\n<tr>\n<td>kv18</td>\n<td>App ID</td>\n</tr>\n<tr>\n<td>kv19</td>\n<td>Device ID</td>\n</tr>\n<tr>\n<td>kv20</td>\n<td>Device ID (additional if needed)</td>\n</tr>\n<tr>\n<td>kv21</td>\n<td>Device ID (additional if needed)</td>\n</tr>\n<tr>\n<td>kv22</td>\n<td>Device ID (additional if needed)</td>\n</tr>\n<tr>\n<td>kv23</td>\n<td>Carrier ID</td>\n</tr>\n<tr>\n<td>kv24</td>\n<td>Supply Type</td>\n</tr>\n<tr>\n<td>kv25</td>\n<td>App Name</td>\n</tr>\n<tr>\n<td>kv26</td>\n<td>Device OS</td>\n</tr>\n<tr>\n<td>kv27</td>\n<td>Useragent</td>\n</tr>\n<tr>\n<td>kv28</td>\n<td>Device manufacturer/model</td>\n</tr>\n<tr>\n<td>kv32</td>\n<td>App ID</td>\n</tr>\n<tr>\n<td>kv44</td>\n<td>Video Play Status</td>\n</tr>\n<tr>\n<td>kv52</td>\n<td>SSAI integration</td>\n</tr>\n<tr>\n<td>kv55</td>\n<td>Serialized supply chain object</td>\n</tr>\n<tr>\n<td>lineItemId</td>\n<td>Line item identifier</td>\n</tr>\n<tr>\n<td>organization</td>\n<td>Organization Name</td>\n</tr>\n<tr>\n<td>os</td>\n<td>Visitor’s operating system</td>\n</tr>\n<tr>\n<td>partnerId</td>\n<td>Partner identifier</td>\n</tr>\n<tr>\n<td>placementId</td>\n<td>Creative identifier</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>Visitor’s postal code</td>\n</tr>\n<tr>\n<td>publisherId</td>\n<td>Publisher identifier</td>\n</tr>\n<tr>\n<td>regionCode</td>\n<td>Visitor’s region code</td>\n</tr>\n<tr>\n<td>segment</td>\n<td>Segment</td>\n</tr>\n<tr>\n<td>siteId</td>\n<td>Site identifier</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"metrics\">Metrics</h2>\n<p>Metrics report the numbers used for quantitative measurement in relation to the reported attributes of dimension. For example, the <em>impressions</em> metric indicates the total number of impressions for each dimension's given row. Many of the metrics available via the API align with the metrics available in Pixalate's dashboard reporting.</p>\n<p>Below is a full list of Pixalate's available Metrics:</p>\n<h4 id=\"available-metrics\">Available Metrics</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric (Metric Label)</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>adExposure (Ad Exposure)</td>\n<td>Percentage of total time spent on a web page in which the Ad was visible to the user</td>\n</tr>\n<tr>\n<td>adExposureTime (Ad Exposure Time)</td>\n<td>Amount of time Ad is visible to the user on the web page. Ad exposure is measured in minutes and seconds</td>\n</tr>\n<tr>\n<td>adHoverTime (Ad Hover)</td>\n<td>Average amount of time that users hovered over the Ad with the mouse cursor, expressed in minutes:seconds.milliseconds</td>\n</tr>\n<tr>\n<td>adsAboveTheFold (Ads Above The Fold)</td>\n<td>Total number of Tracked Ads that were determined to be served within the user’s browser viewport before the removal of invalid traffic</td>\n</tr>\n<tr>\n<td>clickConvs (Gross Matched C-Convs)</td>\n<td>Click-through Conversions. Total number of Matched Conversions in which users clicked on the Ad, visited the website and performed an action (such as purchasing an item).</td>\n</tr>\n<tr>\n<td>totalClicks (Gross Clicks)</td>\n<td>Total number of measured clicks before removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>clicks (Gross Matched Clicks)</td>\n<td>Total number of measured clicks that were matched to a Tracked Ad before removal of invalid traffic</td>\n</tr>\n<tr>\n<td>totalConversions (Gross Conversions)</td>\n<td>Total number of measured actions (such as purchasing an item) related to Ads before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>conversions (Gross Matched Conversions)</td>\n<td>Total number of conversions that were matched to a Tracked Ad before the removal of invalid traffic</td>\n</tr>\n<tr>\n<td>totalConvRate (Gross Conversion Rate)</td>\n<td>Percentage of measured actions (such as purchasing an item) related to Ads before the removal of invalid traffic</td>\n</tr>\n<tr>\n<td>ctr (Gross CTR)</td>\n<td>Percentage of Gross Measured Clicks divided by Tracked Ads</td>\n</tr>\n<tr>\n<td>duplicateClicks (Gross Duplicate Clicks)</td>\n<td>Total number of duplicate measured Clicks; before removal of IVT</td>\n</tr>\n<tr>\n<td>duplicateClicksRate (Gross Duplicate Clicks %)</td>\n<td>Percentage of duplicate measured Clicks; before removal of IVT</td>\n</tr>\n<tr>\n<td>duplicateImps (Gross Duplicate Tracked Ads)</td>\n<td>Total number of duplicate Tracked Ads before removal of invalid traffic (IVT)</td>\n</tr>\n<tr>\n<td>duplicateImpsRate (Gross Duplicate Tracked Ads %)</td>\n<td>Percentage of duplicate Tracked Ads in relation to total Tracked Ads; before removal of IVT</td>\n</tr>\n<tr>\n<td>duplicateMatchedClicks (Gross Duplicate Matched Clicks)</td>\n<td>Total number of measured duplicate Clicks that were matched to a Tracked Ad; before removal of IVT</td>\n</tr>\n<tr>\n<td>duplicateMatchedClicksRate (Gross Duplicate Matched Clicks %)</td>\n<td>Percentage of measured duplicate Clicks that were matched to a Tracked Ad; before removal of IVT</td>\n</tr>\n<tr>\n<td>givtTotalClicks (GIVT Clicks)</td>\n<td>Number of Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtTotalClicksRate (GIVT Clicks %)</td>\n<td>Percentage of Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtClickRate (GIVT Matched Clicks %)</td>\n<td>Percentage of Gross Matched Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtClicks (GIVT Matched Clicks)</td>\n<td>Number of Gross Matched Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtTotalConversions (GIVT Conversions)</td>\n<td>Number of Gross Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtConversions (GIVT Matched Conversions)</td>\n<td>Number of Gross Matched Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtTotalConvsRate (GIVT Conversions %)</td>\n<td>Percentage of Gross Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtConvsRate (GIVT Matched Conversions %)</td>\n<td>Percentage of Gross Matched Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtImpressions (GIVT Tracked Ads)</td>\n<td>Number of Tracked Ads that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtImpsRate (GIVT Tracked Ads %)</td>\n<td>Percentage of Tracked Ads that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtIpv6Impressions (IPv6 GIVT Tracked Ads)</td>\n<td>Total number of IPv6 Tracked Ads that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtIpv6ImpressionsRate (IPv6 GIVT Tracked Ads %)</td>\n<td>Percentage of total number of IPv6 Tracked Ads that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtRate (GIVT %)</td>\n<td>Percentage of Tracked Ads, Clicks, and Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtSivtIpv6Impressions (IPv6 IVT Tracked Ads)</td>\n<td>Total number of IPv6 Tracked Ads that were filtered as Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtSivtIpv6ImpressionsRate (IPv6 IVT Tracked Ads %)</td>\n<td>Percentage of IPv6 Tracked Ads that were filtered as Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtSivtRate (IVT %)</td>\n<td>Total percentage of General Invalid Traffic and Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtTraffic (GIVT Traffic)</td>\n<td>Total number of Tracked Ads, Clicks, and Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>impressions (Gross Tracked Ads)</td>\n<td>Total number of Tracked Ads before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>ipv6Impressions (Gross IPv6 Tracked Ads)</td>\n<td>Total number of IPv6 Tracked Ads before removal of invalid traffic</td>\n</tr>\n<tr>\n<td>ipv6ImpressionsRate (Gross IPv6 Tracked Ads %)</td>\n<td>Percentage of IPv6 Tracked Ads from total Tracked Ads before removal of invalid traffic</td>\n</tr>\n<tr>\n<td>malwareTraffic (Malware Traffic)</td>\n<td>Number of Gross Tracked Ads that were determined to be generated by Malware</td>\n</tr>\n<tr>\n<td>measuredImpressions (Net Measured Impressions)</td>\n<td>Total number of Rendered Display Impressions in which Pixalate’s technology was capable of measuring for Viewability after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>measuredRate (Net Measured Rate %)</td>\n<td>Percentage of Rendered Display Impressions in which Pixalate’s technology was capable of measuring for Viewability after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>mediaSpend (Media Spend)</td>\n<td>Total media spend of all Tracked Ads based on the recorded price paid</td>\n</tr>\n<tr>\n<td>nonGivtTotalClicks (Clicks)</td>\n<td>Total number of measured clicks after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtClicks (Matched Clicks)</td>\n<td>Total number of measured clicks that were matched to a Tracked Ad after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtTotalConversions (Conversions)</td>\n<td>Total number of measured actions (such as purchasing an item) related to Ads after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtConversions (Matched Conversions)</td>\n<td>Total number of conversions that were matched to a Tracked Ad after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtCtr (CTR)</td>\n<td>Percentage of matched clicks divided by Tracked Ads after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateClicks (Duplicate Clicks)</td>\n<td>Total number of duplicate measured clicks; net of GIVT</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateClicksRate (Duplicate Clicks %)</td>\n<td>Percentage of duplicate Clicks after the removal of General Invalid Traffic in relation to total measured Clicks</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateImps (Duplicate Tracked Ads)</td>\n<td>Total number of duplicate Tracked Ads after removal of General Invalid traffic (GIVT)</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateImpsRate (Duplicate Tracked Ads %)</td>\n<td>Percentage of duplicate Tracked Ads after the removal of General Invalid Traffic in relation to total Tracked Ads; net of GIVT.</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateMatchedClicks (Duplicate Matched Clicks)</td>\n<td>Total number of measured duplicate Clicks that were matched to a Tracked Ad; net of GIVT</td>\n</tr>\n<tr>\n<td>nonGivtDuplicateMatchedClicksRate (Duplicate Matched Clicks %)</td>\n<td>Percentage of measured duplicate Clicks that were matched to a Tracked Ad; net of GIVT</td>\n</tr>\n<tr>\n<td>nonGivtImpressions (Tracked Ads)</td>\n<td>Total number of Tracked Ads after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtIpv6Impressions (IPv6 Tracked Ads)</td>\n<td>Total number of IPv6 Tracked Ads, excluding GIVT</td>\n</tr>\n<tr>\n<td>nonGivtIpv6ImpressionsRate (IPv6 Tracked Ads %)</td>\n<td>Percentage of IPv6 Tracked Ads from total Tracked Ads, excluding GIVT</td>\n</tr>\n<tr>\n<td>nonGivtMeasuredImpressions (Measured Impressions)</td>\n<td>Total number of Rendered Display Impressions in which Pixalate’s technology was capable of measuring for Viewability after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtMeasuredRate (Measured Rate %)</td>\n<td>Percentage of Rendered Display Impressions in which Pixalate’s technology was capable of measuring for Viewability after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtNonViews (Non Views)</td>\n<td>Total number of Measured Impressions that were determined to not meet the requirements of a Viewable Impression after the removal of General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>nonGivtNonViewsRate (Non Views %)</td>\n<td>Percentage of Rendered Display Impressions that were determined to not meet the requirements of a Viewable Impression after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtReach (Reach)</td>\n<td>Total number of uniquely identified visitors after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtRenderedImpressions (Rendered Impressions)</td>\n<td>Total number of Rendered Ad Impressions (Display &amp; Video) after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtRenderedVideoImpressions (Rendered Video Impressions)</td>\n<td>Total number of Rendered Video Ad Impressions after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtScriptImpressions (Rendered Display Impressions)</td>\n<td>Number of Rendered Display Impressions generated from Pixalate’s script technology (excludes 1x1 pixel impressions) after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtTotalClicks (Net Clicks)</td>\n<td>Number of measured clicks net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtClicks (Net Matched Clicks)</td>\n<td>Number of measured clicks that were matched to a Tracked Ad after the removal of all invalid traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtTotalConversions (Net Conversions)</td>\n<td>Total number of measured actions (such as purchasing an item) related to Ads net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtConversions (Net Matched Conversions)</td>\n<td>Total number of conversions that were matched to a Tracked Ad after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtCtr (Net CTR)</td>\n<td>Percentage of matched clicks divided by Tracked Ads after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateClicks (Net Duplicate Clicks)</td>\n<td>Number of duplicate measured Clicks; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateClicksRate (Net Duplicate Clicks %)</td>\n<td>Percentage of duplicate Clicks after the removal of all Invalid Traffic in relation to total measured Clicks; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateImps (Net Duplicate Tracked Ads)</td>\n<td>Total number of duplicate Tracked Ads after removal of all Invalid traffic (IVT)</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateImpsRate (Net Duplicate Tracked Ads %)</td>\n<td>Percentage of duplicate Tracked Ads after the removal of all Invalid Traffic in relation to total Net Tracked Ads; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateMatchedClicks (Net Duplicate Matched Clicks)</td>\n<td>Number of measured duplicate Clicks that were matched to a Tracked Ad; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtDuplicateMatchedClicksRate (Net Duplicate Matched Clicks %)</td>\n<td>Percentage of measured duplicate Clicks that were matched to a Tracked Ad; net of all IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtImpressions (Net Tracked Ads)</td>\n<td>Total number of Tracked Ads after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtIpv6Impressions (Net IPv6 Tracked Ads)</td>\n<td>Total number of IPv6 Tracked Ads, excluding IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtIpv6ImpressionsRate (Net IPv6 Tracked Ads %)</td>\n<td>Percentage of IPv6 Tracked Ads from total Tracked Ads, excluding IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtReach (TruReach)</td>\n<td>Number of uniquely identified visitors net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtRenderedImpressions (Net Rendered Impressions)</td>\n<td>Total number of Rendered Ad Impressions (Display &amp; Video) after removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtRenderedVideoImpressions (Net Rendered Video Impressions)</td>\n<td>Total number of Rendered Video Ad Impressions after removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiImpressions (Net SSAI Tracked Ads)</td>\n<td>Estimated total SSAI Tracked Ads, excluding IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiImpressionsRate (Net SSAI Tracked Ads %)</td>\n<td>Estimated percentage of Tracked Ads that correspond to SSAI proxies, excluding IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiTransparentImpressions (Net SSAI Transparent Tracked Ads)</td>\n<td>Estimated total SSAI Tracked Ads that come from proxies passing X-Device-User-Agent headers for more transparency, excluding IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtSsaiTransparentImpressionsRate (Net SSAI Transparent Tracked Ads %)</td>\n<td>Estimated percentage of Tracked Ads that correspond to SSAI and come from proxies passing X-Device-User-Agent headers for more transparency, excluding IVT</td>\n</tr>\n<tr>\n<td>nonGivtSivtViewConvs (Net Matched V-Convs)</td>\n<td>View-through conversions. Total number of matched conversions in which users took action at a later time after seeing a viewable impression after removal of all invalid traffic</td>\n</tr>\n<tr>\n<td>nonGivtSsaiImpressions (SSAI Tracked Ads)</td>\n<td>Estimated total SSAI Tracked Ads, excluding GIVT</td>\n</tr>\n<tr>\n<td>nonGivtSsaiImpressionsRate (SSAI Tracked Ads %)</td>\n<td>Estimated percentage of Tracked Ads that correspond to SSAI proxies, excluding GIVT</td>\n</tr>\n<tr>\n<td>nonGivtSsaiTransparentImpressions (SSAI Transparent Tracked Ads)</td>\n<td>Estimated total SSAI Tracked Ads that come from proxies passing X-Device-User-Agent headers for more transparency, excluding GIVT</td>\n</tr>\n<tr>\n<td>nonGivtSsaiTransparentImpressionsRate (SSAI Transparent Tracked Ads %)</td>\n<td>Estimated percentage of Tracked Ads that correspond to SSAI and come from proxies passing X-Device-User-Agent headers for more transparency, excluding GIVT</td>\n</tr>\n<tr>\n<td>nonGivtUndeterminedImps (Undetermined Imps)</td>\n<td>Total number of Rendered Display Impressions in which Pixalate’s technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after the removal of General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>nonGivtUndeterminedImpsRate (Undetermined Imps %)</td>\n<td>Percentage of Rendered Display Impressions in which Pixalate’s technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtViewability (Viewability %)</td>\n<td>Percentage of Measured Impressions that were determined to be Viewable Impressions after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtViews (Views)</td>\n<td>Total number of Measured Impressions that were determined to be Viewable Impressions after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtViewsRate (Views %)</td>\n<td>Percentage of Rendered Display Impressions that were determined to be Viewable Impressions after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonViews (Net Non Views)</td>\n<td>Total number of Measured Impressions that were determined to not meet the requirements of a Viewable Impression net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonViewsRate (Net Non Views %)</td>\n<td>Percentage of Rendered Display Impressions that were determined to not meet the requirements of a Viewable Impression after the removal of all Invalid Traffic.</td>\n</tr>\n<tr>\n<td>phishingTraffic (Phishing Traffic)</td>\n<td>Number of Gross Tracked Ads that were determined to be generated by Phishing activity</td>\n</tr>\n<tr>\n<td>priceBid (Bid Price)</td>\n<td>Average bid price for Tracked Ads</td>\n</tr>\n<tr>\n<td>reach (Gross Reach)</td>\n<td>Total number of uniquely identified browser cookies before removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>renderedImpressions (Gross Rendered Impressions)</td>\n<td>Total number of Rendered Ad Impressions (Display \\u0026 Video) before removal of invalid traffic</td>\n</tr>\n<tr>\n<td>renderedVideoImpressions (Gross Rendered Video Impressions)</td>\n<td>Total number of Rendered Video Ad Impressions before removal of invalid traffic</td>\n</tr>\n<tr>\n<td>scriptImpressions (Gross Rendered Display Impressions)</td>\n<td>Total number of Rendered Display Ad Impressions generated from Pixalate’s script technology (excludes 1x1 pixel impressions) before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>shareOfGivtImpressions (Share of GIVT Tracked Ads %)</td>\n<td>Percentage of Tracked Ads that were filtered as General Invalid Traffic in relation to total General Invalid Traffic filtered</td>\n</tr>\n<tr>\n<td>shareOfGivtSivtImpressions (Share of IVT Tracked Ads %)</td>\n<td>Percentage of Gross Tracked Ads that were filtered as Invalid Traffic in relation to total Invalid Traffic filtered</td>\n</tr>\n<tr>\n<td>shareOfImpressions (Share of Gross Tracked Ads %)</td>\n<td>Percentage of Tracked Ads before the removal of invalid traffic in relation to total Tracked Ads</td>\n</tr>\n<tr>\n<td>shareOfNonGivtImpressions (Share of Tracked Ads %)</td>\n<td>Percentage of Tracked Ads after the removal of General Invalid Traffic in relation to total Tracked Ads after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>shareOfNonGivtSivtImpressions (Share of Net Tracked Ads %)</td>\n<td>Percentage of Tracked Ads after the removal of all Invalid Traffic in relation to total Net Tracked Ads after removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>shareOfSivtImpressions (Share of SIVT Tracked Ads %)</td>\n<td>Percentage of Tracked Ads that were filtered as Sophisticated Invalid Traffic in relation to total Sophisticated Invalid Traffic filtered</td>\n</tr>\n<tr>\n<td>sivtTotalClicks (SIVT Clicks)</td>\n<td>Number of Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtTotalClicksRate (SIVT Clicks %)</td>\n<td>Percentage of Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtClickRate (SIVT Matched Clicks %)</td>\n<td>Percentage of Gross Matched Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtClicks (SIVT Matched Clicks)</td>\n<td>Number of Gross Matched Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtTotalConversions (SIVT Conversions)</td>\n<td>Number of Gross Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtConversions (SIVT Matched Conversions)</td>\n<td>Number of Gross Matched Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtTotalConvsRate (SIVT Conversions %)</td>\n<td>Percentage of Gross Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtConvsRate (SIVT Matched Conversions %)</td>\n<td>Percentage of Gross Matched Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtImpressions (SIVT Tracked Ads)</td>\n<td>Number of Gross Tracked Ads that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtImpsRate (SIVT Tracked Ads %)</td>\n<td>Percentage of Gross Tracked Ads that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtIpv6Impressions (IPv6 SIVT Tracked Ads)</td>\n<td>Total number of IPv6 Tracked Ads that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtIpv6ImpressionsRate (IPv6 SIVT Tracked Ads %)</td>\n<td>Percentage of total number of IPv6 Tracked Ads that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtRate (SIVT %)</td>\n<td>Percentage of Tracked Ads, Clicks, and Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtTraffic (SIVT Traffic)</td>\n<td>Total number of Tracked Ads, Clicks, and Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>ssaiImpressions (Gross SSAI Tracked Ads)</td>\n<td>Estimated total SSAI tracked ads, before removal of IVT</td>\n</tr>\n<tr>\n<td>ssaiImpressionsRate (Gross SSAI Tracked Ads %)</td>\n<td>Estimated percentage of tracked ads that correspond to SSAI proxies, before removal of IVT</td>\n</tr>\n<tr>\n<td>ssaiTransparentImpressions (Gross SSAI Transparent Tracked Ads)</td>\n<td>Estimated total SSAI tracked ads that come from proxies passing X-Device-User-Agent headers for more transparency, before removal of IVT</td>\n</tr>\n<tr>\n<td>ssaiTransparentImpressionsRate (Gross SSAI Transparent Tracked Ads %)</td>\n<td>Estimated percentage of tracked ads that correspond to SSAI and come from proxies passing X-Device-User-Agent headers for more transparency, before removal of IVT</td>\n</tr>\n<tr>\n<td>timeSpentOnPage (Time Spent On Page)</td>\n<td>Average amount of time that users spent on the web page, expressed in minutes:seconds</td>\n</tr>\n<tr>\n<td>undeterminedImps (Net Undetermined Imps)</td>\n<td>Total number of Rendered Display Impressions in which Pixalate’s technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>undeterminedImpsRate (Net Undetermined Imps %)</td>\n<td>Percentage of Rendered Display Impressions in which Pixalate’s technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>viewability (Net Viewability %)</td>\n<td>Percentage of Measured Impressions that were determined to be Viewable Impressions after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>viewConvs (Gross Matched V-Convs)</td>\n<td>View-through Conversions. Total number of Matched Conversions in which users took action at a later time after seeing a Viewable Impression</td>\n</tr>\n<tr>\n<td>views (Net Views)</td>\n<td>Total number of Measured Impressions that were determined to be Viewable Impressions after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>viewsRate (Net Views %)</td>\n<td>Percentage of Impressions that were determined to be Viewable Impressions net of all Invalid Traffic</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error-codes\">ERROR CODES</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Cause</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Bad Request (400)</td>\n<td>If request includes invalid parameters</td>\n</tr>\n<tr>\n<td>Unauthorized (401)</td>\n<td>No user session has been established</td>\n</tr>\n<tr>\n<td>Forbidden (403)</td>\n<td>Quota limit exceeded</td>\n</tr>\n<tr>\n<td>Not Found (404)</td>\n<td>The Target Service/Resource not found</td>\n</tr>\n<tr>\n<td>Internal Service Error (500)</td>\n<td>The query was unable to be completed</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ec550e4d-2002-41bc-adbe-8714147d5675"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6d5df4f0-4144-45da-93c9-7d1a50872b45"}}],"_postman_id":"fa0f04ef-3c31-429a-9547-ed410c7eee54"},{"name":"Dashboard (Advertiser) Report Example","id":"1bb8e9a2-e7d7-4d65-af43-81150dba38a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>Dashboard</em> report, which is the default report that is provided when first logging into the Pixalate Dashboard.</p>\n<p>SQL Query: advertiserId,impressions,reach,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2018","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"905e404e-5dee-4845-a43f-c6d1b23ff7d4","name":"By Advertiser Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2018","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 01:32:55 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"29"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"913"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 110,\n    \"docs\": [\n        {\n            \"advertiserId\": \"18042\",\n            \"reach\": 1967088,\n            \"impressions\": 2083479,\n            \"viewability\": 0.29602,\n            \"views\": 448627,\n            \"viewsRate\": 0.21533,\n            \"adsAboveTheFold\": 0.15192,\n            \"givtImpsRate\": 0.00503,\n            \"sivtImpsRate\": 0.02096\n        },\n        {\n            \"advertiserId\": \"04809\",\n            \"reach\": 83258,\n            \"impressions\": 90571,\n            \"viewability\": 0.33784,\n            \"views\": 28060,\n            \"viewsRate\": 0.30981,\n            \"adsAboveTheFold\": 0.04445,\n            \"givtImpsRate\": 0.00661,\n            \"sivtImpsRate\": 0.02156\n        },\n        {\n            \"advertiserId\": \"35750\",\n            \"reach\": 76342,\n            \"impressions\": 89091,\n            \"viewability\": 0.20305,\n            \"views\": 15181,\n            \"viewsRate\": 0.1704,\n            \"adsAboveTheFold\": 0.01157,\n            \"givtImpsRate\": 0.00583,\n            \"sivtImpsRate\": 0.01866\n        },\n        {\n            \"advertiserId\": \"25029\",\n            \"reach\": 83212,\n            \"impressions\": 87220,\n            \"viewability\": 0.76988,\n            \"views\": 22188,\n            \"viewsRate\": 0.25439,\n            \"adsAboveTheFold\": 0.01352,\n            \"givtImpsRate\": 0.00487,\n            \"sivtImpsRate\": 0.02186\n        },\n        {\n            \"advertiserId\": \"91482\",\n            \"reach\": 77146,\n            \"impressions\": 86616,\n            \"viewability\": 0.80082,\n            \"views\": 35039,\n            \"viewsRate\": 0.40453,\n            \"adsAboveTheFold\": 0.01963,\n            \"givtImpsRate\": 0.00683,\n            \"sivtImpsRate\": 0.02219\n        },\n        {\n            \"advertiserId\": \"74570\",\n            \"reach\": 38804,\n            \"impressions\": 43735,\n            \"viewability\": 0.36322,\n            \"views\": 11820,\n            \"viewsRate\": 0.27026,\n            \"adsAboveTheFold\": 0.02886,\n            \"givtImpsRate\": 0.01251,\n            \"sivtImpsRate\": 0.02863\n        },\n        {\n            \"advertiserId\": \"77102\",\n            \"reach\": 38175,\n            \"impressions\": 40222,\n            \"viewability\": 0.38231,\n            \"views\": 14714,\n            \"viewsRate\": 0.36582,\n            \"adsAboveTheFold\": 0.01533,\n            \"givtImpsRate\": 0.00221,\n            \"sivtImpsRate\": 0.01009\n        },\n        {\n            \"advertiserId\": \"08613\",\n            \"reach\": 35130,\n            \"impressions\": 36171,\n            \"viewability\": 0.97078,\n            \"views\": 6645,\n            \"viewsRate\": 0.18371,\n            \"adsAboveTheFold\": 0.00146,\n            \"givtImpsRate\": 0.00254,\n            \"sivtImpsRate\": 0.04125\n        },\n        {\n            \"advertiserId\": \"28270\",\n            \"reach\": 26891,\n            \"impressions\": 29496,\n            \"viewability\": 0.81959,\n            \"views\": 16931,\n            \"viewsRate\": 0.57401,\n            \"adsAboveTheFold\": 0.00959,\n            \"givtImpsRate\": 0.00288,\n            \"sivtImpsRate\": 0.01363\n        },\n        {\n            \"advertiserId\": \"76573\",\n            \"reach\": 29125,\n            \"impressions\": 29125,\n            \"viewability\": 0.39144,\n            \"views\": 11055,\n            \"viewsRate\": 0.37957,\n            \"adsAboveTheFold\": 0.11117,\n            \"givtImpsRate\": 0.00766,\n            \"sivtImpsRate\": 0.02458\n        },\n        {\n            \"advertiserId\": \"97482\",\n            \"reach\": 25003,\n            \"impressions\": 26548,\n            \"viewability\": 0.57098,\n            \"views\": 6854,\n            \"viewsRate\": 0.25817,\n            \"adsAboveTheFold\": 0.02174,\n            \"givtImpsRate\": 0.00964,\n            \"sivtImpsRate\": 0.02381\n        },\n        {\n            \"advertiserId\": \"83718\",\n            \"reach\": 20877,\n            \"impressions\": 22797,\n            \"viewability\": 0.30541,\n            \"views\": 4350,\n            \"viewsRate\": 0.19081,\n            \"adsAboveTheFold\": 0.02383,\n            \"givtImpsRate\": 0.00246,\n            \"sivtImpsRate\": 0.05746\n        },\n        {\n            \"advertiserId\": \"30767\",\n            \"reach\": 17878,\n            \"impressions\": 19350,\n            \"viewability\": 0.46423,\n            \"views\": 8980,\n            \"viewsRate\": 0.46408,\n            \"adsAboveTheFold\": 0.12302,\n            \"givtImpsRate\": 0.00749,\n            \"sivtImpsRate\": 0.00956\n        },\n        {\n            \"advertiserId\": \"56298\",\n            \"reach\": 17885,\n            \"impressions\": 18127,\n            \"viewability\": 0.56747,\n            \"views\": 9571,\n            \"viewsRate\": 0.528,\n            \"adsAboveTheFold\": 0.03584,\n            \"givtImpsRate\": 0.00221,\n            \"sivtImpsRate\": 0.00712\n        },\n        {\n            \"advertiserId\": \"71558\",\n            \"reach\": 11749,\n            \"impressions\": 12345,\n            \"viewability\": 0.47342,\n            \"views\": 5841,\n            \"viewsRate\": 0.47315,\n            \"adsAboveTheFold\": 0.15164,\n            \"givtImpsRate\": 0.01434,\n            \"sivtImpsRate\": 0.02187\n        },\n        {\n            \"advertiserId\": \"271055\",\n            \"reach\": 10479,\n            \"impressions\": 11552,\n            \"viewability\": 0.82189,\n            \"views\": 3304,\n            \"viewsRate\": 0.28601,\n            \"adsAboveTheFold\": 0.00636,\n            \"givtImpsRate\": 0.00554,\n            \"sivtImpsRate\": 0.02173\n        },\n        {\n            \"advertiserId\": \"82745\",\n            \"reach\": 6963,\n            \"impressions\": 7639,\n            \"viewability\": 0.4413,\n            \"views\": 2951,\n            \"viewsRate\": 0.38631,\n            \"adsAboveTheFold\": 0.06925,\n            \"givtImpsRate\": 0.00537,\n            \"sivtImpsRate\": 0.01257\n        },\n        {\n            \"advertiserId\": \"50265\",\n            \"reach\": 5769,\n            \"impressions\": 7181,\n            \"viewability\": 0.35726,\n            \"views\": 2230,\n            \"viewsRate\": 0.31054,\n            \"adsAboveTheFold\": 0.00904,\n            \"givtImpsRate\": 0.00265,\n            \"sivtImpsRate\": 0.01532\n        },\n        {\n            \"advertiserId\": \"91811\",\n            \"reach\": 5947,\n            \"impressions\": 7040,\n            \"viewability\": 0.76932,\n            \"views\": 5416,\n            \"viewsRate\": 0.76932,\n            \"adsAboveTheFold\": 0.13973,\n            \"givtImpsRate\": 0.00099,\n            \"sivtImpsRate\": 0.0081\n        },\n        {\n            \"advertiserId\": \"27976\",\n            \"reach\": 4602,\n            \"impressions\": 4910,\n            \"viewability\": 0.34453,\n            \"views\": 1620,\n            \"viewsRate\": 0.32994,\n            \"adsAboveTheFold\": 0.00362,\n            \"givtImpsRate\": 0.00143,\n            \"sivtImpsRate\": 0.01548\n        }\n    ]\n}"}],"_postman_id":"1bb8e9a2-e7d7-4d65-af43-81150dba38a0"},{"name":"Domain Report Example","id":"faec9229-0cf3-4497-9711-064d4f195f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=adDomain,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>Domain</em> report listed under the 'Dashboard' report in the main report section.</p>\n<p>SQL Query: adDomain,impressions,reach,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2018","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"adDomain,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"4221b36f-af2d-480f-8b40-8959f074ca54","name":"By Domain Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=adDomain,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2018","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"adDomain,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 02:15:12 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"23"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"868"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 6767,\n    \"docs\": [\n        {\n            \"adDomain\": \"live.com\",\n            \"reach\": 895688,\n            \"impressions\": 896480,\n            \"viewability\": 0.32339,\n            \"adsAboveTheFold\": 0.06119,\n            \"givtImpsRate\": 0.00209,\n            \"sivtImpsRate\": 0.01394\n        },\n        {\n            \"adDomain\": \"news.yahoo.com\",\n            \"reach\": 289931,\n            \"impressions\": 297148,\n            \"viewability\": 0.0057,\n            \"adsAboveTheFold\": 0.00023,\n            \"givtImpsRate\": 0.00199,\n            \"sivtImpsRate\": 0.00507\n        },\n        {\n            \"adDomain\": \"whitepages.com\",\n            \"reach\": 273826,\n            \"impressions\": 273826,\n            \"viewability\": 0.67999,\n            \"adsAboveTheFold\": 0.29052,\n            \"givtImpsRate\": 0.00052,\n            \"sivtImpsRate\": 0.02014\n        },\n        {\n            \"adDomain\": \"businessinsider.com\",\n            \"reach\": 207185,\n            \"impressions\": 244809,\n            \"viewability\": 0.15164,\n            \"adsAboveTheFold\": 0.23154,\n            \"givtImpsRate\": 0.01698,\n            \"sivtImpsRate\": 0.01263\n        },\n        {\n            \"adDomain\": \"ratemyjob.com\",\n            \"reach\": 187727,\n            \"impressions\": 188137,\n            \"viewability\": 0.01296,\n            \"adsAboveTheFold\": 0.08941,\n            \"givtImpsRate\": 0.00706,\n            \"sivtImpsRate\": 0.00959\n        },\n        {\n            \"adDomain\": \"britannica.com\",\n            \"reach\": 155868,\n            \"impressions\": 181746,\n            \"viewability\": 0.64891,\n            \"adsAboveTheFold\": 0.06292,\n            \"givtImpsRate\": 0.00381,\n            \"sivtImpsRate\": 0.02001\n        },\n        {\n            \"adDomain\": \"eatingwell.com\",\n            \"reach\": 122637,\n            \"impressions\": 145385,\n            \"viewability\": 0.11165,\n            \"adsAboveTheFold\": 0.03339,\n            \"givtImpsRate\": 0.00849,\n            \"sivtImpsRate\": 0.0056\n        },\n        {\n            \"adDomain\": \"slacker.com\",\n            \"reach\": 127384,\n            \"impressions\": 127444,\n            \"viewability\": 0.05965,\n            \"adsAboveTheFold\": 0.163,\n            \"givtImpsRate\": 0,\n            \"sivtImpsRate\": 0.0002\n        },\n        {\n            \"adDomain\": \"latimes.com\",\n            \"reach\": 92832,\n            \"impressions\": 98699,\n            \"viewability\": 0.60201,\n            \"adsAboveTheFold\": 0.03179,\n            \"givtImpsRate\": 0.00065,\n            \"sivtImpsRate\": 0.01291\n        },\n        {\n            \"adDomain\": \"weather.com\",\n            \"reach\": 1660,\n            \"impressions\": 25854,\n            \"viewability\": 0.44691,\n            \"adsAboveTheFold\": 0.43208,\n            \"givtImpsRate\": 0.00182,\n            \"sivtImpsRate\": 0.16837\n        },\n        {\n            \"adDomain\": \"southernliving.com\",\n            \"reach\": 20330,\n            \"impressions\": 21842,\n            \"viewability\": 0.92653,\n            \"adsAboveTheFold\": 0.01557,\n            \"givtImpsRate\": 0.00005,\n            \"sivtImpsRate\": 0.00105\n        },\n        {\n            \"adDomain\": \"bostonglobe.com\",\n            \"reach\": 13778,\n            \"impressions\": 17416,\n            \"viewability\": 0.23002,\n            \"adsAboveTheFold\": 0.39544,\n            \"givtImpsRate\": 0.02458,\n            \"sivtImpsRate\": 0.00402\n        },\n        {\n            \"adDomain\": \"health.com\"\",\n            \"reach\": 15755,\n            \"impressions\": 15829,\n            \"viewability\": 0.75244,\n            \"adsAboveTheFold\": 0.01254,\n            \"givtImpsRate\": 0.00082,\n            \"sivtImpsRate\": 0.0031\n        },\n        {\n            \"adDomain\": \"hermoments.com\",\n            \"reach\": 14448,\n            \"impressions\": 14448,\n            \"viewability\": 0,\n            \"adsAboveTheFold\": 0,\n            \"givtImpsRate\": 0,\n            \"sivtImpsRate\": 0.00415\n        },\n        {\n            \"adDomain\": \"entertainmentdaily.co.uk\",\n            \"reach\": 2164,\n            \"impressions\": 13757,\n            \"viewability\": 0.62042,\n            \"adsAboveTheFold\": 0,\n            \"givtImpsRate\": 0,\n            \"sivtImpsRate\": 1\n        },\n        {\n            \"adDomain\": \"moneywise.com\",\n            \"reach\": 13468,\n            \"impressions\": 13468,\n            \"viewability\": 0.91178,\n            \"adsAboveTheFold\": 0.22713,\n            \"givtImpsRate\": 0,\n            \"sivtImpsRate\": 0.00104\n        },\n        {\n            \"adDomain\": \"my.netzero.net\",\n            \"reach\": 7049,\n            \"impressions\": 10195,\n            \"viewability\": 0.7335,\n            \"adsAboveTheFold\": 0.84851,\n            \"givtImpsRate\": 0.0001,\n            \"sivtImpsRate\": 0.03345\n        },\n        {\n            \"adDomain\": \"townhall.com\",\n            \"reach\": 8362,\n            \"impressions\": 8566,\n            \"viewability\": 0.12584,\n            \"adsAboveTheFold\": 0.06701,\n            \"givtImpsRate\": 0.00035,\n            \"sivtImpsRate\": 0.00163\n        },\n        {\n            \"adDomain\": \"myrecipes.com\",\n            \"reach\": 7364,\n            \"impressions\": 7900,\n            \"viewability\": 0.23663,\n            \"adsAboveTheFold\": 0.74772,\n            \"givtImpsRate\": 0.00025,\n            \"sivtImpsRate\": 0.00025\n        },\n        {\n            \"adDomain\": \"myfitnesspal.com\",\n            \"reach\": 5898,\n            \"impressions\": 5898,\n            \"viewability\": 0.92699,\n            \"adsAboveTheFold\": 0.03408,\n            \"givtImpsRate\": 0.00017,\n            \"sivtImpsRate\": 0.0056\n        }\n    ]\n}"}],"_postman_id":"faec9229-0cf3-4497-9711-064d4f195f94"},{"name":"By Fraud Type Report Example","id":"362808a8-3035-4e2a-8116-564f89a8ba2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>By Fraud Type</em> report, which is listed under the Fraud Reports in the Pixalate Dashboard.</p>\n<p>SQL Query: fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC</p>\n<blockquote>\n<p>Note: Each row represents data for a specific fraud type.Data for any given row with a Fraud Type value will always report 100% IVT. Rows with no text value for Fraud Type means the data in that row is 100% IVT free.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["services","2018","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"85a7aeba-891d-498f-a109-9823c442198a","name":"By Fraud Type Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2018","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 02:48:58 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"22"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"452"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"numFound\": 32,\n\t\"docs\": [{\n\t\t\"fraudType\": \"\",\n\t\t\"impressions\": 1160528791,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"displayImpressionFraud\",\n\t\t\"impressions\": 48235389,\n\t\t\"sivtImpressions\": 48235389,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"proxy\",\n\t\t\"impressions\": 6525468,\n\t\t\"sivtImpressions\": 6525468,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"maskedIP\",\n\t\t\"impressions\": 6288150,\n\t\t\"sivtImpressions\": 6288150,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"IPObfuscation\",\n\t\t\"impressions\": 6274865,\n\t\t\"sivtImpressions\": 6274865,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"appSpoofing\",\n\t\t\"impressions\": 6237257,\n\t\t\"sivtImpressions\": 6237257,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"videoImpressionFraud\",\n\t\t\"impressions\": 6143500,\n\t\t\"sivtImpressions\": 6143500,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"highRiskDeviceId\",\n\t\t\"impressions\": 4978208,\n\t\t\"sivtImpressions\": 4978208,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"highRiskIP\",\n\t\t\"impressions\": 3621443,\n\t\t\"sivtImpressions\": 3621443,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"displayClickFraud\",\n\t\t\"impressions\": 3593908,\n\t\t\"sivtImpressions\": 3593908,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"hijackedSession\",\n\t\t\"impressions\": 3506991,\n\t\t\"sivtImpressions\": 3506991,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"datacenter\",\n\t\t\"impressions\": 3132108,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 3132108,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"highRiskDomain\",\n\t\t\"impressions\": 1044048,\n\t\t\"sivtImpressions\": 1044048,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"locationObfuscation\",\n\t\t\"impressions\": 911528,\n\t\t\"sivtImpressions\": 911528,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"deviceIdStuffing\",\n\t\t\"impressions\": 818111,\n\t\t\"sivtImpressions\": 818111,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"defasedApp\",\n\t\t\"impressions\": 748219,\n\t\t\"sivtImpressions\": 748219,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"cookieStuffing\",\n\t\t\"impressions\": 534765,\n\t\t\"sivtImpressions\": 534765,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"autoreloader\",\n\t\t\"impressions\": 497091,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 497091,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"datacenterProxy\",\n\t\t\"impressions\": 440274,\n\t\t\"sivtImpressions\": 440274,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"idioBots\",\n\t\t\"impressions\": 412776,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 412776,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"clickFarm\",\n\t\t\"impressions\": 236388,\n\t\t\"sivtImpressions\": 236388,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"IABdummyBot\",\n\t\t\"impressions\": 234817,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 234817,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"videoClickFraud\",\n\t\t\"impressions\": 188536,\n\t\t\"sivtImpressions\": 188536,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"phishing\",\n\t\t\"impressions\": 90252,\n\t\t\"sivtImpressions\": 90252,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"fastClicker\",\n\t\t\"impressions\": 62555,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 62555,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"doorwaySite\",\n\t\t\"impressions\": 31261,\n\t\t\"sivtImpressions\": 31261,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"highRiskApp\",\n\t\t\"impressions\": 21429,\n\t\t\"sivtImpressions\": 21429,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"publisherFraud\",\n\t\t\"impressions\": 20853,\n\t\t\"sivtImpressions\": 20853,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"IABcrawler\",\n\t\t\"impressions\": 16999,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 16999,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"TOR\",\n\t\t\"impressions\": 15067,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 15067,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"blankUserAgent\",\n\t\t\"impressions\": 5831,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 5831,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"malware\",\n\t\t\"impressions\": 339,\n\t\t\"sivtImpressions\": 339,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}]\n}"}],"_postman_id":"362808a8-3035-4e2a-8116-564f89a8ba2b"},{"name":"By Seller Example","id":"c0ff6069-e785-4610-99e7-87e178ea70fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>By Seller ID</em> report, which is listed under the <em>Fraud Reports</em> in the Pixalate Dashboard.</p>\n<p>SQL Query: kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2018","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"aa0a0e15-f882-49ec-8e07-5153ba9d6034","name":"By Seller Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2018","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 02:07:20 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"24"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"489"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 49,\n    \"docs\": [\n        {\n            \"kv7\": \"273060\",\n            \"impressions\": 2299999,\n            \"sivtImpressions\": 45600,\n            \"sivtImpsRate\": 0.01983,\n            \"givtImpressions\": 11529,\n            \"givtImpsRate\": 0.00501\n        },\n        {\n            \"kv7\": \"912686\",\n            \"impressions\": 321945,\n            \"sivtImpressions\": 9855,\n            \"sivtImpsRate\": 0.03061,\n            \"givtImpressions\": 2024,\n            \"givtImpsRate\": 0.00629\n        },\n        {\n            \"kv7\": \"385551\",\n            \"impressions\": 66423,\n            \"sivtImpressions\": 683,\n            \"sivtImpsRate\": 0.01028,\n            \"givtImpressions\": 697,\n            \"givtImpsRate\": 0.01049\n        },\n        {\n            \"kv7\": \"298589\",\n            \"impressions\": 21962,\n            \"sivtImpressions\": 1115,\n            \"sivtImpsRate\": 0.05077,\n            \"givtImpressions\": 49,\n            \"givtImpsRate\": 0.00223\n        },\n        {\n            \"kv7\": \"961835\",\n            \"impressions\": 17302,\n            \"sivtImpressions\": 323,\n            \"sivtImpsRate\": 0.01867,\n            \"givtImpressions\": 16,\n            \"givtImpsRate\": 0.00092\n        },\n        {\n            \"kv7\": \"281837\",\n            \"impressions\": 15826,\n            \"sivtImpressions\": 703,\n            \"sivtImpsRate\": 0.04442,\n            \"givtImpressions\": 142,\n            \"givtImpsRate\": 0.00897\n        },\n        {\n            \"kv7\": \"986325\",\n            \"impressions\": 14672,\n            \"sivtImpressions\": 297,\n            \"sivtImpsRate\": 0.02024,\n            \"givtImpressions\": 20,\n            \"givtImpsRate\": 0.00136\n        },\n        {\n            \"kv7\": \"825794\",\n            \"impressions\": 2692,\n            \"sivtImpressions\": 786,\n            \"sivtImpsRate\": 0.29198,\n            \"givtImpressions\": 3,\n            \"givtImpsRate\": 0.00111\n        },\n        {\n            \"kv7\": \"565385\",\n            \"impressions\": 1686,\n            \"sivtImpressions\": 26,\n            \"sivtImpsRate\": 0.01542,\n            \"givtImpressions\": 10,\n            \"givtImpsRate\": 0.00593\n        },\n        {\n            \"kv7\": \"562859\",\n            \"impressions\": 1221,\n            \"sivtImpressions\": 16,\n            \"sivtImpsRate\": 0.0131,\n            \"givtImpressions\": 10,\n            \"givtImpsRate\": 0.00819\n        },\n        {\n            \"kv7\": \"269193\",\n            \"impressions\": 1034,\n            \"sivtImpressions\": 8,\n            \"sivtImpsRate\": 0.00774,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"kv7\": \"639832\",\n            \"impressions\": 954,\n            \"sivtImpressions\": 15,\n            \"sivtImpsRate\": 0.01572,\n            \"givtImpressions\": 4,\n            \"givtImpsRate\": 0.00419\n        },\n        {\n            \"kv7\": \"305211\",\n            \"impressions\": 947,\n            \"sivtImpressions\": 13,\n            \"sivtImpsRate\": 0.01373,\n            \"givtImpressions\": 3,\n            \"givtImpsRate\": 0.00317\n        },\n        {\n            \"kv7\": \"243842\",\n            \"impressions\": 937,\n            \"sivtImpressions\": 9,\n            \"sivtImpsRate\": 0.00961,\n            \"givtImpressions\": 7,\n            \"givtImpsRate\": 0.00747\n        },\n        {\n            \"kv7\": \"420337\",\n            \"impressions\": 931,\n            \"sivtImpressions\": 6,\n            \"sivtImpsRate\": 0.00644,\n            \"givtImpressions\": 4,\n            \"givtImpsRate\": 0.0043\n        },\n        {\n            \"kv7\": \"160182\",\n            \"impressions\": 687,\n            \"sivtImpressions\": 2,\n            \"sivtImpsRate\": 0.00291,\n            \"givtImpressions\": 6,\n            \"givtImpsRate\": 0.00873\n        },\n        {\n            \"kv7\": \"176300\",\n            \"impressions\": 630,\n            \"sivtImpressions\": 2,\n            \"sivtImpsRate\": 0.00317,\n            \"givtImpressions\": 5,\n            \"givtImpsRate\": 0.00794\n        },\n        {\n            \"kv7\": \"899478\",\n            \"impressions\": 618,\n            \"sivtImpressions\": 4,\n            \"sivtImpsRate\": 0.00647,\n            \"givtImpressions\": 7,\n            \"givtImpsRate\": 0.01133\n        },\n        {\n            \"kv7\": \"829634\",\n            \"impressions\": 535,\n            \"sivtImpressions\": 72,\n            \"sivtImpsRate\": 0.13458,\n            \"givtImpressions\": 34,\n            \"givtImpsRate\": 0.06355\n        },\n        {\n            \"kv7\": \"499453\",\n            \"impressions\": 534,\n            \"sivtImpressions\": 6,\n            \"sivtImpsRate\": 0.01124,\n            \"givtImpressions\": 6,\n            \"givtImpsRate\": 0.01124\n        }\n    ]\n}"}],"_postman_id":"c0ff6069-e785-4610-99e7-87e178ea70fc"},{"name":"Specific Bundle ID Value Example","id":"b7fb2322-5a24-47a3-81fb-432a36021e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC","description":"<p>The following query represents an example of pulling data for the specific set of bundle IDs.</p>\n<ul>\n<li>com.mobilityware.solitaire</li>\n<li>1407852246</li>\n<li>com.zynga.words3</li>\n</ul>\n<p>SQL Query: kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2018","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"53aeca5c-3add-47ce-a620-48b560730762","name":"Specified Bundle ID Value Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2018","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 03:01:53 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"18"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"203"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"numFound\": 3,\n\t\"docs\": [{\n\t\t\"kv18\": \"1407852246\",\n\t\t\"impressions\": 18642574,\n\t\t\"sivtImpressions\": 2453512,\n\t\t\"sivtImpsRate\": 0.13161,\n\t\t\"givtImpressions\": 97336,\n\t\t\"givtImpsRate\": 0.00522\n\t}, {\n\t\t\"kv18\": \"com.mobilityware.solitaire\",\n\t\t\"impressions\": 488869,\n\t\t\"sivtImpressions\": 23498,\n\t\t\"sivtImpsRate\": 0.04807,\n\t\t\"givtImpressions\": 1276,\n\t\t\"givtImpsRate\": 0.00261\n\t}, {\n\t\t\"kv18\": \"com.zynga.words\",\n\t\t\"impressions\": 174199,\n\t\t\"sivtImpressions\": 11405,\n\t\t\"sivtImpsRate\": 0.06547,\n\t\t\"givtImpressions\": 425,\n\t\t\"givtImpsRate\": 0.00244\n\t}]\n}"}],"_postman_id":"b7fb2322-5a24-47a3-81fb-432a36021e5f"},{"name":"Contains Specified Value Example","id":"135f60ff-43b1-4976-9bf6-2bfa21a5e9b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=100&q=kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC","description":"<p>The following query represents an example of reporting data when the value contains specific text</p>\n<p>SQL Query: kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2018","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"100"},{"key":"q","value":"kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"63a699e9-122b-4464-96a4-d257dff697ac","name":"Contains Specified Value Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2018/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=100&q=kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2018","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"100"},{"key":"q","value":"kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, from-store"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 03:37:55 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"13"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2011"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"numFound\": 35547,\n\t\"docs\": [{\n\t\t\"kv18\": \"\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 103022570,\n\t\t\"sivtImpressions\": 5226984,\n\t\t\"sivtImpsRate\": 0.05074,\n\t\t\"givtImpressions\": 390840,\n\t\t\"givtImpsRate\": 0.00379\n\t}, {\n\t\t\"kv18\": \"1407852246\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 11426099,\n\t\t\"sivtImpressions\": 1560826,\n\t\t\"sivtImpsRate\": 0.1366,\n\t\t\"givtImpressions\": 10203,\n\t\t\"givtImpsRate\": 8.9E-4\n\t}, {\n\t\t\"kv18\": \"1207472156\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 10450940,\n\t\t\"sivtImpressions\": 762087,\n\t\t\"sivtImpsRate\": 0.07292,\n\t\t\"givtImpressions\": 4147,\n\t\t\"givtImpsRate\": 4.0E-4\n\t}, {\n\t\t\"kv18\": \"357218860\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 4483454,\n\t\t\"sivtImpressions\": 668412,\n\t\t\"sivtImpsRate\": 0.14908,\n\t\t\"givtImpressions\": 685,\n\t\t\"givtImpsRate\": 1.5E-4\n\t}, {\n\t\t\"kv18\": \"429610587\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 4450980,\n\t\t\"sivtImpressions\": 596856,\n\t\t\"sivtImpsRate\": 0.1341,\n\t\t\"givtImpressions\": 1654,\n\t\t\"givtImpsRate\": 3.7E-4\n\t}, {\n\t\t\"kv18\": \"341232718\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 4251085,\n\t\t\"sivtImpressions\": 220827,\n\t\t\"sivtImpsRate\": 0.05195,\n\t\t\"givtImpressions\": 3091,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"1502447854\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2847947,\n\t\t\"sivtImpressions\": 232315,\n\t\t\"sivtImpsRate\": 0.08157,\n\t\t\"givtImpressions\": 1037,\n\t\t\"givtImpsRate\": 3.6E-4\n\t}, {\n\t\t\"kv18\": \"587366035\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2381545,\n\t\t\"sivtImpressions\": 148061,\n\t\t\"sivtImpsRate\": 0.06217,\n\t\t\"givtImpressions\": 1068,\n\t\t\"givtImpsRate\": 4.5E-4\n\t}, {\n\t\t\"kv18\": \"591560124\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2283116,\n\t\t\"sivtImpressions\": 228708,\n\t\t\"sivtImpsRate\": 0.10017,\n\t\t\"givtImpressions\": 615,\n\t\t\"givtImpsRate\": 2.7E-4\n\t}, {\n\t\t\"kv18\": \"295646461\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2128326,\n\t\t\"sivtImpressions\": 51581,\n\t\t\"sivtImpsRate\": 0.02424,\n\t\t\"givtImpressions\": 2164,\n\t\t\"givtImpsRate\": 0.00102\n\t}, {\n\t\t\"kv18\": \"372648912\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2070520,\n\t\t\"sivtImpressions\": 321341,\n\t\t\"sivtImpsRate\": 0.1552,\n\t\t\"givtImpressions\": 2779,\n\t\t\"givtImpsRate\": 0.00134\n\t}, {\n\t\t\"kv18\": \"281940292\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1859405,\n\t\t\"sivtImpressions\": 118243,\n\t\t\"sivtImpsRate\": 0.06359,\n\t\t\"givtImpressions\": 1670,\n\t\t\"givtImpsRate\": 9.0E-4\n\t}, {\n\t\t\"kv18\": \"1299956969\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1783679,\n\t\t\"sivtImpressions\": 153778,\n\t\t\"sivtImpsRate\": 0.08621,\n\t\t\"givtImpressions\": 751,\n\t\t\"givtImpsRate\": 4.2E-4\n\t}, {\n\t\t\"kv18\": \"418987775\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1726974,\n\t\t\"sivtImpressions\": 323031,\n\t\t\"sivtImpsRate\": 0.18705,\n\t\t\"givtImpressions\": 2353,\n\t\t\"givtImpsRate\": 0.00136\n\t}, {\n\t\t\"kv18\": \"322439990\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1700289,\n\t\t\"sivtImpressions\": 85895,\n\t\t\"sivtImpsRate\": 0.05052,\n\t\t\"givtImpressions\": 559,\n\t\t\"givtImpsRate\": 3.3E-4\n\t}, {\n\t\t\"kv18\": \"1452227871\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1627281,\n\t\t\"sivtImpressions\": 190236,\n\t\t\"sivtImpsRate\": 0.1169,\n\t\t\"givtImpressions\": 1639,\n\t\t\"givtImpsRate\": 0.00101\n\t}, {\n\t\t\"kv18\": \"506141837\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1620628,\n\t\t\"sivtImpressions\": 357674,\n\t\t\"sivtImpsRate\": 0.2207,\n\t\t\"givtImpressions\": 1342,\n\t\t\"givtImpsRate\": 8.3E-4\n\t}, {\n\t\t\"kv18\": \"366247306\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1620242,\n\t\t\"sivtImpressions\": 122671,\n\t\t\"sivtImpsRate\": 0.07571,\n\t\t\"givtImpressions\": 1188,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"324684580\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1535412,\n\t\t\"sivtImpressions\": 24388,\n\t\t\"sivtImpsRate\": 0.01588,\n\t\t\"givtImpressions\": 499,\n\t\t\"givtImpsRate\": 3.2E-4\n\t}, {\n\t\t\"kv18\": \"1413942319\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1515647,\n\t\t\"sivtImpressions\": 109861,\n\t\t\"sivtImpsRate\": 0.07248,\n\t\t\"givtImpressions\": 1398,\n\t\t\"givtImpsRate\": 9.2E-4\n\t}, {\n\t\t\"kv18\": \"1452992954\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1480312,\n\t\t\"sivtImpressions\": 163803,\n\t\t\"sivtImpsRate\": 0.11065,\n\t\t\"givtImpressions\": 1263,\n\t\t\"givtImpsRate\": 8.5E-4\n\t}, {\n\t\t\"kv18\": \"319881193\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1372331,\n\t\t\"sivtImpressions\": 119601,\n\t\t\"sivtImpsRate\": 0.08715,\n\t\t\"givtImpressions\": 1726,\n\t\t\"givtImpsRate\": 0.00126\n\t}, {\n\t\t\"kv18\": \"1196764367\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1348091,\n\t\t\"sivtImpressions\": 82486,\n\t\t\"sivtImpsRate\": 0.06119,\n\t\t\"givtImpressions\": 1881,\n\t\t\"givtImpsRate\": 0.0014\n\t}, {\n\t\t\"kv18\": \"1191435163\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1218085,\n\t\t\"sivtImpressions\": 106604,\n\t\t\"sivtImpsRate\": 0.08752,\n\t\t\"givtImpressions\": 829,\n\t\t\"givtImpsRate\": 6.8E-4\n\t}, {\n\t\t\"kv18\": \"1466197423\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1205804,\n\t\t\"sivtImpressions\": 114599,\n\t\t\"sivtImpsRate\": 0.09504,\n\t\t\"givtImpressions\": 392,\n\t\t\"givtImpsRate\": 3.3E-4\n\t}, {\n\t\t\"kv18\": \"1193508329\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1192988,\n\t\t\"sivtImpressions\": 138334,\n\t\t\"sivtImpsRate\": 0.11596,\n\t\t\"givtImpressions\": 1085,\n\t\t\"givtImpsRate\": 9.1E-4\n\t}, {\n\t\t\"kv18\": \"1226926872\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1173831,\n\t\t\"sivtImpressions\": 115517,\n\t\t\"sivtImpsRate\": 0.09841,\n\t\t\"givtImpressions\": 855,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"921765888\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1027420,\n\t\t\"sivtImpressions\": 57827,\n\t\t\"sivtImpsRate\": 0.05628,\n\t\t\"givtImpressions\": 426,\n\t\t\"givtImpsRate\": 4.1E-4\n\t}, {\n\t\t\"kv18\": \"525958087\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 989959,\n\t\t\"sivtImpressions\": 101648,\n\t\t\"sivtImpsRate\": 0.10268,\n\t\t\"givtImpressions\": 157,\n\t\t\"givtImpsRate\": 1.6E-4\n\t}, {\n\t\t\"kv18\": \"1324604053\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 962364,\n\t\t\"sivtImpressions\": 108688,\n\t\t\"sivtImpsRate\": 0.11294,\n\t\t\"givtImpressions\": 973,\n\t\t\"givtImpsRate\": 0.00101\n\t}, {\n\t\t\"kv18\": \"1115565187\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 936380,\n\t\t\"sivtImpressions\": 157439,\n\t\t\"sivtImpsRate\": 0.16814,\n\t\t\"givtImpressions\": 671,\n\t\t\"givtImpsRate\": 7.2E-4\n\t}, {\n\t\t\"kv18\": \"1387897651\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 915508,\n\t\t\"sivtImpressions\": 72892,\n\t\t\"sivtImpsRate\": 0.07962,\n\t\t\"givtImpressions\": 823,\n\t\t\"givtImpsRate\": 9.0E-4\n\t}, {\n\t\t\"kv18\": \"639881495\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 907029,\n\t\t\"sivtImpressions\": 81096,\n\t\t\"sivtImpsRate\": 0.08941,\n\t\t\"givtImpressions\": 1036,\n\t\t\"givtImpsRate\": 0.00114\n\t}, {\n\t\t\"kv18\": \"927006017\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 887956,\n\t\t\"sivtImpressions\": 4734,\n\t\t\"sivtImpsRate\": 0.00533,\n\t\t\"givtImpressions\": 722,\n\t\t\"givtImpsRate\": 8.1E-4\n\t}, {\n\t\t\"kv18\": \"285692706\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 874469,\n\t\t\"sivtImpressions\": 83437,\n\t\t\"sivtImpsRate\": 0.09541,\n\t\t\"givtImpressions\": 681,\n\t\t\"givtImpsRate\": 7.8E-4\n\t}, {\n\t\t\"kv18\": \"384101264\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 870779,\n\t\t\"sivtImpressions\": 86767,\n\t\t\"sivtImpsRate\": 0.09964,\n\t\t\"givtImpressions\": 1266,\n\t\t\"givtImpsRate\": 0.00145\n\t}, {\n\t\t\"kv18\": \"1420294918\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 868463,\n\t\t\"sivtImpressions\": 56298,\n\t\t\"sivtImpsRate\": 0.06482,\n\t\t\"givtImpressions\": 379,\n\t\t\"givtImpsRate\": 4.4E-4\n\t}, {\n\t\t\"kv18\": \"1473836342\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 862325,\n\t\t\"sivtImpressions\": 77898,\n\t\t\"sivtImpsRate\": 0.09033,\n\t\t\"givtImpressions\": 288,\n\t\t\"givtImpsRate\": 3.3E-4\n\t}, {\n\t\t\"kv18\": \"307184892\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 860979,\n\t\t\"sivtImpressions\": 53062,\n\t\t\"sivtImpsRate\": 0.06163,\n\t\t\"givtImpressions\": 499,\n\t\t\"givtImpsRate\": 5.8E-4\n\t}, {\n\t\t\"kv18\": \"448999087\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 783512,\n\t\t\"sivtImpressions\": 73186,\n\t\t\"sivtImpsRate\": 0.09341,\n\t\t\"givtImpressions\": 708,\n\t\t\"givtImpsRate\": 9.0E-4\n\t}, {\n\t\t\"kv18\": \"658308834\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 759081,\n\t\t\"sivtImpressions\": 56879,\n\t\t\"sivtImpsRate\": 0.07493,\n\t\t\"givtImpressions\": 368,\n\t\t\"givtImpsRate\": 4.8E-4\n\t}, {\n\t\t\"kv18\": \"569077959\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 751103,\n\t\t\"sivtImpressions\": 206927,\n\t\t\"sivtImpsRate\": 0.2755,\n\t\t\"givtImpressions\": 1205,\n\t\t\"givtImpsRate\": 0.0016\n\t}, {\n\t\t\"kv18\": \"651510680\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 708661,\n\t\t\"sivtImpressions\": 67832,\n\t\t\"sivtImpsRate\": 0.09572,\n\t\t\"givtImpressions\": 1301,\n\t\t\"givtImpsRate\": 0.00184\n\t}, {\n\t\t\"kv18\": \"399355755\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 689456,\n\t\t\"sivtImpressions\": 120125,\n\t\t\"sivtImpsRate\": 0.17423,\n\t\t\"givtImpressions\": 357,\n\t\t\"givtImpsRate\": 5.2E-4\n\t}, {\n\t\t\"kv18\": \"1386727308\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 647771,\n\t\t\"sivtImpressions\": 50198,\n\t\t\"sivtImpsRate\": 0.07749,\n\t\t\"givtImpressions\": 411,\n\t\t\"givtImpsRate\": 6.3E-4\n\t}, {\n\t\t\"kv18\": \"367623543\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 616495,\n\t\t\"sivtImpressions\": 12938,\n\t\t\"sivtImpsRate\": 0.02099,\n\t\t\"givtImpressions\": 957,\n\t\t\"givtImpsRate\": 0.00155\n\t}, {\n\t\t\"kv18\": \"500962489\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 601456,\n\t\t\"sivtImpressions\": 43299,\n\t\t\"sivtImpsRate\": 0.07199,\n\t\t\"givtImpressions\": 241,\n\t\t\"givtImpsRate\": 4.0E-4\n\t}, {\n\t\t\"kv18\": \"1313561414\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 575268,\n\t\t\"sivtImpressions\": 48343,\n\t\t\"sivtImpsRate\": 0.08404,\n\t\t\"givtImpressions\": 366,\n\t\t\"givtImpsRate\": 6.4E-4\n\t}, {\n\t\t\"kv18\": \"1453411110\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 553463,\n\t\t\"sivtImpressions\": 10353,\n\t\t\"sivtImpsRate\": 0.01871,\n\t\t\"givtImpressions\": 110,\n\t\t\"givtImpsRate\": 2.0E-4\n\t}, {\n\t\t\"kv18\": \"1494648714\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 544311,\n\t\t\"sivtImpressions\": 39601,\n\t\t\"sivtImpsRate\": 0.07275,\n\t\t\"givtImpressions\": 72,\n\t\t\"givtImpsRate\": 1.3E-4\n\t}, {\n\t\t\"kv18\": \"1420058690\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 537153,\n\t\t\"sivtImpressions\": 61882,\n\t\t\"sivtImpsRate\": 0.1152,\n\t\t\"givtImpressions\": 119,\n\t\t\"givtImpsRate\": 2.2E-4\n\t}, {\n\t\t\"kv18\": \"500963785\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 528207,\n\t\t\"sivtImpressions\": 44112,\n\t\t\"sivtImpsRate\": 0.08351,\n\t\t\"givtImpressions\": 236,\n\t\t\"givtImpsRate\": 4.5E-4\n\t}, {\n\t\t\"kv18\": \"1496354836\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 521515,\n\t\t\"sivtImpressions\": 38951,\n\t\t\"sivtImpsRate\": 0.07469,\n\t\t\"givtImpressions\": 109,\n\t\t\"givtImpsRate\": 2.1E-4\n\t}, {\n\t\t\"kv18\": \"300048137\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 517942,\n\t\t\"sivtImpressions\": 33879,\n\t\t\"sivtImpsRate\": 0.06541,\n\t\t\"givtImpressions\": 422,\n\t\t\"givtImpsRate\": 8.1E-4\n\t}, {\n\t\t\"kv18\": \"840919914\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 489828,\n\t\t\"sivtImpressions\": 59371,\n\t\t\"sivtImpsRate\": 0.12121,\n\t\t\"givtImpressions\": 578,\n\t\t\"givtImpsRate\": 0.00118\n\t}, {\n\t\t\"kv18\": \"911793120\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 475768,\n\t\t\"sivtImpressions\": 22806,\n\t\t\"sivtImpsRate\": 0.04794,\n\t\t\"givtImpressions\": 283,\n\t\t\"givtImpsRate\": 5.9E-4\n\t}, {\n\t\t\"kv18\": \"894546091\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 472446,\n\t\t\"sivtImpressions\": 70851,\n\t\t\"sivtImpsRate\": 0.14997,\n\t\t\"givtImpressions\": 680,\n\t\t\"givtImpsRate\": 0.00144\n\t}, {\n\t\t\"kv18\": \"com.puzzle.cats.block.ten.ten\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 458835,\n\t\t\"sivtImpressions\": 139509,\n\t\t\"sivtImpsRate\": 0.30405,\n\t\t\"givtImpressions\": 342,\n\t\t\"givtImpsRate\": 7.5E-4\n\t}, {\n\t\t\"kv18\": \"1407780576\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 456210,\n\t\t\"sivtImpressions\": 30223,\n\t\t\"sivtImpsRate\": 0.06625,\n\t\t\"givtImpressions\": 106,\n\t\t\"givtImpsRate\": 2.3E-4\n\t}, {\n\t\t\"kv18\": \"642831690\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 453442,\n\t\t\"sivtImpressions\": 52226,\n\t\t\"sivtImpsRate\": 0.11518,\n\t\t\"givtImpressions\": 1255,\n\t\t\"givtImpsRate\": 0.00277\n\t}, {\n\t\t\"kv18\": \"495583717\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 420096,\n\t\t\"sivtImpressions\": 50901,\n\t\t\"sivtImpsRate\": 0.12117,\n\t\t\"givtImpressions\": 400,\n\t\t\"givtImpsRate\": 9.5E-4\n\t}, {\n\t\t\"kv18\": \"352969997\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 401243,\n\t\t\"sivtImpressions\": 20938,\n\t\t\"sivtImpsRate\": 0.05218,\n\t\t\"givtImpressions\": 271,\n\t\t\"givtImpsRate\": 6.8E-4\n\t}, {\n\t\t\"kv18\": \"1212951043\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 379484,\n\t\t\"sivtImpressions\": 22627,\n\t\t\"sivtImpsRate\": 0.05963,\n\t\t\"givtImpressions\": 310,\n\t\t\"givtImpsRate\": 8.2E-4\n\t}, {\n\t\t\"kv18\": \"1317978215\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 376975,\n\t\t\"sivtImpressions\": 43918,\n\t\t\"sivtImpsRate\": 0.1165,\n\t\t\"givtImpressions\": 502,\n\t\t\"givtImpsRate\": 0.00133\n\t}, {\n\t\t\"kv18\": \"1214223596\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 376509,\n\t\t\"sivtImpressions\": 27523,\n\t\t\"sivtImpsRate\": 0.0731,\n\t\t\"givtImpressions\": 257,\n\t\t\"givtImpsRate\": 6.8E-4\n\t}, {\n\t\t\"kv18\": \"1471077600\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 359742,\n\t\t\"sivtImpressions\": 66884,\n\t\t\"sivtImpsRate\": 0.18592,\n\t\t\"givtImpressions\": 459,\n\t\t\"givtImpsRate\": 0.00128\n\t}, {\n\t\t\"kv18\": \"525811534\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 354493,\n\t\t\"sivtImpressions\": 2002,\n\t\t\"sivtImpsRate\": 0.00565,\n\t\t\"givtImpressions\": 314,\n\t\t\"givtImpsRate\": 8.9E-4\n\t}, {\n\t\t\"kv18\": \"397648381\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 351388,\n\t\t\"sivtImpressions\": 67428,\n\t\t\"sivtImpsRate\": 0.19189,\n\t\t\"givtImpressions\": 170,\n\t\t\"givtImpsRate\": 4.8E-4\n\t}, {\n\t\t\"kv18\": \"439873467\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 351041,\n\t\t\"sivtImpressions\": 50016,\n\t\t\"sivtImpsRate\": 0.14248,\n\t\t\"givtImpressions\": 312,\n\t\t\"givtImpsRate\": 8.9E-4\n\t}, {\n\t\t\"kv18\": \"1139609950\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 343590,\n\t\t\"sivtImpressions\": 44821,\n\t\t\"sivtImpsRate\": 0.13045,\n\t\t\"givtImpressions\": 254,\n\t\t\"givtImpsRate\": 7.4E-4\n\t}, {\n\t\t\"kv18\": \"418075935\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 336751,\n\t\t\"sivtImpressions\": 13156,\n\t\t\"sivtImpsRate\": 0.03907,\n\t\t\"givtImpressions\": 122,\n\t\t\"givtImpsRate\": 3.6E-4\n\t}, {\n\t\t\"kv18\": \"1502227743\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 334458,\n\t\t\"sivtImpressions\": 30895,\n\t\t\"sivtImpsRate\": 0.09237,\n\t\t\"givtImpressions\": 39,\n\t\t\"givtImpsRate\": 1.2E-4\n\t}, {\n\t\t\"kv18\": \"593715088\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 324509,\n\t\t\"sivtImpressions\": 27815,\n\t\t\"sivtImpsRate\": 0.08571,\n\t\t\"givtImpressions\": 116,\n\t\t\"givtImpsRate\": 3.6E-4\n\t}, {\n\t\t\"kv18\": \"1374403536\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 314259,\n\t\t\"sivtImpressions\": 24838,\n\t\t\"sivtImpsRate\": 0.07904,\n\t\t\"givtImpressions\": 102,\n\t\t\"givtImpsRate\": 3.2E-4\n\t}, {\n\t\t\"kv18\": \"475976577\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 308404,\n\t\t\"sivtImpressions\": 26262,\n\t\t\"sivtImpsRate\": 0.08515,\n\t\t\"givtImpressions\": 160,\n\t\t\"givtImpsRate\": 5.2E-4\n\t}, {\n\t\t\"kv18\": \"486154808\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 296924,\n\t\t\"sivtImpressions\": 13274,\n\t\t\"sivtImpsRate\": 0.04471,\n\t\t\"givtImpressions\": 296,\n\t\t\"givtImpsRate\": 0.001\n\t}, {\n\t\t\"kv18\": \"1334311990\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 294780,\n\t\t\"sivtImpressions\": 22719,\n\t\t\"sivtImpsRate\": 0.07707,\n\t\t\"givtImpressions\": 211,\n\t\t\"givtImpsRate\": 7.2E-4\n\t}, {\n\t\t\"kv18\": \"779656557\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 294658,\n\t\t\"sivtImpressions\": 12019,\n\t\t\"sivtImpsRate\": 0.04079,\n\t\t\"givtImpressions\": 68,\n\t\t\"givtImpsRate\": 2.3E-4\n\t}, {\n\t\t\"kv18\": \"1505735640\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 293759,\n\t\t\"sivtImpressions\": 34728,\n\t\t\"sivtImpsRate\": 0.11822,\n\t\t\"givtImpressions\": 103,\n\t\t\"givtImpsRate\": 3.5E-4\n\t}, {\n\t\t\"kv18\": \"1269540854\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 290659,\n\t\t\"sivtImpressions\": 21669,\n\t\t\"sivtImpsRate\": 0.07455,\n\t\t\"givtImpressions\": 302,\n\t\t\"givtImpsRate\": 0.00104\n\t}, {\n\t\t\"kv18\": \"1454538656\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 268643,\n\t\t\"sivtImpressions\": 11056,\n\t\t\"sivtImpsRate\": 0.04115,\n\t\t\"givtImpressions\": 55,\n\t\t\"givtImpsRate\": 2.0E-4\n\t}, {\n\t\t\"kv18\": \"1308181322\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 266235,\n\t\t\"sivtImpressions\": 13236,\n\t\t\"sivtImpsRate\": 0.04972,\n\t\t\"givtImpressions\": 134,\n\t\t\"givtImpsRate\": 5.0E-4\n\t}, {\n\t\t\"kv18\": \"439692932\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 266138,\n\t\t\"sivtImpressions\": 6180,\n\t\t\"sivtImpsRate\": 0.02322,\n\t\t\"givtImpressions\": 39,\n\t\t\"givtImpsRate\": 1.5E-4\n\t}, {\n\t\t\"kv18\": \"977150768\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 264166,\n\t\t\"sivtImpressions\": 17065,\n\t\t\"sivtImpsRate\": 0.0646,\n\t\t\"givtImpressions\": 106,\n\t\t\"givtImpsRate\": 4.0E-4\n\t}, {\n\t\t\"kv18\": \"com.mobilityware.spidersolitairefree\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 259252,\n\t\t\"sivtImpressions\": 12251,\n\t\t\"sivtImpsRate\": 0.04726,\n\t\t\"givtImpressions\": 67,\n\t\t\"givtImpsRate\": 2.6E-4\n\t}, {\n\t\t\"kv18\": \"493619333\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 256040,\n\t\t\"sivtImpressions\": 81428,\n\t\t\"sivtImpsRate\": 0.31803,\n\t\t\"givtImpressions\": 135,\n\t\t\"givtImpsRate\": 5.3E-4\n\t}, {\n\t\t\"kv18\": \"1369521645\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 255094,\n\t\t\"sivtImpressions\": 17694,\n\t\t\"sivtImpsRate\": 0.06936,\n\t\t\"givtImpressions\": 153,\n\t\t\"givtImpsRate\": 6.0E-4\n\t}, {\n\t\t\"kv18\": \"545551605\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 250403,\n\t\t\"sivtImpressions\": 22871,\n\t\t\"sivtImpsRate\": 0.09134,\n\t\t\"givtImpressions\": 182,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"1302451299\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 248679,\n\t\t\"sivtImpressions\": 23743,\n\t\t\"sivtImpsRate\": 0.09548,\n\t\t\"givtImpressions\": 319,\n\t\t\"givtImpsRate\": 0.00128\n\t}, {\n\t\t\"kv18\": \"504631398\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 245758,\n\t\t\"sivtImpressions\": 10921,\n\t\t\"sivtImpsRate\": 0.04444,\n\t\t\"givtImpressions\": 674,\n\t\t\"givtImpsRate\": 0.00274\n\t}, {\n\t\t\"kv18\": \"1482131986\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 245469,\n\t\t\"sivtImpressions\": 14675,\n\t\t\"sivtImpsRate\": 0.05978,\n\t\t\"givtImpressions\": 178,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"1316565091\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 241149,\n\t\t\"sivtImpressions\": 10365,\n\t\t\"sivtImpsRate\": 0.04298,\n\t\t\"givtImpressions\": 146,\n\t\t\"givtImpsRate\": 6.1E-4\n\t}, {\n\t\t\"kv18\": \"1288430163\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 236388,\n\t\t\"sivtImpressions\": 10204,\n\t\t\"sivtImpsRate\": 0.04317,\n\t\t\"givtImpressions\": 270,\n\t\t\"givtImpsRate\": 0.00114\n\t}, {\n\t\t\"kv18\": \"622434129\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 236290,\n\t\t\"sivtImpressions\": 5372,\n\t\t\"sivtImpsRate\": 0.02273,\n\t\t\"givtImpressions\": 208,\n\t\t\"givtImpsRate\": 8.8E-4\n\t}, {\n\t\t\"kv18\": \"539124565\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 235062,\n\t\t\"sivtImpressions\": 31365,\n\t\t\"sivtImpsRate\": 0.13343,\n\t\t\"givtImpressions\": 47,\n\t\t\"givtImpsRate\": 2.0E-4\n\t}, {\n\t\t\"kv18\": \"1277486668\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 234117,\n\t\t\"sivtImpressions\": 9841,\n\t\t\"sivtImpsRate\": 0.04203,\n\t\t\"givtImpressions\": 51,\n\t\t\"givtImpsRate\": 2.2E-4\n\t}, {\n\t\t\"kv18\": \"351331194\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 232431,\n\t\t\"sivtImpressions\": 33664,\n\t\t\"sivtImpsRate\": 0.14483,\n\t\t\"givtImpressions\": 105,\n\t\t\"givtImpsRate\": 4.5E-4\n\t}, {\n\t\t\"kv18\": \"1153883316\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 232245,\n\t\t\"sivtImpressions\": 8632,\n\t\t\"sivtImpsRate\": 0.03717,\n\t\t\"givtImpressions\": 344,\n\t\t\"givtImpsRate\": 0.00148\n\t}, {\n\t\t\"kv18\": \"1508418993\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 227569,\n\t\t\"sivtImpressions\": 17884,\n\t\t\"sivtImpsRate\": 0.07859,\n\t\t\"givtImpressions\": 28,\n\t\t\"givtImpsRate\": 1.2E-4\n\t}, {\n\t\t\"kv18\": \"1318181304\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 215246,\n\t\t\"sivtImpressions\": 16527,\n\t\t\"sivtImpsRate\": 0.07678,\n\t\t\"givtImpressions\": 97,\n\t\t\"givtImpsRate\": 4.5E-4\n\t}]\n}"}],"_postman_id":"135f60ff-43b1-4976-9bf6-2bfa21a5e9b1"}],"id":"f94f3aad-22fb-4c20-a03f-7f286d5db507","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"337b3d91-b2f9-4125-83af-4584b5304190"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e97ed8a8-50af-4690-a580-057ac397108a"}}],"_postman_id":"f94f3aad-22fb-4c20-a03f-7f286d5db507","description":""},{"name":"Deprecated: 2016 Epoch Version","item":[{"name":"Customizing SQL Queries","item":[],"id":"b72ec5f8-952e-4d1e-9b46-0b0c63a3e481","description":"<p>The q parameter value is a URL encoded query to run to retrieve data. It uses a simplified SQL SELECT syntax as follows:</p>\n<p><code>[column [,column...]] [WHERE expression] [GROUP BY column [,column...]] [ORDER BY column [DESC]]</code></p>\n<blockquote>\n<p>Note: All characters and their values are case sensitive</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>column</td>\n<td>dimension | metric</td>\n</tr>\n<tr>\n<td>dimension</td>\n<td>One of the set of dimension identifiers available for the specified report. See <strong>Available Dimensions</strong> section below.</td>\n</tr>\n<tr>\n<td>metric</td>\n<td>One of the set of metric identifiers available for the specified report. See <strong>Available Metrics</strong> section below.</td>\n</tr>\n<tr>\n<td>expression</td>\n<td><em>dimension operator literal</em> | <em>metric comparator literal</em> | (<em>expression</em>) | <em>expression</em> <code>AND</code> <em>expression</em> | <em>expression</em> <code>OR</code> <em>expression</em> | <code>CONTAINS (</code><em>dimension,literal</em><code>)</code></td>\n</tr>\n<tr>\n<td>operator</td>\n<td><code>=</code> |<code>!=</code></td>\n</tr>\n<tr>\n<td>comparator</td>\n<td><code>=</code>|<code>&gt;</code>|<code>&lt;</code></td>\n</tr>\n<tr>\n<td>literal</td>\n<td><em>number</em> | <em>string</em> | <em>date</em></td>\n</tr>\n<tr>\n<td>number</td>\n<td>An integer or decimal number.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>A text string surrounded by single quotes.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>A date as <em>yyyy-mm-dd</em> format surrounded by single quotes.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"dimensions\">Dimensions</h2>\n<p>Dimensions are the attributes of the data that return values listed in rows. For example, the <em>domain</em> dimension indicates the URL and returns each URL value in an individual row. Many of the dimensions available via the API align with the dimensions available in Pixalate's dashboard reporting.</p>\n<p>Below is a full list of Pixalate's available Dimensions:</p>\n<h4 id=\"available-dimensions\">Available Dimensions</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Dimension</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>adDomain</td>\n<td>Domain of site where ad was displayed</td>\n</tr>\n<tr>\n<td>adSize</td>\n<td>Size of the ad</td>\n</tr>\n<tr>\n<td>adTrafficSource</td>\n<td>Domain of which referred visitor to ad domain</td>\n</tr>\n<tr>\n<td>advertiserId</td>\n<td>Advertiser identifier</td>\n</tr>\n<tr>\n<td>areaCode</td>\n<td>Visitor’s area code</td>\n</tr>\n<tr>\n<td>browserName</td>\n<td>Visitor’s browser name</td>\n</tr>\n<tr>\n<td>campaignId</td>\n<td>Campaign identifier</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Visitor’s city</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Visitor’s country code</td>\n</tr>\n<tr>\n<td>countryName</td>\n<td>Visitor’s country name</td>\n</tr>\n<tr>\n<td>day</td>\n<td>Date</td>\n</tr>\n<tr>\n<td>deviceBrandName</td>\n<td>Visitor’s device brand name</td>\n</tr>\n<tr>\n<td>deviceId</td>\n<td>Visitor’s device identifier</td>\n</tr>\n<tr>\n<td>deviceMarketingName</td>\n<td>Visitor’s device marketing name</td>\n</tr>\n<tr>\n<td>deviceType</td>\n<td>Visitor’s device type</td>\n</tr>\n<tr>\n<td>dma</td>\n<td>Designated Market Area</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Visitor’s gender</td>\n</tr>\n<tr>\n<td>kv1</td>\n<td>Creative Size</td>\n</tr>\n<tr>\n<td>kv2</td>\n<td>Page URL</td>\n</tr>\n<tr>\n<td>kv3</td>\n<td>User ID</td>\n</tr>\n<tr>\n<td>kv4</td>\n<td>User IP</td>\n</tr>\n<tr>\n<td>kv5</td>\n<td>(Custom)</td>\n</tr>\n<tr>\n<td>kv6</td>\n<td>(Custom UTM Value)</td>\n</tr>\n<tr>\n<td>kv7</td>\n<td>Seller ID</td>\n</tr>\n<tr>\n<td>kv8</td>\n<td>(Custom UTM Value)</td>\n</tr>\n<tr>\n<td>kv10</td>\n<td>ISP</td>\n</tr>\n<tr>\n<td>kv12</td>\n<td>Placement ID</td>\n</tr>\n<tr>\n<td>kv13</td>\n<td>Content ID</td>\n</tr>\n<tr>\n<td>kv14</td>\n<td>MRAID Version</td>\n</tr>\n<tr>\n<td>kv15</td>\n<td>Geographic Region</td>\n</tr>\n<tr>\n<td>kv16</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>kv17</td>\n<td>Longitude</td>\n</tr>\n<tr>\n<td>kv18</td>\n<td>App/Bundle ID</td>\n</tr>\n<tr>\n<td>kv19</td>\n<td>Device ID</td>\n</tr>\n<tr>\n<td>kv20</td>\n<td>Device ID (additional if needed)</td>\n</tr>\n<tr>\n<td>lineItemId</td>\n<td>Line item identifier</td>\n</tr>\n<tr>\n<td>organization</td>\n<td>Organization name</td>\n</tr>\n<tr>\n<td>os</td>\n<td>Visitor’s operating system</td>\n</tr>\n<tr>\n<td>partnerId</td>\n<td>Partner identifier</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>Visitor’s postal code</td>\n</tr>\n<tr>\n<td>placementId</td>\n<td>Creative identifier</td>\n</tr>\n<tr>\n<td>publisherId</td>\n<td>Publisher identifier</td>\n</tr>\n<tr>\n<td>regionCode</td>\n<td>Visitor’s region code</td>\n</tr>\n<tr>\n<td>segment</td>\n<td>Segment</td>\n</tr>\n<tr>\n<td>siteId</td>\n<td>Site identifier</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"metrics\">Metrics</h2>\n<p>Metrics report the numbers used for quantitative measurement in relation to the reported attributes of dimension. For example, the <em>impressions</em> metric indicates the total number of impressions for each dimension's given row. Many of the metrics available via the API align with the metrics available in Pixalate's dashboard reporting. </p>\n<p>Below is a full list of Pixalate's available Metrics:</p>\n<h4 id=\"available-metrics\">Available Metrics</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>adExposureTime</td>\n<td>Percent of total time spent on a web page in which the Ad was visible to the user</td>\n</tr>\n<tr>\n<td>adExposureTime</td>\n<td>Amount of time Ad is visible to the user on the web page. Ad exposure is measured in minutes and seconds</td>\n</tr>\n<tr>\n<td>adHoverTime</td>\n<td>Average amount of time that users hovered over the Ad with the mouse cursor, expressed in minutes:seconds.milliseconds</td>\n</tr>\n<tr>\n<td>adsAboveTheFold</td>\n<td>Total number of Ad Impressions that were determined to be served within the user's browser viewport before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>clickConvs</td>\n<td>Total number of Matched Conversions in which users clicked on the Ad, visited the website and performed an action (such as purchasing an item)</td>\n</tr>\n<tr>\n<td>clickOrphans</td>\n<td>Total number of measured clicks before removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>clicks</td>\n<td>Total number of measured clicks after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>conversionOrphans</td>\n<td>Total number of measured actions (such as purchasing an item) related to Ads before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>conversions</td>\n<td>Total number of Conversions that were matched to a served impression before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>convRate</td>\n<td>Percent of clicks that led to conversions</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>Total amount of dollars spent on Viewable Impressions</td>\n</tr>\n<tr>\n<td>ctr</td>\n<td>Percent of Gross Measured Clicks divided by Gross Impressions</td>\n</tr>\n<tr>\n<td>givtClickOrphans</td>\n<td>Number of Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtClickOrphansRate</td>\n<td>Percent of Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtClickRate</td>\n<td>Percent of Gross Matched Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtClicks</td>\n<td>Number of Gross Matched Clicks that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtConversionOrphans</td>\n<td>Number of Gross Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtConversions</td>\n<td>Number of Gross Matched Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtConvsOrphansRate</td>\n<td>Percent of Gross Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtConvsRate</td>\n<td>Percent of Gross Matched Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtImpressions</td>\n<td>Number of Gross Impressions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtImpsRate</td>\n<td>Percent of Gross Impressions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtRate</td>\n<td>Percent of Impressions, Clicks and Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtSivtRate</td>\n<td>Total percentage of General Invalid Traffic and Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>givtTraffic</td>\n<td>Total number of Impressions, Clicks and Conversions that were filtered as General Invalid Traffic</td>\n</tr>\n<tr>\n<td>impressions</td>\n<td>Total number of Served and Rendered Ad Impressions before removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>malwareTraffic</td>\n<td>Number of Gross Impressions that were determined to be generated by Malware</td>\n</tr>\n<tr>\n<td>measuredImpressions</td>\n<td>Total number of Ad Impressions in which Pixalate's technology was capable of measuring for Viewability before removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>measuredRate</td>\n<td>Percent of Gross Ad Impressions in which Pixalate's technology was capable of measuring for Viewability before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>mediaSpend</td>\n<td>Total media spend of all impressions based on the recorded price paid</td>\n</tr>\n<tr>\n<td>nonGivtClickOrphans</td>\n<td>Total number of measured clicks after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtClicks</td>\n<td>Total number of measured clicks that were matched to a served impression after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtConversionOrphans</td>\n<td>Total number of measured actions (such as purchasing an item) related to Ads after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtConversions</td>\n<td>Total number of Conversions that were matched to an Impression after removal of General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>nonGivtCtr</td>\n<td>Percent of Matched Clicks divided by Impressions after removal of General Invalid Traffic.</td>\n</tr>\n<tr>\n<td>nonGivtImpressions</td>\n<td>Total number of Served and Rendered Ad Impressions after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtMeasuredImpressions</td>\n<td>Total number of Ad Impressions in which Pixalate's technology was capable of measuring for Viewability after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtMeasuredRate</td>\n<td>Percent of Impressions in which Pixalate's technology was capable of measuring for Viewability after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtNonViews</td>\n<td>Total number of Measured Impressions that were determined to not meet the requirements of a Viewable Impression after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtNonViewsRate</td>\n<td>Percent of Impressions that were determined to not meet the requirements of a Viewable Impression after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtReach</td>\n<td>Total number of uniquely identified visitors after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtScriptImpressions</td>\n<td>Number of Script Impressions (excludes 1x1 pixel impressions) after the removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtClickOrphans</td>\n<td>Number of measured clicks net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtClicks</td>\n<td>Number of measured clicks that were matched to a served impression net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtConversionOrphans</td>\n<td>Total number of measured actions (such as purchasing an item) related to Ads net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtConversions</td>\n<td>Total number of Conversions that were matched to an Impression net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtCtr</td>\n<td>Percent of Matched Clicks divided by Impressions after removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtImpressions</td>\n<td>Number of Impressions net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtMeasuredImpressions</td>\n<td>Number of Ad Impressions in which Pixalate's technology was capable of measuring for Viewability net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtMeasuredRate</td>\n<td>Percent of Impressions in which Pixalate's technology was capable of measuring for Viewability net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtNonViews</td>\n<td>Total number of Measured Impressions that were determined to not meet the requirements of a Viewable Impression net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtNonViewsRate</td>\n<td>Percent of Impressions that were determined to not meet the requirements of a Viewable Impression net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtReach</td>\n<td>Number of uniquely identified visitors net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtScriptImpressions</td>\n<td>Number of Script Impressions (excludes 1x1 pixel impressions) after the removal of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtUndeterminedImps</td>\n<td>Total number of Impressions in which Pixalate's technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression net of all Invalid Traffic. Certain factors can increase the likelihood of Undetermined Impressions like Mobile In-App environments, browsers that do not support JavaScript or utilizing 1x1 pixels</td>\n</tr>\n<tr>\n<td>nonGivtSivtUndeterminedImpsRate</td>\n<td>Percent of Impressions in which Pixalate's technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtViewability</td>\n<td>Percent of Measured Impressions that were determined to be Viewable Impressions net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtViews</td>\n<td>Total number of Measured Impressions that were determined to be Viewable Impressions net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtSivtViewsRate</td>\n<td>Percent of Impressions that were determined to be Viewable Impressions net of all Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtUndeterminedImps</td>\n<td>Total number of Impressions in which Pixalate's technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after removal of General Invalid Traffic. Certain factors can increase the likelihood of Undetermined Impressions like Mobile In-App environments, browsers that do not support JavaScript or utilizing 1x1 pixels</td>\n</tr>\n<tr>\n<td>nonGivtUndeterminedImpsRate</td>\n<td>Percent of Impressions in which Pixalate's technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtViewability</td>\n<td>Percent of Measured Impressions that were determined to be Viewable Impressions after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtViews</td>\n<td>Total number of Measured Impressions that were determined to be Viewable Impressions after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonGivtViewsRate</td>\n<td>Percent of Impressions that were determined to be Viewable Impressions after removal of General Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonViews</td>\n<td>Total number of Measured Impressions that were determined to not meet the requirements of a Viewable Impression before the removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>nonViewsRate</td>\n<td>Percent of Gross Ad Impressions that were determined to not meet the requirements of a Viewable Impression</td>\n</tr>\n<tr>\n<td>phishingTraffic</td>\n<td>Number of Gross Impressions that were determined to be generated by Phishing activity</td>\n</tr>\n<tr>\n<td>priceBid</td>\n<td>Average bid price for Ad Impressions</td>\n</tr>\n<tr>\n<td>reach</td>\n<td>Total number of uniquely identified browser cookies before removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>shareOfGivtImpressions</td>\n<td>Percent of GIVT Impressions from Total GIVT Impressions</td>\n</tr>\n<tr>\n<td>shareOfImpressions</td>\n<td>Percent of Gross Impressions from Total Gross Impressions</td>\n</tr>\n<tr>\n<td>shareOfNonGivtImpressions</td>\n<td>Percent of Net of GIVT Impression from Total Net of GIVT Impressions</td>\n</tr>\n<tr>\n<td>shareOfNonGivtSivtImpressions</td>\n<td>Percent of Net of IVT Impression from Total Net of GIVT Impressions</td>\n</tr>\n<tr>\n<td>shareOfSivtImpressions</td>\n<td>Percent of SIVT Impressions from Total SIVT Impressions</td>\n</tr>\n<tr>\n<td>scriptImpressions</td>\n<td>Total number of Served and Rendered Ad Impressions generated from Pixalate's script technology (excludes 1x1 pixel impressions) before removal of Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtClickOrphans</td>\n<td>Number of Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtClickOrphansRate</td>\n<td>Percent of Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtClickRate</td>\n<td>Percent of Gross Matched Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtClicks</td>\n<td>Number of Gross Matched Clicks that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtConversionOrphans</td>\n<td>Number of Gross Conversions that were filtered as Sophisticated Invalid Traffic.</td>\n</tr>\n<tr>\n<td>sivtConversions</td>\n<td>Number of Gross Matched Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtConvsOrphansRate</td>\n<td>Percent of Gross Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtConvsRate</td>\n<td>Percent of Gross Matched Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtImpressions</td>\n<td>Number of Gross Impressions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtImpsRate</td>\n<td>Percent of Gross Impressions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtRate</td>\n<td>Percent of Impressions, Clicks and Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>sivtTraffic</td>\n<td>Total number of Impressions, Clicks and Conversions that were filtered as Sophisticated Invalid Traffic</td>\n</tr>\n<tr>\n<td>timeSpentOnPage</td>\n<td>Average amount of time that users spent on the web page, expressed in minutes:seconds</td>\n</tr>\n<tr>\n<td>undeterminedImps</td>\n<td>Total number of Ad Impressions in which Pixalate's technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression. Certain factors can increase the likelihood of Undetermined Impressions like Mobile In-App environments, browsers that do not support JavaScript or utilizing 1x1 pixels</td>\n</tr>\n<tr>\n<td>undeterminedImpsRate</td>\n<td>Percent of Gross Ad Impressions in which Pixalate's technology was NOT able to determine if the Ad Impression met the requirements of a Viewable Impression</td>\n</tr>\n<tr>\n<td>viewability</td>\n<td>Percent of Gross Measured Impressions that were determined to be Viewable Impressions</td>\n</tr>\n<tr>\n<td>viewConvs</td>\n<td>View-through Conversions. The total number of Matched Conversions in which users took action at a later time after seeing a Viewable Impression</td>\n</tr>\n<tr>\n<td>views</td>\n<td>Percent of Gross Ad Impressions that were determined to be Viewable Impressions</td>\n</tr>\n<tr>\n<td>viewsRate</td>\n<td>Percent of Gross Ad Impressions that were determined to be Viewable Impressions</td>\n</tr>\n<tr>\n<td>wasted</td>\n<td>Total amount of dollars spent on Ad Impressions that were not determined to be viewable by the user</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9f911d8b-1c56-406b-a8e0-f2e6b1060f14"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a946d3e9-379c-453a-af0d-9e4690952259"}}],"_postman_id":"b72ec5f8-952e-4d1e-9b46-0b0c63a3e481"},{"name":"Dashboard (Advertiser) Report Example","id":"1a231d66-dd63-4275-9626-8211492ca742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>Dashboard</em> report, which is the default report that is provided when first logging into the Pixalate Dashboard.</p>\n<p>SQL Query: advertiserId,impressions,reach,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2016","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"88108991-7110-4e30-a287-258def433142","name":"By Advertiser Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2016","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"advertiserId,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY advertiserId ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 01:32:55 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"29"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"913"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 110,\n    \"docs\": [\n        {\n            \"advertiserId\": \"18042\",\n            \"reach\": 1967088,\n            \"impressions\": 2083479,\n            \"viewability\": 0.29602,\n            \"views\": 448627,\n            \"viewsRate\": 0.21533,\n            \"adsAboveTheFold\": 0.15192,\n            \"givtImpsRate\": 0.00503,\n            \"sivtImpsRate\": 0.02096\n        },\n        {\n            \"advertiserId\": \"04809\",\n            \"reach\": 83258,\n            \"impressions\": 90571,\n            \"viewability\": 0.33784,\n            \"views\": 28060,\n            \"viewsRate\": 0.30981,\n            \"adsAboveTheFold\": 0.04445,\n            \"givtImpsRate\": 0.00661,\n            \"sivtImpsRate\": 0.02156\n        },\n        {\n            \"advertiserId\": \"35750\",\n            \"reach\": 76342,\n            \"impressions\": 89091,\n            \"viewability\": 0.20305,\n            \"views\": 15181,\n            \"viewsRate\": 0.1704,\n            \"adsAboveTheFold\": 0.01157,\n            \"givtImpsRate\": 0.00583,\n            \"sivtImpsRate\": 0.01866\n        },\n        {\n            \"advertiserId\": \"25029\",\n            \"reach\": 83212,\n            \"impressions\": 87220,\n            \"viewability\": 0.76988,\n            \"views\": 22188,\n            \"viewsRate\": 0.25439,\n            \"adsAboveTheFold\": 0.01352,\n            \"givtImpsRate\": 0.00487,\n            \"sivtImpsRate\": 0.02186\n        },\n        {\n            \"advertiserId\": \"91482\",\n            \"reach\": 77146,\n            \"impressions\": 86616,\n            \"viewability\": 0.80082,\n            \"views\": 35039,\n            \"viewsRate\": 0.40453,\n            \"adsAboveTheFold\": 0.01963,\n            \"givtImpsRate\": 0.00683,\n            \"sivtImpsRate\": 0.02219\n        },\n        {\n            \"advertiserId\": \"74570\",\n            \"reach\": 38804,\n            \"impressions\": 43735,\n            \"viewability\": 0.36322,\n            \"views\": 11820,\n            \"viewsRate\": 0.27026,\n            \"adsAboveTheFold\": 0.02886,\n            \"givtImpsRate\": 0.01251,\n            \"sivtImpsRate\": 0.02863\n        },\n        {\n            \"advertiserId\": \"77102\",\n            \"reach\": 38175,\n            \"impressions\": 40222,\n            \"viewability\": 0.38231,\n            \"views\": 14714,\n            \"viewsRate\": 0.36582,\n            \"adsAboveTheFold\": 0.01533,\n            \"givtImpsRate\": 0.00221,\n            \"sivtImpsRate\": 0.01009\n        },\n        {\n            \"advertiserId\": \"08613\",\n            \"reach\": 35130,\n            \"impressions\": 36171,\n            \"viewability\": 0.97078,\n            \"views\": 6645,\n            \"viewsRate\": 0.18371,\n            \"adsAboveTheFold\": 0.00146,\n            \"givtImpsRate\": 0.00254,\n            \"sivtImpsRate\": 0.04125\n        },\n        {\n            \"advertiserId\": \"28270\",\n            \"reach\": 26891,\n            \"impressions\": 29496,\n            \"viewability\": 0.81959,\n            \"views\": 16931,\n            \"viewsRate\": 0.57401,\n            \"adsAboveTheFold\": 0.00959,\n            \"givtImpsRate\": 0.00288,\n            \"sivtImpsRate\": 0.01363\n        },\n        {\n            \"advertiserId\": \"76573\",\n            \"reach\": 29125,\n            \"impressions\": 29125,\n            \"viewability\": 0.39144,\n            \"views\": 11055,\n            \"viewsRate\": 0.37957,\n            \"adsAboveTheFold\": 0.11117,\n            \"givtImpsRate\": 0.00766,\n            \"sivtImpsRate\": 0.02458\n        },\n        {\n            \"advertiserId\": \"97482\",\n            \"reach\": 25003,\n            \"impressions\": 26548,\n            \"viewability\": 0.57098,\n            \"views\": 6854,\n            \"viewsRate\": 0.25817,\n            \"adsAboveTheFold\": 0.02174,\n            \"givtImpsRate\": 0.00964,\n            \"sivtImpsRate\": 0.02381\n        },\n        {\n            \"advertiserId\": \"83718\",\n            \"reach\": 20877,\n            \"impressions\": 22797,\n            \"viewability\": 0.30541,\n            \"views\": 4350,\n            \"viewsRate\": 0.19081,\n            \"adsAboveTheFold\": 0.02383,\n            \"givtImpsRate\": 0.00246,\n            \"sivtImpsRate\": 0.05746\n        },\n        {\n            \"advertiserId\": \"30767\",\n            \"reach\": 17878,\n            \"impressions\": 19350,\n            \"viewability\": 0.46423,\n            \"views\": 8980,\n            \"viewsRate\": 0.46408,\n            \"adsAboveTheFold\": 0.12302,\n            \"givtImpsRate\": 0.00749,\n            \"sivtImpsRate\": 0.00956\n        },\n        {\n            \"advertiserId\": \"56298\",\n            \"reach\": 17885,\n            \"impressions\": 18127,\n            \"viewability\": 0.56747,\n            \"views\": 9571,\n            \"viewsRate\": 0.528,\n            \"adsAboveTheFold\": 0.03584,\n            \"givtImpsRate\": 0.00221,\n            \"sivtImpsRate\": 0.00712\n        },\n        {\n            \"advertiserId\": \"71558\",\n            \"reach\": 11749,\n            \"impressions\": 12345,\n            \"viewability\": 0.47342,\n            \"views\": 5841,\n            \"viewsRate\": 0.47315,\n            \"adsAboveTheFold\": 0.15164,\n            \"givtImpsRate\": 0.01434,\n            \"sivtImpsRate\": 0.02187\n        },\n        {\n            \"advertiserId\": \"271055\",\n            \"reach\": 10479,\n            \"impressions\": 11552,\n            \"viewability\": 0.82189,\n            \"views\": 3304,\n            \"viewsRate\": 0.28601,\n            \"adsAboveTheFold\": 0.00636,\n            \"givtImpsRate\": 0.00554,\n            \"sivtImpsRate\": 0.02173\n        },\n        {\n            \"advertiserId\": \"82745\",\n            \"reach\": 6963,\n            \"impressions\": 7639,\n            \"viewability\": 0.4413,\n            \"views\": 2951,\n            \"viewsRate\": 0.38631,\n            \"adsAboveTheFold\": 0.06925,\n            \"givtImpsRate\": 0.00537,\n            \"sivtImpsRate\": 0.01257\n        },\n        {\n            \"advertiserId\": \"50265\",\n            \"reach\": 5769,\n            \"impressions\": 7181,\n            \"viewability\": 0.35726,\n            \"views\": 2230,\n            \"viewsRate\": 0.31054,\n            \"adsAboveTheFold\": 0.00904,\n            \"givtImpsRate\": 0.00265,\n            \"sivtImpsRate\": 0.01532\n        },\n        {\n            \"advertiserId\": \"91811\",\n            \"reach\": 5947,\n            \"impressions\": 7040,\n            \"viewability\": 0.76932,\n            \"views\": 5416,\n            \"viewsRate\": 0.76932,\n            \"adsAboveTheFold\": 0.13973,\n            \"givtImpsRate\": 0.00099,\n            \"sivtImpsRate\": 0.0081\n        },\n        {\n            \"advertiserId\": \"27976\",\n            \"reach\": 4602,\n            \"impressions\": 4910,\n            \"viewability\": 0.34453,\n            \"views\": 1620,\n            \"viewsRate\": 0.32994,\n            \"adsAboveTheFold\": 0.00362,\n            \"givtImpsRate\": 0.00143,\n            \"sivtImpsRate\": 0.01548\n        }\n    ]\n}"}],"_postman_id":"1a231d66-dd63-4275-9626-8211492ca742"},{"name":"Domain Report Example","id":"8a7ff656-77ac-4936-9f0c-64933a51db49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=adDomain,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>Domain</em> report listed under the 'Dashboard' report in the main report section.</p>\n<p>SQL Query: adDomain,impressions,reach,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2016","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"adDomain,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"f5efc09a-7fe7-4fb6-a7ce-4776761e8874","name":"By Domain Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=adDomain,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2016","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"adDomain,reach,impressions,viewability,views,viewsRate,adsAboveTheFold,givtImpsRate,sivtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY adDomain ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 02:15:12 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"23"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"868"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 6767,\n    \"docs\": [\n        {\n            \"adDomain\": \"live.com\",\n            \"reach\": 895688,\n            \"impressions\": 896480,\n            \"viewability\": 0.32339,\n            \"adsAboveTheFold\": 0.06119,\n            \"givtImpsRate\": 0.00209,\n            \"sivtImpsRate\": 0.01394\n        },\n        {\n            \"adDomain\": \"news.yahoo.com\",\n            \"reach\": 289931,\n            \"impressions\": 297148,\n            \"viewability\": 0.0057,\n            \"adsAboveTheFold\": 0.00023,\n            \"givtImpsRate\": 0.00199,\n            \"sivtImpsRate\": 0.00507\n        },\n        {\n            \"adDomain\": \"whitepages.com\",\n            \"reach\": 273826,\n            \"impressions\": 273826,\n            \"viewability\": 0.67999,\n            \"adsAboveTheFold\": 0.29052,\n            \"givtImpsRate\": 0.00052,\n            \"sivtImpsRate\": 0.02014\n        },\n        {\n            \"adDomain\": \"businessinsider.com\",\n            \"reach\": 207185,\n            \"impressions\": 244809,\n            \"viewability\": 0.15164,\n            \"adsAboveTheFold\": 0.23154,\n            \"givtImpsRate\": 0.01698,\n            \"sivtImpsRate\": 0.01263\n        },\n        {\n            \"adDomain\": \"ratemyjob.com\",\n            \"reach\": 187727,\n            \"impressions\": 188137,\n            \"viewability\": 0.01296,\n            \"adsAboveTheFold\": 0.08941,\n            \"givtImpsRate\": 0.00706,\n            \"sivtImpsRate\": 0.00959\n        },\n        {\n            \"adDomain\": \"britannica.com\",\n            \"reach\": 155868,\n            \"impressions\": 181746,\n            \"viewability\": 0.64891,\n            \"adsAboveTheFold\": 0.06292,\n            \"givtImpsRate\": 0.00381,\n            \"sivtImpsRate\": 0.02001\n        },\n        {\n            \"adDomain\": \"eatingwell.com\",\n            \"reach\": 122637,\n            \"impressions\": 145385,\n            \"viewability\": 0.11165,\n            \"adsAboveTheFold\": 0.03339,\n            \"givtImpsRate\": 0.00849,\n            \"sivtImpsRate\": 0.0056\n        },\n        {\n            \"adDomain\": \"slacker.com\",\n            \"reach\": 127384,\n            \"impressions\": 127444,\n            \"viewability\": 0.05965,\n            \"adsAboveTheFold\": 0.163,\n            \"givtImpsRate\": 0,\n            \"sivtImpsRate\": 0.0002\n        },\n        {\n            \"adDomain\": \"latimes.com\",\n            \"reach\": 92832,\n            \"impressions\": 98699,\n            \"viewability\": 0.60201,\n            \"adsAboveTheFold\": 0.03179,\n            \"givtImpsRate\": 0.00065,\n            \"sivtImpsRate\": 0.01291\n        },\n        {\n            \"adDomain\": \"weather.com\",\n            \"reach\": 1660,\n            \"impressions\": 25854,\n            \"viewability\": 0.44691,\n            \"adsAboveTheFold\": 0.43208,\n            \"givtImpsRate\": 0.00182,\n            \"sivtImpsRate\": 0.16837\n        },\n        {\n            \"adDomain\": \"southernliving.com\",\n            \"reach\": 20330,\n            \"impressions\": 21842,\n            \"viewability\": 0.92653,\n            \"adsAboveTheFold\": 0.01557,\n            \"givtImpsRate\": 0.00005,\n            \"sivtImpsRate\": 0.00105\n        },\n        {\n            \"adDomain\": \"bostonglobe.com\",\n            \"reach\": 13778,\n            \"impressions\": 17416,\n            \"viewability\": 0.23002,\n            \"adsAboveTheFold\": 0.39544,\n            \"givtImpsRate\": 0.02458,\n            \"sivtImpsRate\": 0.00402\n        },\n        {\n            \"adDomain\": \"health.com\"\",\n            \"reach\": 15755,\n            \"impressions\": 15829,\n            \"viewability\": 0.75244,\n            \"adsAboveTheFold\": 0.01254,\n            \"givtImpsRate\": 0.00082,\n            \"sivtImpsRate\": 0.0031\n        },\n        {\n            \"adDomain\": \"hermoments.com\",\n            \"reach\": 14448,\n            \"impressions\": 14448,\n            \"viewability\": 0,\n            \"adsAboveTheFold\": 0,\n            \"givtImpsRate\": 0,\n            \"sivtImpsRate\": 0.00415\n        },\n        {\n            \"adDomain\": \"entertainmentdaily.co.uk\",\n            \"reach\": 2164,\n            \"impressions\": 13757,\n            \"viewability\": 0.62042,\n            \"adsAboveTheFold\": 0,\n            \"givtImpsRate\": 0,\n            \"sivtImpsRate\": 1\n        },\n        {\n            \"adDomain\": \"moneywise.com\",\n            \"reach\": 13468,\n            \"impressions\": 13468,\n            \"viewability\": 0.91178,\n            \"adsAboveTheFold\": 0.22713,\n            \"givtImpsRate\": 0,\n            \"sivtImpsRate\": 0.00104\n        },\n        {\n            \"adDomain\": \"my.netzero.net\",\n            \"reach\": 7049,\n            \"impressions\": 10195,\n            \"viewability\": 0.7335,\n            \"adsAboveTheFold\": 0.84851,\n            \"givtImpsRate\": 0.0001,\n            \"sivtImpsRate\": 0.03345\n        },\n        {\n            \"adDomain\": \"townhall.com\",\n            \"reach\": 8362,\n            \"impressions\": 8566,\n            \"viewability\": 0.12584,\n            \"adsAboveTheFold\": 0.06701,\n            \"givtImpsRate\": 0.00035,\n            \"sivtImpsRate\": 0.00163\n        },\n        {\n            \"adDomain\": \"myrecipes.com\",\n            \"reach\": 7364,\n            \"impressions\": 7900,\n            \"viewability\": 0.23663,\n            \"adsAboveTheFold\": 0.74772,\n            \"givtImpsRate\": 0.00025,\n            \"sivtImpsRate\": 0.00025\n        },\n        {\n            \"adDomain\": \"myfitnesspal.com\",\n            \"reach\": 5898,\n            \"impressions\": 5898,\n            \"viewability\": 0.92699,\n            \"adsAboveTheFold\": 0.03408,\n            \"givtImpsRate\": 0.00017,\n            \"sivtImpsRate\": 0.0056\n        }\n    ]\n}"}],"_postman_id":"8a7ff656-77ac-4936-9f0c-64933a51db49"},{"name":"By Fraud Type Report Example","id":"13d63df9-c2de-4932-9889-aeac479b88a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>By Fraud Type</em> report, which is listed under the Fraud Reports in the Pixalate Dashboard.</p>\n<p>SQL Query: fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC</p>\n<blockquote>\n<p>Note: Each row represents data for a specific fraud type.Data for any given row with a Fraud Type value will always report 100% IVT. Rows with no text value for Fraud Type means the data in that row is 100% IVT free.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["services","2016","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"6edb9485-6d7d-4b79-b983-fc5d1d7bc90d","name":"By Fraud Type Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2016","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"fraudType,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY fraudType ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 02:48:58 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"22"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"452"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"numFound\": 32,\n\t\"docs\": [{\n\t\t\"fraudType\": \"\",\n\t\t\"impressions\": 1160528791,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"displayImpressionFraud\",\n\t\t\"impressions\": 48235389,\n\t\t\"sivtImpressions\": 48235389,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"proxy\",\n\t\t\"impressions\": 6525468,\n\t\t\"sivtImpressions\": 6525468,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"maskedIP\",\n\t\t\"impressions\": 6288150,\n\t\t\"sivtImpressions\": 6288150,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"IPObfuscation\",\n\t\t\"impressions\": 6274865,\n\t\t\"sivtImpressions\": 6274865,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"appSpoofing\",\n\t\t\"impressions\": 6237257,\n\t\t\"sivtImpressions\": 6237257,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"videoImpressionFraud\",\n\t\t\"impressions\": 6143500,\n\t\t\"sivtImpressions\": 6143500,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"highRiskDeviceId\",\n\t\t\"impressions\": 4978208,\n\t\t\"sivtImpressions\": 4978208,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"highRiskIP\",\n\t\t\"impressions\": 3621443,\n\t\t\"sivtImpressions\": 3621443,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"displayClickFraud\",\n\t\t\"impressions\": 3593908,\n\t\t\"sivtImpressions\": 3593908,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"hijackedSession\",\n\t\t\"impressions\": 3506991,\n\t\t\"sivtImpressions\": 3506991,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"datacenter\",\n\t\t\"impressions\": 3132108,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 3132108,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"highRiskDomain\",\n\t\t\"impressions\": 1044048,\n\t\t\"sivtImpressions\": 1044048,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"locationObfuscation\",\n\t\t\"impressions\": 911528,\n\t\t\"sivtImpressions\": 911528,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"deviceIdStuffing\",\n\t\t\"impressions\": 818111,\n\t\t\"sivtImpressions\": 818111,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"defasedApp\",\n\t\t\"impressions\": 748219,\n\t\t\"sivtImpressions\": 748219,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"cookieStuffing\",\n\t\t\"impressions\": 534765,\n\t\t\"sivtImpressions\": 534765,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"autoreloader\",\n\t\t\"impressions\": 497091,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 497091,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"datacenterProxy\",\n\t\t\"impressions\": 440274,\n\t\t\"sivtImpressions\": 440274,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"idioBots\",\n\t\t\"impressions\": 412776,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 412776,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"clickFarm\",\n\t\t\"impressions\": 236388,\n\t\t\"sivtImpressions\": 236388,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"IABdummyBot\",\n\t\t\"impressions\": 234817,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 234817,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"videoClickFraud\",\n\t\t\"impressions\": 188536,\n\t\t\"sivtImpressions\": 188536,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"phishing\",\n\t\t\"impressions\": 90252,\n\t\t\"sivtImpressions\": 90252,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"fastClicker\",\n\t\t\"impressions\": 62555,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 62555,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"doorwaySite\",\n\t\t\"impressions\": 31261,\n\t\t\"sivtImpressions\": 31261,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"highRiskApp\",\n\t\t\"impressions\": 21429,\n\t\t\"sivtImpressions\": 21429,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"publisherFraud\",\n\t\t\"impressions\": 20853,\n\t\t\"sivtImpressions\": 20853,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}, {\n\t\t\"fraudType\": \"IABcrawler\",\n\t\t\"impressions\": 16999,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 16999,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"TOR\",\n\t\t\"impressions\": 15067,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 15067,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"blankUserAgent\",\n\t\t\"impressions\": 5831,\n\t\t\"sivtImpressions\": 0,\n\t\t\"sivtImpsRate\": 0.0,\n\t\t\"givtImpressions\": 5831,\n\t\t\"givtImpsRate\": 1.0\n\t}, {\n\t\t\"fraudType\": \"malware\",\n\t\t\"impressions\": 339,\n\t\t\"sivtImpressions\": 339,\n\t\t\"sivtImpsRate\": 1.0,\n\t\t\"givtImpressions\": 0,\n\t\t\"givtImpsRate\": 0.0\n\t}]\n}"}],"_postman_id":"13d63df9-c2de-4932-9889-aeac479b88a2"},{"name":"By Seller Example","id":"45f5dda8-e7ad-4c28-9125-5fdd457df2d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC","description":"<p>The following query represents an example of the <em>By Seller ID</em> report, which is listed under the <em>Fraud Reports</em> in the Pixalate Dashboard.</p>\n<p>SQL Query: kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2016","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"db82acc7-3f50-4c5f-9f63-9aaa52132193","name":"By Seller Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2016","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"kv7,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' GROUP BY kv7 ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 02:07:20 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"24"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"489"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 49,\n    \"docs\": [\n        {\n            \"kv7\": \"273060\",\n            \"impressions\": 2299999,\n            \"sivtImpressions\": 45600,\n            \"sivtImpsRate\": 0.01983,\n            \"givtImpressions\": 11529,\n            \"givtImpsRate\": 0.00501\n        },\n        {\n            \"kv7\": \"912686\",\n            \"impressions\": 321945,\n            \"sivtImpressions\": 9855,\n            \"sivtImpsRate\": 0.03061,\n            \"givtImpressions\": 2024,\n            \"givtImpsRate\": 0.00629\n        },\n        {\n            \"kv7\": \"385551\",\n            \"impressions\": 66423,\n            \"sivtImpressions\": 683,\n            \"sivtImpsRate\": 0.01028,\n            \"givtImpressions\": 697,\n            \"givtImpsRate\": 0.01049\n        },\n        {\n            \"kv7\": \"298589\",\n            \"impressions\": 21962,\n            \"sivtImpressions\": 1115,\n            \"sivtImpsRate\": 0.05077,\n            \"givtImpressions\": 49,\n            \"givtImpsRate\": 0.00223\n        },\n        {\n            \"kv7\": \"961835\",\n            \"impressions\": 17302,\n            \"sivtImpressions\": 323,\n            \"sivtImpsRate\": 0.01867,\n            \"givtImpressions\": 16,\n            \"givtImpsRate\": 0.00092\n        },\n        {\n            \"kv7\": \"281837\",\n            \"impressions\": 15826,\n            \"sivtImpressions\": 703,\n            \"sivtImpsRate\": 0.04442,\n            \"givtImpressions\": 142,\n            \"givtImpsRate\": 0.00897\n        },\n        {\n            \"kv7\": \"986325\",\n            \"impressions\": 14672,\n            \"sivtImpressions\": 297,\n            \"sivtImpsRate\": 0.02024,\n            \"givtImpressions\": 20,\n            \"givtImpsRate\": 0.00136\n        },\n        {\n            \"kv7\": \"825794\",\n            \"impressions\": 2692,\n            \"sivtImpressions\": 786,\n            \"sivtImpsRate\": 0.29198,\n            \"givtImpressions\": 3,\n            \"givtImpsRate\": 0.00111\n        },\n        {\n            \"kv7\": \"565385\",\n            \"impressions\": 1686,\n            \"sivtImpressions\": 26,\n            \"sivtImpsRate\": 0.01542,\n            \"givtImpressions\": 10,\n            \"givtImpsRate\": 0.00593\n        },\n        {\n            \"kv7\": \"562859\",\n            \"impressions\": 1221,\n            \"sivtImpressions\": 16,\n            \"sivtImpsRate\": 0.0131,\n            \"givtImpressions\": 10,\n            \"givtImpsRate\": 0.00819\n        },\n        {\n            \"kv7\": \"269193\",\n            \"impressions\": 1034,\n            \"sivtImpressions\": 8,\n            \"sivtImpsRate\": 0.00774,\n            \"givtImpressions\": 0,\n            \"givtImpsRate\": 0\n        },\n        {\n            \"kv7\": \"639832\",\n            \"impressions\": 954,\n            \"sivtImpressions\": 15,\n            \"sivtImpsRate\": 0.01572,\n            \"givtImpressions\": 4,\n            \"givtImpsRate\": 0.00419\n        },\n        {\n            \"kv7\": \"305211\",\n            \"impressions\": 947,\n            \"sivtImpressions\": 13,\n            \"sivtImpsRate\": 0.01373,\n            \"givtImpressions\": 3,\n            \"givtImpsRate\": 0.00317\n        },\n        {\n            \"kv7\": \"243842\",\n            \"impressions\": 937,\n            \"sivtImpressions\": 9,\n            \"sivtImpsRate\": 0.00961,\n            \"givtImpressions\": 7,\n            \"givtImpsRate\": 0.00747\n        },\n        {\n            \"kv7\": \"420337\",\n            \"impressions\": 931,\n            \"sivtImpressions\": 6,\n            \"sivtImpsRate\": 0.00644,\n            \"givtImpressions\": 4,\n            \"givtImpsRate\": 0.0043\n        },\n        {\n            \"kv7\": \"160182\",\n            \"impressions\": 687,\n            \"sivtImpressions\": 2,\n            \"sivtImpsRate\": 0.00291,\n            \"givtImpressions\": 6,\n            \"givtImpsRate\": 0.00873\n        },\n        {\n            \"kv7\": \"176300\",\n            \"impressions\": 630,\n            \"sivtImpressions\": 2,\n            \"sivtImpsRate\": 0.00317,\n            \"givtImpressions\": 5,\n            \"givtImpsRate\": 0.00794\n        },\n        {\n            \"kv7\": \"899478\",\n            \"impressions\": 618,\n            \"sivtImpressions\": 4,\n            \"sivtImpsRate\": 0.00647,\n            \"givtImpressions\": 7,\n            \"givtImpsRate\": 0.01133\n        },\n        {\n            \"kv7\": \"829634\",\n            \"impressions\": 535,\n            \"sivtImpressions\": 72,\n            \"sivtImpsRate\": 0.13458,\n            \"givtImpressions\": 34,\n            \"givtImpsRate\": 0.06355\n        },\n        {\n            \"kv7\": \"499453\",\n            \"impressions\": 534,\n            \"sivtImpressions\": 6,\n            \"sivtImpsRate\": 0.01124,\n            \"givtImpressions\": 6,\n            \"givtImpsRate\": 0.01124\n        }\n    ]\n}"}],"_postman_id":"45f5dda8-e7ad-4c28-9125-5fdd457df2d3"},{"name":"Specific Bundle ID Value Example","id":"876d0fc6-2d09-431a-8587-0f87e275019b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC","description":"<p>The following query represents an example of pulling data for the specific set of bundle IDs.</p>\n<ul>\n<li>com.mobilityware.solitaire</li>\n<li>1407852246</li>\n<li>com.zynga.words3</li>\n</ul>\n<p>SQL Query: kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2016","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"59b15860-c529-4b29-b7a9-1ebdf6146148","name":"Specified Bundle ID Value Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=20&q=kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2016","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"20"},{"key":"q","value":"kv18,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND kv18='com.mobilityware.solitaire' OR kv18='1407852246' OR kv18='com.zynga.words' GROUP BY kv18 ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 03:01:53 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"18"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"203"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"numFound\": 3,\n\t\"docs\": [{\n\t\t\"kv18\": \"1407852246\",\n\t\t\"impressions\": 18642574,\n\t\t\"sivtImpressions\": 2453512,\n\t\t\"sivtImpsRate\": 0.13161,\n\t\t\"givtImpressions\": 97336,\n\t\t\"givtImpsRate\": 0.00522\n\t}, {\n\t\t\"kv18\": \"com.mobilityware.solitaire\",\n\t\t\"impressions\": 488869,\n\t\t\"sivtImpressions\": 23498,\n\t\t\"sivtImpsRate\": 0.04807,\n\t\t\"givtImpressions\": 1276,\n\t\t\"givtImpsRate\": 0.00261\n\t}, {\n\t\t\"kv18\": \"com.zynga.words\",\n\t\t\"impressions\": 174199,\n\t\t\"sivtImpressions\": 11405,\n\t\t\"sivtImpsRate\": 0.06547,\n\t\t\"givtImpressions\": 425,\n\t\t\"givtImpsRate\": 0.00244\n\t}]\n}"}],"_postman_id":"876d0fc6-2d09-431a-8587-0f87e275019b"},{"name":"Contains Specified Value Example","id":"64dc4513-fe5e-431f-af38-bb986420bc11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=100&q=kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC","description":"<p>The following query represents an example of reporting data when the value contains specific text</p>\n<p>SQL Query: kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day&gt;='2020-09-01' AND day&lt;='2020-09-10' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC</p>\n","urlObject":{"protocol":"https","path":["services","2016","Report","getDetails"],"host":["dashboard","api","pixalate","com"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"100"},{"key":"q","value":"kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND  (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC"}],"variable":[]}},"response":[{"id":"2ac9802e-5296-43af-af01-d0d38548c2f5","name":"Contains Specified Value Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dashboard.api.pixalate.com/services/2016/Report/getDetails?username={{username}}&password={{password}}&timeZone=0&start=0&limit=100&q=kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC","protocol":"https","host":["dashboard","api","pixalate","com"],"path":["services","2016","Report","getDetails"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"timeZone","value":"0"},{"key":"start","value":"0"},{"key":"limit","value":"100"},{"key":"q","value":"kv18,deviceBrandName,deviceMarketingName,impressions,sivtImpressions,sivtImpsRate,givtImpressions,givtImpsRate WHERE day>='2020-09-01' AND day<='2020-09-10' AND (CONTAINS(LOWER(deviceMarketingName),LOWER('Iphone'))) GROUP BY kv18 ORDER BY impressions DESC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, from-store"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 06 Jun 2019 03:37:55 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Requests-Remaining","value":"13"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"2011"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"numFound\": 35547,\n\t\"docs\": [{\n\t\t\"kv18\": \"\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 103022570,\n\t\t\"sivtImpressions\": 5226984,\n\t\t\"sivtImpsRate\": 0.05074,\n\t\t\"givtImpressions\": 390840,\n\t\t\"givtImpsRate\": 0.00379\n\t}, {\n\t\t\"kv18\": \"1407852246\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 11426099,\n\t\t\"sivtImpressions\": 1560826,\n\t\t\"sivtImpsRate\": 0.1366,\n\t\t\"givtImpressions\": 10203,\n\t\t\"givtImpsRate\": 8.9E-4\n\t}, {\n\t\t\"kv18\": \"1207472156\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 10450940,\n\t\t\"sivtImpressions\": 762087,\n\t\t\"sivtImpsRate\": 0.07292,\n\t\t\"givtImpressions\": 4147,\n\t\t\"givtImpsRate\": 4.0E-4\n\t}, {\n\t\t\"kv18\": \"357218860\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 4483454,\n\t\t\"sivtImpressions\": 668412,\n\t\t\"sivtImpsRate\": 0.14908,\n\t\t\"givtImpressions\": 685,\n\t\t\"givtImpsRate\": 1.5E-4\n\t}, {\n\t\t\"kv18\": \"429610587\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 4450980,\n\t\t\"sivtImpressions\": 596856,\n\t\t\"sivtImpsRate\": 0.1341,\n\t\t\"givtImpressions\": 1654,\n\t\t\"givtImpsRate\": 3.7E-4\n\t}, {\n\t\t\"kv18\": \"341232718\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 4251085,\n\t\t\"sivtImpressions\": 220827,\n\t\t\"sivtImpsRate\": 0.05195,\n\t\t\"givtImpressions\": 3091,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"1502447854\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2847947,\n\t\t\"sivtImpressions\": 232315,\n\t\t\"sivtImpsRate\": 0.08157,\n\t\t\"givtImpressions\": 1037,\n\t\t\"givtImpsRate\": 3.6E-4\n\t}, {\n\t\t\"kv18\": \"587366035\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2381545,\n\t\t\"sivtImpressions\": 148061,\n\t\t\"sivtImpsRate\": 0.06217,\n\t\t\"givtImpressions\": 1068,\n\t\t\"givtImpsRate\": 4.5E-4\n\t}, {\n\t\t\"kv18\": \"591560124\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2283116,\n\t\t\"sivtImpressions\": 228708,\n\t\t\"sivtImpsRate\": 0.10017,\n\t\t\"givtImpressions\": 615,\n\t\t\"givtImpsRate\": 2.7E-4\n\t}, {\n\t\t\"kv18\": \"295646461\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2128326,\n\t\t\"sivtImpressions\": 51581,\n\t\t\"sivtImpsRate\": 0.02424,\n\t\t\"givtImpressions\": 2164,\n\t\t\"givtImpsRate\": 0.00102\n\t}, {\n\t\t\"kv18\": \"372648912\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 2070520,\n\t\t\"sivtImpressions\": 321341,\n\t\t\"sivtImpsRate\": 0.1552,\n\t\t\"givtImpressions\": 2779,\n\t\t\"givtImpsRate\": 0.00134\n\t}, {\n\t\t\"kv18\": \"281940292\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1859405,\n\t\t\"sivtImpressions\": 118243,\n\t\t\"sivtImpsRate\": 0.06359,\n\t\t\"givtImpressions\": 1670,\n\t\t\"givtImpsRate\": 9.0E-4\n\t}, {\n\t\t\"kv18\": \"1299956969\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1783679,\n\t\t\"sivtImpressions\": 153778,\n\t\t\"sivtImpsRate\": 0.08621,\n\t\t\"givtImpressions\": 751,\n\t\t\"givtImpsRate\": 4.2E-4\n\t}, {\n\t\t\"kv18\": \"418987775\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1726974,\n\t\t\"sivtImpressions\": 323031,\n\t\t\"sivtImpsRate\": 0.18705,\n\t\t\"givtImpressions\": 2353,\n\t\t\"givtImpsRate\": 0.00136\n\t}, {\n\t\t\"kv18\": \"322439990\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1700289,\n\t\t\"sivtImpressions\": 85895,\n\t\t\"sivtImpsRate\": 0.05052,\n\t\t\"givtImpressions\": 559,\n\t\t\"givtImpsRate\": 3.3E-4\n\t}, {\n\t\t\"kv18\": \"1452227871\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1627281,\n\t\t\"sivtImpressions\": 190236,\n\t\t\"sivtImpsRate\": 0.1169,\n\t\t\"givtImpressions\": 1639,\n\t\t\"givtImpsRate\": 0.00101\n\t}, {\n\t\t\"kv18\": \"506141837\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1620628,\n\t\t\"sivtImpressions\": 357674,\n\t\t\"sivtImpsRate\": 0.2207,\n\t\t\"givtImpressions\": 1342,\n\t\t\"givtImpsRate\": 8.3E-4\n\t}, {\n\t\t\"kv18\": \"366247306\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1620242,\n\t\t\"sivtImpressions\": 122671,\n\t\t\"sivtImpsRate\": 0.07571,\n\t\t\"givtImpressions\": 1188,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"324684580\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1535412,\n\t\t\"sivtImpressions\": 24388,\n\t\t\"sivtImpsRate\": 0.01588,\n\t\t\"givtImpressions\": 499,\n\t\t\"givtImpsRate\": 3.2E-4\n\t}, {\n\t\t\"kv18\": \"1413942319\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1515647,\n\t\t\"sivtImpressions\": 109861,\n\t\t\"sivtImpsRate\": 0.07248,\n\t\t\"givtImpressions\": 1398,\n\t\t\"givtImpsRate\": 9.2E-4\n\t}, {\n\t\t\"kv18\": \"1452992954\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1480312,\n\t\t\"sivtImpressions\": 163803,\n\t\t\"sivtImpsRate\": 0.11065,\n\t\t\"givtImpressions\": 1263,\n\t\t\"givtImpsRate\": 8.5E-4\n\t}, {\n\t\t\"kv18\": \"319881193\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1372331,\n\t\t\"sivtImpressions\": 119601,\n\t\t\"sivtImpsRate\": 0.08715,\n\t\t\"givtImpressions\": 1726,\n\t\t\"givtImpsRate\": 0.00126\n\t}, {\n\t\t\"kv18\": \"1196764367\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1348091,\n\t\t\"sivtImpressions\": 82486,\n\t\t\"sivtImpsRate\": 0.06119,\n\t\t\"givtImpressions\": 1881,\n\t\t\"givtImpsRate\": 0.0014\n\t}, {\n\t\t\"kv18\": \"1191435163\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1218085,\n\t\t\"sivtImpressions\": 106604,\n\t\t\"sivtImpsRate\": 0.08752,\n\t\t\"givtImpressions\": 829,\n\t\t\"givtImpsRate\": 6.8E-4\n\t}, {\n\t\t\"kv18\": \"1466197423\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1205804,\n\t\t\"sivtImpressions\": 114599,\n\t\t\"sivtImpsRate\": 0.09504,\n\t\t\"givtImpressions\": 392,\n\t\t\"givtImpsRate\": 3.3E-4\n\t}, {\n\t\t\"kv18\": \"1193508329\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1192988,\n\t\t\"sivtImpressions\": 138334,\n\t\t\"sivtImpsRate\": 0.11596,\n\t\t\"givtImpressions\": 1085,\n\t\t\"givtImpsRate\": 9.1E-4\n\t}, {\n\t\t\"kv18\": \"1226926872\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1173831,\n\t\t\"sivtImpressions\": 115517,\n\t\t\"sivtImpsRate\": 0.09841,\n\t\t\"givtImpressions\": 855,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"921765888\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 1027420,\n\t\t\"sivtImpressions\": 57827,\n\t\t\"sivtImpsRate\": 0.05628,\n\t\t\"givtImpressions\": 426,\n\t\t\"givtImpsRate\": 4.1E-4\n\t}, {\n\t\t\"kv18\": \"525958087\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 989959,\n\t\t\"sivtImpressions\": 101648,\n\t\t\"sivtImpsRate\": 0.10268,\n\t\t\"givtImpressions\": 157,\n\t\t\"givtImpsRate\": 1.6E-4\n\t}, {\n\t\t\"kv18\": \"1324604053\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 962364,\n\t\t\"sivtImpressions\": 108688,\n\t\t\"sivtImpsRate\": 0.11294,\n\t\t\"givtImpressions\": 973,\n\t\t\"givtImpsRate\": 0.00101\n\t}, {\n\t\t\"kv18\": \"1115565187\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 936380,\n\t\t\"sivtImpressions\": 157439,\n\t\t\"sivtImpsRate\": 0.16814,\n\t\t\"givtImpressions\": 671,\n\t\t\"givtImpsRate\": 7.2E-4\n\t}, {\n\t\t\"kv18\": \"1387897651\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 915508,\n\t\t\"sivtImpressions\": 72892,\n\t\t\"sivtImpsRate\": 0.07962,\n\t\t\"givtImpressions\": 823,\n\t\t\"givtImpsRate\": 9.0E-4\n\t}, {\n\t\t\"kv18\": \"639881495\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 907029,\n\t\t\"sivtImpressions\": 81096,\n\t\t\"sivtImpsRate\": 0.08941,\n\t\t\"givtImpressions\": 1036,\n\t\t\"givtImpsRate\": 0.00114\n\t}, {\n\t\t\"kv18\": \"927006017\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 887956,\n\t\t\"sivtImpressions\": 4734,\n\t\t\"sivtImpsRate\": 0.00533,\n\t\t\"givtImpressions\": 722,\n\t\t\"givtImpsRate\": 8.1E-4\n\t}, {\n\t\t\"kv18\": \"285692706\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 874469,\n\t\t\"sivtImpressions\": 83437,\n\t\t\"sivtImpsRate\": 0.09541,\n\t\t\"givtImpressions\": 681,\n\t\t\"givtImpsRate\": 7.8E-4\n\t}, {\n\t\t\"kv18\": \"384101264\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 870779,\n\t\t\"sivtImpressions\": 86767,\n\t\t\"sivtImpsRate\": 0.09964,\n\t\t\"givtImpressions\": 1266,\n\t\t\"givtImpsRate\": 0.00145\n\t}, {\n\t\t\"kv18\": \"1420294918\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 868463,\n\t\t\"sivtImpressions\": 56298,\n\t\t\"sivtImpsRate\": 0.06482,\n\t\t\"givtImpressions\": 379,\n\t\t\"givtImpsRate\": 4.4E-4\n\t}, {\n\t\t\"kv18\": \"1473836342\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 862325,\n\t\t\"sivtImpressions\": 77898,\n\t\t\"sivtImpsRate\": 0.09033,\n\t\t\"givtImpressions\": 288,\n\t\t\"givtImpsRate\": 3.3E-4\n\t}, {\n\t\t\"kv18\": \"307184892\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 860979,\n\t\t\"sivtImpressions\": 53062,\n\t\t\"sivtImpsRate\": 0.06163,\n\t\t\"givtImpressions\": 499,\n\t\t\"givtImpsRate\": 5.8E-4\n\t}, {\n\t\t\"kv18\": \"448999087\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 783512,\n\t\t\"sivtImpressions\": 73186,\n\t\t\"sivtImpsRate\": 0.09341,\n\t\t\"givtImpressions\": 708,\n\t\t\"givtImpsRate\": 9.0E-4\n\t}, {\n\t\t\"kv18\": \"658308834\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 759081,\n\t\t\"sivtImpressions\": 56879,\n\t\t\"sivtImpsRate\": 0.07493,\n\t\t\"givtImpressions\": 368,\n\t\t\"givtImpsRate\": 4.8E-4\n\t}, {\n\t\t\"kv18\": \"569077959\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 751103,\n\t\t\"sivtImpressions\": 206927,\n\t\t\"sivtImpsRate\": 0.2755,\n\t\t\"givtImpressions\": 1205,\n\t\t\"givtImpsRate\": 0.0016\n\t}, {\n\t\t\"kv18\": \"651510680\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 708661,\n\t\t\"sivtImpressions\": 67832,\n\t\t\"sivtImpsRate\": 0.09572,\n\t\t\"givtImpressions\": 1301,\n\t\t\"givtImpsRate\": 0.00184\n\t}, {\n\t\t\"kv18\": \"399355755\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 689456,\n\t\t\"sivtImpressions\": 120125,\n\t\t\"sivtImpsRate\": 0.17423,\n\t\t\"givtImpressions\": 357,\n\t\t\"givtImpsRate\": 5.2E-4\n\t}, {\n\t\t\"kv18\": \"1386727308\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 647771,\n\t\t\"sivtImpressions\": 50198,\n\t\t\"sivtImpsRate\": 0.07749,\n\t\t\"givtImpressions\": 411,\n\t\t\"givtImpsRate\": 6.3E-4\n\t}, {\n\t\t\"kv18\": \"367623543\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 616495,\n\t\t\"sivtImpressions\": 12938,\n\t\t\"sivtImpsRate\": 0.02099,\n\t\t\"givtImpressions\": 957,\n\t\t\"givtImpsRate\": 0.00155\n\t}, {\n\t\t\"kv18\": \"500962489\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 601456,\n\t\t\"sivtImpressions\": 43299,\n\t\t\"sivtImpsRate\": 0.07199,\n\t\t\"givtImpressions\": 241,\n\t\t\"givtImpsRate\": 4.0E-4\n\t}, {\n\t\t\"kv18\": \"1313561414\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 575268,\n\t\t\"sivtImpressions\": 48343,\n\t\t\"sivtImpsRate\": 0.08404,\n\t\t\"givtImpressions\": 366,\n\t\t\"givtImpsRate\": 6.4E-4\n\t}, {\n\t\t\"kv18\": \"1453411110\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 553463,\n\t\t\"sivtImpressions\": 10353,\n\t\t\"sivtImpsRate\": 0.01871,\n\t\t\"givtImpressions\": 110,\n\t\t\"givtImpsRate\": 2.0E-4\n\t}, {\n\t\t\"kv18\": \"1494648714\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 544311,\n\t\t\"sivtImpressions\": 39601,\n\t\t\"sivtImpsRate\": 0.07275,\n\t\t\"givtImpressions\": 72,\n\t\t\"givtImpsRate\": 1.3E-4\n\t}, {\n\t\t\"kv18\": \"1420058690\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 537153,\n\t\t\"sivtImpressions\": 61882,\n\t\t\"sivtImpsRate\": 0.1152,\n\t\t\"givtImpressions\": 119,\n\t\t\"givtImpsRate\": 2.2E-4\n\t}, {\n\t\t\"kv18\": \"500963785\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 528207,\n\t\t\"sivtImpressions\": 44112,\n\t\t\"sivtImpsRate\": 0.08351,\n\t\t\"givtImpressions\": 236,\n\t\t\"givtImpsRate\": 4.5E-4\n\t}, {\n\t\t\"kv18\": \"1496354836\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 521515,\n\t\t\"sivtImpressions\": 38951,\n\t\t\"sivtImpsRate\": 0.07469,\n\t\t\"givtImpressions\": 109,\n\t\t\"givtImpsRate\": 2.1E-4\n\t}, {\n\t\t\"kv18\": \"300048137\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 517942,\n\t\t\"sivtImpressions\": 33879,\n\t\t\"sivtImpsRate\": 0.06541,\n\t\t\"givtImpressions\": 422,\n\t\t\"givtImpsRate\": 8.1E-4\n\t}, {\n\t\t\"kv18\": \"840919914\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 489828,\n\t\t\"sivtImpressions\": 59371,\n\t\t\"sivtImpsRate\": 0.12121,\n\t\t\"givtImpressions\": 578,\n\t\t\"givtImpsRate\": 0.00118\n\t}, {\n\t\t\"kv18\": \"911793120\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 475768,\n\t\t\"sivtImpressions\": 22806,\n\t\t\"sivtImpsRate\": 0.04794,\n\t\t\"givtImpressions\": 283,\n\t\t\"givtImpsRate\": 5.9E-4\n\t}, {\n\t\t\"kv18\": \"894546091\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 472446,\n\t\t\"sivtImpressions\": 70851,\n\t\t\"sivtImpsRate\": 0.14997,\n\t\t\"givtImpressions\": 680,\n\t\t\"givtImpsRate\": 0.00144\n\t}, {\n\t\t\"kv18\": \"com.puzzle.cats.block.ten.ten\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 458835,\n\t\t\"sivtImpressions\": 139509,\n\t\t\"sivtImpsRate\": 0.30405,\n\t\t\"givtImpressions\": 342,\n\t\t\"givtImpsRate\": 7.5E-4\n\t}, {\n\t\t\"kv18\": \"1407780576\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 456210,\n\t\t\"sivtImpressions\": 30223,\n\t\t\"sivtImpsRate\": 0.06625,\n\t\t\"givtImpressions\": 106,\n\t\t\"givtImpsRate\": 2.3E-4\n\t}, {\n\t\t\"kv18\": \"642831690\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 453442,\n\t\t\"sivtImpressions\": 52226,\n\t\t\"sivtImpsRate\": 0.11518,\n\t\t\"givtImpressions\": 1255,\n\t\t\"givtImpsRate\": 0.00277\n\t}, {\n\t\t\"kv18\": \"495583717\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 420096,\n\t\t\"sivtImpressions\": 50901,\n\t\t\"sivtImpsRate\": 0.12117,\n\t\t\"givtImpressions\": 400,\n\t\t\"givtImpsRate\": 9.5E-4\n\t}, {\n\t\t\"kv18\": \"352969997\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 401243,\n\t\t\"sivtImpressions\": 20938,\n\t\t\"sivtImpsRate\": 0.05218,\n\t\t\"givtImpressions\": 271,\n\t\t\"givtImpsRate\": 6.8E-4\n\t}, {\n\t\t\"kv18\": \"1212951043\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 379484,\n\t\t\"sivtImpressions\": 22627,\n\t\t\"sivtImpsRate\": 0.05963,\n\t\t\"givtImpressions\": 310,\n\t\t\"givtImpsRate\": 8.2E-4\n\t}, {\n\t\t\"kv18\": \"1317978215\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 376975,\n\t\t\"sivtImpressions\": 43918,\n\t\t\"sivtImpsRate\": 0.1165,\n\t\t\"givtImpressions\": 502,\n\t\t\"givtImpsRate\": 0.00133\n\t}, {\n\t\t\"kv18\": \"1214223596\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 376509,\n\t\t\"sivtImpressions\": 27523,\n\t\t\"sivtImpsRate\": 0.0731,\n\t\t\"givtImpressions\": 257,\n\t\t\"givtImpsRate\": 6.8E-4\n\t}, {\n\t\t\"kv18\": \"1471077600\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 359742,\n\t\t\"sivtImpressions\": 66884,\n\t\t\"sivtImpsRate\": 0.18592,\n\t\t\"givtImpressions\": 459,\n\t\t\"givtImpsRate\": 0.00128\n\t}, {\n\t\t\"kv18\": \"525811534\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 354493,\n\t\t\"sivtImpressions\": 2002,\n\t\t\"sivtImpsRate\": 0.00565,\n\t\t\"givtImpressions\": 314,\n\t\t\"givtImpsRate\": 8.9E-4\n\t}, {\n\t\t\"kv18\": \"397648381\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 351388,\n\t\t\"sivtImpressions\": 67428,\n\t\t\"sivtImpsRate\": 0.19189,\n\t\t\"givtImpressions\": 170,\n\t\t\"givtImpsRate\": 4.8E-4\n\t}, {\n\t\t\"kv18\": \"439873467\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 351041,\n\t\t\"sivtImpressions\": 50016,\n\t\t\"sivtImpsRate\": 0.14248,\n\t\t\"givtImpressions\": 312,\n\t\t\"givtImpsRate\": 8.9E-4\n\t}, {\n\t\t\"kv18\": \"1139609950\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 343590,\n\t\t\"sivtImpressions\": 44821,\n\t\t\"sivtImpsRate\": 0.13045,\n\t\t\"givtImpressions\": 254,\n\t\t\"givtImpsRate\": 7.4E-4\n\t}, {\n\t\t\"kv18\": \"418075935\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 336751,\n\t\t\"sivtImpressions\": 13156,\n\t\t\"sivtImpsRate\": 0.03907,\n\t\t\"givtImpressions\": 122,\n\t\t\"givtImpsRate\": 3.6E-4\n\t}, {\n\t\t\"kv18\": \"1502227743\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 334458,\n\t\t\"sivtImpressions\": 30895,\n\t\t\"sivtImpsRate\": 0.09237,\n\t\t\"givtImpressions\": 39,\n\t\t\"givtImpsRate\": 1.2E-4\n\t}, {\n\t\t\"kv18\": \"593715088\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 324509,\n\t\t\"sivtImpressions\": 27815,\n\t\t\"sivtImpsRate\": 0.08571,\n\t\t\"givtImpressions\": 116,\n\t\t\"givtImpsRate\": 3.6E-4\n\t}, {\n\t\t\"kv18\": \"1374403536\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 314259,\n\t\t\"sivtImpressions\": 24838,\n\t\t\"sivtImpsRate\": 0.07904,\n\t\t\"givtImpressions\": 102,\n\t\t\"givtImpsRate\": 3.2E-4\n\t}, {\n\t\t\"kv18\": \"475976577\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 308404,\n\t\t\"sivtImpressions\": 26262,\n\t\t\"sivtImpsRate\": 0.08515,\n\t\t\"givtImpressions\": 160,\n\t\t\"givtImpsRate\": 5.2E-4\n\t}, {\n\t\t\"kv18\": \"486154808\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 296924,\n\t\t\"sivtImpressions\": 13274,\n\t\t\"sivtImpsRate\": 0.04471,\n\t\t\"givtImpressions\": 296,\n\t\t\"givtImpsRate\": 0.001\n\t}, {\n\t\t\"kv18\": \"1334311990\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 294780,\n\t\t\"sivtImpressions\": 22719,\n\t\t\"sivtImpsRate\": 0.07707,\n\t\t\"givtImpressions\": 211,\n\t\t\"givtImpsRate\": 7.2E-4\n\t}, {\n\t\t\"kv18\": \"779656557\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 294658,\n\t\t\"sivtImpressions\": 12019,\n\t\t\"sivtImpsRate\": 0.04079,\n\t\t\"givtImpressions\": 68,\n\t\t\"givtImpsRate\": 2.3E-4\n\t}, {\n\t\t\"kv18\": \"1505735640\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 293759,\n\t\t\"sivtImpressions\": 34728,\n\t\t\"sivtImpsRate\": 0.11822,\n\t\t\"givtImpressions\": 103,\n\t\t\"givtImpsRate\": 3.5E-4\n\t}, {\n\t\t\"kv18\": \"1269540854\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 290659,\n\t\t\"sivtImpressions\": 21669,\n\t\t\"sivtImpsRate\": 0.07455,\n\t\t\"givtImpressions\": 302,\n\t\t\"givtImpsRate\": 0.00104\n\t}, {\n\t\t\"kv18\": \"1454538656\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 268643,\n\t\t\"sivtImpressions\": 11056,\n\t\t\"sivtImpsRate\": 0.04115,\n\t\t\"givtImpressions\": 55,\n\t\t\"givtImpsRate\": 2.0E-4\n\t}, {\n\t\t\"kv18\": \"1308181322\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 266235,\n\t\t\"sivtImpressions\": 13236,\n\t\t\"sivtImpsRate\": 0.04972,\n\t\t\"givtImpressions\": 134,\n\t\t\"givtImpsRate\": 5.0E-4\n\t}, {\n\t\t\"kv18\": \"439692932\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 266138,\n\t\t\"sivtImpressions\": 6180,\n\t\t\"sivtImpsRate\": 0.02322,\n\t\t\"givtImpressions\": 39,\n\t\t\"givtImpsRate\": 1.5E-4\n\t}, {\n\t\t\"kv18\": \"977150768\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 264166,\n\t\t\"sivtImpressions\": 17065,\n\t\t\"sivtImpsRate\": 0.0646,\n\t\t\"givtImpressions\": 106,\n\t\t\"givtImpsRate\": 4.0E-4\n\t}, {\n\t\t\"kv18\": \"com.mobilityware.spidersolitairefree\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 259252,\n\t\t\"sivtImpressions\": 12251,\n\t\t\"sivtImpsRate\": 0.04726,\n\t\t\"givtImpressions\": 67,\n\t\t\"givtImpsRate\": 2.6E-4\n\t}, {\n\t\t\"kv18\": \"493619333\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 256040,\n\t\t\"sivtImpressions\": 81428,\n\t\t\"sivtImpsRate\": 0.31803,\n\t\t\"givtImpressions\": 135,\n\t\t\"givtImpsRate\": 5.3E-4\n\t}, {\n\t\t\"kv18\": \"1369521645\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 255094,\n\t\t\"sivtImpressions\": 17694,\n\t\t\"sivtImpsRate\": 0.06936,\n\t\t\"givtImpressions\": 153,\n\t\t\"givtImpsRate\": 6.0E-4\n\t}, {\n\t\t\"kv18\": \"545551605\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 250403,\n\t\t\"sivtImpressions\": 22871,\n\t\t\"sivtImpsRate\": 0.09134,\n\t\t\"givtImpressions\": 182,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"1302451299\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 248679,\n\t\t\"sivtImpressions\": 23743,\n\t\t\"sivtImpsRate\": 0.09548,\n\t\t\"givtImpressions\": 319,\n\t\t\"givtImpsRate\": 0.00128\n\t}, {\n\t\t\"kv18\": \"504631398\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 245758,\n\t\t\"sivtImpressions\": 10921,\n\t\t\"sivtImpsRate\": 0.04444,\n\t\t\"givtImpressions\": 674,\n\t\t\"givtImpsRate\": 0.00274\n\t}, {\n\t\t\"kv18\": \"1482131986\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 245469,\n\t\t\"sivtImpressions\": 14675,\n\t\t\"sivtImpsRate\": 0.05978,\n\t\t\"givtImpressions\": 178,\n\t\t\"givtImpsRate\": 7.3E-4\n\t}, {\n\t\t\"kv18\": \"1316565091\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 241149,\n\t\t\"sivtImpressions\": 10365,\n\t\t\"sivtImpsRate\": 0.04298,\n\t\t\"givtImpressions\": 146,\n\t\t\"givtImpsRate\": 6.1E-4\n\t}, {\n\t\t\"kv18\": \"1288430163\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 236388,\n\t\t\"sivtImpressions\": 10204,\n\t\t\"sivtImpsRate\": 0.04317,\n\t\t\"givtImpressions\": 270,\n\t\t\"givtImpsRate\": 0.00114\n\t}, {\n\t\t\"kv18\": \"622434129\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 236290,\n\t\t\"sivtImpressions\": 5372,\n\t\t\"sivtImpsRate\": 0.02273,\n\t\t\"givtImpressions\": 208,\n\t\t\"givtImpsRate\": 8.8E-4\n\t}, {\n\t\t\"kv18\": \"539124565\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 235062,\n\t\t\"sivtImpressions\": 31365,\n\t\t\"sivtImpsRate\": 0.13343,\n\t\t\"givtImpressions\": 47,\n\t\t\"givtImpsRate\": 2.0E-4\n\t}, {\n\t\t\"kv18\": \"1277486668\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 234117,\n\t\t\"sivtImpressions\": 9841,\n\t\t\"sivtImpsRate\": 0.04203,\n\t\t\"givtImpressions\": 51,\n\t\t\"givtImpsRate\": 2.2E-4\n\t}, {\n\t\t\"kv18\": \"351331194\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 232431,\n\t\t\"sivtImpressions\": 33664,\n\t\t\"sivtImpsRate\": 0.14483,\n\t\t\"givtImpressions\": 105,\n\t\t\"givtImpsRate\": 4.5E-4\n\t}, {\n\t\t\"kv18\": \"1153883316\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 232245,\n\t\t\"sivtImpressions\": 8632,\n\t\t\"sivtImpsRate\": 0.03717,\n\t\t\"givtImpressions\": 344,\n\t\t\"givtImpsRate\": 0.00148\n\t}, {\n\t\t\"kv18\": \"1508418993\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 227569,\n\t\t\"sivtImpressions\": 17884,\n\t\t\"sivtImpsRate\": 0.07859,\n\t\t\"givtImpressions\": 28,\n\t\t\"givtImpsRate\": 1.2E-4\n\t}, {\n\t\t\"kv18\": \"1318181304\",\n\t\t\"deviceBrandName\": \"Apple\",\n\t\t\"deviceMarketingName\": \"AppleIphone\",\n\t\t\"impressions\": 215246,\n\t\t\"sivtImpressions\": 16527,\n\t\t\"sivtImpsRate\": 0.07678,\n\t\t\"givtImpressions\": 97,\n\t\t\"givtImpsRate\": 4.5E-4\n\t}]\n}"}],"_postman_id":"64dc4513-fe5e-431f-af38-bb986420bc11"}],"id":"6546f9fc-4116-4f76-b9e1-607983bdcca2","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7f14c590-1ddd-41c2-a8ae-b6bddd99e231"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"860950cc-8000-4ed7-8481-cbabd9682907"}}],"_postman_id":"6546f9fc-4116-4f76-b9e1-607983bdcca2","description":""}],"id":"91653785-02eb-4801-9ce6-7c8cc867c279","description":"<p>The Analytics Reporting API is available to Pixalate Analytics subscribers which will allow subscribers to ingest Analytics data into their own internal systems.</p>\n<h2 id=\"uri-path\">URI Path</h2>\n<p><code>https://api.pixalate.com/api/v2/analytics/reports/default</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>api.pixalate.com</td>\n<td>Host</td>\n</tr>\n<tr>\n<td>api</td>\n<td>Static directory</td>\n</tr>\n<tr>\n<td>v2</td>\n<td>API version</td>\n</tr>\n<tr>\n<td>analytics</td>\n<td>Report type</td>\n</tr>\n<tr>\n<td>reports</td>\n<td>The class name of the type of solution</td>\n</tr>\n<tr>\n<td>default</td>\n<td>Report name</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>exportUri = true</strong></p>\n<p>The \"<strong>exportUri = true\"</strong> parameter returns a URI to the CSV data as an Internet resource rather than the data itself. While the resulting resource is public, the URI contains a randomly generated identifier that ensures the data is relatively secure unless the URI itself is made public by the user.</p>\n<p>Example:</p>\n<p><em>Request</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://api.pixalate.com/api/v2/analytics/reports/default?exportUri=true&amp;isAsync=true&amp;q=kv18,campaignId,siteId,fraudType,impressions,givtSivtRate WHERE day='2026-01-25' AND day&lt;='2026-01-25' ORDER BY impressions DESC \n\n</code></pre><p><em>Response</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://dashboardcdn.pixalate.com/www/exported/{Client}/2026-01-25/8qak3ig189r58t26rot92v0lid/Report_for_2026-01-25.csv\n\n</code></pre><h2 id=\"query-string-parameters\">Query String Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th>Notes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>timeZone</td>\n<td>The time zone</td>\n<td>Default : 0 which is UTC</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>start</td>\n<td>Which item in the results to start from</td>\n<td>Default: 0</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The total number of items to return.</td>\n<td>Default: 20 for JSON, 999999 for CSV</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>isAsync</td>\n<td>Is asynchronously</td>\n<td>For <strong>getExportUri only</strong>. Default: false</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>isLargeResultSet</td>\n<td>Is large result set</td>\n<td>For <strong>getExportUri only</strong>. Default: false</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>q</td>\n<td>The actual query to run</td>\n<td>Uses a simplified SQL SELECT syntax</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>reportId</td>\n<td>Report ID for any dashboard report</td>\n<td>The Report ID can be found via the Analytics Dashboard URL (<strong>reportId=</strong>) when viewing a report</td>\n<td>Required only for <strong>Brand Safety Report</strong>, Optional for default reports.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>isAsync</strong></p>\n<p>If isAsync is set to <code>true</code>, a CSV URI response is returned immediately. However, this will return a 404 Not Found HTTP status code until the service completes processing the report. Note that the limit parameter is ignored when isAsync is set to true.</p>\n<p><strong>isLargeResultSet</strong></p>\n<p>If isLargeResultSet is set to <code>true</code>, then processing is handled identically as if the isAsync parameter is set to true. However, the returned CSV file contains a single column with each row being a URL to a CSV file that contains part of the data. Large results that set <code>ORDER BY</code> may cause an 400 Bad Request HTTP status code. To resolve, try removing the <code>ORDER BY</code> clause. Note that the limit parameter is ignored when isLargeResultSet is set to true.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"963169d8-682d-478e-9c17-69337bf288b6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d9860b13-de03-4308-8868-997fb627c181"}}],"_postman_id":"91653785-02eb-4801-9ce6-7c8cc867c279"},{"name":"Media Ratings","item":[{"name":"Authentication methods","item":[],"id":"51fd5ecd-8c04-4b65-8b49-8ad02b3caa81","description":"<p>As of July 2022, Pixalate supports an API-key based authentication method for Media Ratings.</p>\n<p>If you have been provided with an API key during your onboarding to access the Ratings service, please visit our documentation <a href=\"https://developer.pixalate.com/apps-api-docs#enrichment-api-mobile-apps\">here</a> to get started.</p>\n<p>If you have been provided with username and password credentials, the documentation on this page will guide you on how to integrate.</p>\n","_postman_id":"51fd5ecd-8c04-4b65-8b49-8ad02b3caa81"},{"name":"2020 Epoch Version","item":[{"name":"App Ratings Lookup","item":[{"name":"getApp","id":"e8b1d99d-2f75-4e1b-b5b4-3638a53e58b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?appId=&region=&device=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"Smartphone\", \"Tablet\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"8750d06b-c6cc-445e-8af2-3777596330e2","name":"getApp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?username={{username}}&password={{password}}&appId=1407852246","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getApp"],"query":[{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"appId","value":"1407852246"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"OK\",\n  \"numFound\": 15,\n  \"docs\": [\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"GLOBAL\",\n      \"device\": \"GLOBAL\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"Smart AdServer\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"320x480\",\n          \"displayContribution\": 98.28,\n          \"videoContribution\": 1.72,\n          \"hyperLocationAvailability\": 61.49,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 8.2,\n        \"ivtRisk\": \"medium\",\n        \"viewability\": 84.99,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"medium\",\n        \"clickIvtRisk\": \"medium\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 4024279,\n        \"estimatedMonthlyActiveUsers\": 46096276,\n        \"inventory\": 11421483495,\n        \"adSpend\": 6256431\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 461057829,\n          \"inventoryRatio\": 13.91,\n          \"ivt\": 11.33,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 95.07\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 456471116,\n          \"inventoryRatio\": 13.77,\n          \"ivt\": 7.12,\n          \"videoInventoryRatio\": 1.73,\n          \"viewability\": 80.18\n        },\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 384136431,\n          \"inventoryRatio\": 11.59,\n          \"ivt\": 7.1,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.39\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 379638598,\n          \"inventoryRatio\": 11.45,\n          \"ivt\": 11.35,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 65.1\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 260862901,\n          \"inventoryRatio\": 7.87,\n          \"ivt\": 8.32,\n          \"videoInventoryRatio\": 0.08,\n          \"viewability\": 86.58\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 174669198,\n          \"inventoryRatio\": 5.27,\n          \"ivt\": 10.39,\n          \"videoInventoryRatio\": 0.07,\n          \"viewability\": 77.75\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 165746757,\n          \"inventoryRatio\": 5,\n          \"ivt\": 2.78,\n          \"videoInventoryRatio\": 33.38,\n          \"viewability\": 98.01\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 143917021,\n          \"inventoryRatio\": 4.34,\n          \"ivt\": 3.3,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.63\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 136134971,\n          \"inventoryRatio\": 4.11,\n          \"ivt\": 14.34,\n          \"videoInventoryRatio\": 0.02,\n          \"viewability\": 88.63\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 131335350,\n          \"inventoryRatio\": 3.96,\n          \"ivt\": 10.96,\n          \"videoInventoryRatio\": 0.04,\n          \"viewability\": 80.74\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 100654681,\n          \"inventoryRatio\": 3.04,\n          \"ivt\": 9.6,\n          \"videoInventoryRatio\": 6.02,\n          \"viewability\": 96.27\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 94426213,\n          \"inventoryRatio\": 2.85,\n          \"ivt\": 11.51,\n          \"videoInventoryRatio\": 0.05,\n          \"viewability\": 99.2\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 63617577,\n          \"inventoryRatio\": 1.92,\n          \"ivt\": 2.19,\n          \"videoInventoryRatio\": 0.04,\n          \"viewability\": 96.26\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 51116807,\n          \"inventoryRatio\": 1.54,\n          \"ivt\": 11.17,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.95\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 16956082,\n          \"inventoryRatio\": 0.51,\n          \"ivt\": 9.69,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.1\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1519646,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": 19.08,\n          \"videoInventoryRatio\": 0.21,\n          \"viewability\": 52.48\n        },\n        {\n          \"exchange\": \"IronSource\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 591355,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 4.21,\n          \"videoInventoryRatio\": 79.33,\n          \"viewability\": 99.59\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 506717,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 33.57,\n          \"videoInventoryRatio\": 0.03,\n          \"viewability\": 65.49\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 393698,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 14.32,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 33.32\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 136148,\n          \"inventoryRatio\": 0,\n          \"ivt\": 3.56,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 70.78\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 107464,\n          \"inventoryRatio\": 0,\n          \"ivt\": 3.66,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 28.38\n        },\n        {\n          \"exchange\": \"Thirdpresence Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 48581,\n          \"inventoryRatio\": 0,\n          \"ivt\": 4.78,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.59\n        },\n        {\n          \"exchange\": \"Imonomy Interactive Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 123902962,\n          \"inventoryRatio\": 3.74,\n          \"ivt\": 10.79,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 67.8\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 79245812,\n          \"inventoryRatio\": 2.39,\n          \"ivt\": 13.19,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.23\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 18764083,\n          \"inventoryRatio\": 0.57,\n          \"ivt\": 11.26,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.22\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 13669239,\n          \"inventoryRatio\": 0.41,\n          \"ivt\": 3.76,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 82.46\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 13444413,\n          \"inventoryRatio\": 0.41,\n          \"ivt\": 2.65,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.69\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 13391287,\n          \"inventoryRatio\": 0.4,\n          \"ivt\": 3.87,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 85.17\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 9520563,\n          \"inventoryRatio\": 0.29,\n          \"ivt\": 1.76,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 74.16\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4627113,\n          \"inventoryRatio\": 0.14,\n          \"ivt\": 0.38,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.85\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4306438,\n          \"inventoryRatio\": 0.13,\n          \"ivt\": 5.31,\n          \"videoInventoryRatio\": 91.64,\n          \"viewability\": 66.81\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1745078,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": 0.33,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 26.21\n        },\n        {\n          \"exchange\": \"Appreciate\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1522777,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": 2.45,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.74\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1334917,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 0.66,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 92.21\n        },\n        {\n          \"exchange\": \"Edge226\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1229372,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 0.4,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.95\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1178266,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 5.86,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.46\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 736391,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 6.19,\n          \"videoInventoryRatio\": 4.61,\n          \"viewability\": 64.47\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 400768,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 1.92,\n          \"videoInventoryRatio\": 0.1,\n          \"viewability\": 87.47\n        },\n        {\n          \"exchange\": \"YouAppi\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 295728,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 3.96,\n          \"videoInventoryRatio\": 0.11,\n          \"viewability\": 95.1\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 151500,\n          \"inventoryRatio\": 0,\n          \"ivt\": 1.13,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 42.53\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 151500,\n          \"inventoryRatio\": 0,\n          \"ivt\": 10.73,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.51\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 137158,\n          \"inventoryRatio\": 0,\n          \"ivt\": 5.96,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 90.99\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 104737,\n          \"inventoryRatio\": 0,\n          \"ivt\": 8.39,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 76.33\n        },\n        {\n          \"exchange\": \"Stackadapt Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 104131,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0.29,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 97768,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 87.37\n        },\n        {\n          \"exchange\": \"Adobe\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 97162,\n          \"inventoryRatio\": 0,\n          \"ivt\": 1.04,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 90193,\n          \"inventoryRatio\": 0,\n          \"ivt\": 10.96,\n          \"videoInventoryRatio\": 0.5,\n          \"viewability\": 60.92\n        },\n        {\n          \"exchange\": \"Speroll\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 51308,\n          \"inventoryRatio\": 0,\n          \"ivt\": 69.49,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.66\n        },\n        {\n          \"exchange\": \"Baidu\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 48278,\n          \"inventoryRatio\": 0,\n          \"ivt\": 14.02,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.28\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 38986,\n          \"inventoryRatio\": 0,\n          \"ivt\": 28.5,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 86.2\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 33330,\n          \"inventoryRatio\": 0,\n          \"ivt\": 69.7,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 78.48\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 27068,\n          \"inventoryRatio\": 0,\n          \"ivt\": 41.79,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.63\n        },\n        {\n          \"exchange\": \"Unity Technologies\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 13736,\n          \"inventoryRatio\": 0,\n          \"ivt\": 2.21,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"WEB3 LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 83.33\n        },\n        {\n          \"exchange\": \"RedZone LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0,\n          \"ivt\": 66.67,\n          \"videoInventoryRatio\": 25,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"AdsWizz\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 808,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Triton Digital\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"House of Pubs\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 8.2,\n        \"givt\": 0.18,\n        \"sivt\": 8.01,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.17,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 3.22\n          },\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 1.75\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 1.02\n          },\n          {\n            \"fraudType\": \"Proxy\",\n            \"givt\": 0,\n            \"sivt\": 0.73\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.39\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.34\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.25\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.1\n          },\n          {\n            \"fraudType\": \"VideoImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.08\n          },\n          {\n            \"fraudType\": \"DisplayClickFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.07\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.04\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 84.99,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 8006937913,\n            \"inventoryRatio\": 70.9,\n            \"viewability\": 86.27\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2858285860,\n            \"inventoryRatio\": 25.31,\n            \"viewability\": 81.58\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 138400906,\n            \"inventoryRatio\": 1.23,\n            \"viewability\": 96.63\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 98532368,\n            \"inventoryRatio\": 0.87,\n            \"viewability\": 62.88\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 60977033,\n            \"inventoryRatio\": 0.54,\n            \"viewability\": 91.9\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 35849748,\n            \"inventoryRatio\": 0.32,\n            \"viewability\": 78.68\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 25873978,\n            \"inventoryRatio\": 0.23,\n            \"viewability\": 97.18\n          },\n          {\n            \"adSize\": \"480x320\",\n            \"inventory\": 20234037,\n            \"inventoryRatio\": 0.18,\n            \"viewability\": 55.84\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 18461386,\n            \"inventoryRatio\": 0.16,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"300x250\",\n            \"inventory\": 17577232,\n            \"inventoryRatio\": 0.16,\n            \"viewability\": 91.1\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 8653714037,\n            \"inventoryRatio\": 75.77,\n            \"ivt\": 7.68,\n            \"viewability\": 86.73\n          },\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 2753316459,\n            \"inventoryRatio\": 24.11,\n            \"ivt\": 9.8,\n            \"viewability\": 80.45\n          },\n          {\n            \"device\": \"Apple Ipod\",\n            \"inventory\": 14050110,\n            \"inventoryRatio\": 0.12,\n            \"ivt\": 10.2,\n            \"viewability\": 82.79\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 10630001439,\n            \"inventoryRatio\": 93.07,\n            \"ivt\": 8.3,\n            \"viewability\": 84.98\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 307643576,\n            \"inventoryRatio\": 2.69,\n            \"ivt\": 4.56,\n            \"viewability\": 82.95\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 250269112,\n            \"inventoryRatio\": 2.19,\n            \"ivt\": 12.41,\n            \"viewability\": 86.97\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 233569368,\n            \"inventoryRatio\": 2.05,\n            \"ivt\": 3.8,\n            \"viewability\": 93.75\n          }\n        ],\n        \"byCountry\": null,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 8006937913,\n            \"inventoryRatio\": 70.9,\n            \"ivt\": 7.58,\n            \"viewability\": 86.27\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2858285860,\n            \"inventoryRatio\": 25.31,\n            \"ivt\": 10.08,\n            \"viewability\": 81.58\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 138400906,\n            \"inventoryRatio\": 1.23,\n            \"ivt\": 7.3,\n            \"viewability\": 96.63\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 98532368,\n            \"inventoryRatio\": 0.87,\n            \"ivt\": 8.19,\n            \"viewability\": 62.88\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 60977033,\n            \"inventoryRatio\": 0.54,\n            \"ivt\": 1.95,\n            \"viewability\": 91.9\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 35849748,\n            \"inventoryRatio\": 0.32,\n            \"ivt\": 11.08,\n            \"viewability\": 78.68\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 25873978,\n            \"inventoryRatio\": 0.23,\n            \"ivt\": 11.1,\n            \"viewability\": 97.18\n          },\n          {\n            \"adSize\": \"480x320\",\n            \"inventory\": 20234037,\n            \"inventoryRatio\": 0.18,\n            \"ivt\": 5.97,\n            \"viewability\": 55.84\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 18461386,\n            \"inventoryRatio\": 0.16,\n            \"ivt\": 0.15,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"300x250\",\n            \"inventory\": 17577232,\n            \"inventoryRatio\": 0.16,\n            \"ivt\": 51.51,\n            \"viewability\": 91.1\n          }\n        ],\n        \"byDma\": [\n          {\n            \"dmaName\": \"NEW YORK\",\n            \"inventory\": 552793200,\n            \"inventoryRatio\": 5.87,\n            \"ivt\": 7.99,\n            \"viewability\": 86.82\n          },\n          {\n            \"dmaName\": \"CHICAGO\",\n            \"inventory\": 324872863,\n            \"inventoryRatio\": 3.45,\n            \"ivt\": 7.48,\n            \"viewability\": 84.4\n          },\n          {\n            \"dmaName\": \"DALLAS-FT. WORTH\",\n            \"inventory\": 295172399,\n            \"inventoryRatio\": 3.13,\n            \"ivt\": 7.33,\n            \"viewability\": 83.78\n          },\n          {\n            \"dmaName\": \"LOS ANGELES\",\n            \"inventory\": 284480135,\n            \"inventoryRatio\": 3.02,\n            \"ivt\": 8.14,\n            \"viewability\": 88.97\n          },\n          {\n            \"dmaName\": \"PHILADELPHIA\",\n            \"inventory\": 254431322,\n            \"inventoryRatio\": 2.7,\n            \"ivt\": 6.98,\n            \"viewability\": 86.42\n          },\n          {\n            \"dmaName\": \"ATLANTA\",\n            \"inventory\": 253496466,\n            \"inventoryRatio\": 2.69,\n            \"ivt\": 8.35,\n            \"viewability\": 84.16\n          },\n          {\n            \"dmaName\": \"HOUSTON\",\n            \"inventory\": 231414028,\n            \"inventoryRatio\": 2.46,\n            \"ivt\": 8.1,\n            \"viewability\": 85.52\n          },\n          {\n            \"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n            \"inventory\": 226598348,\n            \"inventoryRatio\": 2.41,\n            \"ivt\": 11.16,\n            \"viewability\": 85.61\n          },\n          {\n            \"dmaName\": \"PHOENIX (PRESCOTT)\",\n            \"inventory\": 216996581,\n            \"inventoryRatio\": 2.3,\n            \"ivt\": 8.88,\n            \"viewability\": 81.99\n          },\n          {\n            \"dmaName\": \"DETROIT\",\n            \"inventory\": 184677793,\n            \"inventoryRatio\": 1.96,\n            \"ivt\": 7.31,\n            \"viewability\": 86.67\n          },\n          {\n            \"dmaName\": \"BOSTON (MANCHESTER)\",\n            \"inventory\": 176330345,\n            \"inventoryRatio\": 1.87,\n            \"ivt\": 6.66,\n            \"viewability\": 85.06\n          },\n          {\n            \"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n            \"inventory\": 168108238,\n            \"inventoryRatio\": 1.78,\n            \"ivt\": 8.74,\n            \"viewability\": 85.41\n          },\n          {\n            \"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n            \"inventory\": 161760085,\n            \"inventoryRatio\": 1.72,\n            \"ivt\": 8.43,\n            \"viewability\": 86\n          },\n          {\n            \"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n            \"inventory\": 156850778,\n            \"inventoryRatio\": 1.66,\n            \"ivt\": 9.39,\n            \"viewability\": 84.97\n          },\n          {\n            \"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n            \"inventory\": 151669983,\n            \"inventoryRatio\": 1.61,\n            \"ivt\": 11.63,\n            \"viewability\": 90.48\n          },\n          {\n            \"dmaName\": \"CHARLOTTE\",\n            \"inventory\": 138450598,\n            \"inventoryRatio\": 1.47,\n            \"ivt\": 9.51,\n            \"viewability\": 84.61\n          },\n          {\n            \"dmaName\": \"SEATTLE-TACOMA\",\n            \"inventory\": 138133256,\n            \"inventoryRatio\": 1.47,\n            \"ivt\": 7.38,\n            \"viewability\": 85.22\n          },\n          {\n            \"dmaName\": \"DENVER\",\n            \"inventory\": 137603814,\n            \"inventoryRatio\": 1.46,\n            \"ivt\": 7.33,\n            \"viewability\": 84.64\n          },\n          {\n            \"dmaName\": \"INDIANAPOLIS\",\n            \"inventory\": 129716320,\n            \"inventoryRatio\": 1.38,\n            \"ivt\": 7.33,\n            \"viewability\": 84.09\n          }\n        ]\n      },\n      \"ctr\": {\n        \"ctr\": 0.1,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"ctr\": 0.7\n          },\n          {\n            \"adSize\": \"320x50\",\n            \"ctr\": 0.08\n          }\n        ]\n      },\n      \"availableCountries\": [],\n      \"rankings\": {\n        \"regionRank\": \"372\",\n        \"categoryRank\": \"240\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"96\"\n        },\n        \"ivt\": {\n          \"grade\": \"C\",\n          \"score\": \"57\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"98\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"GLOBAL\",\n      \"device\": \"smartphone\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"LoopMe\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"320x480\",\n          \"displayContribution\": 97.89,\n          \"videoContribution\": 2.11,\n          \"hyperLocationAvailability\": 61.96,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 7.68,\n        \"ivtRisk\": \"medium\",\n        \"viewability\": 86.55,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"medium\",\n        \"clickIvtRisk\": \"medium\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 3052854,\n        \"estimatedMonthlyActiveUsers\": 34969054,\n        \"inventory\": 8668166430,\n        \"adSpend\": 5009999\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 289922823,\n          \"inventoryRatio\": 12.91,\n          \"ivt\": 10.07,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 94.07\n        },\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 285336413,\n          \"inventoryRatio\": 12.7,\n          \"ivt\": 6.39,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.6\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 281960892,\n          \"inventoryRatio\": 12.55,\n          \"ivt\": 5.66,\n          \"videoInventoryRatio\": 2.74,\n          \"viewability\": 81.44\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 190081596,\n          \"inventoryRatio\": 8.46,\n          \"ivt\": 8.05,\n          \"videoInventoryRatio\": 0.03,\n          \"viewability\": 88.01\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 156594137,\n          \"inventoryRatio\": 6.97,\n          \"ivt\": 9.93,\n          \"videoInventoryRatio\": 0.02,\n          \"viewability\": 66.12\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 138285362,\n          \"inventoryRatio\": 6.16,\n          \"ivt\": 9.99,\n          \"videoInventoryRatio\": 0.02,\n          \"viewability\": 78.85\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 130409584,\n          \"inventoryRatio\": 5.81,\n          \"ivt\": 2.88,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.18\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 122836806,\n          \"inventoryRatio\": 5.47,\n          \"ivt\": 2.26,\n          \"videoInventoryRatio\": 44.8,\n          \"viewability\": 98\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 96294713,\n          \"inventoryRatio\": 4.29,\n          \"ivt\": 13.54,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 89.34\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 95425002,\n          \"inventoryRatio\": 4.25,\n          \"ivt\": 7.77,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 80.21\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 78495180,\n          \"inventoryRatio\": 3.49,\n          \"ivt\": 9.29,\n          \"videoInventoryRatio\": 7.58,\n          \"viewability\": 95.95\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 69523754,\n          \"inventoryRatio\": 3.1,\n          \"ivt\": 10.19,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 98.99\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 52216798,\n          \"inventoryRatio\": 2.32,\n          \"ivt\": 2.02,\n          \"videoInventoryRatio\": 0.05,\n          \"viewability\": 96.92\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 36637952,\n          \"inventoryRatio\": 1.63,\n          \"ivt\": 10.96,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.15\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 13827203,\n          \"inventoryRatio\": 0.62,\n          \"ivt\": 8.76,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.02\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1309364,\n          \"inventoryRatio\": 0.06,\n          \"ivt\": 20.56,\n          \"videoInventoryRatio\": 0.24,\n          \"viewability\": 50.71\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 486517,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 34.48,\n          \"videoInventoryRatio\": 0.03,\n          \"viewability\": 65.19\n        },\n        {\n          \"exchange\": \"IronSource\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 292900,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 3.56,\n          \"videoInventoryRatio\": 83.79,\n          \"viewability\": 99.58\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 169882,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 29.55,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 38.94\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 102313,\n          \"inventoryRatio\": 0,\n          \"ivt\": 4.74,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 63.37\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 107363,\n          \"inventoryRatio\": 0,\n          \"ivt\": 3.66,\n          \"videoInventoryRatio\": 0.1,\n          \"viewability\": 28.44\n        },\n        {\n          \"exchange\": \"Thirdpresence Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 48379,\n          \"inventoryRatio\": 0,\n          \"ivt\": 4.8,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.57\n        },\n        {\n          \"exchange\": \"Imonomy Interactive Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 78591130,\n          \"inventoryRatio\": 3.5,\n          \"ivt\": 13.27,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.35\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 55364362,\n          \"inventoryRatio\": 2.46,\n          \"ivt\": 9.65,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 67.32\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 18527945,\n          \"inventoryRatio\": 0.82,\n          \"ivt\": 11.36,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.2\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 12699538,\n          \"inventoryRatio\": 0.57,\n          \"ivt\": 3.65,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 85.88\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 10441582,\n          \"inventoryRatio\": 0.46,\n          \"ivt\": 3.17,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.65\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 7954356,\n          \"inventoryRatio\": 0.35,\n          \"ivt\": 1.78,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 76.71\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4614387,\n          \"inventoryRatio\": 0.21,\n          \"ivt\": 0.38,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.85\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4270179,\n          \"inventoryRatio\": 0.19,\n          \"ivt\": 5.34,\n          \"videoInventoryRatio\": 92.45,\n          \"viewability\": 66.52\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4012629,\n          \"inventoryRatio\": 0.18,\n          \"ivt\": 4.81,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.66\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1676600,\n          \"inventoryRatio\": 0.07,\n          \"ivt\": 0.22,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 23.47\n        },\n        {\n          \"exchange\": \"Appreciate\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1522777,\n          \"inventoryRatio\": 0.07,\n          \"ivt\": 2.45,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.74\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1269570,\n          \"inventoryRatio\": 0.06,\n          \"ivt\": 0.66,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 92\n        },\n        {\n          \"exchange\": \"Edge226\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1229372,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": 0.4,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.95\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1114838,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": 5.5,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.27\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 704879,\n          \"inventoryRatio\": 0.03,\n          \"ivt\": 6.05,\n          \"videoInventoryRatio\": 4.79,\n          \"viewability\": 65.34\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 400465,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 1.92,\n          \"videoInventoryRatio\": 0.08,\n          \"viewability\": 87.46\n        },\n        {\n          \"exchange\": \"YouAppi\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 295324,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 3.9,\n          \"videoInventoryRatio\": 0.11,\n          \"viewability\": 95.1\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 147460,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 1.16,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 43.15\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 136552,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 5.99,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 90.95\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 134936,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 11.53,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.75\n        },\n        {\n          \"exchange\": \"Stackadapt Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 103727,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0.29,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 98273,\n          \"inventoryRatio\": 0,\n          \"ivt\": 7.71,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 75.03\n        },\n        {\n          \"exchange\": \"Adobe\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 96859,\n          \"inventoryRatio\": 0,\n          \"ivt\": 1.04,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 95849,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 88.07\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 84335,\n          \"inventoryRatio\": 0,\n          \"ivt\": 11.38,\n          \"videoInventoryRatio\": 0.54,\n          \"viewability\": 62.77\n        },\n        {\n          \"exchange\": \"Speroll\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 51308,\n          \"inventoryRatio\": 0,\n          \"ivt\": 69.49,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.66\n        },\n        {\n          \"exchange\": \"Baidu\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 37572,\n          \"inventoryRatio\": 0,\n          \"ivt\": 12.9,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.29\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 37370,\n          \"inventoryRatio\": 0,\n          \"ivt\": 28.11,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 85.9\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 33229,\n          \"inventoryRatio\": 0,\n          \"ivt\": 69.91,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 78.72\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 21513,\n          \"inventoryRatio\": 0,\n          \"ivt\": 43.66,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.43\n        },\n        {\n          \"exchange\": \"Unity Technologies\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 10302,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0.98,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"WEB3 LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 83.33\n        },\n        {\n          \"exchange\": \"RedZone LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 909,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"AdsWizz\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 808,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Triton Digital\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"House of Pubs\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 7.68,\n        \"givt\": 0.16,\n        \"sivt\": 7.52,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.15,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 3.27\n          },\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 1.6\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.93\n          },\n          {\n            \"fraudType\": \"Proxy\",\n            \"givt\": 0,\n            \"sivt\": 0.59\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.45\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.29\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.11\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.09\n          },\n          {\n            \"fraudType\": \"VideoImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.09\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.04\n          },\n          {\n            \"fraudType\": \"DisplayClickFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.03\n          },\n          {\n            \"fraudType\": \"ClickFarm\",\n            \"givt\": 0,\n            \"sivt\": 0.01\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 86.55,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 8001537847,\n            \"inventoryRatio\": 93.42,\n            \"viewability\": 86.26\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 218611672,\n            \"inventoryRatio\": 2.55,\n            \"viewability\": 92.88\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 138136690,\n            \"inventoryRatio\": 1.61,\n            \"viewability\": 96.63\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 65787966,\n            \"inventoryRatio\": 0.77,\n            \"viewability\": 79.14\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 60973296,\n            \"inventoryRatio\": 0.71,\n            \"viewability\": 91.9\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 21738129,\n            \"inventoryRatio\": 0.25,\n            \"viewability\": 83.71\n          },\n          {\n            \"adSize\": \"480x320\",\n            \"inventory\": 20443713,\n            \"inventoryRatio\": 0.24,\n            \"viewability\": 63.16\n          },\n          {\n            \"adSize\": \"300x250\",\n            \"inventory\": 18207977,\n            \"inventoryRatio\": 0.21,\n            \"viewability\": 91.01\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 11470065,\n            \"inventoryRatio\": 0.13,\n            \"viewability\": 96.13\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 8653713431,\n            \"inventoryRatio\": 99.83,\n            \"ivt\": 7.68,\n            \"viewability\": 86.73\n          },\n          {\n            \"device\": \"Apple Ipod\",\n            \"inventory\": 14452999,\n            \"inventoryRatio\": 0.17,\n            \"ivt\": 10.12,\n            \"viewability\": 82.9\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 8100300596,\n            \"inventoryRatio\": 93.45,\n            \"ivt\": 7.85,\n            \"viewability\": 86.64\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 245125687,\n            \"inventoryRatio\": 2.83,\n            \"ivt\": 4.58,\n            \"viewability\": 84.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 167676362,\n            \"inventoryRatio\": 1.93,\n            \"ivt\": 4.02,\n            \"viewability\": 94.79\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 155063785,\n            \"inventoryRatio\": 1.79,\n            \"ivt\": 7.88,\n            \"viewability\": 85.8\n          }\n        ],\n        \"byCountry\": null,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 8001537847,\n            \"inventoryRatio\": 93.42,\n            \"ivt\": 7.57,\n            \"viewability\": 86.26\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 218611672,\n            \"inventoryRatio\": 2.55,\n            \"ivt\": 10.6,\n            \"viewability\": 92.88\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 138136690,\n            \"inventoryRatio\": 1.61,\n            \"ivt\": 7.27,\n            \"viewability\": 96.63\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 65787966,\n            \"inventoryRatio\": 0.77,\n            \"ivt\": 11.47,\n            \"viewability\": 79.14\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 60973296,\n            \"inventoryRatio\": 0.71,\n            \"ivt\": 1.95,\n            \"viewability\": 91.9\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 21738129,\n            \"inventoryRatio\": 0.25,\n            \"ivt\": 13.44,\n            \"viewability\": 83.71\n          },\n          {\n            \"adSize\": \"480x320\",\n            \"inventory\": 20443713,\n            \"inventoryRatio\": 0.24,\n            \"ivt\": 5.95,\n            \"viewability\": 63.16\n          },\n          {\n            \"adSize\": \"300x250\",\n            \"inventory\": 18207977,\n            \"inventoryRatio\": 0.21,\n            \"ivt\": 52.87,\n            \"viewability\": 91.01\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 11470065,\n            \"inventoryRatio\": 0.13,\n            \"ivt\": 7.86,\n            \"viewability\": 96.13\n          }\n        ],\n        \"byDma\": [\n          {\n            \"dmaName\": \"NEW YORK\",\n            \"inventory\": 451023378,\n            \"inventoryRatio\": 6.35,\n            \"ivt\": 8,\n            \"viewability\": 88.35\n          },\n          {\n            \"dmaName\": \"CHICAGO\",\n            \"inventory\": 256622618,\n            \"inventoryRatio\": 3.62,\n            \"ivt\": 7.37,\n            \"viewability\": 85.5\n          },\n          {\n            \"dmaName\": \"DALLAS-FT. WORTH\",\n            \"inventory\": 232355146,\n            \"inventoryRatio\": 3.27,\n            \"ivt\": 6.93,\n            \"viewability\": 86.35\n          },\n          {\n            \"dmaName\": \"LOS ANGELES\",\n            \"inventory\": 220023652,\n            \"inventoryRatio\": 3.1,\n            \"ivt\": 8.36,\n            \"viewability\": 89.98\n          },\n          {\n            \"dmaName\": \"PHILADELPHIA\",\n            \"inventory\": 195077965,\n            \"inventoryRatio\": 2.75,\n            \"ivt\": 6.65,\n            \"viewability\": 88.02\n          },\n          {\n            \"dmaName\": \"ATLANTA\",\n            \"inventory\": 194558623,\n            \"inventoryRatio\": 2.74,\n            \"ivt\": 7.8,\n            \"viewability\": 85.32\n          },\n          {\n            \"dmaName\": \"HOUSTON\",\n            \"inventory\": 190929390,\n            \"inventoryRatio\": 2.69,\n            \"ivt\": 7.78,\n            \"viewability\": 87.27\n          },\n          {\n            \"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n            \"inventory\": 181000888,\n            \"inventoryRatio\": 2.55,\n            \"ivt\": 10.18,\n            \"viewability\": 87.37\n          },\n          {\n            \"dmaName\": \"PHOENIX (PRESCOTT)\",\n            \"inventory\": 161643935,\n            \"inventoryRatio\": 2.28,\n            \"ivt\": 8.12,\n            \"viewability\": 83.74\n          },\n          {\n            \"dmaName\": \"DETROIT\",\n            \"inventory\": 148584433,\n            \"inventoryRatio\": 2.09,\n            \"ivt\": 7.2,\n            \"viewability\": 87.73\n          },\n          {\n            \"dmaName\": \"BOSTON (MANCHESTER)\",\n            \"inventory\": 134876107,\n            \"inventoryRatio\": 1.9,\n            \"ivt\": 6.24,\n            \"viewability\": 86.94\n          },\n          {\n            \"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n            \"inventory\": 118340791,\n            \"inventoryRatio\": 1.67,\n            \"ivt\": 8.22,\n            \"viewability\": 87.33\n          },\n          {\n            \"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n            \"inventory\": 118185857,\n            \"inventoryRatio\": 1.67,\n            \"ivt\": 12.03,\n            \"viewability\": 91.46\n          },\n          {\n            \"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n            \"inventory\": 115893157,\n            \"inventoryRatio\": 1.63,\n            \"ivt\": 7.59,\n            \"viewability\": 88.26\n          },\n          {\n            \"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n            \"inventory\": 114476632,\n            \"inventoryRatio\": 1.61,\n            \"ivt\": 7.9,\n            \"viewability\": 88.4\n          },\n          {\n            \"dmaName\": \"SEATTLE-TACOMA\",\n            \"inventory\": 106429053,\n            \"inventoryRatio\": 1.5,\n            \"ivt\": 6.98,\n            \"viewability\": 86.34\n          },\n          {\n            \"dmaName\": \"DENVER\",\n            \"inventory\": 105752454,\n            \"inventoryRatio\": 1.49,\n            \"ivt\": 7.07,\n            \"viewability\": 86\n          },\n          {\n            \"dmaName\": \"CHARLOTTE\",\n            \"inventory\": 104101508,\n            \"inventoryRatio\": 1.47,\n            \"ivt\": 8.57,\n            \"viewability\": 85.78\n          },\n          {\n            \"dmaName\": \"INDIANAPOLIS\",\n            \"inventory\": 101295425,\n            \"inventoryRatio\": 1.43,\n            \"ivt\": 6.6,\n            \"viewability\": 85.59\n          }\n        ]\n      },\n      \"ctr\": {\n        \"ctr\": 0.07,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"ctr\": 0.07\n          }\n        ]\n      },\n      \"availableCountries\": [],\n      \"rankings\": {\n        \"regionRank\": \"372\",\n        \"categoryRank\": \"240\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"96\"\n        },\n        \"ivt\": {\n          \"grade\": \"C\",\n          \"score\": \"57\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"98\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"GLOBAL\",\n      \"device\": \"tablet\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"Smart AdServer\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Ipad\",\n          \"displayTopAdsize\": \"728x90\",\n          \"videoTopAdsize\": \"Other\",\n          \"displayContribution\": 99.54,\n          \"videoContribution\": 0.46,\n          \"hyperLocationAvailability\": 60.03,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 9.8,\n        \"ivtRisk\": \"medium\",\n        \"viewability\": 80.3,\n        \"viewabilityRisk\": \"medium\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"medium\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"medium\",\n        \"estimatedDailyActiveUsers\": 971424,\n        \"estimatedMonthlyActiveUsers\": 11127220,\n        \"inventory\": 2753316459,\n        \"adSpend\": 1246431\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 223044461,\n          \"inventoryRatio\": 20.88,\n          \"ivt\": 12.35,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 64.38\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 174510224,\n          \"inventoryRatio\": 16.33,\n          \"ivt\": 9.5,\n          \"videoInventoryRatio\": 0.02,\n          \"viewability\": 78.18\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 171135006,\n          \"inventoryRatio\": 16.02,\n          \"ivt\": 13.45,\n          \"videoInventoryRatio\": 0.03,\n          \"viewability\": 96.78\n        },\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 98800018,\n          \"inventoryRatio\": 9.25,\n          \"ivt\": 9.14,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.8\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 70781305,\n          \"inventoryRatio\": 6.63,\n          \"ivt\": 9.03,\n          \"videoInventoryRatio\": 0.2,\n          \"viewability\": 82.23\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 42909951,\n          \"inventoryRatio\": 4.02,\n          \"ivt\": 4.29,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.02\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 39840258,\n          \"inventoryRatio\": 3.73,\n          \"ivt\": 16.25,\n          \"videoInventoryRatio\": 0.06,\n          \"viewability\": 86.88\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 36383836,\n          \"inventoryRatio\": 3.41,\n          \"ivt\": 11.91,\n          \"videoInventoryRatio\": 0.26,\n          \"viewability\": 73.56\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 35910348,\n          \"inventoryRatio\": 3.36,\n          \"ivt\": 19.41,\n          \"videoInventoryRatio\": 0.13,\n          \"viewability\": 82.16\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 24902459,\n          \"inventoryRatio\": 2.33,\n          \"ivt\": 15.18,\n          \"videoInventoryRatio\": 0.16,\n          \"viewability\": 99.81\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 22159501,\n          \"inventoryRatio\": 2.07,\n          \"ivt\": 10.7,\n          \"videoInventoryRatio\": 0.41,\n          \"viewability\": 97.34\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 14478855,\n          \"inventoryRatio\": 1.36,\n          \"ivt\": 11.7,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 88.39\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 13507437,\n          \"inventoryRatio\": 1.26,\n          \"ivt\": 7.37,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 90.32\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 11400779,\n          \"inventoryRatio\": 1.07,\n          \"ivt\": 2.95,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.21\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 3128879,\n          \"inventoryRatio\": 0.29,\n          \"ivt\": 13.79,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.45\n        },\n        {\n          \"exchange\": \"IronSource\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 298455,\n          \"inventoryRatio\": 0.03,\n          \"ivt\": 4.85,\n          \"videoInventoryRatio\": 74.9,\n          \"viewability\": 99.6\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 223816,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 2.75,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 29.07\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 210282,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 9.89,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 69.75\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 33835,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.13\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 20200,\n          \"inventoryRatio\": 0,\n          \"ivt\": 11.5,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 73.84\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 0\n        },\n        {\n          \"exchange\": \"Thirdpresence Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 68538600,\n          \"inventoryRatio\": 6.42,\n          \"ivt\": 11.71,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 68.2\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 9378658,\n          \"inventoryRatio\": 0.88,\n          \"ivt\": 3.46,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 82.4\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3002831,\n          \"inventoryRatio\": 0.28,\n          \"ivt\": 0.86,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.83\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1566207,\n          \"inventoryRatio\": 0.15,\n          \"ivt\": 1.64,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 61.14\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 969701,\n          \"inventoryRatio\": 0.09,\n          \"ivt\": 5.25,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 37.51\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 654682,\n          \"inventoryRatio\": 0.06,\n          \"ivt\": 3.63,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 79.82\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 236138,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 3.08,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.95\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 68478,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 3.1,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.21\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 65347,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0.62,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.45\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 63428,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 12.26,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.72\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 36259,\n          \"inventoryRatio\": 0,\n          \"ivt\": 1.67,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 69.88\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 31512,\n          \"inventoryRatio\": 0,\n          \"ivt\": 9.29,\n          \"videoInventoryRatio\": 0.35,\n          \"viewability\": 45.78\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 16564,\n          \"inventoryRatio\": 0,\n          \"ivt\": 4.27,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.15\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 12726,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Baidu\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 10706,\n          \"inventoryRatio\": 0,\n          \"ivt\": 17.92,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.24\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 6464,\n          \"inventoryRatio\": 0,\n          \"ivt\": 18.75,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.49\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5858,\n          \"inventoryRatio\": 0,\n          \"ivt\": 5.08,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 34.48\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5555,\n          \"inventoryRatio\": 0,\n          \"ivt\": 34.55,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.44\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4040,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 20\n        },\n        {\n          \"exchange\": \"Unity Technologies\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3434,\n          \"inventoryRatio\": 0,\n          \"ivt\": 5.88,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1919,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 52.63\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1616,\n          \"inventoryRatio\": 0,\n          \"ivt\": 37.5,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 92.86\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 606,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"YouAppi\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": 50,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Stackadapt Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"RedZone LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Adobe\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 33.33,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 0\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 9.8,\n        \"givt\": 0.24,\n        \"sivt\": 9.56,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.23,\n            \"sivt\": 0\n          },\n          {\n            \"fraudType\": \"IAB Crawler\",\n            \"givt\": 0.01,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 3.09\n          },\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 2.22\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 1.3\n          },\n          {\n            \"fraudType\": \"Proxy\",\n            \"givt\": 0,\n            \"sivt\": 1.2\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 1.07\n          },\n          {\n            \"fraudType\": \"DisplayClickFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.2\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.17\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.1\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.1\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.06\n          },\n          {\n            \"fraudType\": \"VideoImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.03\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 80.3,\n        \"viewabilityRisk\": \"medium\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2639673986,\n            \"inventoryRatio\": 96.78,\n            \"viewability\": 80.58\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 32379388,\n            \"inventoryRatio\": 1.19,\n            \"viewability\": 54.48\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 18291807,\n            \"inventoryRatio\": 0.67,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 11851441,\n            \"inventoryRatio\": 0.43,\n            \"viewability\": 98.46\n          },\n          {\n            \"adSize\": \"728x91\",\n            \"inventory\": 7435620,\n            \"inventoryRatio\": 0.27,\n            \"viewability\": 80.12\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 6335427,\n            \"inventoryRatio\": 0.23,\n            \"viewability\": 77.43\n          },\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 5399965,\n            \"inventoryRatio\": 0.2,\n            \"viewability\": 94.7\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 4047575,\n            \"inventoryRatio\": 0.15,\n            \"viewability\": 58.21\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 2753316459,\n            \"inventoryRatio\": 100,\n            \"ivt\": 9.8,\n            \"viewability\": 80.45\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 2529700742,\n            \"inventoryRatio\": 91.88,\n            \"ivt\": 9.73,\n            \"viewability\": 80.13\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 95205327,\n            \"inventoryRatio\": 3.46,\n            \"ivt\": 19.78,\n            \"viewability\": 88.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 65892501,\n            \"inventoryRatio\": 2.39,\n            \"ivt\": 3.25,\n            \"viewability\": 87.75\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 62517889,\n            \"inventoryRatio\": 2.27,\n            \"ivt\": 4.49,\n            \"viewability\": 75.53\n          }\n        ],\n        \"byCountry\": null,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2639673986,\n            \"inventoryRatio\": 96.78,\n            \"ivt\": 10.04,\n            \"viewability\": 80.58\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 32379388,\n            \"inventoryRatio\": 1.19,\n            \"ivt\": 1.57,\n            \"viewability\": 54.48\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 18291807,\n            \"inventoryRatio\": 0.67,\n            \"ivt\": 0.13,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 11851441,\n            \"inventoryRatio\": 0.43,\n            \"ivt\": 14.48,\n            \"viewability\": 98.46\n          },\n          {\n            \"adSize\": \"728x91\",\n            \"inventory\": 7435620,\n            \"inventoryRatio\": 0.27,\n            \"ivt\": 4.31,\n            \"viewability\": 80.12\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 6335427,\n            \"inventoryRatio\": 0.23,\n            \"ivt\": 5.84,\n            \"viewability\": 77.43\n          },\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 5399965,\n            \"inventoryRatio\": 0.2,\n            \"ivt\": 17.32,\n            \"viewability\": 94.7\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 4047575,\n            \"inventoryRatio\": 0.15,\n            \"ivt\": 3.26,\n            \"viewability\": 58.21\n          }\n        ],\n        \"byDma\": [\n          {\n            \"dmaName\": \"NEW YORK\",\n            \"inventory\": 101769822,\n            \"inventoryRatio\": 4.38,\n            \"ivt\": 7.95,\n            \"viewability\": 80.65\n          },\n          {\n            \"dmaName\": \"CHICAGO\",\n            \"inventory\": 68250245,\n            \"inventoryRatio\": 2.94,\n            \"ivt\": 7.93,\n            \"viewability\": 80.55\n          },\n          {\n            \"dmaName\": \"LOS ANGELES\",\n            \"inventory\": 64456483,\n            \"inventoryRatio\": 2.77,\n            \"ivt\": 7.39,\n            \"viewability\": 85.68\n          },\n          {\n            \"dmaName\": \"DALLAS-FT. WORTH\",\n            \"inventory\": 62817253,\n            \"inventoryRatio\": 2.7,\n            \"ivt\": 8.82,\n            \"viewability\": 75.06\n          },\n          {\n            \"dmaName\": \"PHILADELPHIA\",\n            \"inventory\": 59353357,\n            \"inventoryRatio\": 2.55,\n            \"ivt\": 8.08,\n            \"viewability\": 81.57\n          },\n          {\n            \"dmaName\": \"ATLANTA\",\n            \"inventory\": 58937843,\n            \"inventoryRatio\": 2.54,\n            \"ivt\": 10.16,\n            \"viewability\": 80.59\n          },\n          {\n            \"dmaName\": \"PHOENIX (PRESCOTT)\",\n            \"inventory\": 55352646,\n            \"inventoryRatio\": 2.38,\n            \"ivt\": 11.11,\n            \"viewability\": 76.94\n          },\n          {\n            \"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n            \"inventory\": 53631606,\n            \"inventoryRatio\": 2.31,\n            \"ivt\": 10.52,\n            \"viewability\": 79.4\n          },\n          {\n            \"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n            \"inventory\": 45866928,\n            \"inventoryRatio\": 1.97,\n            \"ivt\": 10.56,\n            \"viewability\": 80.46\n          },\n          {\n            \"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n            \"inventory\": 45597460,\n            \"inventoryRatio\": 1.96,\n            \"ivt\": 15.06,\n            \"viewability\": 78.99\n          },\n          {\n            \"dmaName\": \"BOSTON (MANCHESTER)\",\n            \"inventory\": 41454238,\n            \"inventoryRatio\": 1.78,\n            \"ivt\": 8.02,\n            \"viewability\": 79.36\n          },\n          {\n            \"dmaName\": \"HOUSTON\",\n            \"inventory\": 40484638,\n            \"inventoryRatio\": 1.74,\n            \"ivt\": 9.63,\n            \"viewability\": 78.08\n          },\n          {\n            \"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n            \"inventory\": 38509886,\n            \"inventoryRatio\": 1.66,\n            \"ivt\": 12.98,\n            \"viewability\": 78.43\n          },\n          {\n            \"dmaName\": \"DETROIT\",\n            \"inventory\": 36093360,\n            \"inventoryRatio\": 1.55,\n            \"ivt\": 7.77,\n            \"viewability\": 82.21\n          },\n          {\n            \"dmaName\": \"CHARLOTTE\",\n            \"inventory\": 34349090,\n            \"inventoryRatio\": 1.48,\n            \"ivt\": 12.36,\n            \"viewability\": 81.38\n          },\n          {\n            \"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n            \"inventory\": 33484126,\n            \"inventoryRatio\": 1.44,\n            \"ivt\": 10.23,\n            \"viewability\": 87.13\n          },\n          {\n            \"dmaName\": \"DENVER\",\n            \"inventory\": 31851360,\n            \"inventoryRatio\": 1.37,\n            \"ivt\": 8.2,\n            \"viewability\": 79.81\n          },\n          {\n            \"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n            \"inventory\": 31794800,\n            \"inventoryRatio\": 1.37,\n            \"ivt\": 8.78,\n            \"viewability\": 79.55\n          },\n          {\n            \"dmaName\": \"SEATTLE-TACOMA\",\n            \"inventory\": 31704203,\n            \"inventoryRatio\": 1.36,\n            \"ivt\": 8.7,\n            \"viewability\": 81.7\n          }\n        ]\n      },\n      \"ctr\": {\n        \"ctr\": 0.71,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"ctr\": 0.7\n          }\n        ]\n      },\n      \"availableCountries\": [],\n      \"rankings\": {\n        \"regionRank\": \"372\",\n        \"categoryRank\": \"240\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"96\"\n        },\n        \"ivt\": {\n          \"grade\": \"C\",\n          \"score\": \"57\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"98\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"NA\",\n      \"device\": \"GLOBAL\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"Smart AdServer\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"320x480\",\n          \"displayContribution\": 98.16,\n          \"videoContribution\": 1.84,\n          \"hyperLocationAvailability\": 62.46,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 8.3,\n        \"ivtRisk\": \"medium\",\n        \"viewability\": 84.85,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"medium\",\n        \"clickIvtRisk\": \"medium\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 3737531,\n        \"estimatedMonthlyActiveUsers\": 42811712,\n        \"inventory\": 10630001439,\n        \"adSpend\": 5910800\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 456284973,\n          \"inventoryRatio\": 14.77,\n          \"ivt\": 7.1,\n          \"videoInventoryRatio\": 1.73,\n          \"viewability\": 80.18\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 396080994,\n          \"inventoryRatio\": 12.82,\n          \"ivt\": 10.87,\n          \"videoInventoryRatio\": 0.02,\n          \"viewability\": 94.51\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 364226099,\n          \"inventoryRatio\": 11.79,\n          \"ivt\": 11.45,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 66.45\n        },\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 328872968,\n          \"inventoryRatio\": 10.64,\n          \"ivt\": 6.85,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.5\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 259210137,\n          \"inventoryRatio\": 8.39,\n          \"ivt\": 8.29,\n          \"videoInventoryRatio\": 0.08,\n          \"viewability\": 86.52\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 174651220,\n          \"inventoryRatio\": 5.65,\n          \"ivt\": 10.38,\n          \"videoInventoryRatio\": 0.07,\n          \"viewability\": 77.75\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 165741000,\n          \"inventoryRatio\": 5.36,\n          \"ivt\": 2.78,\n          \"videoInventoryRatio\": 33.38,\n          \"viewability\": 98.01\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 132726524,\n          \"inventoryRatio\": 4.3,\n          \"ivt\": 3.01,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.87\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 127818934,\n          \"inventoryRatio\": 4.14,\n          \"ivt\": 13.45,\n          \"videoInventoryRatio\": 0.02,\n          \"viewability\": 87.97\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 117301198,\n          \"inventoryRatio\": 3.8,\n          \"ivt\": 8.56,\n          \"videoInventoryRatio\": 0.04,\n          \"viewability\": 79\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 99259467,\n          \"inventoryRatio\": 3.21,\n          \"ivt\": 9.41,\n          \"videoInventoryRatio\": 6.09,\n          \"viewability\": 96.29\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 85302479,\n          \"inventoryRatio\": 2.76,\n          \"ivt\": 10.7,\n          \"videoInventoryRatio\": 0.05,\n          \"viewability\": 99.15\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 61741199,\n          \"inventoryRatio\": 2,\n          \"ivt\": 2.08,\n          \"videoInventoryRatio\": 0.04,\n          \"viewability\": 96.56\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 48964800,\n          \"inventoryRatio\": 1.58,\n          \"ivt\": 11.19,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.02\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 16929923,\n          \"inventoryRatio\": 0.55,\n          \"ivt\": 9.7,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.1\n        },\n        {\n          \"exchange\": \"IronSource\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 584790,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 4.19,\n          \"videoInventoryRatio\": 79.18,\n          \"viewability\": 99.59\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 461772,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 26.44,\n          \"videoInventoryRatio\": 0.74,\n          \"viewability\": 39.52\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 274417,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 4.82,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 34.38\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 256136,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 41.92,\n          \"videoInventoryRatio\": 0.07,\n          \"viewability\": 67.34\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 39794,\n          \"inventoryRatio\": 0,\n          \"ivt\": 7.61,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 78.77\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 15453,\n          \"inventoryRatio\": 0,\n          \"ivt\": 12.42,\n          \"videoInventoryRatio\": 0.75,\n          \"viewability\": 28.95\n        },\n        {\n          \"exchange\": \"Thirdpresence Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 1818,\n          \"inventoryRatio\": 0,\n          \"ivt\": 44.44,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Imonomy Interactive Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 123518253,\n          \"inventoryRatio\": 4,\n          \"ivt\": 10.82,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 67.86\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 79240156,\n          \"inventoryRatio\": 2.56,\n          \"ivt\": 13.19,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.23\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 13439060,\n          \"inventoryRatio\": 0.43,\n          \"ivt\": 2.66,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.69\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 13341999,\n          \"inventoryRatio\": 0.43,\n          \"ivt\": 3.88,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 85.12\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 9517735,\n          \"inventoryRatio\": 0.31,\n          \"ivt\": 1.75,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 74.15\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4441273,\n          \"inventoryRatio\": 0.14,\n          \"ivt\": 5.49,\n          \"videoInventoryRatio\": 0.02,\n          \"viewability\": 51.55\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4101307,\n          \"inventoryRatio\": 0.13,\n          \"ivt\": 5.5,\n          \"videoInventoryRatio\": 96.43,\n          \"viewability\": 78.75\n        },\n        {\n          \"exchange\": \"Appreciate\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1522777,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": 2.45,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.74\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1164631,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 5.32,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.45\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 605899,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 6.87,\n          \"videoInventoryRatio\": 5.64,\n          \"viewability\": 68.69\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 566408,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 1.23,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 92.69\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 339764,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 1.87,\n          \"videoInventoryRatio\": 0.12,\n          \"viewability\": 92.53\n        },\n        {\n          \"exchange\": \"YouAppi\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 294415,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 3.98,\n          \"videoInventoryRatio\": 0.11,\n          \"viewability\": 95.08\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 136956,\n          \"inventoryRatio\": 0,\n          \"ivt\": 5.9,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.05\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 129785,\n          \"inventoryRatio\": 0,\n          \"ivt\": 2.88,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.22\n        },\n        {\n          \"exchange\": \"Edge226\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 122715,\n          \"inventoryRatio\": 0,\n          \"ivt\": 1.48,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 90.76\n        },\n        {\n          \"exchange\": \"Stackadapt Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 104131,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0.29,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Adobe\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 97162,\n          \"inventoryRatio\": 0,\n          \"ivt\": 1.04,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 89385,\n          \"inventoryRatio\": 0,\n          \"ivt\": 6.89,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 75.97\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 86759,\n          \"inventoryRatio\": 0,\n          \"ivt\": 10.94,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.2\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 81204,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.14\n        },\n        {\n          \"exchange\": \"Speroll\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 50601,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.6\n        },\n        {\n          \"exchange\": \"Baidu\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 47773,\n          \"inventoryRatio\": 0,\n          \"ivt\": 13.74,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.23\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 37471,\n          \"inventoryRatio\": 0,\n          \"ivt\": 29.65,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 85.85\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 37269,\n          \"inventoryRatio\": 0,\n          \"ivt\": 22.97,\n          \"videoInventoryRatio\": 1.41,\n          \"viewability\": 74.18\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 30805,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 80.98\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 23937,\n          \"inventoryRatio\": 0,\n          \"ivt\": 35.44,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.22\n        },\n        {\n          \"exchange\": \"Unity Technologies\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 13736,\n          \"inventoryRatio\": 0,\n          \"ivt\": 2.21,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 7373,\n          \"inventoryRatio\": 0,\n          \"ivt\": 4.11,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 52.78\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2121,\n          \"inventoryRatio\": 0,\n          \"ivt\": 14.29,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 61.9\n        },\n        {\n          \"exchange\": \"WEB3 LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 83.33\n        },\n        {\n          \"exchange\": \"RedZone LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 909,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"AdsWizz\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 808,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 707,\n          \"inventoryRatio\": 0,\n          \"ivt\": 42.86,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 66.67\n        },\n        {\n          \"exchange\": \"Triton Digital\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"House of Pubs\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 8.3,\n        \"givt\": 0.18,\n        \"sivt\": 8.12,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.17,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 3.43\n          },\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 1.64\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 1.08\n          },\n          {\n            \"fraudType\": \"Proxy\",\n            \"givt\": 0,\n            \"sivt\": 0.79\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.34\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.29\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.26\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.1\n          },\n          {\n            \"fraudType\": \"VideoImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.08\n          },\n          {\n            \"fraudType\": \"DisplayClickFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.05\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.04\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 84.85,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 7493862357,\n            \"inventoryRatio\": 71.23,\n            \"viewability\": 86.24\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2640979209,\n            \"inventoryRatio\": 25.1,\n            \"viewability\": 81.16\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 129656326,\n            \"inventoryRatio\": 1.23,\n            \"viewability\": 96.52\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 97077766,\n            \"inventoryRatio\": 0.92,\n            \"viewability\": 62.82\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 59187515,\n            \"inventoryRatio\": 0.56,\n            \"viewability\": 91.73\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 33376864,\n            \"inventoryRatio\": 0.32,\n            \"viewability\": 78.43\n          },\n          {\n            \"adSize\": \"480x320\",\n            \"inventory\": 20228482,\n            \"inventoryRatio\": 0.19,\n            \"viewability\": 55.84\n          },\n          {\n            \"adSize\": \"300x250\",\n            \"inventory\": 17526530,\n            \"inventoryRatio\": 0.17,\n            \"viewability\": 91.21\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 16858314,\n            \"inventoryRatio\": 0.16,\n            \"viewability\": 96.36\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 8086382897,\n            \"inventoryRatio\": 76.07,\n            \"ivt\": 7.85,\n            \"viewability\": 86.65\n          },\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 2529700742,\n            \"inventoryRatio\": 23.8,\n            \"ivt\": 9.73,\n            \"viewability\": 80.13\n          },\n          {\n            \"device\": \"Apple Ipod\",\n            \"inventory\": 13526526,\n            \"inventoryRatio\": 0.13,\n            \"ivt\": 10.28,\n            \"viewability\": 83.04\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 10630001439,\n            \"inventoryRatio\": 93.07,\n            \"ivt\": 8.3,\n            \"viewability\": 84.98\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 307643576,\n            \"inventoryRatio\": 2.69,\n            \"ivt\": 4.56,\n            \"viewability\": 82.95\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 250269112,\n            \"inventoryRatio\": 2.19,\n            \"ivt\": 12.41,\n            \"viewability\": 86.97\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 233569368,\n            \"inventoryRatio\": 2.05,\n            \"ivt\": 3.8,\n            \"viewability\": 93.75\n          }\n        ],\n        \"byCountry\": null,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 7493862357,\n            \"inventoryRatio\": 71.23,\n            \"ivt\": 7.74,\n            \"viewability\": 86.24\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2640979209,\n            \"inventoryRatio\": 25.1,\n            \"ivt\": 9.95,\n            \"viewability\": 81.16\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 129656326,\n            \"inventoryRatio\": 1.23,\n            \"ivt\": 7.49,\n            \"viewability\": 96.52\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 97077766,\n            \"inventoryRatio\": 0.92,\n            \"ivt\": 8.24,\n            \"viewability\": 62.82\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 59187515,\n            \"inventoryRatio\": 0.56,\n            \"ivt\": 1.88,\n            \"viewability\": 91.73\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 33376864,\n            \"inventoryRatio\": 0.32,\n            \"ivt\": 11.39,\n            \"viewability\": 78.43\n          },\n          {\n            \"adSize\": \"480x320\",\n            \"inventory\": 20228482,\n            \"inventoryRatio\": 0.19,\n            \"ivt\": 5.97,\n            \"viewability\": 55.84\n          },\n          {\n            \"adSize\": \"300x250\",\n            \"inventory\": 17526530,\n            \"inventoryRatio\": 0.17,\n            \"ivt\": 51.58,\n            \"viewability\": 91.21\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 16858314,\n            \"inventoryRatio\": 0.16,\n            \"ivt\": 9,\n            \"viewability\": 96.36\n          }\n        ],\n        \"byDma\": [\n          {\n            \"dmaName\": \"NEW YORK\",\n            \"inventory\": 552793200,\n            \"inventoryRatio\": 5.87,\n            \"ivt\": 7.99,\n            \"viewability\": 86.82\n          },\n          {\n            \"dmaName\": \"CHICAGO\",\n            \"inventory\": 324872863,\n            \"inventoryRatio\": 3.45,\n            \"ivt\": 7.48,\n            \"viewability\": 84.4\n          },\n          {\n            \"dmaName\": \"DALLAS-FT. WORTH\",\n            \"inventory\": 295172399,\n            \"inventoryRatio\": 3.13,\n            \"ivt\": 7.33,\n            \"viewability\": 83.78\n          },\n          {\n            \"dmaName\": \"LOS ANGELES\",\n            \"inventory\": 284480135,\n            \"inventoryRatio\": 3.02,\n            \"ivt\": 8.14,\n            \"viewability\": 88.97\n          },\n          {\n            \"dmaName\": \"PHILADELPHIA\",\n            \"inventory\": 254431322,\n            \"inventoryRatio\": 2.7,\n            \"ivt\": 6.98,\n            \"viewability\": 86.42\n          },\n          {\n            \"dmaName\": \"ATLANTA\",\n            \"inventory\": 253496466,\n            \"inventoryRatio\": 2.69,\n            \"ivt\": 8.35,\n            \"viewability\": 84.16\n          },\n          {\n            \"dmaName\": \"HOUSTON\",\n            \"inventory\": 231414028,\n            \"inventoryRatio\": 2.46,\n            \"ivt\": 8.1,\n            \"viewability\": 85.52\n          },\n          {\n            \"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n            \"inventory\": 226598348,\n            \"inventoryRatio\": 2.41,\n            \"ivt\": 11.16,\n            \"viewability\": 85.61\n          },\n          {\n            \"dmaName\": \"PHOENIX (PRESCOTT)\",\n            \"inventory\": 216996581,\n            \"inventoryRatio\": 2.3,\n            \"ivt\": 8.88,\n            \"viewability\": 81.99\n          },\n          {\n            \"dmaName\": \"DETROIT\",\n            \"inventory\": 184677793,\n            \"inventoryRatio\": 1.96,\n            \"ivt\": 7.31,\n            \"viewability\": 86.67\n          },\n          {\n            \"dmaName\": \"BOSTON (MANCHESTER)\",\n            \"inventory\": 176330345,\n            \"inventoryRatio\": 1.87,\n            \"ivt\": 6.66,\n            \"viewability\": 85.06\n          },\n          {\n            \"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n            \"inventory\": 168108238,\n            \"inventoryRatio\": 1.78,\n            \"ivt\": 8.74,\n            \"viewability\": 85.41\n          },\n          {\n            \"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n            \"inventory\": 161760085,\n            \"inventoryRatio\": 1.72,\n            \"ivt\": 8.43,\n            \"viewability\": 86\n          },\n          {\n            \"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n            \"inventory\": 156850778,\n            \"inventoryRatio\": 1.66,\n            \"ivt\": 9.39,\n            \"viewability\": 84.97\n          },\n          {\n            \"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n            \"inventory\": 151669983,\n            \"inventoryRatio\": 1.61,\n            \"ivt\": 11.63,\n            \"viewability\": 90.48\n          },\n          {\n            \"dmaName\": \"CHARLOTTE\",\n            \"inventory\": 138450598,\n            \"inventoryRatio\": 1.47,\n            \"ivt\": 9.51,\n            \"viewability\": 84.61\n          },\n          {\n            \"dmaName\": \"SEATTLE-TACOMA\",\n            \"inventory\": 138133256,\n            \"inventoryRatio\": 1.47,\n            \"ivt\": 7.38,\n            \"viewability\": 85.22\n          },\n          {\n            \"dmaName\": \"DENVER\",\n            \"inventory\": 137603814,\n            \"inventoryRatio\": 1.46,\n            \"ivt\": 7.33,\n            \"viewability\": 84.64\n          },\n          {\n            \"dmaName\": \"INDIANAPOLIS\",\n            \"inventory\": 129716320,\n            \"inventoryRatio\": 1.38,\n            \"ivt\": 7.33,\n            \"viewability\": 84.09\n          }\n        ]\n      },\n      \"ctr\": {\n        \"ctr\": 0.09,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"ctr\": 0.08\n          }\n        ]\n      },\n      \"availableCountries\": [\n        \"US\",\n        \"CA\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"257\",\n        \"categoryRank\": \"170\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"96\"\n        },\n        \"ivt\": {\n          \"grade\": \"C\",\n          \"score\": \"57\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"98\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"NA\",\n      \"device\": \"smartphone\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"Smart AdServer\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"320x480\",\n          \"displayContribution\": 97.74,\n          \"videoContribution\": 2.26,\n          \"hyperLocationAvailability\": 62.35,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 7.85,\n        \"ivtRisk\": \"medium\",\n        \"viewability\": 86.45,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"medium\",\n        \"clickIvtRisk\": \"medium\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 2847046,\n        \"estimatedMonthlyActiveUsers\": 32611615,\n        \"inventory\": 8100300596,\n        \"adSpend\": 4762152\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 281852721,\n          \"inventoryRatio\": 13.27,\n          \"ivt\": 5.64,\n          \"videoInventoryRatio\": 2.74,\n          \"viewability\": 81.44\n        },\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 256406882,\n          \"inventoryRatio\": 12.08,\n          \"ivt\": 6.21,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.57\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 255266289,\n          \"inventoryRatio\": 12.02,\n          \"ivt\": 10.2,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 93.45\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 189196634,\n          \"inventoryRatio\": 8.91,\n          \"ivt\": 8.06,\n          \"videoInventoryRatio\": 0.03,\n          \"viewability\": 87.97\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 153265177,\n          \"inventoryRatio\": 7.22,\n          \"ivt\": 9.98,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 66.42\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 138269707,\n          \"inventoryRatio\": 6.51,\n          \"ivt\": 9.98,\n          \"videoInventoryRatio\": 0.02,\n          \"viewability\": 78.85\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 122832766,\n          \"inventoryRatio\": 5.78,\n          \"ivt\": 2.25,\n          \"videoInventoryRatio\": 44.8,\n          \"viewability\": 98\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 119852458,\n          \"inventoryRatio\": 5.64,\n          \"ivt\": 2.53,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.5\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 96080694,\n          \"inventoryRatio\": 4.52,\n          \"ivt\": 13.53,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 89.33\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 94300266,\n          \"inventoryRatio\": 4.44,\n          \"ivt\": 7.75,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 80.04\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 78051790,\n          \"inventoryRatio\": 3.68,\n          \"ivt\": 9.07,\n          \"videoInventoryRatio\": 7.61,\n          \"viewability\": 95.95\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 67385584,\n          \"inventoryRatio\": 3.17,\n          \"ivt\": 10.19,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 98.98\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 50454247,\n          \"inventoryRatio\": 2.38,\n          \"ivt\": 1.89,\n          \"videoInventoryRatio\": 0.05,\n          \"viewability\": 97.26\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 36064070,\n          \"inventoryRatio\": 1.7,\n          \"ivt\": 11.07,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.16\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 13805185,\n          \"inventoryRatio\": 0.65,\n          \"ivt\": 8.77,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.02\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 433391,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 27.96,\n          \"videoInventoryRatio\": 0.81,\n          \"viewability\": 39.64\n        },\n        {\n          \"exchange\": \"IronSource\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 290173,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 3.6,\n          \"videoInventoryRatio\": 83.7,\n          \"viewability\": 99.57\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 246541,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 42.61,\n          \"videoInventoryRatio\": 0.07,\n          \"viewability\": 67.35\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 51611,\n          \"inventoryRatio\": 0,\n          \"ivt\": 13.7,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 58.89\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 37875,\n          \"inventoryRatio\": 0,\n          \"ivt\": 8,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 80.38\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 15251,\n          \"inventoryRatio\": 0,\n          \"ivt\": 12.58,\n          \"videoInventoryRatio\": 0.76,\n          \"viewability\": 29.33\n        },\n        {\n          \"exchange\": \"Thirdpresence Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 1818,\n          \"inventoryRatio\": 0,\n          \"ivt\": 44.44,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Imonomy Interactive Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 78585474,\n          \"inventoryRatio\": 3.7,\n          \"ivt\": 13.27,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.35\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 55319720,\n          \"inventoryRatio\": 2.61,\n          \"ivt\": 9.65,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 67.32\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 10436330,\n          \"inventoryRatio\": 0.49,\n          \"ivt\": 3.17,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.65\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 7951730,\n          \"inventoryRatio\": 0.37,\n          \"ivt\": 1.78,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 76.7\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4076764,\n          \"inventoryRatio\": 0.19,\n          \"ivt\": 5.52,\n          \"videoInventoryRatio\": 97.03,\n          \"viewability\": 78.6\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3963947,\n          \"inventoryRatio\": 0.19,\n          \"ivt\": 4.87,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.57\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3504296,\n          \"inventoryRatio\": 0.17,\n          \"ivt\": 5.53,\n          \"videoInventoryRatio\": 0.03,\n          \"viewability\": 55.24\n        },\n        {\n          \"exchange\": \"Appreciate\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1522777,\n          \"inventoryRatio\": 0.07,\n          \"ivt\": 2.45,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.74\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1103425,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": 5.12,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.27\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 584083,\n          \"inventoryRatio\": 0.03,\n          \"ivt\": 6.8,\n          \"videoInventoryRatio\": 5.83,\n          \"viewability\": 69.4\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 501061,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 1.31,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 92.2\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 339461,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 1.87,\n          \"videoInventoryRatio\": 0.09,\n          \"viewability\": 92.52\n        },\n        {\n          \"exchange\": \"YouAppi\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 294011,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 3.92,\n          \"videoInventoryRatio\": 0.11,\n          \"viewability\": 95.08\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 136350,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 5.93,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.02\n        },\n        {\n          \"exchange\": \"Edge226\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 122715,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 1.48,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 90.76\n        },\n        {\n          \"exchange\": \"Stackadapt Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 103727,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0.29,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Adobe\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 96859,\n          \"inventoryRatio\": 0,\n          \"ivt\": 1.04,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 84133,\n          \"inventoryRatio\": 0,\n          \"ivt\": 6.6,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 74.78\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 79588,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.91\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 70700,\n          \"inventoryRatio\": 0,\n          \"ivt\": 12.43,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 92.31\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 61408,\n          \"inventoryRatio\": 0,\n          \"ivt\": 2.63,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.24\n        },\n        {\n          \"exchange\": \"Speroll\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 50601,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.6\n        },\n        {\n          \"exchange\": \"Baidu\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 37168,\n          \"inventoryRatio\": 0,\n          \"ivt\": 12.77,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.24\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 35855,\n          \"inventoryRatio\": 0,\n          \"ivt\": 29.3,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 85.52\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 33330,\n          \"inventoryRatio\": 0,\n          \"ivt\": 24.85,\n          \"videoInventoryRatio\": 1.61,\n          \"viewability\": 78.46\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 30805,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 80.98\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 19493,\n          \"inventoryRatio\": 0,\n          \"ivt\": 39.38,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.26\n        },\n        {\n          \"exchange\": \"Unity Technologies\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 10302,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0.98,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 6868,\n          \"inventoryRatio\": 0,\n          \"ivt\": 2.94,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 51.47\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1919,\n          \"inventoryRatio\": 0,\n          \"ivt\": 15.79,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 63.16\n        },\n        {\n          \"exchange\": \"WEB3 LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 83.33\n        },\n        {\n          \"exchange\": \"RedZone LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 909,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"AdsWizz\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 808,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 707,\n          \"inventoryRatio\": 0,\n          \"ivt\": 42.86,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 66.67\n        },\n        {\n          \"exchange\": \"Triton Digital\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"House of Pubs\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 7.85,\n        \"givt\": 0.16,\n        \"sivt\": 7.69,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.15,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 3.46\n          },\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 1.5\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.98\n          },\n          {\n            \"fraudType\": \"Proxy\",\n            \"givt\": 0,\n            \"sivt\": 0.63\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.42\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.31\n          },\n          {\n            \"fraudType\": \"VideoImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.1\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.1\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.1\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.04\n          },\n          {\n            \"fraudType\": \"DisplayClickFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.03\n          },\n          {\n            \"fraudType\": \"ClickFarm\",\n            \"givt\": 0,\n            \"sivt\": 0.01\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 86.45,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 7489213529,\n            \"inventoryRatio\": 93.59,\n            \"viewability\": 86.23\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 186368331,\n            \"inventoryRatio\": 2.33,\n            \"viewability\": 91.85\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 129498968,\n            \"inventoryRatio\": 1.62,\n            \"viewability\": 96.52\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 64445272,\n            \"inventoryRatio\": 0.81,\n            \"viewability\": 80.01\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 59183778,\n            \"inventoryRatio\": 0.74,\n            \"viewability\": 91.73\n          },\n          {\n            \"adSize\": \"480x320\",\n            \"inventory\": 20437451,\n            \"inventoryRatio\": 0.26,\n            \"viewability\": 63.16\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 20144349,\n            \"inventoryRatio\": 0.25,\n            \"viewability\": 83.57\n          },\n          {\n            \"adSize\": \"300x250\",\n            \"inventory\": 18420279,\n            \"inventoryRatio\": 0.23,\n            \"viewability\": 91.12\n          },\n          {\n            \"adSize\": \"540x960\",\n            \"inventory\": 8596312,\n            \"inventoryRatio\": 0.11,\n            \"viewability\": 100\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 8086382796,\n            \"inventoryRatio\": 99.83,\n            \"ivt\": 7.85,\n            \"viewability\": 86.65\n          },\n          {\n            \"device\": \"Apple Ipod\",\n            \"inventory\": 13917800,\n            \"inventoryRatio\": 0.17,\n            \"ivt\": 10.2,\n            \"viewability\": 83.16\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 8100300596,\n            \"inventoryRatio\": 93.45,\n            \"ivt\": 7.85,\n            \"viewability\": 86.64\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 245125687,\n            \"inventoryRatio\": 2.83,\n            \"ivt\": 4.58,\n            \"viewability\": 84.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 167676362,\n            \"inventoryRatio\": 1.93,\n            \"ivt\": 4.02,\n            \"viewability\": 94.79\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 155063785,\n            \"inventoryRatio\": 1.79,\n            \"ivt\": 7.88,\n            \"viewability\": 85.8\n          }\n        ],\n        \"byCountry\": null,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 7489213529,\n            \"inventoryRatio\": 93.59,\n            \"ivt\": 7.74,\n            \"viewability\": 86.23\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 186368331,\n            \"inventoryRatio\": 2.33,\n            \"ivt\": 10.98,\n            \"viewability\": 91.85\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 129498968,\n            \"inventoryRatio\": 1.62,\n            \"ivt\": 7.45,\n            \"viewability\": 96.52\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 64445272,\n            \"inventoryRatio\": 0.81,\n            \"ivt\": 11.62,\n            \"viewability\": 80.01\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 59183778,\n            \"inventoryRatio\": 0.74,\n            \"ivt\": 1.88,\n            \"viewability\": 91.73\n          },\n          {\n            \"adSize\": \"480x320\",\n            \"inventory\": 20437451,\n            \"inventoryRatio\": 0.26,\n            \"ivt\": 5.95,\n            \"viewability\": 63.16\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 20144349,\n            \"inventoryRatio\": 0.25,\n            \"ivt\": 12.94,\n            \"viewability\": 83.57\n          },\n          {\n            \"adSize\": \"300x250\",\n            \"inventory\": 18420279,\n            \"inventoryRatio\": 0.23,\n            \"ivt\": 53.46,\n            \"viewability\": 91.12\n          },\n          {\n            \"adSize\": \"540x960\",\n            \"inventory\": 8596312,\n            \"inventoryRatio\": 0.11,\n            \"ivt\": 8.71,\n            \"viewability\": 100\n          }\n        ],\n        \"byDma\": [\n          {\n            \"dmaName\": \"NEW YORK\",\n            \"inventory\": 451023378,\n            \"inventoryRatio\": 6.35,\n            \"ivt\": 8,\n            \"viewability\": 88.35\n          },\n          {\n            \"dmaName\": \"CHICAGO\",\n            \"inventory\": 256622618,\n            \"inventoryRatio\": 3.62,\n            \"ivt\": 7.37,\n            \"viewability\": 85.5\n          },\n          {\n            \"dmaName\": \"DALLAS-FT. WORTH\",\n            \"inventory\": 232355146,\n            \"inventoryRatio\": 3.27,\n            \"ivt\": 6.93,\n            \"viewability\": 86.35\n          },\n          {\n            \"dmaName\": \"LOS ANGELES\",\n            \"inventory\": 220023652,\n            \"inventoryRatio\": 3.1,\n            \"ivt\": 8.36,\n            \"viewability\": 89.98\n          },\n          {\n            \"dmaName\": \"PHILADELPHIA\",\n            \"inventory\": 195077965,\n            \"inventoryRatio\": 2.75,\n            \"ivt\": 6.65,\n            \"viewability\": 88.02\n          },\n          {\n            \"dmaName\": \"ATLANTA\",\n            \"inventory\": 194558623,\n            \"inventoryRatio\": 2.74,\n            \"ivt\": 7.8,\n            \"viewability\": 85.32\n          },\n          {\n            \"dmaName\": \"HOUSTON\",\n            \"inventory\": 190929390,\n            \"inventoryRatio\": 2.69,\n            \"ivt\": 7.78,\n            \"viewability\": 87.27\n          },\n          {\n            \"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n            \"inventory\": 181000888,\n            \"inventoryRatio\": 2.55,\n            \"ivt\": 10.18,\n            \"viewability\": 87.37\n          },\n          {\n            \"dmaName\": \"PHOENIX (PRESCOTT)\",\n            \"inventory\": 161643935,\n            \"inventoryRatio\": 2.28,\n            \"ivt\": 8.12,\n            \"viewability\": 83.74\n          },\n          {\n            \"dmaName\": \"DETROIT\",\n            \"inventory\": 148584433,\n            \"inventoryRatio\": 2.09,\n            \"ivt\": 7.2,\n            \"viewability\": 87.73\n          },\n          {\n            \"dmaName\": \"BOSTON (MANCHESTER)\",\n            \"inventory\": 134876107,\n            \"inventoryRatio\": 1.9,\n            \"ivt\": 6.24,\n            \"viewability\": 86.94\n          },\n          {\n            \"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n            \"inventory\": 118340791,\n            \"inventoryRatio\": 1.67,\n            \"ivt\": 8.22,\n            \"viewability\": 87.33\n          },\n          {\n            \"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n            \"inventory\": 118185857,\n            \"inventoryRatio\": 1.67,\n            \"ivt\": 12.03,\n            \"viewability\": 91.46\n          },\n          {\n            \"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n            \"inventory\": 115893157,\n            \"inventoryRatio\": 1.63,\n            \"ivt\": 7.59,\n            \"viewability\": 88.26\n          },\n          {\n            \"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n            \"inventory\": 114476632,\n            \"inventoryRatio\": 1.61,\n            \"ivt\": 7.9,\n            \"viewability\": 88.4\n          },\n          {\n            \"dmaName\": \"SEATTLE-TACOMA\",\n            \"inventory\": 106429053,\n            \"inventoryRatio\": 1.5,\n            \"ivt\": 6.98,\n            \"viewability\": 86.34\n          },\n          {\n            \"dmaName\": \"DENVER\",\n            \"inventory\": 105752454,\n            \"inventoryRatio\": 1.49,\n            \"ivt\": 7.07,\n            \"viewability\": 86\n          },\n          {\n            \"dmaName\": \"CHARLOTTE\",\n            \"inventory\": 104101508,\n            \"inventoryRatio\": 1.47,\n            \"ivt\": 8.57,\n            \"viewability\": 85.78\n          },\n          {\n            \"dmaName\": \"INDIANAPOLIS\",\n            \"inventory\": 101295425,\n            \"inventoryRatio\": 1.43,\n            \"ivt\": 6.6,\n            \"viewability\": 85.59\n          }\n        ]\n      },\n      \"ctr\": {\n        \"ctr\": 0.07,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"ctr\": 0.07\n          }\n        ]\n      },\n      \"availableCountries\": [\n        \"US\",\n        \"CA\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"257\",\n        \"categoryRank\": \"170\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"96\"\n        },\n        \"ivt\": {\n          \"grade\": \"C\",\n          \"score\": \"57\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"98\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"NA\",\n      \"device\": \"tablet\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"Smart AdServer\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Ipad\",\n          \"displayTopAdsize\": \"728x90\",\n          \"videoTopAdsize\": \"Other\",\n          \"displayContribution\": 99.51,\n          \"videoContribution\": 0.49,\n          \"hyperLocationAvailability\": 62.78,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 9.73,\n        \"ivtRisk\": \"medium\",\n        \"viewability\": 80.05,\n        \"viewabilityRisk\": \"medium\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"medium\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"medium\",\n        \"estimatedDailyActiveUsers\": 890485,\n        \"estimatedMonthlyActiveUsers\": 10200097,\n        \"inventory\": 2529700742,\n        \"adSpend\": 1148648\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 210960922,\n          \"inventoryRatio\": 21.82,\n          \"ivt\": 12.52,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 66.47\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 174432252,\n          \"inventoryRatio\": 18.05,\n          \"ivt\": 9.47,\n          \"videoInventoryRatio\": 0.02,\n          \"viewability\": 78.2\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 140814705,\n          \"inventoryRatio\": 14.57,\n          \"ivt\": 12.1,\n          \"videoInventoryRatio\": 0.04,\n          \"viewability\": 96.43\n        },\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 72466086,\n          \"inventoryRatio\": 7.5,\n          \"ivt\": 9.09,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.26\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 70013503,\n          \"inventoryRatio\": 7.24,\n          \"ivt\": 8.91,\n          \"videoInventoryRatio\": 0.21,\n          \"viewability\": 82.04\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 42908234,\n          \"inventoryRatio\": 4.44,\n          \"ivt\": 4.29,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.02\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 36381513,\n          \"inventoryRatio\": 3.76,\n          \"ivt\": 11.91,\n          \"videoInventoryRatio\": 0.26,\n          \"viewability\": 73.56\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 31738240,\n          \"inventoryRatio\": 3.28,\n          \"ivt\": 13.2,\n          \"videoInventoryRatio\": 0.07,\n          \"viewability\": 83.7\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 23000932,\n          \"inventoryRatio\": 2.38,\n          \"ivt\": 11.9,\n          \"videoInventoryRatio\": 0.18,\n          \"viewability\": 74.73\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 21207677,\n          \"inventoryRatio\": 2.19,\n          \"ivt\": 10.65,\n          \"videoInventoryRatio\": 0.43,\n          \"viewability\": 97.45\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 17916895,\n          \"inventoryRatio\": 1.85,\n          \"ivt\": 12.64,\n          \"videoInventoryRatio\": 0.21,\n          \"viewability\": 99.78\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 12900730,\n          \"inventoryRatio\": 1.33,\n          \"ivt\": 11.53,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 88.04\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 12874066,\n          \"inventoryRatio\": 1.33,\n          \"ivt\": 7.45,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 90.05\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 11286952,\n          \"inventoryRatio\": 1.17,\n          \"ivt\": 2.91,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.38\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 3124738,\n          \"inventoryRatio\": 0.32,\n          \"ivt\": 13.79,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.45\n        },\n        {\n          \"exchange\": \"IronSource\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 294617,\n          \"inventoryRatio\": 0.03,\n          \"ivt\": 4.77,\n          \"videoInventoryRatio\": 74.67,\n          \"viewability\": 99.6\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 222806,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 2.77,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 28.75\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 28381,\n          \"inventoryRatio\": 0,\n          \"ivt\": 3.2,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 36.24\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 9595,\n          \"inventoryRatio\": 0,\n          \"ivt\": 24.21,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 67.16\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1919,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 47.37\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 0\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 68198533,\n          \"inventoryRatio\": 7.06,\n          \"ivt\": 11.76,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 68.3\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 9378052,\n          \"inventoryRatio\": 0.97,\n          \"ivt\": 3.46,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 82.4\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3002730,\n          \"inventoryRatio\": 0.31,\n          \"ivt\": 0.86,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.83\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1566005,\n          \"inventoryRatio\": 0.16,\n          \"ivt\": 1.63,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 61.13\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 936977,\n          \"inventoryRatio\": 0.1,\n          \"ivt\": 5.38,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 37.73\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 654682,\n          \"inventoryRatio\": 0.07,\n          \"ivt\": 3.63,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 79.82\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 68377,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 3.1,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.2\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 65347,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0.62,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.45\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 61206,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 9.08,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.67\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 24543,\n          \"inventoryRatio\": 0,\n          \"ivt\": 2.06,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 79.72\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 21816,\n          \"inventoryRatio\": 0,\n          \"ivt\": 8.8,\n          \"videoInventoryRatio\": 0.51,\n          \"viewability\": 50.47\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 16059,\n          \"inventoryRatio\": 0,\n          \"ivt\": 4.4,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.11\n        },\n        {\n          \"exchange\": \"Baidu\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 10605,\n          \"inventoryRatio\": 0,\n          \"ivt\": 17.14,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.19\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5252,\n          \"inventoryRatio\": 0,\n          \"ivt\": 11.54,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.74\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4444,\n          \"inventoryRatio\": 0,\n          \"ivt\": 18.18,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.02\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3939,\n          \"inventoryRatio\": 0,\n          \"ivt\": 7.5,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 38.46\n        },\n        {\n          \"exchange\": \"Unity Technologies\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3434,\n          \"inventoryRatio\": 0,\n          \"ivt\": 5.88,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1616,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 56.25\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1616,\n          \"inventoryRatio\": 0,\n          \"ivt\": 37.5,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 92.86\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 606,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": 20,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 75\n        },\n        {\n          \"exchange\": \"YouAppi\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": 50,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Stackadapt Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Adobe\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 33.33,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 50\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 9.73,\n        \"givt\": 0.24,\n        \"sivt\": 9.49,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.23,\n            \"sivt\": 0\n          },\n          {\n            \"fraudType\": \"IAB Crawler\",\n            \"givt\": 0.01,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 3.31\n          },\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 2.09\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 1.39\n          },\n          {\n            \"fraudType\": \"Proxy\",\n            \"givt\": 0,\n            \"sivt\": 1.31\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.88\n          },\n          {\n            \"fraudType\": \"DisplayClickFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.12\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.11\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.1\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.08\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.06\n          },\n          {\n            \"fraudType\": \"VideoImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.04\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 80.05,\n        \"viewabilityRisk\": \"medium\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2454610878,\n            \"inventoryRatio\": 97.49,\n            \"viewability\": 80.3\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 32296669,\n            \"inventoryRatio\": 1.28,\n            \"viewability\": 54.45\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 7916683,\n            \"inventoryRatio\": 0.31,\n            \"viewability\": 98.18\n          },\n          {\n            \"adSize\": \"728x91\",\n            \"inventory\": 7238266,\n            \"inventoryRatio\": 0.29,\n            \"viewability\": 79.6\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 5537931,\n            \"inventoryRatio\": 0.22,\n            \"viewability\": 76.01\n          },\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 4648828,\n            \"inventoryRatio\": 0.18,\n            \"viewability\": 94.6\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 3383399,\n            \"inventoryRatio\": 0.13,\n            \"viewability\": 56.67\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 2529700742,\n            \"inventoryRatio\": 100,\n            \"ivt\": 9.73,\n            \"viewability\": 80.13\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 2529700742,\n            \"inventoryRatio\": 91.88,\n            \"ivt\": 9.73,\n            \"viewability\": 80.13\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 95205327,\n            \"inventoryRatio\": 3.46,\n            \"ivt\": 19.78,\n            \"viewability\": 88.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 65892501,\n            \"inventoryRatio\": 2.39,\n            \"ivt\": 3.25,\n            \"viewability\": 87.75\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 62517889,\n            \"inventoryRatio\": 2.27,\n            \"ivt\": 4.49,\n            \"viewability\": 75.53\n          }\n        ],\n        \"byCountry\": null,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2454610878,\n            \"inventoryRatio\": 97.49,\n            \"ivt\": 9.87,\n            \"viewability\": 80.3\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 32296669,\n            \"inventoryRatio\": 1.28,\n            \"ivt\": 1.55,\n            \"viewability\": 54.45\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 7916683,\n            \"inventoryRatio\": 0.31,\n            \"ivt\": 10.56,\n            \"viewability\": 98.18\n          },\n          {\n            \"adSize\": \"728x91\",\n            \"inventory\": 7238266,\n            \"inventoryRatio\": 0.29,\n            \"ivt\": 4.13,\n            \"viewability\": 79.6\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 5537931,\n            \"inventoryRatio\": 0.22,\n            \"ivt\": 6.23,\n            \"viewability\": 76.01\n          },\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 4648828,\n            \"inventoryRatio\": 0.18,\n            \"ivt\": 19.44,\n            \"viewability\": 94.6\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 3383399,\n            \"inventoryRatio\": 0.13,\n            \"ivt\": 3.62,\n            \"viewability\": 56.67\n          }\n        ],\n        \"byDma\": [\n          {\n            \"dmaName\": \"NEW YORK\",\n            \"inventory\": 101769822,\n            \"inventoryRatio\": 4.38,\n            \"ivt\": 7.95,\n            \"viewability\": 80.65\n          },\n          {\n            \"dmaName\": \"CHICAGO\",\n            \"inventory\": 68250245,\n            \"inventoryRatio\": 2.94,\n            \"ivt\": 7.93,\n            \"viewability\": 80.55\n          },\n          {\n            \"dmaName\": \"LOS ANGELES\",\n            \"inventory\": 64456483,\n            \"inventoryRatio\": 2.77,\n            \"ivt\": 7.39,\n            \"viewability\": 85.68\n          },\n          {\n            \"dmaName\": \"DALLAS-FT. WORTH\",\n            \"inventory\": 62817253,\n            \"inventoryRatio\": 2.7,\n            \"ivt\": 8.82,\n            \"viewability\": 75.06\n          },\n          {\n            \"dmaName\": \"PHILADELPHIA\",\n            \"inventory\": 59353357,\n            \"inventoryRatio\": 2.55,\n            \"ivt\": 8.08,\n            \"viewability\": 81.57\n          },\n          {\n            \"dmaName\": \"ATLANTA\",\n            \"inventory\": 58937843,\n            \"inventoryRatio\": 2.54,\n            \"ivt\": 10.16,\n            \"viewability\": 80.59\n          },\n          {\n            \"dmaName\": \"PHOENIX (PRESCOTT)\",\n            \"inventory\": 55352646,\n            \"inventoryRatio\": 2.38,\n            \"ivt\": 11.11,\n            \"viewability\": 76.94\n          },\n          {\n            \"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n            \"inventory\": 53631606,\n            \"inventoryRatio\": 2.31,\n            \"ivt\": 10.52,\n            \"viewability\": 79.4\n          },\n          {\n            \"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n            \"inventory\": 45866928,\n            \"inventoryRatio\": 1.97,\n            \"ivt\": 10.56,\n            \"viewability\": 80.46\n          },\n          {\n            \"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n            \"inventory\": 45597460,\n            \"inventoryRatio\": 1.96,\n            \"ivt\": 15.06,\n            \"viewability\": 78.99\n          },\n          {\n            \"dmaName\": \"BOSTON (MANCHESTER)\",\n            \"inventory\": 41454238,\n            \"inventoryRatio\": 1.78,\n            \"ivt\": 8.02,\n            \"viewability\": 79.36\n          },\n          {\n            \"dmaName\": \"HOUSTON\",\n            \"inventory\": 40484638,\n            \"inventoryRatio\": 1.74,\n            \"ivt\": 9.63,\n            \"viewability\": 78.08\n          },\n          {\n            \"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n            \"inventory\": 38509886,\n            \"inventoryRatio\": 1.66,\n            \"ivt\": 12.98,\n            \"viewability\": 78.43\n          },\n          {\n            \"dmaName\": \"DETROIT\",\n            \"inventory\": 36093360,\n            \"inventoryRatio\": 1.55,\n            \"ivt\": 7.77,\n            \"viewability\": 82.21\n          },\n          {\n            \"dmaName\": \"CHARLOTTE\",\n            \"inventory\": 34349090,\n            \"inventoryRatio\": 1.48,\n            \"ivt\": 12.36,\n            \"viewability\": 81.38\n          },\n          {\n            \"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n            \"inventory\": 33484126,\n            \"inventoryRatio\": 1.44,\n            \"ivt\": 10.23,\n            \"viewability\": 87.13\n          },\n          {\n            \"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n            \"inventory\": 31794800,\n            \"inventoryRatio\": 1.37,\n            \"ivt\": 8.78,\n            \"viewability\": 79.55\n          },\n          {\n            \"dmaName\": \"DENVER\",\n            \"inventory\": 31851360,\n            \"inventoryRatio\": 1.37,\n            \"ivt\": 8.2,\n            \"viewability\": 79.81\n          },\n          {\n            \"dmaName\": \"SEATTLE-TACOMA\",\n            \"inventory\": 31704203,\n            \"inventoryRatio\": 1.36,\n            \"ivt\": 8.7,\n            \"viewability\": 81.7\n          }\n        ]\n      },\n      \"ctr\": {\n        \"ctr\": null,\n        \"byAdSize\": null\n      },\n      \"availableCountries\": [\n        \"US\",\n        \"CA\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"257\",\n        \"categoryRank\": \"170\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"96\"\n        },\n        \"ivt\": {\n          \"grade\": \"C\",\n          \"score\": \"57\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"98\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"EMEA\",\n      \"device\": \"GLOBAL\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"MoPub Inc.\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"Other\",\n          \"displayContribution\": 99.97,\n          \"videoContribution\": 0.03,\n          \"hyperLocationAvailability\": 27.87,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 3.8,\n        \"ivtRisk\": \"low\",\n        \"viewability\": 93.82,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"low\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 84937,\n        \"estimatedMonthlyActiveUsers\": 972907,\n        \"inventory\": 233569368,\n        \"adSpend\": 101282\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 9036470,\n          \"inventoryRatio\": 18.22,\n          \"ivt\": 2.07,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.81\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 7400270,\n          \"inventoryRatio\": 14.92,\n          \"ivt\": 1.78,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.16\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 4575906,\n          \"inventoryRatio\": 9.23,\n          \"ivt\": 0.94,\n          \"videoInventoryRatio\": 0.06,\n          \"viewability\": 59.84\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1198567,\n          \"inventoryRatio\": 2.42,\n          \"ivt\": 18.29,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.78\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 486214,\n          \"inventoryRatio\": 0.98,\n          \"ivt\": 19.03,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.87\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 229472,\n          \"inventoryRatio\": 0.46,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.37\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 178063,\n          \"inventoryRatio\": 0.36,\n          \"ivt\": 7.64,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.97\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 176043,\n          \"inventoryRatio\": 0.36,\n          \"ivt\": 32.36,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 68.45\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 145238,\n          \"inventoryRatio\": 0.29,\n          \"ivt\": 1.53,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 89.5\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 112009,\n          \"inventoryRatio\": 0.23,\n          \"ivt\": 38.32,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 28.13\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 100293,\n          \"inventoryRatio\": 0.2,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 62.54\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 39491,\n          \"inventoryRatio\": 0.08,\n          \"ivt\": 0.26,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.93\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 22826,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 14039,\n          \"inventoryRatio\": 0.03,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.53\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 4848,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 808,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 808,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 86052,\n          \"inventoryRatio\": 0.17,\n          \"ivt\": 0.59,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 26.06\n        },\n        {\n          \"exchange\": \"Thirdpresence Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 46561,\n          \"inventoryRatio\": 0.09,\n          \"ivt\": 3.25,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.36\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 17962547,\n          \"inventoryRatio\": 36.22,\n          \"ivt\": 9.83,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.55\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4626002,\n          \"inventoryRatio\": 9.33,\n          \"ivt\": 0.36,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.85\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1613071,\n          \"inventoryRatio\": 3.25,\n          \"ivt\": 0.13,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 20.85\n        },\n        {\n          \"exchange\": \"Edge226\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1106657,\n          \"inventoryRatio\": 2.23,\n          \"ivt\": 0.28,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.84\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 227755,\n          \"inventoryRatio\": 0.46,\n          \"ivt\": 1.02,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 29.38\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 105848,\n          \"inventoryRatio\": 0.21,\n          \"ivt\": 1.43,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 62.08\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 48682,\n          \"inventoryRatio\": 0.1,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.37\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 7878,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5252,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.97\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5050,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 8,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.87\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4848,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 22.92,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 81.25\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4848,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 2.08,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3030,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.67\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2525,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 4,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2222,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 81.82\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1818,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"YouAppi\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1313,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Speroll\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": 20,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Baidu\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": 40,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"RedZone LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 3.8,\n        \"givt\": 0.53,\n        \"sivt\": 3.28,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.53,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 2.61\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.27\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.16\n          },\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 0.12\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.07\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.02\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.02\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 93.82,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 155543939,\n            \"inventoryRatio\": 70.99,\n            \"viewability\": 94.51\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 42242341,\n            \"inventoryRatio\": 19.28,\n            \"viewability\": 90.93\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 18553296,\n            \"inventoryRatio\": 8.47,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 724473,\n            \"inventoryRatio\": 0.33,\n            \"viewability\": 97.94\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 611656,\n            \"inventoryRatio\": 0.28,\n            \"viewability\": 68\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 567519,\n            \"inventoryRatio\": 0.26,\n            \"viewability\": 98.41\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 527523,\n            \"inventoryRatio\": 0.24,\n            \"viewability\": 92.34\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 167594148,\n            \"inventoryRatio\": 71.75,\n            \"ivt\": 4.02,\n            \"viewability\": 94.79\n          },\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 65892501,\n            \"inventoryRatio\": 28.21,\n            \"ivt\": 3.25,\n            \"viewability\": 87.75\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 10630001439,\n            \"inventoryRatio\": 93.07,\n            \"ivt\": 8.3,\n            \"viewability\": 84.98\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 307643576,\n            \"inventoryRatio\": 2.69,\n            \"ivt\": 4.56,\n            \"viewability\": 82.95\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 250269112,\n            \"inventoryRatio\": 2.19,\n            \"ivt\": 12.41,\n            \"viewability\": 86.97\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 233569368,\n            \"inventoryRatio\": 2.05,\n            \"ivt\": 3.8,\n            \"viewability\": 93.75\n          }\n        ],\n        \"byCountry\": [\n          {\n            \"countryName\": \"United Kingdom\",\n            \"inventory\": 87669818,\n            \"inventoryRatio\": 0.38,\n            \"ivt\": 1.61,\n            \"viewability\": 93.54\n          },\n          {\n            \"countryName\": \"Netherlands\",\n            \"inventory\": 34915599,\n            \"inventoryRatio\": 0.15,\n            \"ivt\": 1.56,\n            \"viewability\": 95.76\n          },\n          {\n            \"countryName\": \"Germany\",\n            \"inventory\": 20986386,\n            \"inventoryRatio\": 0.09,\n            \"ivt\": 5.3,\n            \"viewability\": 91.08\n          },\n          {\n            \"countryName\": \"France\",\n            \"inventory\": 12641463,\n            \"inventoryRatio\": 0.06,\n            \"ivt\": 10.7,\n            \"viewability\": 92.92\n          },\n          {\n            \"countryName\": \"United Arab Emirates\",\n            \"inventory\": 11323312,\n            \"inventoryRatio\": 0.05,\n            \"ivt\": 2.24,\n            \"viewability\": 96.96\n          },\n          {\n            \"countryName\": \"Saudi Arabia\",\n            \"inventory\": 12506022,\n            \"inventoryRatio\": 0.05,\n            \"ivt\": 3.64,\n            \"viewability\": 97.47\n          },\n          {\n            \"countryName\": \"Italy\",\n            \"inventory\": 10483699,\n            \"inventoryRatio\": 0.05,\n            \"ivt\": 0.94,\n            \"viewability\": 96.36\n          },\n          {\n            \"countryName\": \"South Africa\",\n            \"inventory\": 5278058,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 0.64,\n            \"viewability\": 96.55\n          },\n          {\n            \"countryName\": \"Jordan\",\n            \"inventory\": 4510660,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 0.2,\n            \"viewability\": 97.47\n          },\n          {\n            \"countryName\": \"Ukraine\",\n            \"inventory\": 4162412,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 33.48,\n            \"viewability\": 86.84\n          },\n          {\n            \"countryName\": \"Finland\",\n            \"inventory\": 4967483,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 13.47,\n            \"viewability\": 99.56\n          },\n          {\n            \"countryName\": \"Russian Federation\",\n            \"inventory\": 2357946,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 3.32,\n            \"viewability\": 98.56\n          },\n          {\n            \"countryName\": \"Kuwait\",\n            \"inventory\": 1152208,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 3.73,\n            \"viewability\": 78.3\n          },\n          {\n            \"countryName\": \"Qatar\",\n            \"inventory\": 1210283,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 1.83,\n            \"viewability\": 96.43\n          },\n          {\n            \"countryName\": \"Turkey\",\n            \"inventory\": 3273612,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 10.07,\n            \"viewability\": 95.13\n          },\n          {\n            \"countryName\": \"Spain\",\n            \"inventory\": 2010809,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 1.38,\n            \"viewability\": 71.48\n          },\n          {\n            \"countryName\": \"Egypt\",\n            \"inventory\": 1844765,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 21.38,\n            \"viewability\": 86.86\n          },\n          {\n            \"countryName\": \"Sweden\",\n            \"inventory\": 1651956,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 1.98,\n            \"viewability\": 94.16\n          },\n          {\n            \"countryName\": \"Belgium\",\n            \"inventory\": 1379357,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 0.03,\n            \"viewability\": 55.1\n          }\n        ],\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 155543939,\n            \"inventoryRatio\": 70.99,\n            \"ivt\": 4.02,\n            \"viewability\": 94.51\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 42242341,\n            \"inventoryRatio\": 19.28,\n            \"ivt\": 5.44,\n            \"viewability\": 90.93\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 18553296,\n            \"inventoryRatio\": 8.47,\n            \"ivt\": 0.14,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 724473,\n            \"inventoryRatio\": 0.33,\n            \"ivt\": 7.67,\n            \"viewability\": 97.94\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 611656,\n            \"inventoryRatio\": 0.28,\n            \"ivt\": 3.12,\n            \"viewability\": 68\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 567519,\n            \"inventoryRatio\": 0.26,\n            \"ivt\": 1.8,\n            \"viewability\": 98.41\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 527523,\n            \"inventoryRatio\": 0.24,\n            \"ivt\": 7.79,\n            \"viewability\": 92.34\n          }\n        ],\n        \"byDma\": null\n      },\n      \"ctr\": {\n        \"ctr\": null,\n        \"byAdSize\": null\n      },\n      \"availableCountries\": [\n        \"GB\",\n        \"NL\",\n        \"DE\",\n        \"FR\",\n        \"SA\",\n        \"AE\",\n        \"IT\",\n        \"ZA\",\n        \"FI\",\n        \"JO\",\n        \"UA\",\n        \"TR\",\n        \"RU\",\n        \"ES\",\n        \"EG\",\n        \"SE\",\n        \"BE\",\n        \"QA\",\n        \"KW\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"28\",\n        \"categoryRank\": \"19\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"ivt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"90\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"EMEA\",\n      \"device\": \"smartphone\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"MoPub Inc.\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"Other\",\n          \"displayContribution\": 99.96,\n          \"videoContribution\": 0.04,\n          \"hyperLocationAvailability\": 35.99,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 4.02,\n        \"ivtRisk\": \"low\",\n        \"viewability\": 94.89,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"low\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 60996,\n        \"estimatedMonthlyActiveUsers\": 698679,\n        \"inventory\": 167676362,\n        \"adSpend\": 72747\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 5515004,\n          \"inventoryRatio\": 14.1,\n          \"ivt\": 2.92,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.4\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 4354716,\n          \"inventoryRatio\": 11.14,\n          \"ivt\": 2.69,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.26\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1547421,\n          \"inventoryRatio\": 3.96,\n          \"ivt\": 2.02,\n          \"videoInventoryRatio\": 0.05,\n          \"viewability\": 71.13\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1043229,\n          \"inventoryRatio\": 2.67,\n          \"ivt\": 19.75,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.9\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 339461,\n          \"inventoryRatio\": 0.87,\n          \"ivt\": 24.13,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.03\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 212807,\n          \"inventoryRatio\": 0.54,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.48\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 175942,\n          \"inventoryRatio\": 0.45,\n          \"ivt\": 32.38,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 68.43\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 171397,\n          \"inventoryRatio\": 0.44,\n          \"ivt\": 4.76,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.93\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 143117,\n          \"inventoryRatio\": 0.37,\n          \"ivt\": 0.64,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 89.35\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 112009,\n          \"inventoryRatio\": 0.29,\n          \"ivt\": 38.32,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 28.13\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 48177,\n          \"inventoryRatio\": 0.12,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 89.73\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 17877,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 12827,\n          \"inventoryRatio\": 0.03,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.21\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 7979,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 1.27,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 3232,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 68.75,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 808,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 86052,\n          \"inventoryRatio\": 0.22,\n          \"ivt\": 0.59,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 26.06\n        },\n        {\n          \"exchange\": \"Thirdpresence Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 46561,\n          \"inventoryRatio\": 0.12,\n          \"ivt\": 3.25,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.36\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 17727116,\n          \"inventoryRatio\": 45.34,\n          \"ivt\": 9.92,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.53\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4613276,\n          \"inventoryRatio\": 11.8,\n          \"ivt\": 0.37,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.85\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1612970,\n          \"inventoryRatio\": 4.13,\n          \"ivt\": 0.13,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 20.85\n        },\n        {\n          \"exchange\": \"Edge226\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1106657,\n          \"inventoryRatio\": 2.83,\n          \"ivt\": 0.28,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.84\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 103424,\n          \"inventoryRatio\": 0.26,\n          \"ivt\": 1.46,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 61.29\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 48076,\n          \"inventoryRatio\": 0.12,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.79\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 14241,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 5.67,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 89.36\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5656,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 60.71,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5151,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.88\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5050,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 8,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.87\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4848,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 2.08,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4242,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 11.9,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 78.57\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2323,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2222,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 81.82\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1919,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.74\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1818,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"YouAppi\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1313,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Speroll\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": 20,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Baidu\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": 25,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 4.02,\n        \"givt\": 0.49,\n        \"sivt\": 3.53,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.49,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 2.76\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.37\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.17\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.09\n          },\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 0.08\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.03\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.02\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 94.89,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 155523941,\n            \"inventoryRatio\": 93.85,\n            \"viewability\": 94.51\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 8053336,\n            \"inventoryRatio\": 4.86,\n            \"viewability\": 98.8\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 723665,\n            \"inventoryRatio\": 0.44,\n            \"viewability\": 97.94\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 474195,\n            \"inventoryRatio\": 0.29,\n            \"viewability\": 98.47\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 361075,\n            \"inventoryRatio\": 0.22,\n            \"viewability\": 92.32\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 232502,\n            \"inventoryRatio\": 0.14,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 170892,\n            \"inventoryRatio\": 0.1,\n            \"viewability\": 72.99\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 167593643,\n            \"inventoryRatio\": 99.95,\n            \"ivt\": 4.02,\n            \"viewability\": 94.79\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 8100300596,\n            \"inventoryRatio\": 93.45,\n            \"ivt\": 7.85,\n            \"viewability\": 86.64\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 245125687,\n            \"inventoryRatio\": 2.83,\n            \"ivt\": 4.58,\n            \"viewability\": 84.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 167676362,\n            \"inventoryRatio\": 1.93,\n            \"ivt\": 4.02,\n            \"viewability\": 94.79\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 155063785,\n            \"inventoryRatio\": 1.79,\n            \"ivt\": 7.88,\n            \"viewability\": 85.8\n          }\n        ],\n        \"byCountry\": [\n          {\n            \"countryName\": \"United Kingdom\",\n            \"inventory\": 72961895,\n            \"inventoryRatio\": 0.42,\n            \"ivt\": 1.36,\n            \"viewability\": 94.31\n          },\n          {\n            \"countryName\": \"Germany\",\n            \"inventory\": 12632777,\n            \"inventoryRatio\": 0.07,\n            \"ivt\": 7.46,\n            \"viewability\": 98.13\n          },\n          {\n            \"countryName\": \"Saudi Arabia\",\n            \"inventory\": 11818010,\n            \"inventoryRatio\": 0.07,\n            \"ivt\": 3.67,\n            \"viewability\": 97.51\n          },\n          {\n            \"countryName\": \"United Arab Emirates\",\n            \"inventory\": 10749935,\n            \"inventoryRatio\": 0.06,\n            \"ivt\": 1.94,\n            \"viewability\": 96.84\n          },\n          {\n            \"countryName\": \"Italy\",\n            \"inventory\": 9838814,\n            \"inventoryRatio\": 0.06,\n            \"ivt\": 0.98,\n            \"viewability\": 96.33\n          },\n          {\n            \"countryName\": \"France\",\n            \"inventory\": 9302403,\n            \"inventoryRatio\": 0.05,\n            \"ivt\": 7.31,\n            \"viewability\": 92.9\n          },\n          {\n            \"countryName\": \"Jordan\",\n            \"inventory\": 4491167,\n            \"inventoryRatio\": 0.03,\n            \"ivt\": 0.2,\n            \"viewability\": 97.46\n          },\n          {\n            \"countryName\": \"Finland\",\n            \"inventory\": 4613478,\n            \"inventoryRatio\": 0.03,\n            \"ivt\": 8.17,\n            \"viewability\": 99.88\n          },\n          {\n            \"countryName\": \"South Africa\",\n            \"inventory\": 4618326,\n            \"inventoryRatio\": 0.03,\n            \"ivt\": 0.69,\n            \"viewability\": 96.95\n          },\n          {\n            \"countryName\": \"Ukraine\",\n            \"inventory\": 4150191,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 33.58,\n            \"viewability\": 86.86\n          },\n          {\n            \"countryName\": \"Turkey\",\n            \"inventory\": 2944352,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 10.16,\n            \"viewability\": 95.03\n          },\n          {\n            \"countryName\": \"Netherlands\",\n            \"inventory\": 1901426,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 6.66,\n            \"viewability\": 95.19\n          },\n          {\n            \"countryName\": \"Sweden\",\n            \"inventory\": 1549542,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 2.1,\n            \"viewability\": 94.85\n          },\n          {\n            \"countryName\": \"Russian Federation\",\n            \"inventory\": 2348351,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 3.33,\n            \"viewability\": 98.57\n          },\n          {\n            \"countryName\": \"Egypt\",\n            \"inventory\": 1823555,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 21.61,\n            \"viewability\": 87.02\n          },\n          {\n            \"countryName\": \"Spain\",\n            \"inventory\": 1369358,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 1.65,\n            \"viewability\": 72.3\n          }\n        ],\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 155523941,\n            \"inventoryRatio\": 93.85,\n            \"ivt\": 4.01,\n            \"viewability\": 94.51\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 8053336,\n            \"inventoryRatio\": 4.86,\n            \"ivt\": 2.86,\n            \"viewability\": 98.8\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 723665,\n            \"inventoryRatio\": 0.44,\n            \"ivt\": 7.61,\n            \"viewability\": 97.94\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 474195,\n            \"inventoryRatio\": 0.29,\n            \"ivt\": 1.77,\n            \"viewability\": 98.47\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 361075,\n            \"inventoryRatio\": 0.22,\n            \"ivt\": 10.1,\n            \"viewability\": 92.32\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 232502,\n            \"inventoryRatio\": 0.14,\n            \"ivt\": 1.65,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 170892,\n            \"inventoryRatio\": 0.1,\n            \"ivt\": 3.72,\n            \"viewability\": 72.99\n          }\n        ],\n        \"byDma\": null\n      },\n      \"ctr\": {\n        \"ctr\": null,\n        \"byAdSize\": null\n      },\n      \"availableCountries\": [\n        \"GB\",\n        \"DE\",\n        \"SA\",\n        \"AE\",\n        \"IT\",\n        \"FR\",\n        \"ZA\",\n        \"FI\",\n        \"JO\",\n        \"UA\",\n        \"TR\",\n        \"RU\",\n        \"NL\",\n        \"EG\",\n        \"SE\",\n        \"ES\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"28\",\n        \"categoryRank\": \"19\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"ivt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"90\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"EMEA\",\n      \"device\": \"tablet\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"MoPub Inc.\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Ipad\",\n          \"displayTopAdsize\": \"728x90\",\n          \"videoTopAdsize\": \"768x1024\",\n          \"displayContribution\": 99.97,\n          \"videoContribution\": 0.03,\n          \"hyperLocationAvailability\": 7.22,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 3.25,\n        \"ivtRisk\": \"low\",\n        \"viewability\": 87.71,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"low\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 23941,\n        \"estimatedMonthlyActiveUsers\": 274226,\n        \"inventory\": 65892501,\n        \"adSpend\": 28534\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 3521466,\n          \"inventoryRatio\": 33.59,\n          \"ivt\": 0.75,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.89\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 3045554,\n          \"inventoryRatio\": 29.05,\n          \"ivt\": 0.49,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.01\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 3028485,\n          \"inventoryRatio\": 28.89,\n          \"ivt\": 0.39,\n          \"videoInventoryRatio\": 0.07,\n          \"viewability\": 54.08\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 155338,\n          \"inventoryRatio\": 1.48,\n          \"ivt\": 8.45,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.98\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 146753,\n          \"inventoryRatio\": 1.4,\n          \"ivt\": 7.23,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.24\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 52116,\n          \"inventoryRatio\": 0.5,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 37.4\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 31512,\n          \"inventoryRatio\": 0.3,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.15\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 16665,\n          \"inventoryRatio\": 0.16,\n          \"ivt\": 1.2,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 84.24\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 6666,\n          \"inventoryRatio\": 0.06,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.97\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 4949,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 2121,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 61.9,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1616,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1212,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 33.33\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 235431,\n          \"inventoryRatio\": 2.25,\n          \"ivt\": 3.05,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.99\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 213514,\n          \"inventoryRatio\": 2.04,\n          \"ivt\": 0.71,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 25.38\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 12726,\n          \"inventoryRatio\": 0.12,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2424,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.83\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2222,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1111,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 606,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 33.33\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 606,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"RedZone LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 50,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Baidu\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 3.25,\n        \"givt\": 0.61,\n        \"sivt\": 2.63,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.61,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 2.22\n          },\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 0.21\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.15\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.03\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.02\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 87.71,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 34188803,\n            \"inventoryRatio\": 64.04,\n            \"viewability\": 88.09\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 18333318,\n            \"inventoryRatio\": 34.34,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 649026,\n            \"inventoryRatio\": 1.22,\n            \"viewability\": 68.05\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 120392,\n            \"inventoryRatio\": 0.23,\n            \"viewability\": 97\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 65892501,\n            \"inventoryRatio\": 100,\n            \"ivt\": 3.25,\n            \"viewability\": 87.75\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 2529700742,\n            \"inventoryRatio\": 91.88,\n            \"ivt\": 9.73,\n            \"viewability\": 80.13\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 95205327,\n            \"inventoryRatio\": 3.46,\n            \"ivt\": 19.78,\n            \"viewability\": 88.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 65892501,\n            \"inventoryRatio\": 2.39,\n            \"ivt\": 3.25,\n            \"viewability\": 87.75\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 62517889,\n            \"inventoryRatio\": 2.27,\n            \"ivt\": 4.49,\n            \"viewability\": 75.53\n          }\n        ],\n        \"byCountry\": [\n          {\n            \"countryName\": \"Netherlands\",\n            \"inventory\": 33014173,\n            \"inventoryRatio\": 0.6,\n            \"ivt\": 1.27,\n            \"viewability\": 96.36\n          },\n          {\n            \"countryName\": \"United Kingdom\",\n            \"inventory\": 14707923,\n            \"inventoryRatio\": 0.27,\n            \"ivt\": 2.86,\n            \"viewability\": 89.2\n          },\n          {\n            \"countryName\": \"Germany\",\n            \"inventory\": 8353609,\n            \"inventoryRatio\": 0.15,\n            \"ivt\": 2.02,\n            \"viewability\": 82.5\n          },\n          {\n            \"countryName\": \"France\",\n            \"inventory\": 3339060,\n            \"inventoryRatio\": 0.06,\n            \"ivt\": 20.12,\n            \"viewability\": 93.67\n          }\n        ],\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 34188803,\n            \"inventoryRatio\": 64.04,\n            \"ivt\": 6.05,\n            \"viewability\": 88.09\n          },\n          {\n            \"adSize\": \"1200x627\",\n            \"inventory\": 18333318,\n            \"inventoryRatio\": 34.34,\n            \"ivt\": 0.12,\n            \"viewability\": null\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 649026,\n            \"inventoryRatio\": 1.22,\n            \"ivt\": 3.17,\n            \"viewability\": 68.05\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 120392,\n            \"inventoryRatio\": 0.23,\n            \"ivt\": 0.76,\n            \"viewability\": 97\n          }\n        ],\n        \"byDma\": null\n      },\n      \"ctr\": {\n        \"ctr\": null,\n        \"byAdSize\": null\n      },\n      \"availableCountries\": [\n        \"NL\",\n        \"GB\",\n        \"DE\",\n        \"FR\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"28\",\n        \"categoryRank\": \"19\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"ivt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"90\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"LATAM\",\n      \"device\": \"GLOBAL\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"MobFox\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"320x50\",\n          \"displayContribution\": 99.84,\n          \"videoContribution\": 0.16,\n          \"hyperLocationAvailability\": 28.77,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 12.41,\n        \"ivtRisk\": \"high\",\n        \"viewability\": 86.43,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"high\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 90098,\n        \"estimatedMonthlyActiveUsers\": 1032029,\n        \"inventory\": 250269112,\n        \"adSpend\": 109624\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 55522427,\n          \"inventoryRatio\": 41.44,\n          \"ivt\": 15.97,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.59\n        },\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 20263933,\n          \"inventoryRatio\": 15.13,\n          \"ivt\": 12.06,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.95\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 13608942,\n          \"inventoryRatio\": 10.16,\n          \"ivt\": 31.78,\n          \"videoInventoryRatio\": 0.01,\n          \"viewability\": 95.34\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 10689234,\n          \"inventoryRatio\": 7.98,\n          \"ivt\": 12.7,\n          \"videoInventoryRatio\": 0.06,\n          \"viewability\": 21.24\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 8025662,\n          \"inventoryRatio\": 5.99,\n          \"ivt\": 28.44,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.97\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 7893857,\n          \"inventoryRatio\": 5.89,\n          \"ivt\": 21.74,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.8\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 2778005,\n          \"inventoryRatio\": 2.07,\n          \"ivt\": 17.47,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 74.54\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1623272,\n          \"inventoryRatio\": 1.21,\n          \"ivt\": 12.86,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.49\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1156551,\n          \"inventoryRatio\": 0.86,\n          \"ivt\": 11.36,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.96\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 625796,\n          \"inventoryRatio\": 0.47,\n          \"ivt\": 28.99,\n          \"videoInventoryRatio\": 0.05,\n          \"viewability\": 96.53\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 570751,\n          \"inventoryRatio\": 0.43,\n          \"ivt\": 13.2,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 34.56\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 486820,\n          \"inventoryRatio\": 0.36,\n          \"ivt\": 17.72,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 59.56\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 58277,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 19.11,\n          \"videoInventoryRatio\": 2.99,\n          \"viewability\": 97.79\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 56762,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 2.85,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 46.98\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 49086,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 9.26,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 41.15\n        },\n        {\n          \"exchange\": \"IronSource\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 6565,\n          \"inventoryRatio\": 0,\n          \"ivt\": 6.15,\n          \"videoInventoryRatio\": 93.44,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 2727,\n          \"inventoryRatio\": 0,\n          \"ivt\": 3.7,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 33.33\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1616,\n          \"inventoryRatio\": 0,\n          \"ivt\": 56.25,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 87.5\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 606,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 5353,\n          \"inventoryRatio\": 0,\n          \"ivt\": 27.27,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 58.49\n        },\n        {\n          \"exchange\": \"Thirdpresence Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 9071113,\n          \"inventoryRatio\": 6.77,\n          \"ivt\": 2.91,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.11\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 790527,\n          \"inventoryRatio\": 0.59,\n          \"ivt\": 43.89,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 88.6\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 203313,\n          \"inventoryRatio\": 0.15,\n          \"ivt\": 1.34,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 60.33\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 149278,\n          \"inventoryRatio\": 0.11,\n          \"ivt\": 0.95,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 42.22\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 121503,\n          \"inventoryRatio\": 0.09,\n          \"ivt\": 3.08,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 43.97\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 64539,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": 10.49,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 58782,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 2.23,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 60.41\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 52823,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 2.29,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 51.63\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 16362,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 2.47,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 53.7\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5252,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 59.62\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4141,\n          \"inventoryRatio\": 0,\n          \"ivt\": 4.88,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 0\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2222,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.45\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2222,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 40.91\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1111,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 36.36\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1010,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 90\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 40\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Speroll\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 0\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 12.41,\n        \"givt\": 0.09,\n        \"sivt\": 12.32,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.08,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 4.32\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 2.8\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 2.07\n          },\n          {\n            \"fraudType\": \"DisplayClickFraud\",\n            \"givt\": 0,\n            \"sivt\": 1.15\n          },\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 1.12\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.52\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.16\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.11\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.03\n          },\n          {\n            \"fraudType\": \"CookieStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.02\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 86.43,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 122764086,\n            \"inventoryRatio\": 49.16,\n            \"viewability\": 82\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 112754178,\n            \"inventoryRatio\": 45.15,\n            \"viewability\": 90.29\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 7557830,\n            \"inventoryRatio\": 3.03,\n            \"viewability\": 98.99\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 4610448,\n            \"inventoryRatio\": 1.85,\n            \"viewability\": 97.94\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 1555804,\n            \"inventoryRatio\": 0.62,\n            \"viewability\": 97.66\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 154935818,\n            \"inventoryRatio\": 61.91,\n            \"ivt\": 7.87,\n            \"viewability\": 85.8\n          },\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 95205327,\n            \"inventoryRatio\": 38.04,\n            \"ivt\": 19.78,\n            \"viewability\": 88.71\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 10630001439,\n            \"inventoryRatio\": 93.07,\n            \"ivt\": 8.3,\n            \"viewability\": 84.98\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 307643576,\n            \"inventoryRatio\": 2.69,\n            \"ivt\": 4.56,\n            \"viewability\": 82.95\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 250269112,\n            \"inventoryRatio\": 2.19,\n            \"ivt\": 12.41,\n            \"viewability\": 86.97\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 233569368,\n            \"inventoryRatio\": 2.05,\n            \"ivt\": 3.8,\n            \"viewability\": 93.75\n          }\n        ],\n        \"byCountry\": [\n          {\n            \"countryName\": \"Mexico\",\n            \"inventory\": 134046897,\n            \"inventoryRatio\": 0.59,\n            \"ivt\": 16.64,\n            \"viewability\": 89.95\n          },\n          {\n            \"countryName\": \"Brazil\",\n            \"inventory\": 89251983,\n            \"inventoryRatio\": 0.39,\n            \"ivt\": 7.92,\n            \"viewability\": 79.65\n          },\n          {\n            \"countryName\": \"Argentina\",\n            \"inventory\": 11798416,\n            \"inventoryRatio\": 0.05,\n            \"ivt\": 2.53,\n            \"viewability\": 97.95\n          },\n          {\n            \"countryName\": \"Puerto Rico\",\n            \"inventory\": 4178875,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 10.94,\n            \"viewability\": 90.69\n          },\n          {\n            \"countryName\": \"Colombia\",\n            \"inventory\": 4864261,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 3.87,\n            \"viewability\": 88.66\n          },\n          {\n            \"countryName\": \"Panama\",\n            \"inventory\": 2015354,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 4.39,\n            \"viewability\": 94.48\n          }\n        ],\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 122764086,\n            \"inventoryRatio\": 49.16,\n            \"ivt\": 7.42,\n            \"viewability\": 82\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 112754178,\n            \"inventoryRatio\": 45.15,\n            \"ivt\": 17.97,\n            \"viewability\": 90.29\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 7557830,\n            \"inventoryRatio\": 3.03,\n            \"ivt\": 16.5,\n            \"viewability\": 98.99\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 4610448,\n            \"inventoryRatio\": 1.85,\n            \"ivt\": 6.69,\n            \"viewability\": 97.94\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 1555804,\n            \"inventoryRatio\": 0.62,\n            \"ivt\": 4.32,\n            \"viewability\": 97.66\n          }\n        ],\n        \"byDma\": null\n      },\n      \"ctr\": {\n        \"ctr\": null,\n        \"byAdSize\": null\n      },\n      \"availableCountries\": [\n        \"MX\",\n        \"BR\",\n        \"AR\",\n        \"CO\",\n        \"PR\",\n        \"PA\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"N/A\",\n        \"categoryRank\": \"N/A\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"D\",\n          \"score\": \"0\"\n        },\n        \"ivt\": {\n          \"grade\": \"D\",\n          \"score\": \"38\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"91\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"LATAM\",\n      \"device\": \"smartphone\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"MobFox\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"320x50\",\n          \"displayContribution\": 99.87,\n          \"videoContribution\": 0.13,\n          \"hyperLocationAvailability\": 36.2,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 7.88,\n        \"ivtRisk\": \"medium\",\n        \"viewability\": 85.64,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"medium\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 55793,\n        \"estimatedMonthlyActiveUsers\": 639073,\n        \"inventory\": 155063785,\n        \"adSpend\": 67590\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 28689656,\n          \"inventoryRatio\": 54.32,\n          \"ivt\": 10.25,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.71\n        },\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 5213721,\n          \"inventoryRatio\": 9.87,\n          \"ivt\": 7.65,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.11\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 2605396,\n          \"inventoryRatio\": 4.93,\n          \"ivt\": 17.9,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 73.57\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1707304,\n          \"inventoryRatio\": 3.23,\n          \"ivt\": 13.04,\n          \"videoInventoryRatio\": 0.07,\n          \"viewability\": 34.63\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1499244,\n          \"inventoryRatio\": 2.84,\n          \"ivt\": 14.07,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.32\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 815575,\n          \"inventoryRatio\": 1.54,\n          \"ivt\": 11.97,\n          \"videoInventoryRatio\": 0.08,\n          \"viewability\": 94.82\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 535704,\n          \"inventoryRatio\": 1.01,\n          \"ivt\": 12.33,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 35.16\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 424402,\n          \"inventoryRatio\": 0.8,\n          \"ivt\": 19.49,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 57.92\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 223008,\n          \"inventoryRatio\": 0.42,\n          \"ivt\": 8.62,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.95\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 211696,\n          \"inventoryRatio\": 0.4,\n          \"ivt\": 18.25,\n          \"videoInventoryRatio\": 0.12,\n          \"viewability\": 96.18\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 140592,\n          \"inventoryRatio\": 0.27,\n          \"ivt\": 5.96,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.46\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 58580,\n          \"inventoryRatio\": 0.11,\n          \"ivt\": 20.98,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.24\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 56358,\n          \"inventoryRatio\": 0.11,\n          \"ivt\": 2.87,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 46.77\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 54237,\n          \"inventoryRatio\": 0.1,\n          \"ivt\": 19.78,\n          \"videoInventoryRatio\": 3.23,\n          \"viewability\": 97.81\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 48177,\n          \"inventoryRatio\": 0.09,\n          \"ivt\": 9.43,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 40.46\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 2727,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 3.7,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 33.33\n        },\n        {\n          \"exchange\": \"IronSource\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 2727,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 92.59,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1414,\n          \"inventoryRatio\": 0,\n          \"ivt\": 64.29,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 85.71\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 606,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 5353,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 27.27,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 58.49\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 9070709,\n          \"inventoryRatio\": 17.18,\n          \"ivt\": 2.91,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.11\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 790325,\n          \"inventoryRatio\": 1.5,\n          \"ivt\": 43.9,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 88.6\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 191597,\n          \"inventoryRatio\": 0.36,\n          \"ivt\": 1.37,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 60.49\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 145440,\n          \"inventoryRatio\": 0.28,\n          \"ivt\": 0.97,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 42.85\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 111908,\n          \"inventoryRatio\": 0.21,\n          \"ivt\": 2.44,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 44.68\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 64034,\n          \"inventoryRatio\": 0.12,\n          \"ivt\": 10.57,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bid Machine\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 58782,\n          \"inventoryRatio\": 0.11,\n          \"ivt\": 2.23,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 60.41\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 50904,\n          \"inventoryRatio\": 0.1,\n          \"ivt\": 2.38,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 52.58\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 16059,\n          \"inventoryRatio\": 0.03,\n          \"ivt\": 2.52,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 54.09\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5252,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 59.62\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4040,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 5,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 0\n        },\n        {\n          \"exchange\": \"Sift Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2222,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.45\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 2121,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 42.86\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1010,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 40\n        },\n        {\n          \"exchange\": \"MobUpps\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1010,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 90\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 40\n        },\n        {\n          \"exchange\": \"Speroll\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 0\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 7.88,\n        \"givt\": 0.08,\n        \"sivt\": 7.8,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.07,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 3.38\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 1.81\n          },\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 1.18\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.5\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.35\n          },\n          {\n            \"fraudType\": \"DisplayClickFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.26\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.16\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.15\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.01\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 85.64,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 122724494,\n            \"inventoryRatio\": 79.34,\n            \"viewability\": 82\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 21742068,\n            \"inventoryRatio\": 14.06,\n            \"viewability\": 98.51\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 4609842,\n            \"inventoryRatio\": 2.98,\n            \"viewability\": 97.94\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 3820022,\n            \"inventoryRatio\": 2.47,\n            \"viewability\": 98.9\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 1561056,\n            \"inventoryRatio\": 1.01,\n            \"viewability\": 97.65\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 154935818,\n            \"inventoryRatio\": 99.92,\n            \"ivt\": 7.87,\n            \"viewability\": 85.8\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 8100300596,\n            \"inventoryRatio\": 93.45,\n            \"ivt\": 7.85,\n            \"viewability\": 86.64\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 245125687,\n            \"inventoryRatio\": 2.83,\n            \"ivt\": 4.58,\n            \"viewability\": 84.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 167676362,\n            \"inventoryRatio\": 1.93,\n            \"ivt\": 4.02,\n            \"viewability\": 94.79\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 155063785,\n            \"inventoryRatio\": 1.79,\n            \"ivt\": 7.88,\n            \"viewability\": 85.8\n          }\n        ],\n        \"byCountry\": [\n          {\n            \"countryName\": \"Brazil\",\n            \"inventory\": 81873327,\n            \"inventoryRatio\": 0.47,\n            \"ivt\": 7.87,\n            \"viewability\": 78.43\n          },\n          {\n            \"countryName\": \"Mexico\",\n            \"inventory\": 50935512,\n            \"inventoryRatio\": 0.29,\n            \"ivt\": 8.88,\n            \"viewability\": 94.16\n          },\n          {\n            \"countryName\": \"Argentina\",\n            \"inventory\": 11604092,\n            \"inventoryRatio\": 0.07,\n            \"ivt\": 2.56,\n            \"viewability\": 97.98\n          },\n          {\n            \"countryName\": \"Colombia\",\n            \"inventory\": 3632566,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 3.77,\n            \"viewability\": 90.18\n          },\n          {\n            \"countryName\": \"Panama\",\n            \"inventory\": 1885468,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 4.57,\n            \"viewability\": 94.77\n          },\n          {\n            \"countryName\": \"Puerto Rico\",\n            \"inventory\": 1786488,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 15.33,\n            \"viewability\": 90.05\n          }\n        ],\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 122724494,\n            \"inventoryRatio\": 79.34,\n            \"ivt\": 7.42,\n            \"viewability\": 82\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 21742068,\n            \"inventoryRatio\": 14.06,\n            \"ivt\": 10.67,\n            \"viewability\": 98.51\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 4609842,\n            \"inventoryRatio\": 2.98,\n            \"ivt\": 6.69,\n            \"viewability\": 97.94\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 3820022,\n            \"inventoryRatio\": 2.47,\n            \"ivt\": 10.27,\n            \"viewability\": 98.9\n          },\n          {\n            \"adSize\": \"320x51\",\n            \"inventory\": 1561056,\n            \"inventoryRatio\": 1.01,\n            \"ivt\": 4.32,\n            \"viewability\": 97.65\n          }\n        ],\n        \"byDma\": null\n      },\n      \"ctr\": {\n        \"ctr\": null,\n        \"byAdSize\": null\n      },\n      \"availableCountries\": [\n        \"BR\",\n        \"MX\",\n        \"AR\",\n        \"CO\",\n        \"PA\",\n        \"PR\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"N/A\",\n        \"categoryRank\": \"N/A\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"D\",\n          \"score\": \"0\"\n        },\n        \"ivt\": {\n          \"grade\": \"D\",\n          \"score\": \"38\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"91\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"LATAM\",\n      \"device\": \"tablet\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"SMARTYADS LLP\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Ipad\",\n          \"displayTopAdsize\": \"728x90\",\n          \"videoTopAdsize\": \"728x90\",\n          \"displayContribution\": 99.78,\n          \"videoContribution\": 0.22,\n          \"hyperLocationAvailability\": 16.67,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 19.78,\n        \"ivtRisk\": \"high\",\n        \"viewability\": 87.82,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"low\",\n        \"advertisingIvtRisk\": \"high\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 34306,\n        \"estimatedMonthlyActiveUsers\": 392956,\n        \"inventory\": 95205327,\n        \"adSpend\": 42034\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 26832771,\n          \"inventoryRatio\": 33.06,\n          \"ivt\": 22.09,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.46\n        },\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 15050212,\n          \"inventoryRatio\": 18.54,\n          \"ivt\": 13.59,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.24\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 12793367,\n          \"inventoryRatio\": 15.76,\n          \"ivt\": 33.04,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.37\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 8981930,\n          \"inventoryRatio\": 11.07,\n          \"ivt\": 12.63,\n          \"videoInventoryRatio\": 0.06,\n          \"viewability\": 18.7\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 7967082,\n          \"inventoryRatio\": 9.82,\n          \"ivt\": 28.49,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.98\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 6394613,\n          \"inventoryRatio\": 7.88,\n          \"ivt\": 23.53,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.91\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1482680,\n          \"inventoryRatio\": 1.83,\n          \"ivt\": 13.51,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.21\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 933543,\n          \"inventoryRatio\": 1.15,\n          \"ivt\": 12.01,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.96\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 414100,\n          \"inventoryRatio\": 0.51,\n          \"ivt\": 34.48,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.71\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 172609,\n          \"inventoryRatio\": 0.21,\n          \"ivt\": 11.06,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 89.23\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 62418,\n          \"inventoryRatio\": 0.08,\n          \"ivt\": 5.66,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 70.71\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 35047,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 26.51,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 25.36\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 4040,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 10,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.5\n        },\n        {\n          \"exchange\": \"IronSource\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 3838,\n          \"inventoryRatio\": 0,\n          \"ivt\": 10.53,\n          \"videoInventoryRatio\": 94.12,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 909,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 77.78\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 75\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Thirdpresence Ltd\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Beeswax\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 11716,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0.86,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 57.76\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 9595,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 10.53,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 35.79\n        },\n        {\n          \"exchange\": \"Cheetah Media Link\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3838,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 18.42\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 1919,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 26.32\n        },\n        {\n          \"exchange\": \"Appodeal\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Bat-Ads\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 33.33\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 0\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": null\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 0\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 19.78,\n        \"givt\": 0.12,\n        \"sivt\": 19.66,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.1,\n            \"sivt\": 0\n          },\n          {\n            \"fraudType\": \"Auto Reloader\",\n            \"givt\": 0.02,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 6.79\n          },\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 5.85\n          },\n          {\n            \"fraudType\": \"DisplayClickFraud\",\n            \"givt\": 0,\n            \"sivt\": 2.6\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 2.5\n          },\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 1.03\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.56\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.19\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.06\n          },\n          {\n            \"fraudType\": \"CookieStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.04\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.03\n          },\n          {\n            \"fraudType\": \"VideoImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 0.01\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 87.82,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 91012110,\n            \"inventoryRatio\": 95.77,\n            \"viewability\": 88.25\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 3737808,\n            \"inventoryRatio\": 3.93,\n            \"viewability\": 99.09\n          },\n          {\n            \"adSize\": \"728x91\",\n            \"inventory\": 169377,\n            \"inventoryRatio\": 0.18,\n            \"viewability\": 99.58\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 95205327,\n            \"inventoryRatio\": 100,\n            \"ivt\": 19.78,\n            \"viewability\": 88.71\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 2529700742,\n            \"inventoryRatio\": 91.88,\n            \"ivt\": 9.73,\n            \"viewability\": 80.13\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 95205327,\n            \"inventoryRatio\": 3.46,\n            \"ivt\": 19.78,\n            \"viewability\": 88.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 65892501,\n            \"inventoryRatio\": 2.39,\n            \"ivt\": 3.25,\n            \"viewability\": 87.75\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 62517889,\n            \"inventoryRatio\": 2.27,\n            \"ivt\": 4.49,\n            \"viewability\": 75.53\n          }\n        ],\n        \"byCountry\": [\n          {\n            \"countryName\": \"Mexico\",\n            \"inventory\": 83111385,\n            \"inventoryRatio\": 1.51,\n            \"ivt\": 21.39,\n            \"viewability\": 87.36\n          },\n          {\n            \"countryName\": \"Brazil\",\n            \"inventory\": 7378656,\n            \"inventoryRatio\": 0.13,\n            \"ivt\": 8.47,\n            \"viewability\": 92.81\n          },\n          {\n            \"countryName\": \"Puerto Rico\",\n            \"inventory\": 2392387,\n            \"inventoryRatio\": 0.04,\n            \"ivt\": 7.66,\n            \"viewability\": 90.77\n          },\n          {\n            \"countryName\": \"Colombia\",\n            \"inventory\": 1231695,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 4.17,\n            \"viewability\": 84.28\n          }\n        ],\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 91012110,\n            \"inventoryRatio\": 95.77,\n            \"ivt\": 19.72,\n            \"viewability\": 88.25\n          },\n          {\n            \"adSize\": \"468x60\",\n            \"inventory\": 3737808,\n            \"inventoryRatio\": 3.93,\n            \"ivt\": 22.86,\n            \"viewability\": 99.09\n          },\n          {\n            \"adSize\": \"728x91\",\n            \"inventory\": 169377,\n            \"inventoryRatio\": 0.18,\n            \"ivt\": 12.4,\n            \"viewability\": 99.58\n          }\n        ],\n        \"byDma\": null\n      },\n      \"ctr\": {\n        \"ctr\": null,\n        \"byAdSize\": null\n      },\n      \"availableCountries\": [\n        \"MX\",\n        \"BR\",\n        \"PR\",\n        \"CO\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"N/A\",\n        \"categoryRank\": \"N/A\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"D\",\n          \"score\": \"0\"\n        },\n        \"ivt\": {\n          \"grade\": \"D\",\n          \"score\": \"38\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"91\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"APAC\",\n      \"device\": \"GLOBAL\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"LoopMe\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"320x480\",\n          \"displayContribution\": 99.91,\n          \"videoContribution\": 0.09,\n          \"hyperLocationAvailability\": 80.36,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 4.56,\n        \"ivtRisk\": \"low\",\n        \"viewability\": 82.94,\n        \"viewabilityRisk\": \"medium\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"medium\",\n        \"advertisingIvtRisk\": \"low\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"medium\",\n        \"estimatedDailyActiveUsers\": 111714,\n        \"estimatedMonthlyActiveUsers\": 1279631,\n        \"inventory\": 307643576,\n        \"adSpend\": 134723\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 25963060,\n          \"inventoryRatio\": 63.31,\n          \"ivt\": 8.08,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 81.36\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 7213925,\n          \"inventoryRatio\": 17.59,\n          \"ivt\": 0.66,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.69\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 2054138,\n          \"inventoryRatio\": 5.01,\n          \"ivt\": 7.96,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.17\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1244320,\n          \"inventoryRatio\": 3.03,\n          \"ivt\": 1.7,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.5\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1229473,\n          \"inventoryRatio\": 3,\n          \"ivt\": 1.57,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.42\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1026160,\n          \"inventoryRatio\": 2.5,\n          \"ivt\": 2.1,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.42\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 424402,\n          \"inventoryRatio\": 1.03,\n          \"ivt\": 3.52,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 95.12\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 350672,\n          \"inventoryRatio\": 0.86,\n          \"ivt\": 1.96,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.9\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 267549,\n          \"inventoryRatio\": 0.65,\n          \"ivt\": 8.07,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 89.34\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 147359,\n          \"inventoryRatio\": 0.36,\n          \"ivt\": 1.58,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 55.72\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 27573,\n          \"inventoryRatio\": 0.07,\n          \"ivt\": 5.84,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 79.49\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 25654,\n          \"inventoryRatio\": 0.06,\n          \"ivt\": 3.53,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.21\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 25452,\n          \"inventoryRatio\": 0.06,\n          \"ivt\": 4.76,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 73.81\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 9191,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 14.29,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 41.76\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 4545,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 2.22,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.78\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 2323,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 21.74,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.3\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 909,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 88.89\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": 33.33,\n          \"videoInventoryRatio\": 50,\n          \"viewability\": 50\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 707,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 71.43\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 763257,\n          \"inventoryRatio\": 1.86,\n          \"ivt\": 0.24,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 92.09\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 155843,\n          \"inventoryRatio\": 0.38,\n          \"ivt\": 2.13,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 80.04\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 51005,\n          \"inventoryRatio\": 0.12,\n          \"ivt\": 10.1,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 28.94\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 6363,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 20.63,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 84.21\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5757,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 24.56,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.23\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4141,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 2.44,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 41.46\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3636,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 58.33\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 66.67\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 4.56,\n        \"givt\": 0.04,\n        \"sivt\": 4.52,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.04,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 2.83\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.62\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.36\n          },\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 0.26\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.24\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.12\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.07\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.01\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 82.94,\n        \"viewabilityRisk\": \"medium\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 234767531,\n            \"inventoryRatio\": 77.39,\n            \"viewability\": 84.3\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 62310132,\n            \"inventoryRatio\": 20.54,\n            \"viewability\": 76.15\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 3368956,\n            \"inventoryRatio\": 1.11,\n            \"viewability\": 99\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 1114131,\n            \"inventoryRatio\": 0.37,\n            \"viewability\": 88.02\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 1045552,\n            \"inventoryRatio\": 0.34,\n            \"viewability\": 61.99\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 244801174,\n            \"inventoryRatio\": 79.57,\n            \"ivt\": 4.58,\n            \"viewability\": 84.74\n          },\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 62517889,\n            \"inventoryRatio\": 20.32,\n            \"ivt\": 4.49,\n            \"viewability\": 75.53\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 10630001439,\n            \"inventoryRatio\": 93.07,\n            \"ivt\": 8.3,\n            \"viewability\": 84.98\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 307643576,\n            \"inventoryRatio\": 2.69,\n            \"ivt\": 4.56,\n            \"viewability\": 82.95\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 250269112,\n            \"inventoryRatio\": 2.19,\n            \"ivt\": 12.41,\n            \"viewability\": 86.97\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 233569368,\n            \"inventoryRatio\": 2.05,\n            \"ivt\": 3.8,\n            \"viewability\": 93.75\n          }\n        ],\n        \"byCountry\": [\n          {\n            \"countryName\": \"Japan\",\n            \"inventory\": 135478673,\n            \"inventoryRatio\": 0.59,\n            \"ivt\": 3.55,\n            \"viewability\": 93.81\n          },\n          {\n            \"countryName\": \"Australia\",\n            \"inventory\": 112556622,\n            \"inventoryRatio\": 0.49,\n            \"ivt\": 3.81,\n            \"viewability\": 68.1\n          },\n          {\n            \"countryName\": \"China\",\n            \"inventory\": 16518449,\n            \"inventoryRatio\": 0.07,\n            \"ivt\": 3.59,\n            \"viewability\": 73.13\n          },\n          {\n            \"countryName\": \"Hong Kong\",\n            \"inventory\": 10810030,\n            \"inventoryRatio\": 0.05,\n            \"ivt\": 15.2,\n            \"viewability\": 96.33\n          },\n          {\n            \"countryName\": \"New Zealand\",\n            \"inventory\": 7001017,\n            \"inventoryRatio\": 0.03,\n            \"ivt\": 12.92,\n            \"viewability\": 79.75\n          },\n          {\n            \"countryName\": \"Indonesia\",\n            \"inventory\": 6440871,\n            \"inventoryRatio\": 0.03,\n            \"ivt\": 3.97,\n            \"viewability\": 96.14\n          },\n          {\n            \"countryName\": \"Province of China Taiwan\",\n            \"inventory\": 3477531,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 0.71,\n            \"viewability\": 99.36\n          },\n          {\n            \"countryName\": \"Philippines\",\n            \"inventory\": 3733566,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 11.59,\n            \"viewability\": 96.08\n          },\n          {\n            \"countryName\": \"Viet Nam\",\n            \"inventory\": 2403800,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 36.52,\n            \"viewability\": 90.56\n          },\n          {\n            \"countryName\": \"Thailand\",\n            \"inventory\": 1816283,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 0.49,\n            \"viewability\": 97.6\n          },\n          {\n            \"countryName\": \"Republic of Korea\",\n            \"inventory\": 2263208,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 1.8,\n            \"viewability\": 97.91\n          },\n          {\n            \"countryName\": \"Singapore\",\n            \"inventory\": 2317445,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 4.75,\n            \"viewability\": 97.4\n          },\n          {\n            \"countryName\": \"Malaysia\",\n            \"inventory\": 2121202,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 0.92,\n            \"viewability\": 96.12\n          }\n        ],\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 234767531,\n            \"inventoryRatio\": 77.39,\n            \"ivt\": 4.65,\n            \"viewability\": 84.3\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 62310132,\n            \"inventoryRatio\": 20.54,\n            \"ivt\": 4.64,\n            \"viewability\": 76.15\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 3368956,\n            \"inventoryRatio\": 1.11,\n            \"ivt\": 0.8,\n            \"viewability\": 99\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 1114131,\n            \"inventoryRatio\": 0.37,\n            \"ivt\": 5.53,\n            \"viewability\": 88.02\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 1045552,\n            \"inventoryRatio\": 0.34,\n            \"ivt\": 3.97,\n            \"viewability\": 61.99\n          }\n        ],\n        \"byDma\": null\n      },\n      \"ctr\": {\n        \"ctr\": 0.71,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"ctr\": 0.7\n          }\n        ]\n      },\n      \"availableCountries\": [\n        \"JP\",\n        \"AU\",\n        \"CN\",\n        \"HK\",\n        \"NZ\",\n        \"ID\",\n        \"PH\",\n        \"TW\",\n        \"VN\",\n        \"SG\",\n        \"KR\",\n        \"MY\",\n        \"TH\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"49\",\n        \"categoryRank\": \"30\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"98\"\n        },\n        \"ivt\": {\n          \"grade\": \"B\",\n          \"score\": \"74\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"92\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"APAC\",\n      \"device\": \"smartphone\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"LoopMe\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Iphone\",\n          \"displayTopAdsize\": \"320x50\",\n          \"videoTopAdsize\": \"320x480\",\n          \"displayContribution\": 99.9,\n          \"videoContribution\": 0.1,\n          \"hyperLocationAvailability\": 82.94,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 4.58,\n        \"ivtRisk\": \"low\",\n        \"viewability\": 84.7,\n        \"viewabilityRisk\": \"low\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"medium\",\n        \"advertisingIvtRisk\": \"low\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"low\",\n        \"estimatedDailyActiveUsers\": 89021,\n        \"estimatedMonthlyActiveUsers\": 1019688,\n        \"inventory\": 245125687,\n        \"adSpend\": 107509\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 18200806,\n          \"inventoryRatio\": 58.9,\n          \"ivt\": 9.49,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 82.82\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 6908501,\n          \"inventoryRatio\": 22.36,\n          \"ivt\": 0.62,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.7\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1612162,\n          \"inventoryRatio\": 5.22,\n          \"ivt\": 7.09,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.48\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1195032,\n          \"inventoryRatio\": 3.87,\n          \"ivt\": 1.5,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.07\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 672458,\n          \"inventoryRatio\": 2.18,\n          \"ivt\": 1.74,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.39\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 638522,\n          \"inventoryRatio\": 2.07,\n          \"ivt\": 1.58,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.08\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 308656,\n          \"inventoryRatio\": 1,\n          \"ivt\": 3.08,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 94.76\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 261893,\n          \"inventoryRatio\": 0.85,\n          \"ivt\": 1.96,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.1\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 137562,\n          \"inventoryRatio\": 0.45,\n          \"ivt\": 8.08,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 85.16\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 74235,\n          \"inventoryRatio\": 0.24,\n          \"ivt\": 1.09,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 51.02\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 21513,\n          \"inventoryRatio\": 0.07,\n          \"ivt\": 1.41,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.53\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 15857,\n          \"inventoryRatio\": 0.05,\n          \"ivt\": 7.64,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 71.34\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 7575,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 16,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 30.67\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 5757,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 21.05,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 66.67\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 3535,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 2.86,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.14\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1414,\n          \"inventoryRatio\": 0,\n          \"ivt\": 28.57,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 85.71\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 808,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 87.5\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": 50,\n          \"videoInventoryRatio\": 100,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"MobFox\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Brave Inc\",\n          \"paymentType\": \"Reseller\",\n          \"inventory\": 707,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 71.43\n        },\n        {\n          \"exchange\": \"Jampp\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 763257,\n          \"inventoryRatio\": 2.47,\n          \"ivt\": 0.24,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 92.09\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 29391,\n          \"inventoryRatio\": 0.1,\n          \"ivt\": 4.1,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 56.7\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 21109,\n          \"inventoryRatio\": 0.07,\n          \"ivt\": 22.01,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 34.45\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5858,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 22.41,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 83.02\n        },\n        {\n          \"exchange\": \"EPOM\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 5757,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 24.56,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.23\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 4040,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 2.5,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 42.5\n        },\n        {\n          \"exchange\": \"SilverMob\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 3636,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 58.33\n        },\n        {\n          \"exchange\": \"Moloco\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 404,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"adTheorent, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 303,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 66.67\n        },\n        {\n          \"exchange\": \"Zippor Ltd.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 202,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"inMarket Media LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Valassis Communications, Inc.\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Boldwin\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Mars Media Group\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Daily Engage Media Group LLC\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": null,\n          \"videoInventoryRatio\": null,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"S4M\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 4.58,\n        \"givt\": 0.03,\n        \"sivt\": 4.55,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.03,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 2.98\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.72\n          },\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 0.25\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.2\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.2\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.11\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.07\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.01\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 84.7,\n        \"viewabilityRisk\": \"low\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 234075883,\n            \"inventoryRatio\": 96.74,\n            \"viewability\": 84.26\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 3263916,\n            \"inventoryRatio\": 1.35,\n            \"viewability\": 99\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2442685,\n            \"inventoryRatio\": 1.01,\n            \"viewability\": 96.47\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 1013333,\n            \"inventoryRatio\": 0.42,\n            \"viewability\": 62.15\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 699122,\n            \"inventoryRatio\": 0.29,\n            \"viewability\": 89.57\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Iphone\",\n            \"inventory\": 244801174,\n            \"inventoryRatio\": 99.87,\n            \"ivt\": 4.58,\n            \"viewability\": 84.74\n          },\n          {\n            \"device\": \"Apple Ipod\",\n            \"inventory\": 263913,\n            \"inventoryRatio\": 0.11,\n            \"ivt\": 5.16,\n            \"viewability\": 55.76\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 8100300596,\n            \"inventoryRatio\": 93.45,\n            \"ivt\": 7.85,\n            \"viewability\": 86.64\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 245125687,\n            \"inventoryRatio\": 2.83,\n            \"ivt\": 4.58,\n            \"viewability\": 84.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 167676362,\n            \"inventoryRatio\": 1.93,\n            \"ivt\": 4.02,\n            \"viewability\": 94.79\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 155063785,\n            \"inventoryRatio\": 1.79,\n            \"ivt\": 7.88,\n            \"viewability\": 85.8\n          }\n        ],\n        \"byCountry\": [\n          {\n            \"countryName\": \"Japan\",\n            \"inventory\": 131424634,\n            \"inventoryRatio\": 0.76,\n            \"ivt\": 3.6,\n            \"viewability\": 93.83\n          },\n          {\n            \"countryName\": \"Australia\",\n            \"inventory\": 69520522,\n            \"inventoryRatio\": 0.4,\n            \"ivt\": 3.79,\n            \"viewability\": 65.53\n          },\n          {\n            \"countryName\": \"China\",\n            \"inventory\": 10785992,\n            \"inventoryRatio\": 0.06,\n            \"ivt\": 4.45,\n            \"viewability\": 73.91\n          },\n          {\n            \"countryName\": \"Hong Kong\",\n            \"inventory\": 8611462,\n            \"inventoryRatio\": 0.05,\n            \"ivt\": 15.1,\n            \"viewability\": 96.33\n          },\n          {\n            \"countryName\": \"New Zealand\",\n            \"inventory\": 5122013,\n            \"inventoryRatio\": 0.03,\n            \"ivt\": 11.45,\n            \"viewability\": 73.49\n          },\n          {\n            \"countryName\": \"Indonesia\",\n            \"inventory\": 4597217,\n            \"inventoryRatio\": 0.03,\n            \"ivt\": 3.72,\n            \"viewability\": 96.73\n          },\n          {\n            \"countryName\": \"Province of China Taiwan\",\n            \"inventory\": 3218163,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 0.69,\n            \"viewability\": 99.37\n          },\n          {\n            \"countryName\": \"Republic of Korea\",\n            \"inventory\": 1903143,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 2,\n            \"viewability\": 97.85\n          },\n          {\n            \"countryName\": \"Viet Nam\",\n            \"inventory\": 2261996,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 36.36,\n            \"viewability\": 90.59\n          },\n          {\n            \"countryName\": \"Thailand\",\n            \"inventory\": 1489750,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 0.46,\n            \"viewability\": 97.79\n          },\n          {\n            \"countryName\": \"Singapore\",\n            \"inventory\": 1558834,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 5.76,\n            \"viewability\": 97.15\n          },\n          {\n            \"countryName\": \"Philippines\",\n            \"inventory\": 2498336,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 12.15,\n            \"viewability\": 95.65\n          },\n          {\n            \"countryName\": \"Malaysia\",\n            \"inventory\": 1745886,\n            \"inventoryRatio\": 0.01,\n            \"ivt\": 0.99,\n            \"viewability\": 96.63\n          }\n        ],\n        \"byAdSize\": [\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 234075883,\n            \"inventoryRatio\": 96.74,\n            \"ivt\": 4.65,\n            \"viewability\": 84.26\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 3263916,\n            \"inventoryRatio\": 1.35,\n            \"ivt\": 0.82,\n            \"viewability\": 99\n          },\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 2442685,\n            \"inventoryRatio\": 1.01,\n            \"ivt\": 6.34,\n            \"viewability\": 96.47\n          },\n          {\n            \"adSize\": \"320x480\",\n            \"inventory\": 1013333,\n            \"inventoryRatio\": 0.42,\n            \"ivt\": 3.78,\n            \"viewability\": 62.15\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 699122,\n            \"inventoryRatio\": 0.29,\n            \"ivt\": 6.05,\n            \"viewability\": 89.57\n          }\n        ],\n        \"byDma\": null\n      },\n      \"ctr\": {\n        \"ctr\": null,\n        \"byAdSize\": null\n      },\n      \"availableCountries\": [\n        \"JP\",\n        \"AU\",\n        \"CN\",\n        \"HK\",\n        \"NZ\",\n        \"ID\",\n        \"TW\",\n        \"PH\",\n        \"VN\",\n        \"KR\",\n        \"MY\",\n        \"SG\",\n        \"TH\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"49\",\n        \"categoryRank\": \"30\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"98\"\n        },\n        \"ivt\": {\n          \"grade\": \"B\",\n          \"score\": \"74\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"92\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    },\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"APAC\",\n      \"device\": \"tablet\",\n      \"appStore\": \"ios\",\n      \"appOverview\": {\n        \"appTitle\": \"Happy Color® – Color by Number\",\n        \"screenshotUrls\": [\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/c0/37/5f/c0375fb7-2f2c-24ea-e52a-31a2d836f1d3/09db7efb-fb8b-40d0-b550-5d3f1d763162_screenshot_appstore_cbn_2048x2732.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/91/4f/b0/914fb095-65a7-bcaf-580f-784898a5d2a7/5a11972d-8b70-4b1b-a376-6d6355d0fdf3_2048x2732_caption.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/bd/f4/a4/bdf4a45c-79af-3d40-e15a-ee43e278aa84/1acecbc9-3f18-4e62-bfc3-f49b140ec6a4_The-Lion-King_caption.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple125/v4/d2/ef/2c/d2ef2c4c-e6a8-d221-9329-b5c41ada9375/b864ece6-eb2e-4102-a496-3b5234679ebf_screenshot_appstore_nature_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple115/v4/f3/e1/a0/f3e1a030-0c72-ea9a-3644-f173ea7de7c1/b1c5d0a7-5089-4115-a4cc-6be84569b58d_Aladdin_caption.png/2048x2732.png\",\n          \"https://is2-ssl.mzstatic.com/image/thumb/Purple125/v4/64/42/6b/64426b3a-524c-a73b-0c7d-2e7cfa19ce36/cc988999-8087-4999-82e3-1f8f52615f68_screenshot_appstore_art_2048x2732.png/2048x2732.png\",\n          \"https://is5-ssl.mzstatic.com/image/thumb/Purple125/v4/fd/5d/c9/fd5dc985-927e-53c0-b54a-ed1bcb494dae/4823588b-0d61-4cb4-92d6-9f19f9110d1e_screenshot_appstore_animals_2048x2732.png/2048x2732.png\",\n          \"https://is4-ssl.mzstatic.com/image/thumb/Purple115/v4/4a/af/23/4aaf2365-a87d-8e57-a317-52eed00a71ae/aca057f5-9365-4996-83c3-ee4b2ff7f344_Frozen_caption.png/2048x2732.png\"\n        ],\n        \"description\": \"EXCLUSIVE PICS!\\nColor your favorite pictures and discover the new DISNEY category!\\n\\nHappy Color® is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 15000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support.happycolor@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nTerms of Use: https://xflowgames.com/terms-of-use.html\\nPrivacy Policy: https://xflowgames.com/privacy-policy.html \\n\\nHappy Color has a lot of unique pictures hand drawn by professional artists, as well as pics of famous characters, comics, cartoons etc. owned by well-known studios. \\nMarvel (© 2021 MARVEL)\\nDISNEY (© 2021 DISNEY)\\nWarner Bros (© 2021 WBEI)\",\n        \"iabPrimaryCategory\": [\n          \"Video Gaming\"\n        ],\n        \"iabSubCategory\": [\n          \"Mobile Games\"\n        ],\n        \"appStoreCategories\": [\n          \"Games\"\n        ],\n        \"delistedDate\": null,\n        \"delistedApp\": false,\n        \"hasDangerousPermissions\": false\n      },\n      \"appDetails\": {\n        \"bundleId\": \"com.coloring.color.number.ios\",\n        \"trackId\": \"1407852246\",\n        \"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\n        \"appLastUpdatedDate\": \"20220217\",\n        \"trustedSeller\": \"MoPub Inc.\",\n        \"incentivizedActivity\": false,\n        \"downloadRange\": null,\n        \"averageUserRating\": 4,\n        \"contentRating\": \"12+\",\n        \"blocklisted\": false,\n        \"blocklistedReasons\": null,\n        \"adCapabilities\": {\n          \"topDevice\": \"Apple Ipad\",\n          \"displayTopAdsize\": \"728x90\",\n          \"videoTopAdsize\": \"768x1024\",\n          \"displayContribution\": 99.93,\n          \"videoContribution\": 0.07,\n          \"hyperLocationAvailability\": 70.22,\n          \"mraidVersion\": \"3.0\",\n          \"adsDetected\": true\n        },\n        \"interactiveElements\": [\n          \"In-Game Purchases\"\n        ]\n      },\n      \"pixalateAdvisories\": {\n        \"hasAppAdsTxt\": true,\n        \"delistedApp\": false,\n        \"delistedDate\": null,\n        \"hasDangerousPermissions\": false,\n        \"blocklisted\": false,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true\n      },\n      \"appAdvisories\": [\n        \"Infrequent/Mild Cartoon or Fantasy Violence\",\n        \"Infrequent/Mild Sexual Content and Nudity\"\n      ],\n      \"riskOverview\": {\n        \"ivt\": 4.49,\n        \"ivtRisk\": \"low\",\n        \"viewability\": 75.54,\n        \"viewabilityRisk\": \"medium\",\n        \"descriptionBrandSafetyRisk\": \"medium\",\n        \"contentBrandSafetyRisk\": \"medium\",\n        \"risk\": [\n          {\n            \"region\": \"APAC\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"APAC\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"EMEA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"GLOBAL\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\"\n            ]\n          },\n          {\n            \"region\": \"LATAM\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"high\",\n            \"pixalateRiskReasons\": [\n              \"Significantly Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"GLOBAL\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"smartphone\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          },\n          {\n            \"region\": \"NA\",\n            \"device\": \"tablet\",\n            \"pixalateRisk\": \"medium\",\n            \"pixalateRiskReasons\": [\n              \"Moderately Elevated IVT Percentage\",\n              \"The Publisher's Email Address Doesn't Match Their Domain\",\n              \"Ad Traffic Shows Some Suspicious Characteristics\"\n            ]\n          }\n        ]\n      },\n      \"developerOverview\": {\n        \"developerName\": \"X-FLOW LTD\",\n        \"developerLocation\": \"Agiou Andreou 330, 3035, Limassol, Cyprus\",\n        \"developerEmail\": \"support.happycolor@x-flow.app\",\n        \"developerCountry\": \"CYPRUS\",\n        \"developerWebsite\": \"https://xflowgames.com/\",\n        \"developerTotalApps\": 1,\n        \"privateDomain\": false,\n        \"hasTermsAndConditions\": true,\n        \"hasPrivacyPolicy\": true,\n        \"facebookRisk\": null,\n        \"linkedInRating\": null,\n        \"twitterRisk\": null\n      },\n      \"trafficOverview\": {\n        \"spoofingRisk\": \"low\",\n        \"locationMaskingRisk\": \"medium\",\n        \"advertisingIvtRisk\": \"low\",\n        \"clickIvtRisk\": \"low\",\n        \"viewabilityRisk\": \"medium\",\n        \"estimatedDailyActiveUsers\": 22694,\n        \"estimatedMonthlyActiveUsers\": 259943,\n        \"inventory\": 62517889,\n        \"adSpend\": 27214\n      },\n      \"brandSafety\": {\n        \"descriptionBrandSafety\": {\n          \"descriptionBrandSafetyRisk\": \"medium\",\n          \"advisoriesRisk\": \"low\",\n          \"adultContentRisk\": \"medium\",\n          \"drugContentRisk\": \"low\",\n          \"alcoholContentRisk\": \"low\",\n          \"hateSpeechRisk\": \"low\",\n          \"offensiveContentRisk\": \"low\",\n          \"gamblingContentRisk\": \"low\",\n          \"violenceContentRisk\": \"low\"\n        },\n        \"contentBrandSafety\": {\n          \"contentBrandSafetyRisk\": \"medium\",\n          \"adultRisk\": \"medium\",\n          \"violenceRisk\": \"medium\",\n          \"imagesData\": [\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"4\",\n              \"url\": \"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n7\\n3\\n4\\n3\\n2\\nTHE LION KING\\n9\\n1\\n3\\n4\\n5\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.96786\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.87283\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"medium\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 2\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"3\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\",\n              \"text\": \"02020 DISNEY\\n3.\\n9\\n7\\n8\\nALADDIN\\n1\\n3\\n4\\n5\\nCO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.98219\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98053\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"2\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\n              \"text\": \"4\\n3\\nANIMALS\\n3\\n6.\\n1\\n2\\n3\\n4\\n6.\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.92421\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                },\n                {\n                  \"label\": \"Rabbit\",\n                  \"score\": 0.91011\n                }\n              ],\n              \"violenceRating\": \"medium\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.5\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\n              \"text\": \"COLOR BY\\nNUMBER\\n5\\n1\\n8)\\n3\\n3\\n1\\n2\\n3\\n4\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Bird\",\n                  \"score\": 0.97795\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                },\n                {\n                  \"label\": \"Illustration\",\n                  \"score\": 0.62256\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\n              \"text\": \"NATURE\\n7\\n3\\n8.\\n2\\n11\\n1\\n2\\n3\\n4\\n5\\n6.\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Natural landscape\",\n                  \"score\": 0.88552\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                },\n                {\n                  \"label\": \"Tree\",\n                  \"score\": 0.85503\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"2\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\",\n              \"text\": \"FROZEN\\n7\\n5\\n3\\n8\\n3\\n6.\\n02020 DISNEY\\n1\\n1\\n2\\n3\\n4\\n5\\n6.\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98407\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97153\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"medium\",\n              \"scoreWeight\": 1.25\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\n              \"text\": \"ART\\n3\\n5\\n.8\\n4\\n1\\n3\\n4\\n5\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wave\",\n                  \"score\": 0.87681\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                },\n                {\n                  \"label\": \"Wind wave\",\n                  \"score\": 0.72121\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            },\n            {\n              \"adult\": \"1\",\n              \"medical\": \"1\",\n              \"violence\": \"1\",\n              \"spoof\": \"1\",\n              \"url\": \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\",\n              \"text\": \"COCO\\n9\\n3\\n7\\n4\\n02020 DISNEY/PIXAR\\n1\\n2\\n3\\n4\\nCO\\nLO\\nLO\\n\",\n              \"labels\": [\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Cartoon\",\n                  \"score\": 0.98372\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                },\n                {\n                  \"label\": \"Animated cartoon\",\n                  \"score\": 0.97881\n                }\n              ],\n              \"violenceRating\": \"low\",\n              \"spoofRating\": \"low\",\n              \"medicalRating\": \"low\",\n              \"adultRating\": \"low\",\n              \"scoreWeight\": 1\n            }\n          ]\n        }\n      },\n      \"appPermissions\": {\n        \"ivtPermissionRisk\": null,\n        \"permissions\": null\n      },\n      \"trafficOverlap\": {\n        \"byOverallTraffic\": null,\n        \"byIvt\": null\n      },\n      \"authorizedSellers\": [\n        {\n          \"exchange\": \"MoPub Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 7762254,\n          \"inventoryRatio\": 76.8,\n          \"ivt\": 4.77,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 77.92\n        },\n        {\n          \"exchange\": \"TripleLift Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 590951,\n          \"inventoryRatio\": 5.85,\n          \"ivt\": 1.55,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 99.78\n        },\n        {\n          \"exchange\": \"InMobi\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 441976,\n          \"inventoryRatio\": 4.37,\n          \"ivt\": 11.12,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.06\n        },\n        {\n          \"exchange\": \"PubMatic\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 353702,\n          \"inventoryRatio\": 3.5,\n          \"ivt\": 2.79,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.46\n        },\n        {\n          \"exchange\": \"LoopMe\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 305424,\n          \"inventoryRatio\": 3.02,\n          \"ivt\": 1.49,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 98.45\n        },\n        {\n          \"exchange\": \"Magnite\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 129987,\n          \"inventoryRatio\": 1.29,\n          \"ivt\": 8.05,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.77\n        },\n        {\n          \"exchange\": \"OpenX\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 115746,\n          \"inventoryRatio\": 1.15,\n          \"ivt\": 4.67,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 96.07\n        },\n        {\n          \"exchange\": \"Smaato Inc.\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 88779,\n          \"inventoryRatio\": 0.88,\n          \"ivt\": 1.93,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 91.34\n        },\n        {\n          \"exchange\": \"Google AdExchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 73124,\n          \"inventoryRatio\": 0.72,\n          \"ivt\": 2.07,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 60.5\n        },\n        {\n          \"exchange\": \"Verve Group\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 49288,\n          \"inventoryRatio\": 0.49,\n          \"ivt\": 6.35,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 82.79\n        },\n        {\n          \"exchange\": \"Unruly\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 21816,\n          \"inventoryRatio\": 0.22,\n          \"ivt\": 1.84,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 82.87\n        },\n        {\n          \"exchange\": \"SMARTYADS LLP\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 9595,\n          \"inventoryRatio\": 0.09,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 77.89\n        },\n        {\n          \"exchange\": \"Sharethrough\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 4141,\n          \"inventoryRatio\": 0.04,\n          \"ivt\": 14.29,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 97.56\n        },\n        {\n          \"exchange\": \"Xandr Monetize\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1616,\n          \"inventoryRatio\": 0.02,\n          \"ivt\": 6.25,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 93.75\n        },\n        {\n          \"exchange\": \"GothamAds\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 1010,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Index Exchange\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 909,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 11.11,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Admixer UA LLC\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Smart AdServer\",\n          \"paymentType\": \"Direct\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 0\n        },\n        {\n          \"exchange\": \"Inneractive LTD\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 126452,\n          \"inventoryRatio\": 1.25,\n          \"ivt\": 1.67,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 85.46\n        },\n        {\n          \"exchange\": \"Bidswitch\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 29896,\n          \"inventoryRatio\": 0.3,\n          \"ivt\": 1.69,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 25\n        },\n        {\n          \"exchange\": \"BizzClick\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 505,\n          \"inventoryRatio\": 0.01,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 100\n        },\n        {\n          \"exchange\": \"Luna Media\",\n          \"paymentType\": \"Unauthorized\",\n          \"inventory\": 101,\n          \"inventoryRatio\": 0,\n          \"ivt\": 0,\n          \"videoInventoryRatio\": 0,\n          \"viewability\": 0\n        }\n      ],\n      \"invalidTraffic\": {\n        \"ivt\": 4.49,\n        \"givt\": 0.1,\n        \"sivt\": 4.39,\n        \"givtTypes\": [\n          {\n            \"fraudType\": \"Data Center\",\n            \"givt\": 0.09,\n            \"sivt\": 0\n          }\n        ],\n        \"sivtTypes\": [\n          {\n            \"fraudType\": \"DisplayImpressionFraud\",\n            \"givt\": 0,\n            \"sivt\": 2.22\n          },\n          {\n            \"fraudType\": \"HijackedSession\",\n            \"givt\": 0,\n            \"sivt\": 0.97\n          },\n          {\n            \"fraudType\": \"HighRiskDeviceId\",\n            \"givt\": 0,\n            \"sivt\": 0.38\n          },\n          {\n            \"fraudType\": \"AppSpoofing\",\n            \"givt\": 0,\n            \"sivt\": 0.3\n          },\n          {\n            \"fraudType\": \"MaskedIP\",\n            \"givt\": 0,\n            \"sivt\": 0.26\n          },\n          {\n            \"fraudType\": \"LocationObfuscation\",\n            \"givt\": 0,\n            \"sivt\": 0.15\n          },\n          {\n            \"fraudType\": \"HighRiskIP\",\n            \"givt\": 0,\n            \"sivt\": 0.08\n          },\n          {\n            \"fraudType\": \"DeviceIdStuffing\",\n            \"givt\": 0,\n            \"sivt\": 0.02\n          }\n        ]\n      },\n      \"viewability\": {\n        \"viewability\": 75.54,\n        \"viewabilityRisk\": \"medium\",\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 59862195,\n            \"inventoryRatio\": 97.56,\n            \"viewability\": 75.01\n          },\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 689426,\n            \"inventoryRatio\": 1.12,\n            \"viewability\": 95.46\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 343299,\n            \"inventoryRatio\": 0.56,\n            \"viewability\": 58.28\n          },\n          {\n            \"adSize\": \"300x150\",\n            \"inventory\": 129482,\n            \"inventoryRatio\": 0.21,\n            \"viewability\": 84.63\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 108979,\n            \"inventoryRatio\": 0.18,\n            \"viewability\": 87.06\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 93930,\n            \"inventoryRatio\": 0.15,\n            \"viewability\": 99.14\n          }\n        ]\n      },\n      \"inventory\": {\n        \"byDevice\": [\n          {\n            \"device\": \"Apple Ipad\",\n            \"inventory\": 62517889,\n            \"inventoryRatio\": 100,\n            \"ivt\": 4.49,\n            \"viewability\": 75.53\n          }\n        ],\n        \"byRegion\": [\n          {\n            \"region\": \"NA\",\n            \"inventory\": 2529700742,\n            \"inventoryRatio\": 91.88,\n            \"ivt\": 9.73,\n            \"viewability\": 80.13\n          },\n          {\n            \"region\": \"LATAM\",\n            \"inventory\": 95205327,\n            \"inventoryRatio\": 3.46,\n            \"ivt\": 19.78,\n            \"viewability\": 88.71\n          },\n          {\n            \"region\": \"EMEA\",\n            \"inventory\": 65892501,\n            \"inventoryRatio\": 2.39,\n            \"ivt\": 3.25,\n            \"viewability\": 87.75\n          },\n          {\n            \"region\": \"APAC\",\n            \"inventory\": 62517889,\n            \"inventoryRatio\": 2.27,\n            \"ivt\": 4.49,\n            \"viewability\": 75.53\n          }\n        ],\n        \"byCountry\": [\n          {\n            \"countryName\": \"Australia\",\n            \"inventory\": 43036100,\n            \"inventoryRatio\": 0.78,\n            \"ivt\": 3.84,\n            \"viewability\": 72.35\n          },\n          {\n            \"countryName\": \"China\",\n            \"inventory\": 5732457,\n            \"inventoryRatio\": 0.1,\n            \"ivt\": 1.97,\n            \"viewability\": 71.69\n          },\n          {\n            \"countryName\": \"Japan\",\n            \"inventory\": 4054039,\n            \"inventoryRatio\": 0.07,\n            \"ivt\": 1.92,\n            \"viewability\": 91.58\n          },\n          {\n            \"countryName\": \"Hong Kong\",\n            \"inventory\": 2198568,\n            \"inventoryRatio\": 0.04,\n            \"ivt\": 15.59,\n            \"viewability\": 96.34\n          },\n          {\n            \"countryName\": \"New Zealand\",\n            \"inventory\": 1879004,\n            \"inventoryRatio\": 0.03,\n            \"ivt\": 16.94,\n            \"viewability\": 90.44\n          },\n          {\n            \"countryName\": \"Indonesia\",\n            \"inventory\": 1843654,\n            \"inventoryRatio\": 0.03,\n            \"ivt\": 4.58,\n            \"viewability\": 94.4\n          },\n          {\n            \"countryName\": \"Philippines\",\n            \"inventory\": 1235230,\n            \"inventoryRatio\": 0.02,\n            \"ivt\": 10.46,\n            \"viewability\": 96.88\n          }\n        ],\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"inventory\": 59862195,\n            \"inventoryRatio\": 97.56,\n            \"ivt\": 4.57,\n            \"viewability\": 75.01\n          },\n          {\n            \"adSize\": \"320x50\",\n            \"inventory\": 689426,\n            \"inventoryRatio\": 1.12,\n            \"ivt\": 2.55,\n            \"viewability\": 95.46\n          },\n          {\n            \"adSize\": \"768x1024\",\n            \"inventory\": 343299,\n            \"inventoryRatio\": 0.56,\n            \"ivt\": 0.79,\n            \"viewability\": 58.28\n          },\n          {\n            \"adSize\": \"300x150\",\n            \"inventory\": 129482,\n            \"inventoryRatio\": 0.21,\n            \"ivt\": 1.79,\n            \"viewability\": 84.63\n          },\n          {\n            \"adSize\": \"Other\",\n            \"inventory\": 108979,\n            \"inventoryRatio\": 0.18,\n            \"ivt\": 6.85,\n            \"viewability\": 87.06\n          },\n          {\n            \"adSize\": \"300x50\",\n            \"inventory\": 93930,\n            \"inventoryRatio\": 0.15,\n            \"ivt\": 0.22,\n            \"viewability\": 99.14\n          }\n        ],\n        \"byDma\": null\n      },\n      \"ctr\": {\n        \"ctr\": 0.71,\n        \"byAdSize\": [\n          {\n            \"adSize\": \"728x90\",\n            \"ctr\": 0.71\n          }\n        ]\n      },\n      \"availableCountries\": [\n        \"AU\",\n        \"CN\",\n        \"JP\",\n        \"HK\",\n        \"NZ\",\n        \"ID\",\n        \"PH\"\n      ],\n      \"rankings\": {\n        \"regionRank\": \"49\",\n        \"categoryRank\": \"30\",\n        \"category\": \"Video Gaming\",\n        \"final\": {\n          \"grade\": \"A\",\n          \"score\": \"98\"\n        },\n        \"ivt\": {\n          \"grade\": \"B\",\n          \"score\": \"74\"\n        },\n        \"adsTxt\": {\n          \"grade\": \"B\",\n          \"score\": \"84\"\n        },\n        \"brandSafety\": {\n          \"grade\": \"B\",\n          \"score\": \"72\"\n        },\n        \"viewability\": {\n          \"grade\": \"A\",\n          \"score\": \"99\"\n        },\n        \"permissions\": {\n          \"grade\": \"N/A\",\n          \"score\": \"N/A\"\n        },\n        \"popularity\": {\n          \"grade\": \"A\",\n          \"score\": \"92\"\n        },\n        \"globalPopularityRank\": \"1\"\n      },\n      \"rankingsByCountry\": {\n        \"reach\": [\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"mauRank\": \"2\",\n            \"mauRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"mauRank\": \"4\",\n            \"mauRankChange\": \"-1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"mauRank\": \"6\",\n            \"mauRankChange\": \"-2\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"mauRank\": \"10\",\n            \"mauRankChange\": \"5\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"mauRank\": \"14\",\n            \"mauRankChange\": \"-8\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"mauRank\": \"16\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"mauRank\": \"18\",\n            \"mauRankChange\": \"9\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"mauRank\": \"19\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"mauRank\": \"22\",\n            \"mauRankChange\": \"-3\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"mauRank\": \"24\",\n            \"mauRankChange\": \"34\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"mauRank\": \"25\",\n            \"mauRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"mauRank\": \"30\",\n            \"mauRankChange\": \"66\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"mauRank\": \"34\",\n            \"mauRankChange\": \"35\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"mauRank\": \"51\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"mauRank\": \"55\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"mauRank\": \"61\",\n            \"mauRankChange\": \"-23\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"mauRank\": \"62\",\n            \"mauRankChange\": \"-30\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"mauRank\": \"93\",\n            \"mauRankChange\": \"90\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"mauRank\": \"118\",\n            \"mauRankChange\": \"-16\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"mauRank\": \"153\",\n            \"mauRankChange\": \"104\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"mauRank\": \"214\",\n            \"mauRankChange\": \"94\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"mauRank\": \"215\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"mauRank\": \"294\",\n            \"mauRankChange\": \"169\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"mauRank\": \"303\",\n            \"mauRankChange\": \"519\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"mauRank\": \"311\",\n            \"mauRankChange\": \"-43\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"mauRank\": \"415\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"mauRank\": \"835\",\n            \"mauRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"mauRank\": \"983\",\n            \"mauRankChange\": \"221\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"mauRank\": \"995\",\n            \"mauRankChange\": \"N/A\"\n          }\n        ],\n        \"marketShare\": [\n          {\n            \"countryCode\": \"MX\",\n            \"countryName\": \"Mexico\",\n            \"impressionRank\": \"3\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"US\",\n            \"countryName\": \"United States\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"1\"\n          },\n          {\n            \"countryCode\": \"CA\",\n            \"countryName\": \"Canada\",\n            \"impressionRank\": \"6\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"PA\",\n            \"countryName\": \"Panama\",\n            \"impressionRank\": \"8\",\n            \"impsRankChange\": \"3\"\n          },\n          {\n            \"countryCode\": \"AR\",\n            \"countryName\": \"Argentina\",\n            \"impressionRank\": \"10\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BR\",\n            \"countryName\": \"Brazil\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"0\"\n          },\n          {\n            \"countryCode\": \"AU\",\n            \"countryName\": \"Australia\",\n            \"impressionRank\": \"13\",\n            \"impsRankChange\": \"6\"\n          },\n          {\n            \"countryCode\": \"FI\",\n            \"countryName\": \"Finland\",\n            \"impressionRank\": \"14\",\n            \"impsRankChange\": \"2\"\n          },\n          {\n            \"countryCode\": \"NL\",\n            \"countryName\": \"Netherlands\",\n            \"impressionRank\": \"19\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"BE\",\n            \"countryName\": \"Belgium\",\n            \"impressionRank\": \"29\",\n            \"impsRankChange\": \"7\"\n          },\n          {\n            \"countryCode\": \"ID\",\n            \"countryName\": \"Indonesia\",\n            \"impressionRank\": \"30\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"JP\",\n            \"countryName\": \"Japan\",\n            \"impressionRank\": \"31\",\n            \"impsRankChange\": \"-13\"\n          },\n          {\n            \"countryCode\": \"GB\",\n            \"countryName\": \"United Kingdom\",\n            \"impressionRank\": \"33\",\n            \"impsRankChange\": \"25\"\n          },\n          {\n            \"countryCode\": \"HK\",\n            \"countryName\": \"Hong Kong\",\n            \"impressionRank\": \"34\",\n            \"impsRankChange\": \"13\"\n          },\n          {\n            \"countryCode\": \"AE\",\n            \"countryName\": \"United Arab Emirates\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"-21\"\n          },\n          {\n            \"countryCode\": \"PR\",\n            \"countryName\": \"Puerto Rico\",\n            \"impressionRank\": \"37\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"CO\",\n            \"countryName\": \"Colombia\",\n            \"impressionRank\": \"38\",\n            \"impsRankChange\": \"19\"\n          },\n          {\n            \"countryCode\": \"CN\",\n            \"countryName\": \"China\",\n            \"impressionRank\": \"39\",\n            \"impsRankChange\": \"21\"\n          },\n          {\n            \"countryCode\": \"SA\",\n            \"countryName\": \"Saudi Arabia\",\n            \"impressionRank\": \"68\",\n            \"impsRankChange\": \"81\"\n          },\n          {\n            \"countryCode\": \"PH\",\n            \"countryName\": \"Philippines\",\n            \"impressionRank\": \"69\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"IT\",\n            \"countryName\": \"Italy\",\n            \"impressionRank\": \"78\",\n            \"impsRankChange\": \"36\"\n          },\n          {\n            \"countryCode\": \"FR\",\n            \"countryName\": \"France\",\n            \"impressionRank\": \"95\",\n            \"impsRankChange\": \"47\"\n          },\n          {\n            \"countryCode\": \"DE\",\n            \"countryName\": \"Germany\",\n            \"impressionRank\": \"96\",\n            \"impsRankChange\": \"-4\"\n          },\n          {\n            \"countryCode\": \"TR\",\n            \"countryName\": \"Turkey\",\n            \"impressionRank\": \"130\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"SE\",\n            \"countryName\": \"Sweden\",\n            \"impressionRank\": \"133\",\n            \"impsRankChange\": \"23\"\n          },\n          {\n            \"countryCode\": \"ES\",\n            \"countryName\": \"Spain\",\n            \"impressionRank\": \"152\",\n            \"impsRankChange\": \"-38\"\n          },\n          {\n            \"countryCode\": \"VN\",\n            \"countryName\": \"Viet Nam\",\n            \"impressionRank\": \"208\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"KR\",\n            \"countryName\": \"Republic of Korea\",\n            \"impressionRank\": \"219\",\n            \"impsRankChange\": \"N/A\"\n          },\n          {\n            \"countryCode\": \"RU\",\n            \"countryName\": \"Russian Federation\",\n            \"impressionRank\": \"334\",\n            \"impsRankChange\": \"-40\"\n          }\n        ]\n      },\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"e8b1d99d-2f75-4e1b-b5b4-3638a53e58b7"},{"name":"getApp - Device & Region","id":"9a050c44-0217-47e5-b013-dc4e900db701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?appId=&region=&device=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"Smartphone\", \"Tablet\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"b8529ddd-1df7-4c14-8450-069ac375e910","name":"getApp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?region=NA&device=smartphone&username={{username}}&password={{password}}&appId=1407852246","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getApp"],"query":[{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"device","value":"smartphone","description":"Optional. \"Smartphone\", \"Tablet\". Default all devices"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"appId","value":"1407852246"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 1,\n\t\"docs\": [{\n\t\t\"appId\": \"1407852246\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"smartphone\",\n\t\t\"appStore\": \"ios\",\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Happy Color™ – Paint by Number\",\n\t\t\t\"screenshotUrls\": [\"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/2e/1f/1f/2e1f1f76-0b5d-0601-ffaf-9475bfa45083/7df7f41a-afcd-4cdf-8628-40cfb1d0f39d_The-Lion-King_caption.png/392x696bb.png\", \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/3a/68/e8/3a68e85f-4ad3-af55-38d3-578cbbc07409/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\", \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/db/d8/05/dbd805d6-4e55-4c9c-0e14-3da070714217/50b47281-e474-4ada-b1ec-9c08bfe1b4c8_Aladdin_caption.png/392x696bb.png\", \"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/43/40/55/4340553c-351f-b5e2-4bca-79c4462d0ca7/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\", \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/f2/36/a9/f236a93e-921b-8ec2-00d0-5e1a0ca3d23e/1ff62900-e2a3-4bb2-8090-1209b036a86f_Coco_caption.png/392x696bb.png\", \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/fe/c3/4d/fec34def-3489-3507-a1ae-1ffdb790349e/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\", \"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/50/58/23/50582365-601b-3fd9-b068-41865a0094ab/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\", \"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/9b/71/16/9b7116ed-50d0-705d-a894-60fe376d2287/b6837b48-1e46-4428-a126-fc5d847b73b7_Frozen_caption.png/392x696bb.png\"],\n\t\t\t\"description\": \"Now featuring your favorite Marvel Super Heroes!\\n\\nHappy Color™ is a color by number game for adults. There are so many breathtaking and inspiring pictures to color!\\n\\nAll 6000 of them are free. In our coloring book we have more than 15 categories, such as:\\n-  Animals. Just find the cutest buddy you want to color;\\n-  Places. Find pictures of the real places and unique buildings beautifully painted in our coloring book;\\n-  Hobbies like sports, music, board games, puzzles and other coloring pages;\\n-  Flowers. The most beautiful and exotic flowers are already painted.\\n\\nAnd this is only a small part of the pictures we have in Happy Color. Open the game and you will find people, mosaic, mandala, horoscopes, fantasy, art and many more pictures.\\n\\nColoring has never been so easy, all pictures are marked by numbers. Open your color by number book and rediscover the simple relaxation and joy of coloring. Paint and share your favorite adult coloring pages with friends and family, let everyone see your fantastic coloring pages!\\n\\nColor your life with our adult coloring book Happy Color!\\n\\nWe are constantly working to make our coloring book better, please, share your feedbacks: support@x-flow.app\\n\\nJoin our Facebook community and enjoy more pics every day:https://mobile.facebook.com/happycolorbynumber/\\n\\nHappy Color has a lot of unique pictures hand drawn by professional authors, as well as pics of famous characters, comics, cartoons etc. owned by Marvel (© 2020 MARVEL), Warner Bros (TM & © Hanna-Barbera © 2019 WBEI), and others.\",\n\t\t\t\"iabPrimaryCategory\": [\"Video Gaming\"],\n\t\t\t\"iabSubCategory\": [\"Mobile Games\"],\n\t\t\t\"delistedDate\": null,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"hasDangerousPermissions\": false\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"bundleId\": \"com.coloring.color.number.ios\",\n\t\t\t\"trackId\": \"1407852246\",\n\t\t\t\"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-paint-by-number/id1407852246?uo=4\",\n\t\t\t\"trustedSeller\": null,\n\t\t\t\"incentivizedActivity\": false,\n\t\t\t\"downloadRange\": null,\n\t\t\t\"averageUserRating\": 4,\n\t\t\t\"contentRating\": \"4+\",\n\t\t\t\"blocklisted\": false,\n\t\t\t\"blocklistedReasons\": null\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": true,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"hasDangerousPermissions\": false,\n\t\t\t\"blocklisted\": false,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"hasPrivacyPolicy\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 10.26,\n\t\t\t\"ivtRisk\": \"high\",\n\t\t\t\"viewability\": 65.55,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"descriptionBrandSafetyRisk\": \"low\",\n\t\t\t\"contentBrandSafetyRisk\": null,\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"X-FLOW LTD\",\n\t\t\t\"developerLocation\": \"Ioanni Kondylaki, 46 Q TOWER, Flat/Office 4 6042 Larnaca, Cyprus\",\n\t\t\t\"developerEmail\": \"support@x-flow.app\",\n\t\t\t\"developerCountry\": \"CYPRUS\",\n\t\t\t\"developerWebsite\": \"http://x-flow.app/\",\n\t\t\t\"developerTotalApps\": 1,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"facebookRisk\": null,\n\t\t\t\"linkedInRating\": null,\n\t\t\t\"twitterRisk\": \"high\"\n\t\t},\n\t\t\"trafficOverview\": {\n\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\"locationMaskingRisk\": \"medium\",\n\t\t\t\"advertisingIvtRisk\": \"high\",\n\t\t\t\"clickIvtRisk\": \"low\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"estimatedDailyActiveUsers\": 1349500,\n\t\t\t\"estimatedMonthlyActiveUsers\": 40487500,\n\t\t\t\"inventory\": 49064125723,\n\t\t\t\"adSpend\": 29582\n\t\t},\n\t\t\"adCapabilities\": {\n\t\t\t\"displayTopAdsize\": \"300x50\",\n\t\t\t\"videoTopAdsize\": \"480x320\",\n\t\t\t\"displayContribution\": 60.9,\n\t\t\t\"videoContribution\": 39.1,\n\t\t\t\"hyperLocationAvailability\": 67.04,\n\t\t\t\"mraidVersion\": null,\n\t\t\t\"adsDetected\": true,\n\t\t\t\"topDevice\": \"Apple Iphone\"\n\t\t},\n\t\t\"interactiveElements\": [\"In-Game Purchases\"],\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"descriptionBrandSafetyRisk\": \"low\",\n\t\t\t\t\"advisoriesRisk\": null,\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"low\",\n\t\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"low\",\n\t\t\t\t\"gamblingContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"low\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"contentBrandSafetyRisk\": null,\n\t\t\t\t\"adultRisk\": null,\n\t\t\t\t\"violenceRisk\": null,\n\t\t\t\t\"imagesData\": null\n\t\t\t}\n\t\t},\n\t\t\"appPermissions\": {\n\t\t\t\"ivtPermissionRisk\": null,\n\t\t\t\"permissions\": null\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"byOverallTraffic\": null,\n\t\t\t\"byIvt\": null\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 16.62,\n\t\t\t\"ivt\": 12.25,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 14.45,\n\t\t\t\"ivt\": 13.72,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 95.32\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 11.8,\n\t\t\t\"ivt\": 9.83,\n\t\t\t\"videoInventoryRatio\": 3.0,\n\t\t\t\"viewability\": 94.24\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 10.46,\n\t\t\t\"ivt\": 9.43,\n\t\t\t\"videoInventoryRatio\": 0.1,\n\t\t\t\"viewability\": 9.78\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 10.28,\n\t\t\t\"ivt\": 8.6,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 98.14\n\t\t}, {\n\t\t\t\"exchange\": \"MoPub Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 10.07,\n\t\t\t\"ivt\": 9.56,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 97.31\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 6.15,\n\t\t\t\"ivt\": 11.69,\n\t\t\t\"videoInventoryRatio\": 0.3,\n\t\t\t\"viewability\": 93.72\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.22,\n\t\t\t\"ivt\": 7.58,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 98.28\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 2.93,\n\t\t\t\"ivt\": 6.56,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 97.18\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.62,\n\t\t\t\"ivt\": 10.84,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 92.36\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 10.16,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 6.06,\n\t\t\t\"videoInventoryRatio\": 77.42,\n\t\t\t\"viewability\": 28.57\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 6.41,\n\t\t\t\"ivt\": 11.96,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 90.55\n\t\t}, {\n\t\t\t\"exchange\": \"InMobi\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.89,\n\t\t\t\"ivt\": 10.94,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 77.06\n\t\t}, {\n\t\t\t\"exchange\": \"Inneractive LTD\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.08,\n\t\t\t\"ivt\": 8.81,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 95.96\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 10.26,\n\t\t\t\"givt\": 0.1,\n\t\t\t\"sivt\": 10.15,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.06,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Auto Reloader\",\n\t\t\t\t\"givt\": 0.04,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 2.79\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 2.53\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HijackedSession\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 2.09\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskDeviceId\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.93\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.7\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"LocationObfuscation\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.64\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.27\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DeviceIdStuffing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.12\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.05\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayClickFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.02\n\t\t\t}]\n\t\t},\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 64.89,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"viewability\": 64.64,\n\t\t\t\t\"inventoryRatio\": 59.77\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x480\",\n\t\t\t\t\"viewability\": 51.53,\n\t\t\t\t\"inventoryRatio\": 33.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"viewability\": 41.07,\n\t\t\t\t\"inventoryRatio\": 4.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x50\",\n\t\t\t\t\"viewability\": 95.42,\n\t\t\t\t\"inventoryRatio\": 0.63\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"viewability\": 79.99,\n\t\t\t\t\"inventoryRatio\": 0.49\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"480x320\",\n\t\t\t\t\"viewability\": 14.29,\n\t\t\t\t\"inventoryRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"viewability\": 96.51,\n\t\t\t\t\"inventoryRatio\": 0.16\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"Apple Iphone\",\n\t\t\t\t\"ivt\": 10.25,\n\t\t\t\t\"viewability\": 64.88,\n\t\t\t\t\"inventoryRatio\": 99.95\n\t\t\t}],\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"ivt\": 10.26,\n\t\t\t\t\"viewability\": 64.89,\n\t\t\t\t\"inventoryRatio\": 93.29\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"ivt\": 9.52,\n\t\t\t\t\"viewability\": 72.26,\n\t\t\t\t\"inventoryRatio\": 4.63\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"ivt\": 4.82,\n\t\t\t\t\"viewability\": 94.36,\n\t\t\t\t\"inventoryRatio\": 1.53\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"ivt\": 7.65,\n\t\t\t\t\"viewability\": 61.7,\n\t\t\t\t\"inventoryRatio\": 0.55\n\t\t\t}],\n\t\t\t\"byCountry\": null,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"ivt\": 8.77,\n\t\t\t\t\"viewability\": 64.64,\n\t\t\t\t\"inventoryRatio\": 59.77\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x480\",\n\t\t\t\t\"ivt\": 12.58,\n\t\t\t\t\"viewability\": 51.53,\n\t\t\t\t\"inventoryRatio\": 33.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"ivt\": 11.61,\n\t\t\t\t\"viewability\": 41.07,\n\t\t\t\t\"inventoryRatio\": 4.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x50\",\n\t\t\t\t\"ivt\": 8.57,\n\t\t\t\t\"viewability\": 95.42,\n\t\t\t\t\"inventoryRatio\": 0.63\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"ivt\": 10.94,\n\t\t\t\t\"viewability\": 79.99,\n\t\t\t\t\"inventoryRatio\": 0.49\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"480x320\",\n\t\t\t\t\"ivt\": 12.09,\n\t\t\t\t\"viewability\": 14.29,\n\t\t\t\t\"inventoryRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"ivt\": 10.7,\n\t\t\t\t\"viewability\": 96.51,\n\t\t\t\t\"inventoryRatio\": 0.16\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"ivt\": 11.82,\n\t\t\t\t\"viewability\": 60.11,\n\t\t\t\t\"inventoryRatio\": 4.94\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"ivt\": 9.12,\n\t\t\t\t\"viewability\": 66.79,\n\t\t\t\t\"inventoryRatio\": 4.63\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"ivt\": 9.25,\n\t\t\t\t\"viewability\": 65.65,\n\t\t\t\t\"inventoryRatio\": 3.91\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"ivt\": 13.8,\n\t\t\t\t\"viewability\": 76.92,\n\t\t\t\t\"inventoryRatio\": 3.65\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"ivt\": 9.47,\n\t\t\t\t\"viewability\": 66.42,\n\t\t\t\t\"inventoryRatio\": 3.04\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"ivt\": 9.82,\n\t\t\t\t\"viewability\": 60.74,\n\t\t\t\t\"inventoryRatio\": 2.72\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"ivt\": 9.07,\n\t\t\t\t\"viewability\": 65.92,\n\t\t\t\t\"inventoryRatio\": 2.59\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"ivt\": 10.17,\n\t\t\t\t\"viewability\": 69.15,\n\t\t\t\t\"inventoryRatio\": 2.29\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"ivt\": 12.59,\n\t\t\t\t\"viewability\": 60.3,\n\t\t\t\t\"inventoryRatio\": 2.03\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"ivt\": 9.85,\n\t\t\t\t\"viewability\": 57.74,\n\t\t\t\t\"inventoryRatio\": 2.03\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"ivt\": 11.43,\n\t\t\t\t\"viewability\": 56.59,\n\t\t\t\t\"inventoryRatio\": 1.97\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"ivt\": 8.55,\n\t\t\t\t\"viewability\": 57.48,\n\t\t\t\t\"inventoryRatio\": 1.93\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"ivt\": 12.99,\n\t\t\t\t\"viewability\": 61.08,\n\t\t\t\t\"inventoryRatio\": 1.85\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"ivt\": 10.09,\n\t\t\t\t\"viewability\": 71.42,\n\t\t\t\t\"inventoryRatio\": 1.83\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"ivt\": 7.83,\n\t\t\t\t\"viewability\": 55.18,\n\t\t\t\t\"inventoryRatio\": 1.77\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"ivt\": 8.61,\n\t\t\t\t\"viewability\": 65.52,\n\t\t\t\t\"inventoryRatio\": 1.61\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"ivt\": 7.99,\n\t\t\t\t\"viewability\": 66.1,\n\t\t\t\t\"inventoryRatio\": 1.53\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"ivt\": 11.14,\n\t\t\t\t\"viewability\": 60.41,\n\t\t\t\t\"inventoryRatio\": 1.51\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"ivt\": 10.21,\n\t\t\t\t\"viewability\": 61.53,\n\t\t\t\t\"inventoryRatio\": 1.39\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.01,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"ctr\": 0.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x50\",\n\t\t\t\t\"ctr\": 0.07\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"ctr\": 0.06\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x480\",\n\t\t\t\t\"ctr\": 0.01\n\t\t\t}]\n\t\t}\n\t}]\n}"}],"_postman_id":"9a050c44-0217-47e5-b013-dc4e900db701"},{"name":"getApp - Returning a single widget","id":"25e90a50-a2f2-4cef-bf39-df13909592ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?appId=&region=&device=&widget=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"Smartphone\", \"Tablet\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\",\"coppa\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\"</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"7bfe3366-5d9c-4e17-bb3f-d75f514ea5f9","name":"getApp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?appId=1407852246&region=GLOBAL&device=smartphone&widget=riskOverview&username={{username}}&password={{password}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getApp"],"query":[{"key":"appId","value":"1407852246"},{"key":"region","value":"GLOBAL"},{"key":"device","value":"smartphone","description":"Optional. \"Smartphone\", \"Tablet\". Default all devices"},{"key":"widget","value":"riskOverview"},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 1,\n\t\"docs\": [{\n\t\t\"appId\": \"1407852246\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"smartphone\",\n\t\t\"appStore\": \"ios\",\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 10.26,\n\t\t\t\"ivtRisk\": \"high\",\n\t\t\t\"viewability\": 65.55,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"descriptionBrandSafetyRisk\": \"low\",\n\t\t\t\"contentBrandSafetyRisk\": null,\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"device\": \"smartphone\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"tablet\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Moderately Elevated IVT Percentage\"]\n\t\t\t}]\n\t\t}\n\t}]\n}"}],"_postman_id":"25e90a50-a2f2-4cef-bf39-df13909592ad"},{"name":"getApp - Returning two widgets","id":"32664190-94eb-47f3-aad5-d9f34494fa16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?appId=&region=&device=&widget=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"Smartphone\", \"Tablet\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\",\"coppa\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\"</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"3e838c7b-d43f-4001-9692-784de71177c6","name":"getApp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?appId=1407852246&region=GLOBAL&device=smartphone&widget=appDetails,authorizedSellers&username={{username}}&password={{password}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getApp"],"query":[{"key":"appId","value":"1407852246"},{"key":"region","value":"GLOBAL"},{"key":"device","value":"smartphone","description":"Optional. \"Smartphone\", \"Tablet\". Default all devices"},{"key":"widget","value":"appDetails,authorizedSellers"},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 1,\n\t\"docs\": [{\n\t\t\"appId\": \"1407852246\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"smartphone\",\n\t\t\"appStore\": \"ios\",\n\t\t\"appDetails\": {\n\t\t\t\"bundleId\": \"com.coloring.color.number.ios\",\n\t\t\t\"trackId\": \"1407852246\",\n\t\t\t\"appStoreUrl\": \"https://apps.apple.com/us/app/happy-color-paint-by-number/id1407852246?uo=4\",\n\t\t\t\"trustedSeller\": null,\n\t\t\t\"incentivizedActivity\": false,\n\t\t\t\"downloadRange\": null,\n\t\t\t\"averageUserRating\": 4,\n\t\t\t\"contentRating\": \"4+\",\n\t\t\t\"blocklisted\": false,\n\t\t\t\"blocklistedReasons\": null\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 16.62,\n\t\t\t\"ivt\": 12.25,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 14.45,\n\t\t\t\"ivt\": 13.72,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 95.32\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 11.8,\n\t\t\t\"ivt\": 9.83,\n\t\t\t\"videoInventoryRatio\": 3.0,\n\t\t\t\"viewability\": 94.24\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 10.46,\n\t\t\t\"ivt\": 9.43,\n\t\t\t\"videoInventoryRatio\": 0.1,\n\t\t\t\"viewability\": 9.78\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 10.28,\n\t\t\t\"ivt\": 8.6,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 98.14\n\t\t}, {\n\t\t\t\"exchange\": \"MoPub Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 10.07,\n\t\t\t\"ivt\": 9.56,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 97.31\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 6.15,\n\t\t\t\"ivt\": 11.69,\n\t\t\t\"videoInventoryRatio\": 0.3,\n\t\t\t\"viewability\": 93.72\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.22,\n\t\t\t\"ivt\": 7.58,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 98.28\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 2.93,\n\t\t\t\"ivt\": 6.56,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 97.18\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.62,\n\t\t\t\"ivt\": 10.84,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 92.36\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 10.16,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 6.06,\n\t\t\t\"videoInventoryRatio\": 77.42,\n\t\t\t\"viewability\": 28.57\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 6.41,\n\t\t\t\"ivt\": 11.96,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 90.55\n\t\t}, {\n\t\t\t\"exchange\": \"InMobi\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.89,\n\t\t\t\"ivt\": 10.94,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 77.06\n\t\t}, {\n\t\t\t\"exchange\": \"Inneractive LTD\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.08,\n\t\t\t\"ivt\": 8.81,\n\t\t\t\"videoInventoryRatio\": 0.0,\n\t\t\t\"viewability\": 95.96\n\t\t}]\n\t}]\n}"}],"_postman_id":"32664190-94eb-47f3-aad5-d9f34494fa16"},{"name":"getApp - Returning Coppa widget","id":"124bf806-29a8-4b7a-8785-6b5d3fd298de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?appId=&region=&device=&widget=coppa&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"Smartphone\", \"Tablet\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\",\"coppa\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\"</p>\n","type":"text/plain"},"key":"widget","value":"coppa"},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"adf8c828-a7aa-4b41-aa04-083eebc196e1","name":"getApp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getApp?appId=1407852246&region=GLOBAL&device=smartphone&username={{username}}&password={{password}}&widget=coppa","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getApp"],"query":[{"key":"appId","value":"1407852246"},{"key":"region","value":"GLOBAL"},{"key":"device","value":"smartphone","description":"Optional. \"Smartphone\", \"Tablet\". Default all devices"},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"widget","value":"coppa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"OK\",\n  \"numFound\": 1,\n  \"docs\": [\n    {\n      \"appId\": \"1407852246\",\n      \"region\": \"GLOBAL\",\n      \"device\": \"GLOBAL\",\n      \"appStore\": \"ios\",\n      \"coppa\": {\n        \"coppaAudience\": \"Child Directed\",\n        \"coppaAudienceReason\": [\n          \"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"\n        ],\n        \"storeCategory\": [\n          \"Games\",\n          \"Entertainment\"\n        ],\n        \"storeSubCategory\": [\n          \"Board\",\n          \"Puzzle\"\n        ],\n        \"contentRating\": \"12+\",\n        \"isApprovedByTeacher\": false,\n        \"ageGroupApprovedByTeacher\": null,\n        \"coppaViolationRisk\": \"high\",\n        \"coppaViolationRiskReason\": [\n          \"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"\n        ],\n        \"privacyPolicyDetected\": true,\n        \"sensitivePermissions\": true,\n        \"transmitsResidentialIP\": true,\n        \"passesLocation\": true,\n        \"permissions\": [\n          {\n            \"name\": \"NSCameraUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the device’s camera.\"\n          },\n          {\n            \"name\": \"NSCalendarsUsageDescription\",\n            \"description\": \"A message that tells the user why the app is requesting access to the user’s calendar data.\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"124bf806-29a8-4b7a-8785-6b5d3fd298de"}],"id":"a7f274d7-b5ed-4d32-b92d-074ec2bea32d","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Widget</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>appId</td>\n<td>String</td>\n<td>App Unique Identifier  <br /><strong>Package Name on Google Play****Track Id for App Store</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>region</td>\n<td>String</td>\n<td>Region -  <br /><strong>GLOBAL, NA(North America), EMEA, LATAM, APAC</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>device</td>\n<td>String</td>\n<td>Device -  <br /><strong>GLOBAL, smartphone , tablet</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>appStore</td>\n<td>String</td>\n<td>App Store -  <br />**Google Play (for android),**<strong>App Store (for ios)</strong></td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>appTitle</td>\n<td>String</td>\n<td>App Title</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>screenshotUrls</td>\n<td>List of Strings</td>\n<td>List of app screenshots</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>description</td>\n<td>String</td>\n<td>App description</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>iabPrimaryCategory</td>\n<td>List of Strings</td>\n<td>IAB primary Categories <strong>(by Default provides IAB v2.0 Categories</strong> ,  <br /><strong>iabv1=true</strong> param in API enables to return <strong>IAB v1.0 Categories</strong>)</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>iabSubCategory</td>\n<td>List of Strings</td>\n<td>IAB secondary Categories <strong>(by Default provides IAB v2.0 Categories</strong> ,  <br /><strong>iabv1=true</strong> param in API enables to return <strong>IAB v1.0 Categories</strong> )</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>delistedDate</td>\n<td>String</td>\n<td>App delisted date from app store <strong>(Format : YYYY-MM-DD)</strong> Default: <strong>null</strong></td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>delistedApp</td>\n<td>Boolean</td>\n<td>A flag that indicates whether app was delisted from app store or nottrue indicates app was delisted from app store.</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>hasDangerousPermissions</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>bundleId</td>\n<td>String</td>\n<td>App bundle identifier (For Google Play it is package name &amp; For App Store it is Unique identifier for the app assigned by apple developer)</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>trackId</td>\n<td>String</td>\n<td>Unique identifier for the app assigned by Apple (<strong>for Only App Store</strong>) &amp;  <br /><strong>Null</strong> for Google Play</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>appStoreUrl</td>\n<td>String</td>\n<td>App page on Google Play or App Store</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>trustedSeller</td>\n<td>String</td>\n<td>Authorized trusted seller</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>incentivizedActivity</td>\n<td>Boolean</td>\n<td>True indicates incentivized activity available in the app</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>downloadRange</td>\n<td>String</td>\n<td>The estimated number of apps installed ( Only for Google Play) <strong>Ex: 500000000 - 1000000000</strong></td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>averageUserRating</td>\n<td>Integer</td>\n<td>The average user rating given by the app store. <strong>Ex: 4</strong></td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>contentRating</td>\n<td>String</td>\n<td>The recommended content rating defined by the app store. <strong>Ex: Teen or 4+</strong></td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>blocklisted</td>\n<td>Boolean</td>\n<td>True indicates the app has been placed on Pixalate risk blocklist</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>blocklistedReasons</td>\n<td>List of Strings</td>\n<td>List of reasons causes the blocklist app <strong>Refer possible blocklist reasons (H144)</strong></td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>hasAppAdsTxt</td>\n<td>Boolean</td>\n<td>True if AppAds.txt is enabled for the app's domain.</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>delistedApp</td>\n<td>Boolean</td>\n<td>Refer appDetails widget</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>delistedDate</td>\n<td>String</td>\n<td>Refer appDetails widget</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>hasDangerousPermissions</td>\n<td>Boolean</td>\n<td>True if dangerous permissions are enabled. List of app permissions are in widget \"appPermissions\"</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>blocklisted</td>\n<td>Boolean</td>\n<td>Refer appDetails widget</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>privateDomain</td>\n<td>Boolean</td>\n<td>True if domain is privately registered</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>hasTermsAndConditions</td>\n<td>Boolean</td>\n<td>True if app has terms and conditions</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>hasPrivacyPolicy</td>\n<td>Boolean</td>\n<td>True if app has privacy policy</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>overallIvtPermissionRisk</td>\n<td>String</td>\n<td>IVT Permission Risk <em>(low/medium/high)</em></td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>coppaRating</td>\n<td>String</td>\n<td>COPPA Permission Risk <em>(low/medium/high/critical) - upgrade required</em></td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>ivt</td>\n<td>Double</td>\n<td>Percentage of Invalid traffic associated with advertising transactions for the app <strong>Ex: 25%</strong></td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>ivtRisk</td>\n<td>String</td>\n<td>Invalid traffic Risk <em>(low/medium/high)</em></td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>viewability</td>\n<td>Double</td>\n<td>The average viewability for all display ad impressions in the app <strong>Ex: 29%</strong></td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>viewabilityRisk</td>\n<td>String</td>\n<td>Viewability Risk <em>(low/medium/high)</em></td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>descriptionBrandSafetyRisk</td>\n<td>String</td>\n<td>The overall description risk to advertise Brand Safety from the app</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>contentBrandSafetyRisk</td>\n<td>String</td>\n<td>The overall content risk to advertise Brand Safety from the app</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>overallIvtPermissionRisk</td>\n<td>String</td>\n<td>The overall IVT risk to advertise Brand Safety from the app</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>risk</td>\n<td>Object</td>\n<td>Overal pixalate's unique advertising risk assesment based on blended risk factors including brand safety, invalid traffic and inventory for all regions and devices.It includes risk reasons. <strong>List of possible risk reasons ( Please find below Possible Risks section )</strong></td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>developerName</td>\n<td>String</td>\n<td>The business name of the app's developer</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>developerLocation</td>\n<td>String</td>\n<td>The business address of the app's developer</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>developerEmail</td>\n<td>String</td>\n<td>Contact email address of the app's developer</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>developerCountry</td>\n<td>String</td>\n<td>Country name of the app's developer</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>developerWebsite</td>\n<td>String</td>\n<td>App's developer website</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>developerTotalApps</td>\n<td>Integer</td>\n<td>The total number of apps available from the developer</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>privateDomain</td>\n<td>Boolean</td>\n<td><strong>Refer pixalateAdvisories</strong></td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>hasTermsAndConditions</td>\n<td>Boolean</td>\n<td><strong>Refer pixalateAdvisories</strong></td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>hasPrivacyPolicy</td>\n<td>Boolean</td>\n<td><strong>Refer pixalateAdvisories</strong></td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>facebookRisk</td>\n<td>String</td>\n<td>Facebook Risk <em>(low/medium/high)</em> , Low social media engagement on Facebook can be a risk factor</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>linkedInRisk</td>\n<td>String</td>\n<td>LinkedIn Risk <em>(low/medium/high)</em> , Low social media engagement on LinkedIn can be a risk factor</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>twitterRisk</td>\n<td>String</td>\n<td>Twitter Risk <em>(low/medium/high)</em> , Low social media engagement on Twitter can be a risk factor</td>\n</tr>\n<tr>\n<td>Rankings</td>\n<td>globalPopularityRank</td>\n<td>Object</td>\n<td>Top Grossing Rank</td>\n</tr>\n<tr>\n<td>Rankings</td>\n<td>regionRank</td>\n<td>Object</td>\n<td>Specific Region Rank</td>\n</tr>\n<tr>\n<td>Rankings</td>\n<td>categoryRank</td>\n<td>Object</td>\n<td>Specific Category Rank</td>\n</tr>\n<tr>\n<td>Rankings By Country</td>\n<td>Global Reach Ranking By Country</td>\n<td>Object</td>\n<td>Reach Ranking by Country</td>\n</tr>\n<tr>\n<td>Rankings By Country</td>\n<td>Global Market Share Ranking by Country</td>\n<td>Object</td>\n<td>Market Share Ranking by Country</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>coppaAudience</td>\n<td>Object</td>\n<td>Child Directed / General Audience</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>coppaAudienceReason</td>\n<td>String</td>\n<td>List of reasons causes - Child Directed / General Audience</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>storeCategory</td>\n<td>List of Strings</td>\n<td>Store primary Categories</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>storeSubCategory</td>\n<td>List of Strings</td>\n<td>Store sub Categories</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>contentRating</td>\n<td>String</td>\n<td>The recommended content rating defined by the app store. <strong>Ex: Teen or 4+</strong></td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>isApprovedByTeacher</td>\n<td>Boolean</td>\n<td>True , if Google Teacher Approved</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>ageGroupApprovedByTeacher</td>\n<td>String</td>\n<td>&lt;&gt;</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>coppaViolationRisk</td>\n<td>String</td>\n<td>coppaViolationRisk <em>(low/medium/high/critical)</em></td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>coppaViolationRiskReason</td>\n<td>String</td>\n<td>List of reasons causes for coppaViolationRisk</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>privacyPolicyDetected</td>\n<td>Boolean</td>\n<td>True if app has privacy policy</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>sensitivePermissions</td>\n<td>Boolean</td>\n<td>True if app has sensitive Permissions</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>transmitsResidentialIP</td>\n<td>Boolean</td>\n<td>True if app Transmits Residential IP</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>passesLocation</td>\n<td>Boolean</td>\n<td>True if app Passes Location</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>permissions</td>\n<td>Object</td>\n<td>List of Coppa Permissions</td>\n</tr>\n<tr>\n<td>coppa</td>\n<td>description</td>\n<td>String</td>\n<td>Description for Coppa Permissions</td>\n</tr>\n<tr>\n<td>trafficOverview</td>\n<td>spoofingRisk</td>\n<td>String</td>\n<td>Spoofing Risk <em>(low/medium/high)</em> , The risk the app may be misrepresented in advertising transactions and ads delivered to a different app or site</td>\n</tr>\n<tr>\n<td>trafficOverview</td>\n<td>locationMaskingRisk</td>\n<td>String</td>\n<td>Location Masking Risk <em>(low/medium/high)</em> , The risk that location data is inaccurate for advertising transactions involving the app</td>\n</tr>\n<tr>\n<td>trafficOverview</td>\n<td>advertisingIvtRisk</td>\n<td>String</td>\n<td>Advertising IVT Risk <em>(low/medium/high)</em> , The risk of advertising impressions delivered to the app being due to invalid traffic (IVT)</td>\n</tr>\n<tr>\n<td>trafficOverview</td>\n<td>clickIvtRisk</td>\n<td>String</td>\n<td>Click IVT Risk <em>(low/medium/high)</em> , The risk of clicks originating from ads on the app being fraudluent</td>\n</tr>\n<tr>\n<td>trafficOverview</td>\n<td>viewabilityRisk</td>\n<td>String</td>\n<td>Viewability Risk <em>(low/medium/high)</em> , The risk of IAB viewability standards not being met for ad impressions on the app</td>\n</tr>\n<tr>\n<td>trafficOverview</td>\n<td>estimatedDailyActiveUsers</td>\n<td>Integer</td>\n<td>Estimated daily active users of the app <strong>(Ex: 1000000)</strong></td>\n</tr>\n<tr>\n<td>trafficOverview</td>\n<td>estimatedMonthlyActiveUsers</td>\n<td>Integer</td>\n<td>Estimated monthly active users of the app <strong>(Ex: 6000000)</strong></td>\n</tr>\n<tr>\n<td>trafficOverview</td>\n<td>inventory</td>\n<td>Integer</td>\n<td>The estimated number of monthly impressions this app makes available programmatically</td>\n</tr>\n<tr>\n<td>trafficOverview</td>\n<td>topDevice</td>\n<td>String</td>\n<td>The platform most commonly trafficked in programmatic advertising <strong>(Ex: Xiaomi Redmi or Galaxy A10)</strong></td>\n</tr>\n<tr>\n<td>adCapabilities</td>\n<td>displayTopAdsize</td>\n<td>String</td>\n<td>The display ad size most commonly trafficked in programmatic advertising <strong>(Ex: 336x280)</strong></td>\n</tr>\n<tr>\n<td>adCapabilities</td>\n<td>videoTopAdsize</td>\n<td>String</td>\n<td>The video ad size most commonly trafficked in programmatic advertising <strong>(Ex: 768x1024)</strong></td>\n</tr>\n<tr>\n<td>adCapabilities</td>\n<td>videoContribution</td>\n<td>Double</td>\n<td>The percentage of video ads trafficked on the app <strong>Ex: 4.77%</strong></td>\n</tr>\n<tr>\n<td>adCapabilities</td>\n<td>displayContribution</td>\n<td>Double</td>\n<td>The percentage of display ads trafficked on the app <strong>Ex: 95.23%</strong></td>\n</tr>\n<tr>\n<td>adCapabilities</td>\n<td>hyperLocationAvailability</td>\n<td>Double</td>\n<td>The percentage of advertising transactions containing the user's latitude and longitude <strong>Ex: 98.78%</strong></td>\n</tr>\n<tr>\n<td>adCapabilities</td>\n<td>mraidVersion</td>\n<td>String</td>\n<td>The most recent version of MRAID for which the app is compliant <strong>(Ex: 3.0)</strong></td>\n</tr>\n<tr>\n<td>adCapabilities</td>\n<td>adsDetected</td>\n<td>Boolean</td>\n<td>True when Ads detected in the app. Non ad-supported apps may be at risk of spoofing.</td>\n</tr>\n<tr>\n<td>interactiveElements</td>\n<td>interactiveElements</td>\n<td>List of Strings</td>\n<td>List of Interactive elements focus on what information the app has access to. Possible values are : <strong>Shares Info , Shares Location , Users Interact , Digital Purchases , Unrestricted Internet , In-App Purchases , In-Game Purchases</strong></td>\n</tr>\n<tr>\n<td>brandSafety</td>\n<td>descriptionBrandSafety</td>\n<td>Object</td>\n<td>App descriptive text is processed through natural language algorithms and comprehensive categorical dictionaries to predict the advertiser brand safety risk.  <br /><strong>descriptionBrandSafetyRisk</strong> - The overall description risk to advertise Brand Safety from the app.  <br /><strong>1.advisoriesRisk</strong> - The risk to brand safety derived from the app's content advisories.  <br /><strong>2.adultContentRisk</strong> - The risk to brand safety from Adult themed content based on textual analysis of the app and its descriptive content .  <br /><strong>3.drugContentRisk</strong> - The risk to brand safety from Drug themed content based on textual analysis of the app and its descriptive content .  <br /><strong>4.alcoholContentRisk</strong> - The risk to brand safety from Alcohol themed content based on textual analysis of the app and its descriptive content.  <br /><strong>5.hateSpeechRisk</strong> - The risk to brand safety from Hate Speech content based on textual analysis of the app and its descriptive content.  <br /><strong>6.offensiveContentRisk</strong> - The risk to brand safety from content with Offensive Language based on textual analysis of the app and its descriptive content .  <br /><strong>7.gamblingContentRisk</strong> - The risk to brand safety from Gambling focused content based on textual analysis of the app and its descriptive content .  <br /><strong>8.violenceContentRisk</strong> - The risk to brand safety from Gambling focused content based on textual analysis of the app and its descriptive content</td>\n</tr>\n<tr>\n<td>brandSafety</td>\n<td>contentBrandSafety</td>\n<td>Object</td>\n<td>In-App visual content is processed through an advanced machine learning algorithm and evaluated for risk to advertiser brand safety.  <br /><strong>adultRisk</strong> - The risk to brand safety from Adult themed content based on textual analysis of the app and its descriptive content.  <br /><strong>violenceRisk</strong> - The risk to brand safety from potential violent imagery and content detected within the app.  <br /><strong>imageData</strong> - The image by image breakdown of brand safety risk factors based on advanced machine learning driven visual processing and text extraction.</td>\n</tr>\n<tr>\n<td>appPermissions</td>\n<td>appPermissions</td>\n<td>Object</td>\n<td>App permissions :-  <br /><strong>Normal permissions</strong> - Normal permissions cover areas where your app needs to access data or resources outside the app's sandbox, but where there's very little risk to the user's privacy or the operation of other apps. For example, permission to set the time zone is a normal permission. If an app declares in its manifest that it needs a normal permission, the system automatically grants the app that permission at install time.  <br /><strong>Dangerous permissions</strong> - Dangerous permissions cover areas where the app wants data or resources that involve the user's private information, or could potentially affect the user's stored data or the operation of other apps. For example, the ability to read the user's contacts is a dangerous permission. If an app declares that it needs a dangerous permission, the user has to explicitly grant the permission to the app. Until the user approves the permission, the app cannot provide functionality that depends on that permission.  <br />(<strong>isDangerous true indicate permission is Dangerous permission otherwise it is Normal permission.</strong>)</td>\n</tr>\n<tr>\n<td>trafficOverlap</td>\n<td>trafficOverlap</td>\n<td>Object</td>\n<td>Overlap traffic illustrates the most common user journeys from app to app. It leverages shared users to not only connect apps together but also to create relationships between a series of apps. List of apps provided based on overall traffic(byOveralTraffic) and invalid traffic(byIvt).  <br /><strong>userOverlap</strong> - The percentage of users of the given app that also visit the app. <strong>Ex: 8.7 %</strong>.  <br /><strong>inventoryOverlap</strong> - The percentage of impressions of the given app that were generated by the users that visited the app. <strong>Ex: 3.9%</strong></td>\n</tr>\n<tr>\n<td>authorizedSellers</td>\n<td>authorizedSellers</td>\n<td>Object</td>\n<td>The contribution of various sell side platforms to programmatic ad impressions sold on the app. <em>Sellers are categories(paymentType)</em> :-  <br /><strong>Direct</strong> - The contribution of direct sellers to programmatic ad impressions sold on the app.  <br /><strong>ReSeller</strong> - <em>TO DO</em> .  <br /><strong>Unauthorized</strong> - The contribution of unauthorized sellers (based on exclusion from App-Ads.Txt file) to programmatic ad impressions sold on the app.</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>invalidTraffic</td>\n<td>Object</td>\n<td>The percentage of invalid traffic associated with each Pixalate's taxonomy of GIVT and SIVT invalid traffic types.  <br /><strong>ivt</strong> - The total percentage of non-human traffic measured on the app.  <br /><strong>givt</strong> - GIVT refers to General Invalid Traffic - Deterministically judged to be non-human traffic; high to very high risk.  <br /><strong>sivt</strong> - SIVT refers to Sophisticated Invalid Traffic - Probabilistically judged to be non-human traffic using advanced statistical detection methods; moderate to high risk traffic.  <br /><strong>givtTypes</strong> - The percentage of invalid traffic associated with each Pixalate's taxonomy of GIVT invalid traffic types.  <br /><strong>sivtTypes</strong> - The percentage of invalid traffic associated with each Pixalate's taxonomy of SIVT invalid traffic types</td>\n</tr>\n<tr>\n<td>viewability</td>\n<td>viewability</td>\n<td>Object</td>\n<td>The average viewability, according the IAB standard of 50% in view for at least 1 second, for display advertisements in the app.  <br /><strong>viewability</strong> - The average viewability percentage of valid traffic for all ad sizes and traffic types in the app.  <br /><strong>viewabilityRisk</strong> - Viewability Risk.  <br /><strong>byAdSizes</strong> - Provides Viewability details by ad sizes</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byDevice</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by device</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byRegion</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by business region</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byCountry</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by country</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byAdSize</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by ad sizes</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byDma</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by Designated Market Area (DMA)</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>ctr</td>\n<td>Object</td>\n<td><strong>ctr</strong> - Average CTR of this app ,  <br /><strong>byAdSize</strong> - The average CTR percentage of valid traffic for all ad sizes and traffic types in the app</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"parameters\">Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required ?</th>\n<th>Description</th>\n<th>Possible Values</th>\n<th>Default</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>REQUIRED</td>\n<td>API Username. Refer to your onboarding email.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>password</td>\n<td>REQUIRED</td>\n<td>API Password. Refer to your onboarding email.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>appId</td>\n<td>REQUIRED</td>\n<td>App Unique Identifier.  <br />  <br /><strong>Package Name on Google Play, Track Id for App Store.</strong>  <br />  <br />Passing a bundle id could match apps from both stores. Use the appStore parameter to isolate.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>widget</td>\n<td>OPTIONAL</td>\n<td>Comma-separated list of widgets to return.</td>\n<td>**appOverview, appDetails, pixalateAdvisories,****riskOverview, developerOverview, trafficOverview,**adCapabilities, interactiveElements,coppa, brandSafety,**appPermissions, trafficOverlap, authorizedSellers,**<strong>invalidTraffic, viewability, inventory, ctr</strong></td>\n<td>Returns all widgets data by default.</td>\n</tr>\n<tr>\n<td>region</td>\n<td>OPTIONAL</td>\n<td>Region</td>\n<td>**GLOBAL ,****NA (North America),**EMEA,**LATAM,**<strong>APAC</strong>  <br />GLOBAL Indicates App Traffic analyzed from all regions  <br />(NA, EMEA, LATAM, APAC) together.</td>\n<td>Returns all Regions data by default.</td>\n</tr>\n<tr>\n<td>device</td>\n<td>OPTIONAL</td>\n<td>Device</td>\n<td>**GLOBAL ,****smartphone,**<strong>tablet</strong> -  <br />GLOBAL Indicates App Traffic analyzed from both devices  <br />smartphone and tablet together.</td>\n<td>Returns all devices data by default.</td>\n</tr>\n<tr>\n<td>iabv1</td>\n<td>OPTIONAL</td>\n<td>IAB Primary Categories &amp; IAB Secondary Categories</td>\n<td>true</td>\n<td><strong>by Default provides IAB v2.0 Categories</strong> ,  <br /><strong>iabv1=true</strong> param in API enables to return <strong>IAB v1.0 Categories</strong></td>\n</tr>\n<tr>\n<td>appStore</td>\n<td>OPTIONAL</td>\n<td>Isoloate results to a specific app store</td>\n<td>android or ios</td>\n<td>by default if a bundleId is provided results from both app stores are returned.</td>\n</tr>\n<tr>\n<td>ignoreCase</td>\n<td>OPTIONAL</td>\n<td>When set to true, the bundleId case is disregarded during the search, and it returns all corresponding bundle IDs irrespective of their letter casing.</td>\n<td>true or false</td>\n<td></td>\n</tr>\n<tr>\n<td>callback</td>\n<td>OPTIONAL</td>\n<td>JSONP callback</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"possible-risk--blocklist-reasons\">Possible Risk &amp; Blocklist reasons</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Possible Blocklist Reasons</th>\n<th>Possible Risk Reasons</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ad Inventory from the App is Frequently Spoofed</td>\n<td>Significantly Elevated IVT Percentage</td>\n</tr>\n<tr>\n<td>App is No Longer in Active Use</td>\n<td>Publisher Maintains Non-corporate Email Address</td>\n</tr>\n<tr>\n<td>Variety of Suspicious App Characteristics</td>\n<td>Moderately Elevated IVT Percentage</td>\n</tr>\n<tr>\n<td>High Volumes of Datacenter Traffic Detected</td>\n<td>Publisher Does Not Publish a Privacy Policy</td>\n</tr>\n<tr>\n<td>Limited History of Low Risk Advertising Traffic</td>\n<td>The Publisher Hides their Corporate Details in the Domain Registry</td>\n</tr>\n<tr>\n<td>The App is a VPN</td>\n<td>The Publisher's Email Address Doesn't Match Their Domain</td>\n</tr>\n<tr>\n<td>Location Coordinates from the App are Commonly Inaccurate or Spoofed</td>\n<td>Adult Content Has Been Detected in the App</td>\n</tr>\n<tr>\n<td>An app that belongs to a developer that has created one or more blacklisted apps</td>\n<td>The Publisher Does Not Publish Terms and Conditions</td>\n</tr>\n<tr>\n<td>App is No Longer in Active Use</td>\n<td>Publisher Maintains Non-corporate Email Address</td>\n</tr>\n<tr>\n<td>Significantly Elevated IVT Percentage</td>\n<td>The Publisher Domain is Invalid</td>\n</tr>\n<tr>\n<td></td>\n<td>Gambling Content Has Been Detected in the App</td>\n</tr>\n<tr>\n<td></td>\n<td>Programmatic Ads Not Detected Leads to High Spoofing Risk</td>\n</tr>\n<tr>\n<td></td>\n<td>Violent Content Has Been Detected in the App</td>\n</tr>\n<tr>\n<td></td>\n<td>App Description Uses Brand Unsafe Keywords</td>\n</tr>\n<tr>\n<td></td>\n<td>Alcohol Based Content Has Been Detected in the App</td>\n</tr>\n<tr>\n<td></td>\n<td>Ad Traffic Shows Some Suspicious Characteristics</td>\n</tr>\n<tr>\n<td></td>\n<td>Profanity and Offensive Language Has Been Detected in the App</td>\n</tr>\n<tr>\n<td></td>\n<td>App Description Uses Some Brand Unsafe Language</td>\n</tr>\n<tr>\n<td></td>\n<td>App Has a High Frequency of Invalid Clicks</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b4f980f9-bb9c-4375-96fc-24a367629e4c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a605ea5c-cd4d-47ae-9750-9fb3f866aec8"}}],"_postman_id":"a7f274d7-b5ed-4d32-b92d-074ec2bea32d"},{"name":"CTV Ratings Lookup","item":[{"name":"getCtvApp","id":"76a2877b-88be-4bcd-99ef-11f58d93cec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?appId=&region=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getCtvApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"5098dfbd-88d5-417f-bae2-e4fc51c73126","name":"getCtvApp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?username={{username}}&password={{password}}&appId=B00KDSGIPK","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getCtvApp"],"query":[{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"appId","value":"B00KDSGIPK"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 2,\n\t\"docs\": [{\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": true,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Pluto TV - It’s Free TV\",\n\t\t\t\"description\": \"Download now to stream Pluto TV's 100+ channels of news, sports, and the Internet's best, completely free on Amazon. Also, get access to our free VOD library of over 1000 entire movies and full TV episodes.\\n\\nPluto TV is revolutionizing the streaming TV experience, with over a hundred channels of amazing programming.\\n\\nIf you're a news junkie, we've got NBC News, as well as Sky News, Bloomberg, and more. For the fight fan, get the world's best MMA, boxing and more on Fight. For other binge-worthy interests, we've got the Crime Network, Funny AF, IGN, Pro Wrestling and All Day Anime. Enjoy these, and over 100 more amazing channels on Pluto TV!\\n\\nLooking for free on-demand? With Pluto TV, you have access to our library of over 1000 full movies and entire episodes of your favorite TV shows. Its out of this world!\\n\\nFree yourself from traditional TV. With Pluto TV, all your great entertainment is free. Join us, Citizen, and download today to start watching all the amazing stuff on Pluto TV!\\n\\n* Privacy Policy and Your California Privacy Rights: https://corporate.pluto.tv/privacy-policy\\n* Do Not Sell My Personal Info: https://viacomprivacy.com\\n* Terms of Use: https://corporate.pluto.tv/terms-of-use\",\n\t\t\t\"categories\": [\"Movies & TV\"],\n\t\t\t\"screenshotUrls\": [\"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\", \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\", \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\", \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 47.98,\n\t\t\t\"ivtRisk\": \"high\",\n\t\t\t\"ssaiRate\": 2.01,\n\t\t\t\"transparentSsaiRate\": 2.0,\n\t\t\t\"descriptionBrandSafetyRisk\": \"high\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": true,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": {\n\t\t\t\"victimOfSpoofing\": true,\n\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\"byFraudType\": [{\n\t\t\t\t\"fraudType\": \"userAgentObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"B00KDSGIPK\",\n\t\t\t\t\t\"sovRisk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"b00kdsgipk\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.other\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.roku\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.ios\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"Other\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"plutocbsn\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.peopleareawesome.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv.gravitas\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.web\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.peopleareawesome\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"plutotv.vevo\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"gustotv.plutotv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"plutoetlive\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.theasylum\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.worldpokertour\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.failarmy\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.thepetcollective\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.ctv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"b00kdsgipk\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.wtkr.localtvfiretv\",\n\t\t\t\t\t\"declaredBundleId\": \"com.wtkr.localtvfiretv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.battlenet.showguide\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"vizio.plutotv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.strix.strix_example\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.color.call.flash.colorphone.theme.coolled\",\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.dailymail.online\",\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"impressionVolumeObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"B00KDSGIPK\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"deviceObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"B00KDSGIPK\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"b00kdsgipk\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.ios\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.other\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.roku\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"bundleIdObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": \"com.cbsnews.ott\",\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.handmark.sportcaster\",\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.softmedia.receiver\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.chromecast\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.esaba.downloader\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.web\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.cbs.etlivefiretv\",\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}]\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://www.amazon.com/Pluto-TV-Its-Free/dp/B00KDSGIPK\",\n\t\t\t\"availableCountries\": null,\n\t\t\t\"availableLanguages\": null,\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 84.0,\n\t\t\t\"starRatingCount\": 148704.0,\n\t\t\t\"parentalHint\": \"Guidance Suggested\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": null,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 79.0,\n\t\t\t\"publishedDate\": null,\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"http://corporate.pluto.tv/privacy-policy/\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"B00KDSGIPK\",\n\t\t\t\t\"sovRatio\": 41.16\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\"sovRatio\": 38.89\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto\",\n\t\t\t\t\"sovRatio\": 11.57\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"b00kdsgipk\",\n\t\t\t\t\"sovRatio\": 3.16\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.tv\",\n\t\t\t\t\"sovRatio\": 1.78\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.android\",\n\t\t\t\t\"sovRatio\": 1.18\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.other\",\n\t\t\t\t\"sovRatio\": 1.11\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\"sovRatio\": 0.76\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.roku\",\n\t\t\t\t\"sovRatio\": 0.1\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.ios\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"plutocbsn\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.web\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.peopleareawesome.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\"developerWebsite\": \"pluto.tv\",\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"totalApps\": 1\n\t\t},\n\t\t\"channels\": [{\n\t\t\t\"name\": \"Gravitas Movies\"\n\t\t}, {\n\t\t\t\"name\": \"FailArmy\"\n\t\t}, {\n\t\t\t\"name\": \"The Pet Collective\"\n\t\t}, {\n\t\t\t\"name\": \"Kevin Hart LOL\"\n\t\t}, {\n\t\t\t\"name\": \"Leverage\"\n\t\t}, {\n\t\t\t\"name\": \"Baywatch\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Wild 'N Out\"\n\t\t}, {\n\t\t\t\"name\": \"BET Her\"\n\t\t}, {\n\t\t\t\"name\": \"CBSN 2\"\n\t\t}, {\n\t\t\t\"name\": \"MST3K\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Love & Hip Hop\"\n\t\t}, {\n\t\t\t\"name\": \"The Asylum\"\n\t\t}, {\n\t\t\t\"name\": \"Vevo Pop\"\n\t\t}, {\n\t\t\t\"name\": \"ET Live\"\n\t\t}, {\n\t\t\t\"name\": \"Unsolved Mysteries\"\n\t\t}, {\n\t\t\t\"name\": \"Nosey\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Live\"\n\t\t}, {\n\t\t\t\"name\": \"Crime Network\"\n\t\t}, {\n\t\t\t\"name\": \"World Poker Tour\"\n\t\t}, {\n\t\t\t\"name\": \"Awesomeness TV\"\n\t\t}, {\n\t\t\t\"name\": \"RiffTrax\"\n\t\t}, {\n\t\t\t\"name\": \"GustoTV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Hills\"\n\t\t}, {\n\t\t\t\"name\": \"PGA TOUR\"\n\t\t}, {\n\t\t\t\"name\": \"TV Land Drama\"\n\t\t}, {\n\t\t\t\"name\": \"Free Action Movies\"\n\t\t}, {\n\t\t\t\"name\": \"People Are Awesome\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central\"\n\t\t}, {\n\t\t\t\"name\": \"British TV\"\n\t\t}, {\n\t\t\t\"name\": \"Live Music Replay\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Teen\"\n\t\t}, {\n\t\t\t\"name\": \"CMT\"\n\t\t}, {\n\t\t\t\"name\": \"GLORY Kickboxing\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Latino\"\n\t\t}, {\n\t\t\t\"name\": \"Complex Networks\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Guy Code\"\n\t\t}, {\n\t\t\t\"name\": \"Fear Factor\"\n\t\t}, {\n\t\t\t\"name\": \"THC\"\n\t\t}, {\n\t\t\t\"name\": \"Fox Sports 1\"\n\t\t}, {\n\t\t\t\"name\": \"Black Cinema\"\n\t\t}, {\n\t\t\t\"name\": \"Flicks of Fury\"\n\t\t}, {\n\t\t\t\"name\": \"Criss Angel Mindfreak\"\n\t\t}, {\n\t\t\t\"name\": \"Funny AF\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central Latino\"\n\t\t}, {\n\t\t\t\"name\": \"Fight\"\n\t\t}, {\n\t\t\t\"name\": \"Dog the Bounty Hunter\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 RuPaul's Drag Race\"\n\t\t}, {\n\t\t\t\"name\": \"Spike\"\n\t\t}, {\n\t\t\t\"name\": \"NBC News\"\n\t\t}, {\n\t\t\t\"name\": \"Bloomberg TV\"\n\t\t}, {\n\t\t\t\"name\": \"CMT Westerns\"\n\t\t}, {\n\t\t\t\"name\": \"80s Rewind\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Challenge\"\n\t\t}, {\n\t\t\t\"name\": \"Paramount Movie Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Sportsman Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Classic Movies Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Big Sky Conference\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Hip Hop Family\"\n\t\t}, {\n\t\t\t\"name\": \"Chassy\"\n\t\t}, {\n\t\t\t\"name\": \"HISTORY\"\n\t\t}, {\n\t\t\t\"name\": \"Science\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Black Ink Crew\"\n\t\t}, {\n\t\t\t\"name\": \"Court TV\"\n\t\t}, {\n\t\t\t\"name\": \"The First\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Cine Estelar\"\n\t\t}, {\n\t\t\t\"name\": \"NBC Sports Network\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Block Party\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Biggest Pop\"\n\t\t}, {\n\t\t\t\"name\": \"Lively Place\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Spankin' New\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Cribs\"\n\t\t}, {\n\t\t\t\"name\": \"MLS\"\n\t\t}, {\n\t\t\t\"name\": \"LOGO\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Her Dramas\"\n\t\t}, {\n\t\t\t\"name\": \"Shout! Factory TV\"\n\t\t}, {\n\t\t\t\"name\": \"Classic TV\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Winter Sports\"\n\t\t}, {\n\t\t\t\"name\": \"Antiques Roadshow UK\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Naturaleza\"\n\t\t}, {\n\t\t\t\"name\": \"Forensic Files\"\n\t\t}, {\n\t\t\t\"name\": \"PursuitUP\"\n\t\t}, {\n\t\t\t\"name\": \"Fuse\"\n\t\t}, {\n\t\t\t\"name\": \"This Old House\"\n\t\t}, {\n\t\t\t\"name\": \"TYT Network\"\n\t\t}, {\n\t\t\t\"name\": \"Gordon Ramsay's Kitchen\"\n\t\t}, {\n\t\t\t\"name\": \"CNN En Español\"\n\t\t}, {\n\t\t\t\"name\": \"Cold Case Files\"\n\t\t}, {\n\t\t\t\"name\": \"Spike Aventura\"\n\t\t}],\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"high\",\n\t\t\t\t\"alcoholContentRisk\": \"high\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"medium\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\",\n\t\t\t\t\t\"text\": \"250+ channels\\nof live TV.\\nBAYWATCH\\nBaywatch: Dream Girl\\nWED 6:00 PM\\n|6:00 PM\\n|6:30 PM\\nTV plutoo\\nMTV Cribs\\nPunk'd\\n��OMEDY\\nCENTRAL\\nReno 911!\\nTosh.0\\nplutoo\\nBAYWATCH\\nBaywatch: Dream Girl\\nCNN\\nThe Latest News from CNN\\nNFL Top 10\\nTop Shot\\nNFL\\nCHANNEL\\nOCBSN\\nCBS News Live\\nLEVERAGE\\nLeverage\\nLeverage\\nANIMAS\\nThe Zoo\\nBamboo Ban\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.75825\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.7033\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.6613\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\",\n\t\t\t\t\t\"text\": \"1000s of movies\\non-demand.\\nRecently Added\\nSee All >\\nHOAM MKAY AU\\nBIGBISTH\\nTHE\\nBIG\\nSHORT\\nTINA FEY\\nWHISKEY\\nTANGO\\nFOXTROT\\nTHIS IS A TRUE STORY\\nPRESS\\nBig Fish\\nThe Big Short\\nWhiskey Tango Foxtrot\\nRecently Added\\nSee All >\\nGOOD\\nBurger\\nHOT ROD\\nNICKELODEON\\nTHE LEGEND OF\\nBAGGIR\\nVANCE\\nGood Burger\\nThe Legend of Baggar Vance\\nHot Trot\\nRecently Added\\nSee All >\\nDICTATOR\\nFLORENCE\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Art\",\n\t\t\t\t\t\t\"score\": 0.50219\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\",\n\t\t\t\t\t\"text\": \"Drop in.\\nIt's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.67789\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.60989\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.56994\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\",\n\t\t\t\t\t\"text\": \"pluto @\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.96237\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.93628\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.92948\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.77553\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Graphics\",\n\t\t\t\t\t\t\"score\": 0.73121\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nUNCENSORED\\nGordon Ramsay's Hell's Kitchen\\nWED 6:00 PM\\n6:00 PM\\n6:30 PM\\nU N S OLV ED\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nGordon Ramsay's Hell's Kitchen: Break or\\nUNCEN SORED\\nCOLD CASE FILES\\nCold Case Files\\nThe New\\nDetectives\\nThe New Detectives\\nThe New Det\\nLove & Hip Hop Atlanta\\nLove & Hip F\\nLOVE & HIP HOP VH\\nDOG\\nDog the Bounty Hunter\\nDog the Bou\\nTHE BOUNTY HUNTER\\nRUPAUL'S\\nDRAG RACE\\nRuPaul's Drag Race\\nRuPaul's Dra\\nVH1\\nS RIS S\\nA N GE\\nMINN��REAK\\nCricc Angel, M:nafrealk\\nCricc AngeL I\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.92182\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.71952\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.69731\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.69547\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\",\n\t\t\t\t\t\"text\": \"1000s of movies on-demand.\\nplutoo\\nLive TV\\nOn Demand\\ne Entertainment\\nMost Popular Movies\\nBig Fish\\nEI News\\nPG-13| Drama/Fantasy | 2hr 5m | ��\\nWhen Edward Bloom becomes ill, his son, William, travels\\nto be with him. William has a strained relationship with\\nB Binge Watch\\nEdward because his father has always told exaggerated\\nstories about his life, and William thinks he's never really\\ntold the truth.\\nMovies\\nCast: Ewan McGregor, Albert Finney, Billy Crudup\\nDirector: Tim Burton\\n�� Sports\\nBurger HOT RODALY DONUE ZLabor Day\\nH Explore\\nBIGDISH\\nBIG\\nBAGGER\\nVANCE\\nSHOR\\nFLORENCE\\nFOSTER JENKINS\\nMEXICAN\\nG Life + Style\\nCollection Title\\nH��RRISON\\nCADILLAC RECORDS\\nDEATH\\nATA\\nFUNERAL\\nDICTATOF\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.85803\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80597\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.75167\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\",\n\t\t\t\t\t\"text\": \"Drop in. It's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.75603\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Adaptation\",\n\t\t\t\t\t\t\"score\": 0.66966\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.65735\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.63672\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nrson\\nCNN\\nThe Latest News from CNN\\nWED 6:00 PM\\n|6:00 PM\\n6:30 PM\\nS NBC\\nNEWS\\nNBC Nightly News\\nNBC Nightly\\nOCBSN\\nCBS News Live Broadcast\\nCNN\\nThe Latest News from CNN\\nplutoo NEWS\\nHeadline News\\nTODAY'S TOP\\nToday's Top Story\\nToday's Top\\nSTORY\\nc cheddar\\nnews\\nCheddar Top Stories\\nBloomberg\\nTelevision\\nBloomberg Markets: The Close\\nWeat her NLation . 24177\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86865\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.81197\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.80777\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.75926\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.72535\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\",\n\t\t\t\t\t\"text\": \"250+ channels of live TV.\\nplutoo\\nLive TV\\nOn Demand\\n8:30 PM\\n9:00 PM\\n9:30 PM\\nBETA plutoo\\nEntertainment\\nJV plutoo\\nMTV Cribs\\nPunk'd\\nJersey Shore\\n130\\nEI News\\na COMEDY plutoo\\nCENTRAL\\n52\\nReno 911!\\nTosh.0\\nChappelle's S\\nBinge Watch\\n��aywatch\\nBaywatcl\\n* Featured\\nTV-MA Action 8:30PM- 9:30����\\nTV-MA Action 9:\\n356\\nBAYWATCH\\nJoin the Baywatch lifeguards on their thrilling adventures filled\\nJoin the Bayv\\nwith beautiful beaches and those iconic red swimsuits.\\nwith beautifu\\n3 Sports\\nCNN\\nThe Latest News from CNN\\nThe Latest News from CNN\\n11\\nH Explore\\n146\\nNFL CHANNEL\\nNFL Top 10\\nHard Knocks: A Decade of NFL Training Cadmps\\nA Life + Style\\nOCBSN\\n411\\nCBS News Live\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.93072\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.84903\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.77685\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.74575\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.70077\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nplutoo\\nOn Demand\\nLive TV\\nrson\\nCH 244\\nCNN\\nThe Latest News from CNN\\nT\\nCC\\n6:30PM - 9:3OPM\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.90742\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86095\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80441\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.77863\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.77101\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nplutoo\\nOn Demand\\nLive TV\\nOMOVIES\\nFORENSIC FILES\\nForensic Files\\nForensic Files\\ne Entertainment\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nUnsolved Mys\\n334\\nEl News\\nGordon Ramsay's Hell's Kitchen\\nGordon R\\nGORDON RAMSAY'S\\nHELL'S KITCHEN\\nINCE NSOED\\n356\\nTV-MA Reality | 8:30PM ��� 9:30PM | E\\nTV-MA Reality 9:\\nBinge Watch\\nBreak On Through Chef Ramsay explains to the six remaining\\nBreak On Th��\\nchefs that they will face three extensive challenges to determine...\\nteams face c\\nFeatured\\nCOLD CASE|FILES\\n346\\nCold Case Files\\nCold Case Fil\\nSports\\nThe New\\nDetectives\\n342\\nThe New Detectives\\nThe New Detectives\\nThe New Dete\\nH Explore\\nLOVE &\\nHIP HOP\\nVH1\\n322\\nLove & Hip Hop Atlanta\\nLove & Hip Ho\\nLife + Style\\nDOG\\n353\\nDog the Bounty Hunter\\nDog the Bounty Hunter\\nDog the Boun\\nTHE BOUNTY HUNTER\\ne Comedy\\nRUPAUL'S\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.91578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.74573\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.74003\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\t\"advertisingIvtRisk\": \"high\",\n\t\t\t\t\"trustedSeller\": \"Smart AdServer\",\n\t\t\t\t\"ivtFreeUsersRate\": 38.44,\n\t\t\t\t\"estimatedDailyActiveUsers\": 658551,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 19756535,\n\t\t\t\t\"adSpend\": 4.3547408E7\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 51.27,\n\t\t\t\t\t\"deviceOverlap\": 5.71,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 32.0,\n\t\t\t\t\t\"deviceOverlap\": 14.1,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 17.09,\n\t\t\t\t\t\"deviceOverlap\": 8.11,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 8.5,\n\t\t\t\t\t\"deviceOverlap\": 3.43,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 4.15,\n\t\t\t\t\t\"deviceOverlap\": 1.91,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 2.77,\n\t\t\t\t\t\"deviceOverlap\": 1.25,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 2.13,\n\t\t\t\t\t\"deviceOverlap\": 0.29,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 2.05,\n\t\t\t\t\t\"deviceOverlap\": 0.92,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 1.27,\n\t\t\t\t\t\"deviceOverlap\": 0.6,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.08,\n\t\t\t\t\t\"deviceOverlap\": 0.46,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.92,\n\t\t\t\t\t\"deviceOverlap\": 0.5,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.87,\n\t\t\t\t\t\"deviceOverlap\": 0.34,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.84,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.82,\n\t\t\t\t\t\"deviceOverlap\": 0.36,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.31,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.7,\n\t\t\t\t\t\"deviceOverlap\": 0.32,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.68,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC\",\n\t\t\t\t\t\"developerName\": \"NBCUniversal Media, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.67,\n\t\t\t\t\t\"deviceOverlap\": 0.3,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.53,\n\t\t\t\t\t\"deviceOverlap\": 0.24,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.51,\n\t\t\t\t\t\"deviceOverlap\": 0.25,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 58.21,\n\t\t\t\t\t\"deviceOverlap\": 13.89,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 35.96,\n\t\t\t\t\t\"deviceOverlap\": 28.31,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 18.55,\n\t\t\t\t\t\"deviceOverlap\": 14.42,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 9.71,\n\t\t\t\t\t\"deviceOverlap\": 7.34,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 4.69,\n\t\t\t\t\t\"deviceOverlap\": 3.76,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 3.13,\n\t\t\t\t\t\"deviceOverlap\": 2.61,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 2.34,\n\t\t\t\t\t\"deviceOverlap\": 1.93,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 2.23,\n\t\t\t\t\t\"deviceOverlap\": 0.7,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 1.44,\n\t\t\t\t\t\"deviceOverlap\": 1.26,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.24,\n\t\t\t\t\t\"deviceOverlap\": 0.97,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 1.04,\n\t\t\t\t\t\"deviceOverlap\": 0.96,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 1.01,\n\t\t\t\t\t\"deviceOverlap\": 0.77,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.92,\n\t\t\t\t\t\"deviceOverlap\": 0.76,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.92,\n\t\t\t\t\t\"deviceOverlap\": 0.47,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.87,\n\t\t\t\t\t\"deviceOverlap\": 0.56,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.77,\n\t\t\t\t\t\"deviceOverlap\": 0.43,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.76,\n\t\t\t\t\t\"deviceOverlap\": 0.6,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC\",\n\t\t\t\t\t\"developerName\": \"NBCUniversal Media, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.68,\n\t\t\t\t\t\"deviceOverlap\": 0.55,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.57,\n\t\t\t\t\t\"deviceOverlap\": 0.49,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.46,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 41.17,\n\t\t\t\"ivt\": 33.84,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 29.23,\n\t\t\t\"ssaiRate\": 1.77,\n\t\t\t\"transparentSsaiRate\": 1.77\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 31.06,\n\t\t\t\"ivt\": 25.72,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.61,\n\t\t\t\"ssaiRate\": 2.0,\n\t\t\t\"transparentSsaiRate\": 2.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 9.74,\n\t\t\t\"ivt\": 28.3,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 20.03,\n\t\t\t\"ssaiRate\": 3.36,\n\t\t\t\"transparentSsaiRate\": 3.36\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.08,\n\t\t\t\"ivt\": 26.8,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.57,\n\t\t\t\"ssaiRate\": 3.94,\n\t\t\t\"transparentSsaiRate\": 3.94\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 1.76,\n\t\t\t\"ivt\": 99.98,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 98.62,\n\t\t\t\"ssaiRate\": 42.86,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.47,\n\t\t\t\"ivt\": 38.59,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 37.6,\n\t\t\t\"ssaiRate\": 1.19,\n\t\t\t\"transparentSsaiRate\": 1.19\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 35.47,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 23.65,\n\t\t\t\"ssaiRate\": 0.03,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 23.33,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.19,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 90.34,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 89.93,\n\t\t\t\"ssaiRate\": 2.97,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 57.79,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 7.96,\n\t\t\t\"ssaiRate\": 19.67,\n\t\t\t\"transparentSsaiRate\": 19.67\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\"transparentSsaiRate\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 47.65,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 12.75,\n\t\t\t\"ssaiRate\": 28.21,\n\t\t\t\"transparentSsaiRate\": 28.21\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 8.42,\n\t\t\t\"ivt\": 56.61,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 55.61,\n\t\t\t\"ssaiRate\": 2.63,\n\t\t\t\"transparentSsaiRate\": 2.62\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.21,\n\t\t\t\"ivt\": 25.74,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.3,\n\t\t\t\"ssaiRate\": 3.89,\n\t\t\t\"transparentSsaiRate\": 1.02\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 47.98,\n\t\t\t\"sivt\": 47.79,\n\t\t\t\"givt\": 0.19,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"AppSpoofing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 45.26\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 1.34\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.75\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HijackedSession\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.21\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.2\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.19,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 99.67,\n\t\t\t\t\"ivt\": 48.0,\n\t\t\t\t\"ssaiRate\": 2.02,\n\t\t\t\t\"transparentSsaiRate\": 2.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 29.6,\n\t\t\t\t\"ssaiRate\": 0.24,\n\t\t\t\t\"transparentSsaiRate\": 0.24\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.07,\n\t\t\t\t\"ivt\": 80.5,\n\t\t\t\t\"ssaiRate\": 1.53,\n\t\t\t\t\"transparentSsaiRate\": 1.53\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 87.16,\n\t\t\t\t\"ssaiRate\": 18.38,\n\t\t\t\t\"transparentSsaiRate\": 18.38\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 98.89,\n\t\t\t\t\"ivt\": 50.32,\n\t\t\t\t\"ssaiRate\": 1.95,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 1.07,\n\t\t\t\t\"ivt\": 23.73,\n\t\t\t\t\"ssaiRate\": 0.12,\n\t\t\t\t\"transparentSsaiRate\": 0.12\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 6.23,\n\t\t\t\t\"ivt\": 50.98,\n\t\t\t\t\"ssaiRate\": 2.67,\n\t\t\t\t\"transparentSsaiRate\": 2.65\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 3.82,\n\t\t\t\t\"ivt\": 49.41,\n\t\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\t\"transparentSsaiRate\": 1.77\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.81,\n\t\t\t\t\"ivt\": 43.67,\n\t\t\t\t\"ssaiRate\": 1.92,\n\t\t\t\t\"transparentSsaiRate\": 1.89\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.19,\n\t\t\t\t\"ivt\": 42.9,\n\t\t\t\t\"ssaiRate\": 0.75,\n\t\t\t\t\"transparentSsaiRate\": 0.74\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.68,\n\t\t\t\t\"ivt\": 48.53,\n\t\t\t\t\"ssaiRate\": 1.35,\n\t\t\t\t\"transparentSsaiRate\": 1.35\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 2.51,\n\t\t\t\t\"ivt\": 48.98,\n\t\t\t\t\"ssaiRate\": 2.26,\n\t\t\t\t\"transparentSsaiRate\": 2.21\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 2.28,\n\t\t\t\t\"ivt\": 48.79,\n\t\t\t\t\"ssaiRate\": 1.72,\n\t\t\t\t\"transparentSsaiRate\": 1.72\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 2.14,\n\t\t\t\t\"ivt\": 47.98,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.97\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 2.01,\n\t\t\t\t\"ivt\": 47.5,\n\t\t\t\t\"ssaiRate\": 1.16,\n\t\t\t\t\"transparentSsaiRate\": 1.15\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 44.68,\n\t\t\t\t\"ssaiRate\": 1.96,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.88,\n\t\t\t\t\"ivt\": 44.88,\n\t\t\t\t\"ssaiRate\": 2.46,\n\t\t\t\t\"transparentSsaiRate\": 2.42\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"inventoryRatio\": 1.87,\n\t\t\t\t\"ivt\": 42.94,\n\t\t\t\t\"ssaiRate\": 1.72,\n\t\t\t\t\"transparentSsaiRate\": 1.69\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 1.75,\n\t\t\t\t\"ivt\": 49.17,\n\t\t\t\t\"ssaiRate\": 1.53,\n\t\t\t\t\"transparentSsaiRate\": 1.52\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\t\"ivt\": 49.92,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"RALEIGH-DURHAM (FAYETVLLE)\",\n\t\t\t\t\"inventoryRatio\": 1.6,\n\t\t\t\t\"ivt\": 45.55,\n\t\t\t\t\"ssaiRate\": 1.9,\n\t\t\t\t\"transparentSsaiRate\": 1.9\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.31,\n\t\t\t\t\"ivt\": 48.62,\n\t\t\t\t\"ssaiRate\": 1.91,\n\t\t\t\t\"transparentSsaiRate\": 1.89\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 46.41,\n\t\t\t\t\"ssaiRate\": 1.25,\n\t\t\t\t\"transparentSsaiRate\": 1.22\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HARTFORD  NEW HAVEN\",\n\t\t\t\t\"inventoryRatio\": 1.25,\n\t\t\t\t\"ivt\": 41.48,\n\t\t\t\t\"ssaiRate\": 1.45,\n\t\t\t\t\"transparentSsaiRate\": 1.44\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"INDIANAPOLIS\",\n\t\t\t\t\"inventoryRatio\": 1.19,\n\t\t\t\t\"ivt\": 54.83,\n\t\t\t\t\"ssaiRate\": 1.26,\n\t\t\t\t\"transparentSsaiRate\": 1.25\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": true,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Pluto TV - It’s Free TV\",\n\t\t\t\"description\": \"Download now to stream Pluto TV's 100+ channels of news, sports, and the Internet's best, completely free on Amazon. Also, get access to our free VOD library of over 1000 entire movies and full TV episodes.\\n\\nPluto TV is revolutionizing the streaming TV experience, with over a hundred channels of amazing programming.\\n\\nIf you're a news junkie, we've got NBC News, as well as Sky News, Bloomberg, and more. For the fight fan, get the world's best MMA, boxing and more on Fight. For other binge-worthy interests, we've got the Crime Network, Funny AF, IGN, Pro Wrestling and All Day Anime. Enjoy these, and over 100 more amazing channels on Pluto TV!\\n\\nLooking for free on-demand? With Pluto TV, you have access to our library of over 1000 full movies and entire episodes of your favorite TV shows. Its out of this world!\\n\\nFree yourself from traditional TV. With Pluto TV, all your great entertainment is free. Join us, Citizen, and download today to start watching all the amazing stuff on Pluto TV!\\n\\n* Privacy Policy and Your California Privacy Rights: https://corporate.pluto.tv/privacy-policy\\n* Do Not Sell My Personal Info: https://viacomprivacy.com\\n* Terms of Use: https://corporate.pluto.tv/terms-of-use\",\n\t\t\t\"categories\": [\"Movies & TV\"],\n\t\t\t\"screenshotUrls\": [\"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\", \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\", \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\", \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 48.0,\n\t\t\t\"ivtRisk\": \"high\",\n\t\t\t\"ssaiRate\": 2.02,\n\t\t\t\"transparentSsaiRate\": 2.0,\n\t\t\t\"descriptionBrandSafetyRisk\": \"high\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": true,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": {\n\t\t\t\"victimOfSpoofing\": true,\n\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\"byFraudType\": [{\n\t\t\t\t\"fraudType\": \"userAgentObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"B00KDSGIPK\",\n\t\t\t\t\t\"sovRisk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"b00kdsgipk\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.other\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.roku\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"Other\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"plutocbsn\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.peopleareawesome.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv.gravitas\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.ios\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.peopleareawesome\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.web\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"plutotv.vevo\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"gustotv.plutotv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"plutoetlive\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.theasylum\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.worldpokertour\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.failarmy\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.thepetcollective\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.ctv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"b00kdsgipk\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.wtkr.localtvfiretv\",\n\t\t\t\t\t\"declaredBundleId\": \"com.wtkr.localtvfiretv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"vizio.plutotv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.battlenet.showguide\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.color.call.flash.colorphone.theme.coolled\",\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.strix.strix_example\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.dailymail.online\",\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"impressionVolumeObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"B00KDSGIPK\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"deviceObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"B00KDSGIPK\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"b00kdsgipk\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.other\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.roku\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"bundleIdObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": \"com.cbsnews.ott\",\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.handmark.sportcaster\",\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.softmedia.receiver\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.chromecast\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.esaba.downloader\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.web\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.cbs.etlivefiretv\",\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}]\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://www.amazon.com/Pluto-TV-Its-Free/dp/B00KDSGIPK\",\n\t\t\t\"availableCountries\": null,\n\t\t\t\"availableLanguages\": null,\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 84.0,\n\t\t\t\"starRatingCount\": 148704.0,\n\t\t\t\"parentalHint\": \"Guidance Suggested\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": null,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 79.0,\n\t\t\t\"publishedDate\": null,\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"http://corporate.pluto.tv/privacy-policy/\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"B00KDSGIPK\",\n\t\t\t\t\"sovRatio\": 41.21\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\"sovRatio\": 38.82\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto\",\n\t\t\t\t\"sovRatio\": 11.61\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"b00kdsgipk\",\n\t\t\t\t\"sovRatio\": 3.15\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.tv\",\n\t\t\t\t\"sovRatio\": 1.78\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.android\",\n\t\t\t\t\"sovRatio\": 1.19\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.other\",\n\t\t\t\t\"sovRatio\": 1.11\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\"sovRatio\": 0.76\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.roku\",\n\t\t\t\t\"sovRatio\": 0.1\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"plutocbsn\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.peopleareawesome.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.web\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\"developerWebsite\": \"pluto.tv\",\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"totalApps\": 1\n\t\t},\n\t\t\"channels\": [{\n\t\t\t\"name\": \"Gravitas Movies\"\n\t\t}, {\n\t\t\t\"name\": \"FailArmy\"\n\t\t}, {\n\t\t\t\"name\": \"The Pet Collective\"\n\t\t}, {\n\t\t\t\"name\": \"Kevin Hart LOL\"\n\t\t}, {\n\t\t\t\"name\": \"Leverage\"\n\t\t}, {\n\t\t\t\"name\": \"Baywatch\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Wild 'N Out\"\n\t\t}, {\n\t\t\t\"name\": \"BET Her\"\n\t\t}, {\n\t\t\t\"name\": \"CBSN 2\"\n\t\t}, {\n\t\t\t\"name\": \"MST3K\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Love & Hip Hop\"\n\t\t}, {\n\t\t\t\"name\": \"The Asylum\"\n\t\t}, {\n\t\t\t\"name\": \"Vevo Pop\"\n\t\t}, {\n\t\t\t\"name\": \"Unsolved Mysteries\"\n\t\t}, {\n\t\t\t\"name\": \"ET Live\"\n\t\t}, {\n\t\t\t\"name\": \"Nosey\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Live\"\n\t\t}, {\n\t\t\t\"name\": \"Crime Network\"\n\t\t}, {\n\t\t\t\"name\": \"World Poker Tour\"\n\t\t}, {\n\t\t\t\"name\": \"Awesomeness TV\"\n\t\t}, {\n\t\t\t\"name\": \"RiffTrax\"\n\t\t}, {\n\t\t\t\"name\": \"GustoTV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Hills\"\n\t\t}, {\n\t\t\t\"name\": \"PGA TOUR\"\n\t\t}, {\n\t\t\t\"name\": \"TV Land Drama\"\n\t\t}, {\n\t\t\t\"name\": \"Free Action Movies\"\n\t\t}, {\n\t\t\t\"name\": \"People Are Awesome\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central\"\n\t\t}, {\n\t\t\t\"name\": \"British TV\"\n\t\t}, {\n\t\t\t\"name\": \"Live Music Replay\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Teen\"\n\t\t}, {\n\t\t\t\"name\": \"CMT\"\n\t\t}, {\n\t\t\t\"name\": \"GLORY Kickboxing\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Latino\"\n\t\t}, {\n\t\t\t\"name\": \"Complex Networks\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Guy Code\"\n\t\t}, {\n\t\t\t\"name\": \"Fear Factor\"\n\t\t}, {\n\t\t\t\"name\": \"THC\"\n\t\t}, {\n\t\t\t\"name\": \"Black Cinema\"\n\t\t}, {\n\t\t\t\"name\": \"Fox Sports 1\"\n\t\t}, {\n\t\t\t\"name\": \"Flicks of Fury\"\n\t\t}, {\n\t\t\t\"name\": \"Criss Angel Mindfreak\"\n\t\t}, {\n\t\t\t\"name\": \"Funny AF\"\n\t\t}, {\n\t\t\t\"name\": \"Fight\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central Latino\"\n\t\t}, {\n\t\t\t\"name\": \"Dog the Bounty Hunter\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 RuPaul's Drag Race\"\n\t\t}, {\n\t\t\t\"name\": \"Bloomberg TV\"\n\t\t}, {\n\t\t\t\"name\": \"NBC News\"\n\t\t}, {\n\t\t\t\"name\": \"Spike\"\n\t\t}, {\n\t\t\t\"name\": \"80s Rewind\"\n\t\t}, {\n\t\t\t\"name\": \"CMT Westerns\"\n\t\t}, {\n\t\t\t\"name\": \"Paramount Movie Channel\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Challenge\"\n\t\t}, {\n\t\t\t\"name\": \"Classic Movies Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Sportsman Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Big Sky Conference\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Hip Hop Family\"\n\t\t}, {\n\t\t\t\"name\": \"Chassy\"\n\t\t}, {\n\t\t\t\"name\": \"Science\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Black Ink Crew\"\n\t\t}, {\n\t\t\t\"name\": \"HISTORY\"\n\t\t}, {\n\t\t\t\"name\": \"Court TV\"\n\t\t}, {\n\t\t\t\"name\": \"The First\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Cine Estelar\"\n\t\t}, {\n\t\t\t\"name\": \"NBC Sports Network\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Biggest Pop\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Block Party\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Cribs\"\n\t\t}, {\n\t\t\t\"name\": \"Lively Place\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Spankin' New\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Her Dramas\"\n\t\t}, {\n\t\t\t\"name\": \"MLS\"\n\t\t}, {\n\t\t\t\"name\": \"LOGO\"\n\t\t}, {\n\t\t\t\"name\": \"Shout! Factory TV\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Winter Sports\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Naturaleza\"\n\t\t}, {\n\t\t\t\"name\": \"Antiques Roadshow UK\"\n\t\t}, {\n\t\t\t\"name\": \"Classic TV\"\n\t\t}, {\n\t\t\t\"name\": \"Fuse\"\n\t\t}, {\n\t\t\t\"name\": \"TYT Network\"\n\t\t}, {\n\t\t\t\"name\": \"Forensic Files\"\n\t\t}, {\n\t\t\t\"name\": \"PursuitUP\"\n\t\t}, {\n\t\t\t\"name\": \"Cold Case Files\"\n\t\t}, {\n\t\t\t\"name\": \"Gordon Ramsay's Kitchen\"\n\t\t}, {\n\t\t\t\"name\": \"CNN En Español\"\n\t\t}, {\n\t\t\t\"name\": \"Spike Aventura\"\n\t\t}, {\n\t\t\t\"name\": \"This Old House\"\n\t\t}],\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"high\",\n\t\t\t\t\"alcoholContentRisk\": \"high\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"medium\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\",\n\t\t\t\t\t\"text\": \"250+ channels\\nof live TV.\\nBAYWATCH\\nBaywatch: Dream Girl\\nWED 6:00 PM\\n|6:00 PM\\n|6:30 PM\\nTV plutoo\\nMTV Cribs\\nPunk'd\\n��OMEDY\\nCENTRAL\\nReno 911!\\nTosh.0\\nplutoo\\nBAYWATCH\\nBaywatch: Dream Girl\\nCNN\\nThe Latest News from CNN\\nNFL Top 10\\nTop Shot\\nNFL\\nCHANNEL\\nOCBSN\\nCBS News Live\\nLEVERAGE\\nLeverage\\nLeverage\\nANIMAS\\nThe Zoo\\nBamboo Ban\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.75825\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.7033\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.6613\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\",\n\t\t\t\t\t\"text\": \"1000s of movies\\non-demand.\\nRecently Added\\nSee All >\\nHOAM MKAY AU\\nBIGBISTH\\nTHE\\nBIG\\nSHORT\\nTINA FEY\\nWHISKEY\\nTANGO\\nFOXTROT\\nTHIS IS A TRUE STORY\\nPRESS\\nBig Fish\\nThe Big Short\\nWhiskey Tango Foxtrot\\nRecently Added\\nSee All >\\nGOOD\\nBurger\\nHOT ROD\\nNICKELODEON\\nTHE LEGEND OF\\nBAGGIR\\nVANCE\\nGood Burger\\nThe Legend of Baggar Vance\\nHot Trot\\nRecently Added\\nSee All >\\nDICTATOR\\nFLORENCE\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Art\",\n\t\t\t\t\t\t\"score\": 0.50219\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\",\n\t\t\t\t\t\"text\": \"Drop in.\\nIt's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.67789\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.60989\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.56994\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\",\n\t\t\t\t\t\"text\": \"pluto @\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.96237\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.93628\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.92948\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.77553\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Graphics\",\n\t\t\t\t\t\t\"score\": 0.73121\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nUNCENSORED\\nGordon Ramsay's Hell's Kitchen\\nWED 6:00 PM\\n6:00 PM\\n6:30 PM\\nU N S OLV ED\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nGordon Ramsay's Hell's Kitchen: Break or\\nUNCEN SORED\\nCOLD CASE FILES\\nCold Case Files\\nThe New\\nDetectives\\nThe New Detectives\\nThe New Det\\nLove & Hip Hop Atlanta\\nLove & Hip F\\nLOVE & HIP HOP VH\\nDOG\\nDog the Bounty Hunter\\nDog the Bou\\nTHE BOUNTY HUNTER\\nRUPAUL'S\\nDRAG RACE\\nRuPaul's Drag Race\\nRuPaul's Dra\\nVH1\\nS RIS S\\nA N GE\\nMINN��REAK\\nCricc Angel, M:nafrealk\\nCricc AngeL I\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.92182\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.71952\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.69731\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.69547\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\",\n\t\t\t\t\t\"text\": \"1000s of movies on-demand.\\nplutoo\\nLive TV\\nOn Demand\\ne Entertainment\\nMost Popular Movies\\nBig Fish\\nEI News\\nPG-13| Drama/Fantasy | 2hr 5m | ��\\nWhen Edward Bloom becomes ill, his son, William, travels\\nto be with him. William has a strained relationship with\\nB Binge Watch\\nEdward because his father has always told exaggerated\\nstories about his life, and William thinks he's never really\\ntold the truth.\\nMovies\\nCast: Ewan McGregor, Albert Finney, Billy Crudup\\nDirector: Tim Burton\\n�� Sports\\nBurger HOT RODALY DONUE ZLabor Day\\nH Explore\\nBIGDISH\\nBIG\\nBAGGER\\nVANCE\\nSHOR\\nFLORENCE\\nFOSTER JENKINS\\nMEXICAN\\nG Life + Style\\nCollection Title\\nH��RRISON\\nCADILLAC RECORDS\\nDEATH\\nATA\\nFUNERAL\\nDICTATOF\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.85803\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80597\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.75167\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\",\n\t\t\t\t\t\"text\": \"Drop in. It's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.75603\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Adaptation\",\n\t\t\t\t\t\t\"score\": 0.66966\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.65735\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.63672\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nrson\\nCNN\\nThe Latest News from CNN\\nWED 6:00 PM\\n|6:00 PM\\n6:30 PM\\nS NBC\\nNEWS\\nNBC Nightly News\\nNBC Nightly\\nOCBSN\\nCBS News Live Broadcast\\nCNN\\nThe Latest News from CNN\\nplutoo NEWS\\nHeadline News\\nTODAY'S TOP\\nToday's Top Story\\nToday's Top\\nSTORY\\nc cheddar\\nnews\\nCheddar Top Stories\\nBloomberg\\nTelevision\\nBloomberg Markets: The Close\\nWeat her NLation . 24177\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86865\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.81197\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.80777\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.75926\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.72535\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\",\n\t\t\t\t\t\"text\": \"250+ channels of live TV.\\nplutoo\\nLive TV\\nOn Demand\\n8:30 PM\\n9:00 PM\\n9:30 PM\\nBETA plutoo\\nEntertainment\\nJV plutoo\\nMTV Cribs\\nPunk'd\\nJersey Shore\\n130\\nEI News\\na COMEDY plutoo\\nCENTRAL\\n52\\nReno 911!\\nTosh.0\\nChappelle's S\\nBinge Watch\\n��aywatch\\nBaywatcl\\n* Featured\\nTV-MA Action 8:30PM- 9:30����\\nTV-MA Action 9:\\n356\\nBAYWATCH\\nJoin the Baywatch lifeguards on their thrilling adventures filled\\nJoin the Bayv\\nwith beautiful beaches and those iconic red swimsuits.\\nwith beautifu\\n3 Sports\\nCNN\\nThe Latest News from CNN\\nThe Latest News from CNN\\n11\\nH Explore\\n146\\nNFL CHANNEL\\nNFL Top 10\\nHard Knocks: A Decade of NFL Training Cadmps\\nA Life + Style\\nOCBSN\\n411\\nCBS News Live\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.93072\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.84903\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.77685\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.74575\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.70077\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nplutoo\\nOn Demand\\nLive TV\\nrson\\nCH 244\\nCNN\\nThe Latest News from CNN\\nT\\nCC\\n6:30PM - 9:3OPM\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.90742\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86095\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80441\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.77863\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.77101\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nplutoo\\nOn Demand\\nLive TV\\nOMOVIES\\nFORENSIC FILES\\nForensic Files\\nForensic Files\\ne Entertainment\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nUnsolved Mys\\n334\\nEl News\\nGordon Ramsay's Hell's Kitchen\\nGordon R\\nGORDON RAMSAY'S\\nHELL'S KITCHEN\\nINCE NSOED\\n356\\nTV-MA Reality | 8:30PM ��� 9:30PM | E\\nTV-MA Reality 9:\\nBinge Watch\\nBreak On Through Chef Ramsay explains to the six remaining\\nBreak On Th��\\nchefs that they will face three extensive challenges to determine...\\nteams face c\\nFeatured\\nCOLD CASE|FILES\\n346\\nCold Case Files\\nCold Case Fil\\nSports\\nThe New\\nDetectives\\n342\\nThe New Detectives\\nThe New Detectives\\nThe New Dete\\nH Explore\\nLOVE &\\nHIP HOP\\nVH1\\n322\\nLove & Hip Hop Atlanta\\nLove & Hip Ho\\nLife + Style\\nDOG\\n353\\nDog the Bounty Hunter\\nDog the Bounty Hunter\\nDog the Boun\\nTHE BOUNTY HUNTER\\ne Comedy\\nRUPAUL'S\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.91578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.74573\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.74003\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\t\"advertisingIvtRisk\": \"high\",\n\t\t\t\t\"trustedSeller\": \"Smart AdServer\",\n\t\t\t\t\"ivtFreeUsersRate\": 38.69,\n\t\t\t\t\"estimatedDailyActiveUsers\": 658551,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 19756535,\n\t\t\t\t\"adSpend\": 4.3431836E7\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 51.43,\n\t\t\t\t\t\"deviceOverlap\": 5.77,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 32.11,\n\t\t\t\t\t\"deviceOverlap\": 14.25,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 17.15,\n\t\t\t\t\t\"deviceOverlap\": 8.19,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 8.53,\n\t\t\t\t\t\"deviceOverlap\": 3.47,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 4.17,\n\t\t\t\t\t\"deviceOverlap\": 1.93,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 2.78,\n\t\t\t\t\t\"deviceOverlap\": 1.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 2.13,\n\t\t\t\t\t\"deviceOverlap\": 0.29,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 2.06,\n\t\t\t\t\t\"deviceOverlap\": 0.93,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 1.27,\n\t\t\t\t\t\"deviceOverlap\": 0.6,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.09,\n\t\t\t\t\t\"deviceOverlap\": 0.46,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.92,\n\t\t\t\t\t\"deviceOverlap\": 0.51,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.87,\n\t\t\t\t\t\"deviceOverlap\": 0.35,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.85,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.82,\n\t\t\t\t\t\"deviceOverlap\": 0.35,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.31,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.7,\n\t\t\t\t\t\"deviceOverlap\": 0.33,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.68,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC\",\n\t\t\t\t\t\"developerName\": \"NBCUniversal Media, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.68,\n\t\t\t\t\t\"deviceOverlap\": 0.31,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.53,\n\t\t\t\t\t\"deviceOverlap\": 0.24,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.51,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 58.38,\n\t\t\t\t\t\"deviceOverlap\": 14.17,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 36.06,\n\t\t\t\t\t\"deviceOverlap\": 28.88,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 18.6,\n\t\t\t\t\t\"deviceOverlap\": 14.71,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 9.73,\n\t\t\t\t\t\"deviceOverlap\": 7.48,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 4.71,\n\t\t\t\t\t\"deviceOverlap\": 3.84,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 3.14,\n\t\t\t\t\t\"deviceOverlap\": 2.66,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 2.34,\n\t\t\t\t\t\"deviceOverlap\": 1.96,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 2.23,\n\t\t\t\t\t\"deviceOverlap\": 0.71,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 1.45,\n\t\t\t\t\t\"deviceOverlap\": 1.28,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.25,\n\t\t\t\t\t\"deviceOverlap\": 0.99,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 1.04,\n\t\t\t\t\t\"deviceOverlap\": 0.98,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 1.01,\n\t\t\t\t\t\"deviceOverlap\": 0.78,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.92,\n\t\t\t\t\t\"deviceOverlap\": 0.76,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.92,\n\t\t\t\t\t\"deviceOverlap\": 0.48,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.88,\n\t\t\t\t\t\"deviceOverlap\": 0.57,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.44,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.76,\n\t\t\t\t\t\"deviceOverlap\": 0.61,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC\",\n\t\t\t\t\t\"developerName\": \"NBCUniversal Media, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.68,\n\t\t\t\t\t\"deviceOverlap\": 0.56,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.57,\n\t\t\t\t\t\"deviceOverlap\": 0.5,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.47,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 40.58,\n\t\t\t\"ivt\": 33.91,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 29.19,\n\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\"transparentSsaiRate\": 1.81\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 31.38,\n\t\t\t\"ivt\": 25.71,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.61,\n\t\t\t\"ssaiRate\": 2.0,\n\t\t\t\"transparentSsaiRate\": 2.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 9.83,\n\t\t\t\"ivt\": 28.3,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 20.03,\n\t\t\t\"ssaiRate\": 3.36,\n\t\t\t\"transparentSsaiRate\": 3.36\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.14,\n\t\t\t\"ivt\": 26.79,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.56,\n\t\t\t\"ssaiRate\": 3.94,\n\t\t\t\"transparentSsaiRate\": 3.94\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 1.78,\n\t\t\t\"ivt\": 99.98,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 98.64,\n\t\t\t\"ssaiRate\": 42.86,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.47,\n\t\t\t\"ivt\": 38.57,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 37.59,\n\t\t\t\"ssaiRate\": 1.19,\n\t\t\t\"transparentSsaiRate\": 1.19\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 35.47,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 23.65,\n\t\t\t\"ssaiRate\": 0.03,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 23.32,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.18,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 90.34,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 89.93,\n\t\t\t\"ssaiRate\": 2.97,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 57.79,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 7.96,\n\t\t\t\"ssaiRate\": 19.67,\n\t\t\t\"transparentSsaiRate\": 19.67\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\"transparentSsaiRate\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 47.65,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 12.75,\n\t\t\t\"ssaiRate\": 28.21,\n\t\t\t\"transparentSsaiRate\": 28.21\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 8.51,\n\t\t\t\"ivt\": 56.61,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 55.61,\n\t\t\t\"ssaiRate\": 2.63,\n\t\t\t\"transparentSsaiRate\": 2.62\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.23,\n\t\t\t\"ivt\": 25.74,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.3,\n\t\t\t\"ssaiRate\": 3.89,\n\t\t\t\"transparentSsaiRate\": 1.02\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 48.0,\n\t\t\t\"sivt\": 47.81,\n\t\t\t\"givt\": 0.19,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"AppSpoofing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 45.28\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 1.34\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.75\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HijackedSession\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.21\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.2\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.19,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 99.67,\n\t\t\t\t\"ivt\": 48.0,\n\t\t\t\t\"ssaiRate\": 2.02,\n\t\t\t\t\"transparentSsaiRate\": 2.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 29.6,\n\t\t\t\t\"ssaiRate\": 0.24,\n\t\t\t\t\"transparentSsaiRate\": 0.24\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.07,\n\t\t\t\t\"ivt\": 80.5,\n\t\t\t\t\"ssaiRate\": 1.53,\n\t\t\t\t\"transparentSsaiRate\": 1.53\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 87.16,\n\t\t\t\t\"ssaiRate\": 18.38,\n\t\t\t\t\"transparentSsaiRate\": 18.38\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 98.89,\n\t\t\t\t\"ivt\": 50.32,\n\t\t\t\t\"ssaiRate\": 1.95,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 1.07,\n\t\t\t\t\"ivt\": 23.73,\n\t\t\t\t\"ssaiRate\": 0.12,\n\t\t\t\t\"transparentSsaiRate\": 0.12\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 6.23,\n\t\t\t\t\"ivt\": 50.98,\n\t\t\t\t\"ssaiRate\": 2.67,\n\t\t\t\t\"transparentSsaiRate\": 2.65\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 3.82,\n\t\t\t\t\"ivt\": 49.41,\n\t\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\t\"transparentSsaiRate\": 1.77\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.81,\n\t\t\t\t\"ivt\": 43.67,\n\t\t\t\t\"ssaiRate\": 1.92,\n\t\t\t\t\"transparentSsaiRate\": 1.89\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.19,\n\t\t\t\t\"ivt\": 42.9,\n\t\t\t\t\"ssaiRate\": 0.75,\n\t\t\t\t\"transparentSsaiRate\": 0.74\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.68,\n\t\t\t\t\"ivt\": 48.53,\n\t\t\t\t\"ssaiRate\": 1.35,\n\t\t\t\t\"transparentSsaiRate\": 1.35\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 2.51,\n\t\t\t\t\"ivt\": 48.98,\n\t\t\t\t\"ssaiRate\": 2.26,\n\t\t\t\t\"transparentSsaiRate\": 2.21\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 2.28,\n\t\t\t\t\"ivt\": 48.79,\n\t\t\t\t\"ssaiRate\": 1.72,\n\t\t\t\t\"transparentSsaiRate\": 1.72\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 2.14,\n\t\t\t\t\"ivt\": 47.98,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.97\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 2.01,\n\t\t\t\t\"ivt\": 47.5,\n\t\t\t\t\"ssaiRate\": 1.16,\n\t\t\t\t\"transparentSsaiRate\": 1.15\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 44.68,\n\t\t\t\t\"ssaiRate\": 1.96,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.88,\n\t\t\t\t\"ivt\": 44.88,\n\t\t\t\t\"ssaiRate\": 2.46,\n\t\t\t\t\"transparentSsaiRate\": 2.42\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"inventoryRatio\": 1.87,\n\t\t\t\t\"ivt\": 42.94,\n\t\t\t\t\"ssaiRate\": 1.72,\n\t\t\t\t\"transparentSsaiRate\": 1.69\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 1.75,\n\t\t\t\t\"ivt\": 49.17,\n\t\t\t\t\"ssaiRate\": 1.53,\n\t\t\t\t\"transparentSsaiRate\": 1.52\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\t\"ivt\": 49.92,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"RALEIGH-DURHAM (FAYETVLLE)\",\n\t\t\t\t\"inventoryRatio\": 1.6,\n\t\t\t\t\"ivt\": 45.55,\n\t\t\t\t\"ssaiRate\": 1.9,\n\t\t\t\t\"transparentSsaiRate\": 1.9\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.31,\n\t\t\t\t\"ivt\": 48.62,\n\t\t\t\t\"ssaiRate\": 1.91,\n\t\t\t\t\"transparentSsaiRate\": 1.89\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 46.41,\n\t\t\t\t\"ssaiRate\": 1.25,\n\t\t\t\t\"transparentSsaiRate\": 1.22\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HARTFORD  NEW HAVEN\",\n\t\t\t\t\"inventoryRatio\": 1.25,\n\t\t\t\t\"ivt\": 41.48,\n\t\t\t\t\"ssaiRate\": 1.45,\n\t\t\t\t\"transparentSsaiRate\": 1.44\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"INDIANAPOLIS\",\n\t\t\t\t\"inventoryRatio\": 1.19,\n\t\t\t\t\"ivt\": 54.83,\n\t\t\t\t\"ssaiRate\": 1.26,\n\t\t\t\t\"transparentSsaiRate\": 1.25\n\t\t\t}]\n\t\t}\n\t}]\n}"},{"id":"3750a03e-2424-42b2-8624-8a3146ad272e","name":"getCtvApp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?appId=&region=&username=&password=&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getCtvApp"],"query":[{"key":"appId","value":"","description":"Required."},{"key":"region","value":"","description":"Optional. \"NA\" or \"GLOBAL\". Default GLOBAL."},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"76a2877b-88be-4bcd-99ef-11f58d93cec7"},{"name":"getCtvApp (includeSpoofing=false)","id":"98e1c8ad-a79c-4ce5-b338-520e6cd34e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?appId=&region=&username=&password=&includeSpoofing=false&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getCtvApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. \"true\" or \"false\". Default \"true\"</p>\n","type":"text/plain"},"key":"includeSpoofing","value":"false"},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"1dab953f-e5c5-457f-806f-b1d2bbfd7aa0","name":"getCtvApp (includeSpoofing=false)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?appId=B00KDSGIPK&username={{username}}&password={{password}}&includeSpoofing=false&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getCtvApp"],"query":[{"key":"appId","value":"B00KDSGIPK","description":"Required"},{"key":"username","value":"{{username}}","description":"Required. Refer to your onboarding email."},{"key":"password","value":"{{password}}","description":"Required. Refer to your onboarding email."},{"key":"includeSpoofing","value":"false","description":"Optional. \"true\" or \"false\". Default \"true\""},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 2,\n\t\"docs\": [{\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": false,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Pluto TV - It’s Free TV\",\n\t\t\t\"description\": \"Download now to stream Pluto TV's 100+ channels of news, sports, and the Internet's best, completely free on Amazon. Also, get access to our free VOD library of over 1000 entire movies and full TV episodes.\\n\\nPluto TV is revolutionizing the streaming TV experience, with over a hundred channels of amazing programming.\\n\\nIf you're a news junkie, we've got NBC News, as well as Sky News, Bloomberg, and more. For the fight fan, get the world's best MMA, boxing and more on Fight. For other binge-worthy interests, we've got the Crime Network, Funny AF, IGN, Pro Wrestling and All Day Anime. Enjoy these, and over 100 more amazing channels on Pluto TV!\\n\\nLooking for free on-demand? With Pluto TV, you have access to our library of over 1000 full movies and entire episodes of your favorite TV shows. Its out of this world!\\n\\nFree yourself from traditional TV. With Pluto TV, all your great entertainment is free. Join us, Citizen, and download today to start watching all the amazing stuff on Pluto TV!\\n\\n* Privacy Policy and Your California Privacy Rights: https://corporate.pluto.tv/privacy-policy\\n* Do Not Sell My Personal Info: https://viacomprivacy.com\\n* Terms of Use: https://corporate.pluto.tv/terms-of-use\",\n\t\t\t\"categories\": [\"Movies & TV\"],\n\t\t\t\"screenshotUrls\": [\"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\", \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\", \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\", \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 4.61,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"ssaiRate\": 2.13,\n\t\t\t\"transparentSsaiRate\": 2.11,\n\t\t\t\"descriptionBrandSafetyRisk\": \"high\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": true,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": null,\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://www.amazon.com/Pluto-TV-Its-Free/dp/B00KDSGIPK\",\n\t\t\t\"availableCountries\": null,\n\t\t\t\"availableLanguages\": null,\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 84.0,\n\t\t\t\"starRatingCount\": 148704.0,\n\t\t\t\"parentalHint\": \"Guidance Suggested\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": null,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 79.0,\n\t\t\t\"publishedDate\": null,\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"http://corporate.pluto.tv/privacy-policy/\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\"sovRatio\": 64.53\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto\",\n\t\t\t\t\"sovRatio\": 20.61\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"B00KDSGIPK\",\n\t\t\t\t\"sovRatio\": 7.24\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.tv\",\n\t\t\t\t\"sovRatio\": 2.47\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.android\",\n\t\t\t\t\"sovRatio\": 1.99\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.other\",\n\t\t\t\t\"sovRatio\": 1.58\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\"sovRatio\": 0.75\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"b00kdsgipk\",\n\t\t\t\t\"sovRatio\": 0.47\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\"sovRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"plutocbsn\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.roku\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.web\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.theasylum\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.failarmy\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.ios\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\"developerWebsite\": \"pluto.tv\",\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"totalApps\": 1\n\t\t},\n\t\t\"channels\": [{\n\t\t\t\"name\": \"Gravitas Movies\"\n\t\t}, {\n\t\t\t\"name\": \"FailArmy\"\n\t\t}, {\n\t\t\t\"name\": \"The Pet Collective\"\n\t\t}, {\n\t\t\t\"name\": \"Kevin Hart LOL\"\n\t\t}, {\n\t\t\t\"name\": \"Leverage\"\n\t\t}, {\n\t\t\t\"name\": \"Baywatch\"\n\t\t}, {\n\t\t\t\"name\": \"BET Her\"\n\t\t}, {\n\t\t\t\"name\": \"CBSN 2\"\n\t\t}, {\n\t\t\t\"name\": \"MST3K\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Wild 'N Out\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Love & Hip Hop\"\n\t\t}, {\n\t\t\t\"name\": \"The Asylum\"\n\t\t}, {\n\t\t\t\"name\": \"ET Live\"\n\t\t}, {\n\t\t\t\"name\": \"Nosey\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Live\"\n\t\t}, {\n\t\t\t\"name\": \"Crime Network\"\n\t\t}, {\n\t\t\t\"name\": \"Unsolved Mysteries\"\n\t\t}, {\n\t\t\t\"name\": \"World Poker Tour\"\n\t\t}, {\n\t\t\t\"name\": \"GustoTV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Hills\"\n\t\t}, {\n\t\t\t\"name\": \"Awesomeness TV\"\n\t\t}, {\n\t\t\t\"name\": \"RiffTrax\"\n\t\t}, {\n\t\t\t\"name\": \"People Are Awesome\"\n\t\t}, {\n\t\t\t\"name\": \"Free Action Movies\"\n\t\t}, {\n\t\t\t\"name\": \"PGA TOUR\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Teen\"\n\t\t}, {\n\t\t\t\"name\": \"Live Music Replay\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central\"\n\t\t}, {\n\t\t\t\"name\": \"CMT\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Guy Code\"\n\t\t}, {\n\t\t\t\"name\": \"TV Land Drama\"\n\t\t}, {\n\t\t\t\"name\": \"Complex Networks\"\n\t\t}, {\n\t\t\t\"name\": \"THC\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Latino\"\n\t\t}, {\n\t\t\t\"name\": \"GLORY Kickboxing\"\n\t\t}, {\n\t\t\t\"name\": \"Black Cinema\"\n\t\t}, {\n\t\t\t\"name\": \"Criss Angel Mindfreak\"\n\t\t}, {\n\t\t\t\"name\": \"British TV\"\n\t\t}, {\n\t\t\t\"name\": \"Dog the Bounty Hunter\"\n\t\t}, {\n\t\t\t\"name\": \"Flicks of Fury\"\n\t\t}, {\n\t\t\t\"name\": \"Fight\"\n\t\t}, {\n\t\t\t\"name\": \"Fox Sports 1\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central Latino\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 RuPaul's Drag Race\"\n\t\t}, {\n\t\t\t\"name\": \"Bloomberg TV\"\n\t\t}, {\n\t\t\t\"name\": \"Funny AF\"\n\t\t}, {\n\t\t\t\"name\": \"CMT Westerns\"\n\t\t}, {\n\t\t\t\"name\": \"Fear Factor\"\n\t\t}, {\n\t\t\t\"name\": \"NBC News\"\n\t\t}, {\n\t\t\t\"name\": \"80s Rewind\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Challenge\"\n\t\t}, {\n\t\t\t\"name\": \"Spike\"\n\t\t}, {\n\t\t\t\"name\": \"Paramount Movie Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Sportsman Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Classic Movies Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Big Sky Conference\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Black Ink Crew\"\n\t\t}, {\n\t\t\t\"name\": \"Vevo Pop\"\n\t\t}, {\n\t\t\t\"name\": \"The First\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Cine Estelar\"\n\t\t}, {\n\t\t\t\"name\": \"Science\"\n\t\t}, {\n\t\t\t\"name\": \"HISTORY\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Block Party\"\n\t\t}, {\n\t\t\t\"name\": \"Court TV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Biggest Pop\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Hip Hop Family\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Spankin' New\"\n\t\t}, {\n\t\t\t\"name\": \"Shout! Factory TV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Cribs\"\n\t\t}, {\n\t\t\t\"name\": \"Lively Place\"\n\t\t}, {\n\t\t\t\"name\": \"Chassy\"\n\t\t}, {\n\t\t\t\"name\": \"MLS\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Her Dramas\"\n\t\t}, {\n\t\t\t\"name\": \"Classic TV\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Winter Sports\"\n\t\t}, {\n\t\t\t\"name\": \"Antiques Roadshow UK\"\n\t\t}, {\n\t\t\t\"name\": \"PursuitUP\"\n\t\t}, {\n\t\t\t\"name\": \"TYT Network\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Naturaleza\"\n\t\t}, {\n\t\t\t\"name\": \"Spike Aventura\"\n\t\t}, {\n\t\t\t\"name\": \"Fuse\"\n\t\t}, {\n\t\t\t\"name\": \"LOGO\"\n\t\t}, {\n\t\t\t\"name\": \"Forensic Files\"\n\t\t}],\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"high\",\n\t\t\t\t\"alcoholContentRisk\": \"high\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"medium\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\",\n\t\t\t\t\t\"text\": \"250+ channels\\nof live TV.\\nBAYWATCH\\nBaywatch: Dream Girl\\nWED 6:00 PM\\n|6:00 PM\\n|6:30 PM\\nTV plutoo\\nMTV Cribs\\nPunk'd\\n��OMEDY\\nCENTRAL\\nReno 911!\\nTosh.0\\nplutoo\\nBAYWATCH\\nBaywatch: Dream Girl\\nCNN\\nThe Latest News from CNN\\nNFL Top 10\\nTop Shot\\nNFL\\nCHANNEL\\nOCBSN\\nCBS News Live\\nLEVERAGE\\nLeverage\\nLeverage\\nANIMAS\\nThe Zoo\\nBamboo Ban\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.75825\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.7033\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.6613\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\",\n\t\t\t\t\t\"text\": \"1000s of movies\\non-demand.\\nRecently Added\\nSee All >\\nHOAM MKAY AU\\nBIGBISTH\\nTHE\\nBIG\\nSHORT\\nTINA FEY\\nWHISKEY\\nTANGO\\nFOXTROT\\nTHIS IS A TRUE STORY\\nPRESS\\nBig Fish\\nThe Big Short\\nWhiskey Tango Foxtrot\\nRecently Added\\nSee All >\\nGOOD\\nBurger\\nHOT ROD\\nNICKELODEON\\nTHE LEGEND OF\\nBAGGIR\\nVANCE\\nGood Burger\\nThe Legend of Baggar Vance\\nHot Trot\\nRecently Added\\nSee All >\\nDICTATOR\\nFLORENCE\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Art\",\n\t\t\t\t\t\t\"score\": 0.50219\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\",\n\t\t\t\t\t\"text\": \"Drop in.\\nIt's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.67789\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.60989\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.56994\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\",\n\t\t\t\t\t\"text\": \"pluto @\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.96237\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.93628\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.92948\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.77553\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Graphics\",\n\t\t\t\t\t\t\"score\": 0.73121\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nUNCENSORED\\nGordon Ramsay's Hell's Kitchen\\nWED 6:00 PM\\n6:00 PM\\n6:30 PM\\nU N S OLV ED\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nGordon Ramsay's Hell's Kitchen: Break or\\nUNCEN SORED\\nCOLD CASE FILES\\nCold Case Files\\nThe New\\nDetectives\\nThe New Detectives\\nThe New Det\\nLove & Hip Hop Atlanta\\nLove & Hip F\\nLOVE & HIP HOP VH\\nDOG\\nDog the Bounty Hunter\\nDog the Bou\\nTHE BOUNTY HUNTER\\nRUPAUL'S\\nDRAG RACE\\nRuPaul's Drag Race\\nRuPaul's Dra\\nVH1\\nS RIS S\\nA N GE\\nMINN��REAK\\nCricc Angel, M:nafrealk\\nCricc AngeL I\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.92182\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.71952\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.69731\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.69547\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\",\n\t\t\t\t\t\"text\": \"1000s of movies on-demand.\\nplutoo\\nLive TV\\nOn Demand\\ne Entertainment\\nMost Popular Movies\\nBig Fish\\nEI News\\nPG-13| Drama/Fantasy | 2hr 5m | ��\\nWhen Edward Bloom becomes ill, his son, William, travels\\nto be with him. William has a strained relationship with\\nB Binge Watch\\nEdward because his father has always told exaggerated\\nstories about his life, and William thinks he's never really\\ntold the truth.\\nMovies\\nCast: Ewan McGregor, Albert Finney, Billy Crudup\\nDirector: Tim Burton\\n�� Sports\\nBurger HOT RODALY DONUE ZLabor Day\\nH Explore\\nBIGDISH\\nBIG\\nBAGGER\\nVANCE\\nSHOR\\nFLORENCE\\nFOSTER JENKINS\\nMEXICAN\\nG Life + Style\\nCollection Title\\nH��RRISON\\nCADILLAC RECORDS\\nDEATH\\nATA\\nFUNERAL\\nDICTATOF\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.85803\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80597\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.75167\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\",\n\t\t\t\t\t\"text\": \"Drop in. It's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.75603\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Adaptation\",\n\t\t\t\t\t\t\"score\": 0.66966\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.65735\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.63672\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nrson\\nCNN\\nThe Latest News from CNN\\nWED 6:00 PM\\n|6:00 PM\\n6:30 PM\\nS NBC\\nNEWS\\nNBC Nightly News\\nNBC Nightly\\nOCBSN\\nCBS News Live Broadcast\\nCNN\\nThe Latest News from CNN\\nplutoo NEWS\\nHeadline News\\nTODAY'S TOP\\nToday's Top Story\\nToday's Top\\nSTORY\\nc cheddar\\nnews\\nCheddar Top Stories\\nBloomberg\\nTelevision\\nBloomberg Markets: The Close\\nWeat her NLation . 24177\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86865\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.81197\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.80777\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.75926\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.72535\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\",\n\t\t\t\t\t\"text\": \"250+ channels of live TV.\\nplutoo\\nLive TV\\nOn Demand\\n8:30 PM\\n9:00 PM\\n9:30 PM\\nBETA plutoo\\nEntertainment\\nJV plutoo\\nMTV Cribs\\nPunk'd\\nJersey Shore\\n130\\nEI News\\na COMEDY plutoo\\nCENTRAL\\n52\\nReno 911!\\nTosh.0\\nChappelle's S\\nBinge Watch\\n��aywatch\\nBaywatcl\\n* Featured\\nTV-MA Action 8:30PM- 9:30����\\nTV-MA Action 9:\\n356\\nBAYWATCH\\nJoin the Baywatch lifeguards on their thrilling adventures filled\\nJoin the Bayv\\nwith beautiful beaches and those iconic red swimsuits.\\nwith beautifu\\n3 Sports\\nCNN\\nThe Latest News from CNN\\nThe Latest News from CNN\\n11\\nH Explore\\n146\\nNFL CHANNEL\\nNFL Top 10\\nHard Knocks: A Decade of NFL Training Cadmps\\nA Life + Style\\nOCBSN\\n411\\nCBS News Live\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.93072\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.84903\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.77685\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.74575\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.70077\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nplutoo\\nOn Demand\\nLive TV\\nrson\\nCH 244\\nCNN\\nThe Latest News from CNN\\nT\\nCC\\n6:30PM - 9:3OPM\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.90742\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86095\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80441\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.77863\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.77101\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nplutoo\\nOn Demand\\nLive TV\\nOMOVIES\\nFORENSIC FILES\\nForensic Files\\nForensic Files\\ne Entertainment\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nUnsolved Mys\\n334\\nEl News\\nGordon Ramsay's Hell's Kitchen\\nGordon R\\nGORDON RAMSAY'S\\nHELL'S KITCHEN\\nINCE NSOED\\n356\\nTV-MA Reality | 8:30PM ��� 9:30PM | E\\nTV-MA Reality 9:\\nBinge Watch\\nBreak On Through Chef Ramsay explains to the six remaining\\nBreak On Th��\\nchefs that they will face three extensive challenges to determine...\\nteams face c\\nFeatured\\nCOLD CASE|FILES\\n346\\nCold Case Files\\nCold Case Fil\\nSports\\nThe New\\nDetectives\\n342\\nThe New Detectives\\nThe New Detectives\\nThe New Dete\\nH Explore\\nLOVE &\\nHIP HOP\\nVH1\\n322\\nLove & Hip Hop Atlanta\\nLove & Hip Ho\\nLife + Style\\nDOG\\n353\\nDog the Bounty Hunter\\nDog the Bounty Hunter\\nDog the Boun\\nTHE BOUNTY HUNTER\\ne Comedy\\nRUPAUL'S\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.91578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.74573\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.74003\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\t\"advertisingIvtRisk\": \"low\",\n\t\t\t\t\"trustedSeller\": \"Telaria\",\n\t\t\t\t\"ivtFreeUsersRate\": 86.88,\n\t\t\t\t\"estimatedDailyActiveUsers\": 658551,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 19756535,\n\t\t\t\t\"adSpend\": 8475027.0\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 36.22,\n\t\t\t\t\t\"deviceOverlap\": 4.36,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 24.42,\n\t\t\t\t\t\"deviceOverlap\": 12.09,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 14.4,\n\t\t\t\t\t\"deviceOverlap\": 7.36,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 6.35,\n\t\t\t\t\t\"deviceOverlap\": 2.94,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 3.31,\n\t\t\t\t\t\"deviceOverlap\": 1.69,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 1.74,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.66,\n\t\t\t\t\t\"deviceOverlap\": 0.93,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.86,\n\t\t\t\t\t\"deviceOverlap\": 0.48,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.72,\n\t\t\t\t\t\"deviceOverlap\": 0.27,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.64,\n\t\t\t\t\t\"deviceOverlap\": 0.34,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.61,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.59,\n\t\t\t\t\t\"deviceOverlap\": 0.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.55,\n\t\t\t\t\t\"deviceOverlap\": 0.24,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.53,\n\t\t\t\t\t\"deviceOverlap\": 0.27,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.49,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A&E\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.16,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.44,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.4,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.29,\n\t\t\t\t\t\"deviceOverlap\": 0.13,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 31.72,\n\t\t\t\t\t\"deviceOverlap\": 4.44,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 18.33,\n\t\t\t\t\t\"deviceOverlap\": 5.17,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 11.11,\n\t\t\t\t\t\"deviceOverlap\": 2.91,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 4.93,\n\t\t\t\t\t\"deviceOverlap\": 1.34,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 2.81,\n\t\t\t\t\t\"deviceOverlap\": 0.83,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 1.39,\n\t\t\t\t\t\"deviceOverlap\": 0.28,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.09,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.75,\n\t\t\t\t\t\"deviceOverlap\": 0.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.6,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.6,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.2,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A&E\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.08,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.42,\n\t\t\t\t\t\"deviceOverlap\": 0.07,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.41,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.38,\n\t\t\t\t\t\"deviceOverlap\": 0.17,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.35,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.35,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.33,\n\t\t\t\t\t\"deviceOverlap\": 0.16,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 41.19,\n\t\t\t\"ivt\": 6.44,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 1.77,\n\t\t\t\"transparentSsaiRate\": 1.77\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 34.0,\n\t\t\t\"ivt\": 3.97,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.0,\n\t\t\t\"transparentSsaiRate\": 2.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 11.01,\n\t\t\t\"ivt\": 10.3,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.36,\n\t\t\t\"transparentSsaiRate\": 3.36\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.56,\n\t\t\t\"ivt\": 5.32,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.94,\n\t\t\t\"transparentSsaiRate\": 3.94\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\"ivt\": 1.56,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 1.19,\n\t\t\t\"transparentSsaiRate\": 1.19\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 16.59,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.03,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 1.46,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 99.16,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 43.75,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 4.37,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.97,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 53.96,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 19.67,\n\t\t\t\"transparentSsaiRate\": 19.67\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\"transparentSsaiRate\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 38.1,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 28.21,\n\t\t\t\"transparentSsaiRate\": 28.21\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 5.29,\n\t\t\t\"ivt\": 2.2,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.63,\n\t\t\t\"transparentSsaiRate\": 2.62\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.42,\n\t\t\t\"ivt\": 4.25,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.89,\n\t\t\t\"transparentSsaiRate\": 1.02\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 4.61,\n\t\t\t\"sivt\": 4.26,\n\t\t\t\"givt\": 0.35,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 2.46\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 1.37\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HijackedSession\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.38\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.03\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"CookieStuffing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.34,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 99.64,\n\t\t\t\t\"ivt\": 4.62,\n\t\t\t\t\"ssaiRate\": 2.14,\n\t\t\t\t\"transparentSsaiRate\": 2.12\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"ssaiRate\": 0.17,\n\t\t\t\t\"transparentSsaiRate\": 0.17\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\t\"ivt\": 15.08,\n\t\t\t\t\"ssaiRate\": 1.14,\n\t\t\t\t\"transparentSsaiRate\": 1.14\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 56.93,\n\t\t\t\t\"ssaiRate\": 9.89,\n\t\t\t\t\"transparentSsaiRate\": 9.89\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 98.18,\n\t\t\t\t\"ivt\": 4.29,\n\t\t\t\t\"ssaiRate\": 2.1,\n\t\t\t\t\"transparentSsaiRate\": 2.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 1.77,\n\t\t\t\t\"ivt\": 11.82,\n\t\t\t\t\"ssaiRate\": 0.11,\n\t\t\t\t\"transparentSsaiRate\": 0.11\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 5.8,\n\t\t\t\t\"ivt\": 3.38,\n\t\t\t\t\"ssaiRate\": 2.66,\n\t\t\t\t\"transparentSsaiRate\": 2.64\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 4.12,\n\t\t\t\t\"ivt\": 4.41,\n\t\t\t\t\"ssaiRate\": 1.94,\n\t\t\t\t\"transparentSsaiRate\": 1.92\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 3.75,\n\t\t\t\t\"ivt\": 5.44,\n\t\t\t\t\"ssaiRate\": 1.89,\n\t\t\t\t\"transparentSsaiRate\": 1.84\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.45,\n\t\t\t\t\"ivt\": 3.18,\n\t\t\t\t\"ssaiRate\": 0.81,\n\t\t\t\t\"transparentSsaiRate\": 0.81\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.64,\n\t\t\t\t\"ivt\": 4.36,\n\t\t\t\t\"ssaiRate\": 1.38,\n\t\t\t\t\"transparentSsaiRate\": 1.38\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 2.48,\n\t\t\t\t\"ivt\": 5.32,\n\t\t\t\t\"ssaiRate\": 2.31,\n\t\t\t\t\"transparentSsaiRate\": 2.27\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 2.23,\n\t\t\t\t\"ivt\": 4.01,\n\t\t\t\t\"ssaiRate\": 1.87,\n\t\t\t\t\"transparentSsaiRate\": 1.87\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 2.13,\n\t\t\t\t\"ivt\": 4.26,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 2.02\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 2.1,\n\t\t\t\t\"ivt\": 3.63,\n\t\t\t\t\"ssaiRate\": 2.1,\n\t\t\t\t\"transparentSsaiRate\": 2.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 4.58,\n\t\t\t\t\"ssaiRate\": 1.26,\n\t\t\t\t\"transparentSsaiRate\": 1.25\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 3.31,\n\t\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\t\"transparentSsaiRate\": 1.79\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 2.01,\n\t\t\t\t\"ivt\": 5.16,\n\t\t\t\t\"ssaiRate\": 2.85,\n\t\t\t\t\"transparentSsaiRate\": 2.81\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 1.73,\n\t\t\t\t\"ivt\": 5.74,\n\t\t\t\t\"ssaiRate\": 1.61,\n\t\t\t\t\"transparentSsaiRate\": 1.61\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"RALEIGH-DURHAM (FAYETVLLE)\",\n\t\t\t\t\"inventoryRatio\": 1.64,\n\t\t\t\t\"ivt\": 2.47,\n\t\t\t\t\"ssaiRate\": 2.18,\n\t\t\t\t\"transparentSsaiRate\": 2.17\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"inventoryRatio\": 1.6,\n\t\t\t\t\"ivt\": 2.74,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 2.01\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HARTFORD  NEW HAVEN\",\n\t\t\t\t\"inventoryRatio\": 1.37,\n\t\t\t\t\"ivt\": 2.08,\n\t\t\t\t\"ssaiRate\": 1.49,\n\t\t\t\t\"transparentSsaiRate\": 1.48\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.36,\n\t\t\t\t\"ivt\": 7.2,\n\t\t\t\t\"ssaiRate\": 1.34,\n\t\t\t\t\"transparentSsaiRate\": 1.31\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.33,\n\t\t\t\t\"ivt\": 6.9,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 1.26,\n\t\t\t\t\"ivt\": 9.03,\n\t\t\t\t\"ssaiRate\": 2.83,\n\t\t\t\t\"transparentSsaiRate\": 2.82\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": false,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Pluto TV - It’s Free TV\",\n\t\t\t\"description\": \"Download now to stream Pluto TV's 100+ channels of news, sports, and the Internet's best, completely free on Amazon. Also, get access to our free VOD library of over 1000 entire movies and full TV episodes.\\n\\nPluto TV is revolutionizing the streaming TV experience, with over a hundred channels of amazing programming.\\n\\nIf you're a news junkie, we've got NBC News, as well as Sky News, Bloomberg, and more. For the fight fan, get the world's best MMA, boxing and more on Fight. For other binge-worthy interests, we've got the Crime Network, Funny AF, IGN, Pro Wrestling and All Day Anime. Enjoy these, and over 100 more amazing channels on Pluto TV!\\n\\nLooking for free on-demand? With Pluto TV, you have access to our library of over 1000 full movies and entire episodes of your favorite TV shows. Its out of this world!\\n\\nFree yourself from traditional TV. With Pluto TV, all your great entertainment is free. Join us, Citizen, and download today to start watching all the amazing stuff on Pluto TV!\\n\\n* Privacy Policy and Your California Privacy Rights: https://corporate.pluto.tv/privacy-policy\\n* Do Not Sell My Personal Info: https://viacomprivacy.com\\n* Terms of Use: https://corporate.pluto.tv/terms-of-use\",\n\t\t\t\"categories\": [\"Movies & TV\"],\n\t\t\t\"screenshotUrls\": [\"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\", \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\", \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\", \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 4.62,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"ssaiRate\": 2.14,\n\t\t\t\"transparentSsaiRate\": 2.12,\n\t\t\t\"descriptionBrandSafetyRisk\": \"high\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": true,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": null,\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://www.amazon.com/Pluto-TV-Its-Free/dp/B00KDSGIPK\",\n\t\t\t\"availableCountries\": null,\n\t\t\t\"availableLanguages\": null,\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 84.0,\n\t\t\t\"starRatingCount\": 148704.0,\n\t\t\t\"parentalHint\": \"Guidance Suggested\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": null,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 79.0,\n\t\t\t\"publishedDate\": null,\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"http://corporate.pluto.tv/privacy-policy/\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\"sovRatio\": 64.42\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto\",\n\t\t\t\t\"sovRatio\": 20.68\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"B00KDSGIPK\",\n\t\t\t\t\"sovRatio\": 7.26\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.tv\",\n\t\t\t\t\"sovRatio\": 2.48\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.android\",\n\t\t\t\t\"sovRatio\": 2.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.other\",\n\t\t\t\t\"sovRatio\": 1.59\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\"sovRatio\": 0.75\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"b00kdsgipk\",\n\t\t\t\t\"sovRatio\": 0.47\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\"sovRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"plutocbsn\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.roku\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.web\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.theasylum\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.failarmy\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\"developerWebsite\": \"pluto.tv\",\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"totalApps\": 1\n\t\t},\n\t\t\"channels\": [{\n\t\t\t\"name\": \"Gravitas Movies\"\n\t\t}, {\n\t\t\t\"name\": \"FailArmy\"\n\t\t}, {\n\t\t\t\"name\": \"The Pet Collective\"\n\t\t}, {\n\t\t\t\"name\": \"Kevin Hart LOL\"\n\t\t}, {\n\t\t\t\"name\": \"Leverage\"\n\t\t}, {\n\t\t\t\"name\": \"Baywatch\"\n\t\t}, {\n\t\t\t\"name\": \"BET Her\"\n\t\t}, {\n\t\t\t\"name\": \"CBSN 2\"\n\t\t}, {\n\t\t\t\"name\": \"MST3K\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Wild 'N Out\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Love & Hip Hop\"\n\t\t}, {\n\t\t\t\"name\": \"The Asylum\"\n\t\t}, {\n\t\t\t\"name\": \"ET Live\"\n\t\t}, {\n\t\t\t\"name\": \"Nosey\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Live\"\n\t\t}, {\n\t\t\t\"name\": \"Crime Network\"\n\t\t}, {\n\t\t\t\"name\": \"Unsolved Mysteries\"\n\t\t}, {\n\t\t\t\"name\": \"World Poker Tour\"\n\t\t}, {\n\t\t\t\"name\": \"GustoTV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Hills\"\n\t\t}, {\n\t\t\t\"name\": \"Awesomeness TV\"\n\t\t}, {\n\t\t\t\"name\": \"RiffTrax\"\n\t\t}, {\n\t\t\t\"name\": \"People Are Awesome\"\n\t\t}, {\n\t\t\t\"name\": \"Free Action Movies\"\n\t\t}, {\n\t\t\t\"name\": \"PGA TOUR\"\n\t\t}, {\n\t\t\t\"name\": \"Live Music Replay\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Teen\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central\"\n\t\t}, {\n\t\t\t\"name\": \"CMT\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Guy Code\"\n\t\t}, {\n\t\t\t\"name\": \"TV Land Drama\"\n\t\t}, {\n\t\t\t\"name\": \"THC\"\n\t\t}, {\n\t\t\t\"name\": \"Complex Networks\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Latino\"\n\t\t}, {\n\t\t\t\"name\": \"Black Cinema\"\n\t\t}, {\n\t\t\t\"name\": \"GLORY Kickboxing\"\n\t\t}, {\n\t\t\t\"name\": \"Criss Angel Mindfreak\"\n\t\t}, {\n\t\t\t\"name\": \"British TV\"\n\t\t}, {\n\t\t\t\"name\": \"Flicks of Fury\"\n\t\t}, {\n\t\t\t\"name\": \"Fight\"\n\t\t}, {\n\t\t\t\"name\": \"Dog the Bounty Hunter\"\n\t\t}, {\n\t\t\t\"name\": \"Fox Sports 1\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central Latino\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 RuPaul's Drag Race\"\n\t\t}, {\n\t\t\t\"name\": \"Bloomberg TV\"\n\t\t}, {\n\t\t\t\"name\": \"Funny AF\"\n\t\t}, {\n\t\t\t\"name\": \"Fear Factor\"\n\t\t}, {\n\t\t\t\"name\": \"CMT Westerns\"\n\t\t}, {\n\t\t\t\"name\": \"NBC News\"\n\t\t}, {\n\t\t\t\"name\": \"80s Rewind\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Challenge\"\n\t\t}, {\n\t\t\t\"name\": \"Paramount Movie Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Spike\"\n\t\t}, {\n\t\t\t\"name\": \"Sportsman Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Classic Movies Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Big Sky Conference\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Cine Estelar\"\n\t\t}, {\n\t\t\t\"name\": \"The First\"\n\t\t}, {\n\t\t\t\"name\": \"Vevo Pop\"\n\t\t}, {\n\t\t\t\"name\": \"HISTORY\"\n\t\t}, {\n\t\t\t\"name\": \"Science\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Black Ink Crew\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Block Party\"\n\t\t}, {\n\t\t\t\"name\": \"Court TV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Biggest Pop\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Spankin' New\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Hip Hop Family\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Her Dramas\"\n\t\t}, {\n\t\t\t\"name\": \"MLS\"\n\t\t}, {\n\t\t\t\"name\": \"Chassy\"\n\t\t}, {\n\t\t\t\"name\": \"Shout! Factory TV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Cribs\"\n\t\t}, {\n\t\t\t\"name\": \"Lively Place\"\n\t\t}, {\n\t\t\t\"name\": \"Antiques Roadshow UK\"\n\t\t}, {\n\t\t\t\"name\": \"Classic TV\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Winter Sports\"\n\t\t}, {\n\t\t\t\"name\": \"Forensic Files\"\n\t\t}, {\n\t\t\t\"name\": \"Fuse\"\n\t\t}, {\n\t\t\t\"name\": \"TYT Network\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Naturaleza\"\n\t\t}, {\n\t\t\t\"name\": \"PursuitUP\"\n\t\t}, {\n\t\t\t\"name\": \"LOGO\"\n\t\t}, {\n\t\t\t\"name\": \"Spike Aventura\"\n\t\t}],\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"high\",\n\t\t\t\t\"alcoholContentRisk\": \"high\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"medium\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\",\n\t\t\t\t\t\"text\": \"250+ channels\\nof live TV.\\nBAYWATCH\\nBaywatch: Dream Girl\\nWED 6:00 PM\\n|6:00 PM\\n|6:30 PM\\nTV plutoo\\nMTV Cribs\\nPunk'd\\n��OMEDY\\nCENTRAL\\nReno 911!\\nTosh.0\\nplutoo\\nBAYWATCH\\nBaywatch: Dream Girl\\nCNN\\nThe Latest News from CNN\\nNFL Top 10\\nTop Shot\\nNFL\\nCHANNEL\\nOCBSN\\nCBS News Live\\nLEVERAGE\\nLeverage\\nLeverage\\nANIMAS\\nThe Zoo\\nBamboo Ban\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.75825\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.7033\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.6613\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\",\n\t\t\t\t\t\"text\": \"1000s of movies\\non-demand.\\nRecently Added\\nSee All >\\nHOAM MKAY AU\\nBIGBISTH\\nTHE\\nBIG\\nSHORT\\nTINA FEY\\nWHISKEY\\nTANGO\\nFOXTROT\\nTHIS IS A TRUE STORY\\nPRESS\\nBig Fish\\nThe Big Short\\nWhiskey Tango Foxtrot\\nRecently Added\\nSee All >\\nGOOD\\nBurger\\nHOT ROD\\nNICKELODEON\\nTHE LEGEND OF\\nBAGGIR\\nVANCE\\nGood Burger\\nThe Legend of Baggar Vance\\nHot Trot\\nRecently Added\\nSee All >\\nDICTATOR\\nFLORENCE\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Art\",\n\t\t\t\t\t\t\"score\": 0.50219\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\",\n\t\t\t\t\t\"text\": \"Drop in.\\nIt's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.67789\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.60989\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.56994\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\",\n\t\t\t\t\t\"text\": \"pluto @\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.96237\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.93628\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.92948\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.77553\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Graphics\",\n\t\t\t\t\t\t\"score\": 0.73121\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nUNCENSORED\\nGordon Ramsay's Hell's Kitchen\\nWED 6:00 PM\\n6:00 PM\\n6:30 PM\\nU N S OLV ED\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nGordon Ramsay's Hell's Kitchen: Break or\\nUNCEN SORED\\nCOLD CASE FILES\\nCold Case Files\\nThe New\\nDetectives\\nThe New Detectives\\nThe New Det\\nLove & Hip Hop Atlanta\\nLove & Hip F\\nLOVE & HIP HOP VH\\nDOG\\nDog the Bounty Hunter\\nDog the Bou\\nTHE BOUNTY HUNTER\\nRUPAUL'S\\nDRAG RACE\\nRuPaul's Drag Race\\nRuPaul's Dra\\nVH1\\nS RIS S\\nA N GE\\nMINN��REAK\\nCricc Angel, M:nafrealk\\nCricc AngeL I\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.92182\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.71952\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.69731\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.69547\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\",\n\t\t\t\t\t\"text\": \"1000s of movies on-demand.\\nplutoo\\nLive TV\\nOn Demand\\ne Entertainment\\nMost Popular Movies\\nBig Fish\\nEI News\\nPG-13| Drama/Fantasy | 2hr 5m | ��\\nWhen Edward Bloom becomes ill, his son, William, travels\\nto be with him. William has a strained relationship with\\nB Binge Watch\\nEdward because his father has always told exaggerated\\nstories about his life, and William thinks he's never really\\ntold the truth.\\nMovies\\nCast: Ewan McGregor, Albert Finney, Billy Crudup\\nDirector: Tim Burton\\n�� Sports\\nBurger HOT RODALY DONUE ZLabor Day\\nH Explore\\nBIGDISH\\nBIG\\nBAGGER\\nVANCE\\nSHOR\\nFLORENCE\\nFOSTER JENKINS\\nMEXICAN\\nG Life + Style\\nCollection Title\\nH��RRISON\\nCADILLAC RECORDS\\nDEATH\\nATA\\nFUNERAL\\nDICTATOF\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.85803\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80597\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.75167\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\",\n\t\t\t\t\t\"text\": \"Drop in. It's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.75603\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Adaptation\",\n\t\t\t\t\t\t\"score\": 0.66966\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.65735\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.63672\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nrson\\nCNN\\nThe Latest News from CNN\\nWED 6:00 PM\\n|6:00 PM\\n6:30 PM\\nS NBC\\nNEWS\\nNBC Nightly News\\nNBC Nightly\\nOCBSN\\nCBS News Live Broadcast\\nCNN\\nThe Latest News from CNN\\nplutoo NEWS\\nHeadline News\\nTODAY'S TOP\\nToday's Top Story\\nToday's Top\\nSTORY\\nc cheddar\\nnews\\nCheddar Top Stories\\nBloomberg\\nTelevision\\nBloomberg Markets: The Close\\nWeat her NLation . 24177\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86865\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.81197\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.80777\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.75926\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.72535\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\",\n\t\t\t\t\t\"text\": \"250+ channels of live TV.\\nplutoo\\nLive TV\\nOn Demand\\n8:30 PM\\n9:00 PM\\n9:30 PM\\nBETA plutoo\\nEntertainment\\nJV plutoo\\nMTV Cribs\\nPunk'd\\nJersey Shore\\n130\\nEI News\\na COMEDY plutoo\\nCENTRAL\\n52\\nReno 911!\\nTosh.0\\nChappelle's S\\nBinge Watch\\n��aywatch\\nBaywatcl\\n* Featured\\nTV-MA Action 8:30PM- 9:30����\\nTV-MA Action 9:\\n356\\nBAYWATCH\\nJoin the Baywatch lifeguards on their thrilling adventures filled\\nJoin the Bayv\\nwith beautiful beaches and those iconic red swimsuits.\\nwith beautifu\\n3 Sports\\nCNN\\nThe Latest News from CNN\\nThe Latest News from CNN\\n11\\nH Explore\\n146\\nNFL CHANNEL\\nNFL Top 10\\nHard Knocks: A Decade of NFL Training Cadmps\\nA Life + Style\\nOCBSN\\n411\\nCBS News Live\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.93072\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.84903\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.77685\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.74575\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.70077\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nplutoo\\nOn Demand\\nLive TV\\nrson\\nCH 244\\nCNN\\nThe Latest News from CNN\\nT\\nCC\\n6:30PM - 9:3OPM\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.90742\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86095\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80441\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.77863\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.77101\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nplutoo\\nOn Demand\\nLive TV\\nOMOVIES\\nFORENSIC FILES\\nForensic Files\\nForensic Files\\ne Entertainment\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nUnsolved Mys\\n334\\nEl News\\nGordon Ramsay's Hell's Kitchen\\nGordon R\\nGORDON RAMSAY'S\\nHELL'S KITCHEN\\nINCE NSOED\\n356\\nTV-MA Reality | 8:30PM ��� 9:30PM | E\\nTV-MA Reality 9:\\nBinge Watch\\nBreak On Through Chef Ramsay explains to the six remaining\\nBreak On Th��\\nchefs that they will face three extensive challenges to determine...\\nteams face c\\nFeatured\\nCOLD CASE|FILES\\n346\\nCold Case Files\\nCold Case Fil\\nSports\\nThe New\\nDetectives\\n342\\nThe New Detectives\\nThe New Detectives\\nThe New Dete\\nH Explore\\nLOVE &\\nHIP HOP\\nVH1\\n322\\nLove & Hip Hop Atlanta\\nLove & Hip Ho\\nLife + Style\\nDOG\\n353\\nDog the Bounty Hunter\\nDog the Bounty Hunter\\nDog the Boun\\nTHE BOUNTY HUNTER\\ne Comedy\\nRUPAUL'S\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.91578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.74573\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.74003\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\t\"advertisingIvtRisk\": \"low\",\n\t\t\t\t\"trustedSeller\": \"Telaria\",\n\t\t\t\t\"ivtFreeUsersRate\": 86.77,\n\t\t\t\t\"estimatedDailyActiveUsers\": 658551,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 19756535,\n\t\t\t\t\"adSpend\": 8471801.0\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 36.35,\n\t\t\t\t\t\"deviceOverlap\": 4.39,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 24.51,\n\t\t\t\t\t\"deviceOverlap\": 12.17,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 14.45,\n\t\t\t\t\t\"deviceOverlap\": 7.41,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 6.37,\n\t\t\t\t\t\"deviceOverlap\": 2.96,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 3.33,\n\t\t\t\t\t\"deviceOverlap\": 1.7,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 1.75,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.67,\n\t\t\t\t\t\"deviceOverlap\": 0.94,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.86,\n\t\t\t\t\t\"deviceOverlap\": 0.48,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.72,\n\t\t\t\t\t\"deviceOverlap\": 0.28,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.64,\n\t\t\t\t\t\"deviceOverlap\": 0.34,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.61,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.59,\n\t\t\t\t\t\"deviceOverlap\": 0.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.55,\n\t\t\t\t\t\"deviceOverlap\": 0.24,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.54,\n\t\t\t\t\t\"deviceOverlap\": 0.27,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.49,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A&E\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.17,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.44,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.4,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.29,\n\t\t\t\t\t\"deviceOverlap\": 0.13,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 31.76,\n\t\t\t\t\t\"deviceOverlap\": 4.45,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 18.35,\n\t\t\t\t\t\"deviceOverlap\": 5.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 11.13,\n\t\t\t\t\t\"deviceOverlap\": 2.91,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 4.93,\n\t\t\t\t\t\"deviceOverlap\": 1.34,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 2.82,\n\t\t\t\t\t\"deviceOverlap\": 0.83,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 1.39,\n\t\t\t\t\t\"deviceOverlap\": 0.28,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.1,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.75,\n\t\t\t\t\t\"deviceOverlap\": 0.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.6,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.6,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.2,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A&E\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.08,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.42,\n\t\t\t\t\t\"deviceOverlap\": 0.07,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.41,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.38,\n\t\t\t\t\t\"deviceOverlap\": 0.16,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.35,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.35,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.33,\n\t\t\t\t\t\"deviceOverlap\": 0.16,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 40.61,\n\t\t\t\"ivt\": 6.59,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\"transparentSsaiRate\": 1.81\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 34.33,\n\t\t\t\"ivt\": 3.96,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.0,\n\t\t\t\"transparentSsaiRate\": 2.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 11.12,\n\t\t\t\"ivt\": 10.3,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.36,\n\t\t\t\"transparentSsaiRate\": 3.36\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.62,\n\t\t\t\"ivt\": 5.32,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.94,\n\t\t\t\"transparentSsaiRate\": 3.94\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\"ivt\": 1.54,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 1.19,\n\t\t\t\"transparentSsaiRate\": 1.19\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 16.58,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.03,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 1.46,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 99.15,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 43.75,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 4.37,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.97,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 53.96,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 19.67,\n\t\t\t\"transparentSsaiRate\": 19.67\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 38.1,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 28.21,\n\t\t\t\"transparentSsaiRate\": 28.21\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\"transparentSsaiRate\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 5.34,\n\t\t\t\"ivt\": 2.2,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.63,\n\t\t\t\"transparentSsaiRate\": 2.62\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.45,\n\t\t\t\"ivt\": 4.24,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.89,\n\t\t\t\"transparentSsaiRate\": 1.02\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 4.62,\n\t\t\t\"sivt\": 4.27,\n\t\t\t\"givt\": 0.35,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 2.46\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 1.38\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HijackedSession\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.38\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.02\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"CookieStuffing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.34,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 99.64,\n\t\t\t\t\"ivt\": 4.62,\n\t\t\t\t\"ssaiRate\": 2.14,\n\t\t\t\t\"transparentSsaiRate\": 2.12\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"ssaiRate\": 0.17,\n\t\t\t\t\"transparentSsaiRate\": 0.17\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\t\"ivt\": 15.08,\n\t\t\t\t\"ssaiRate\": 1.14,\n\t\t\t\t\"transparentSsaiRate\": 1.14\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 56.93,\n\t\t\t\t\"ssaiRate\": 9.89,\n\t\t\t\t\"transparentSsaiRate\": 9.89\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 98.18,\n\t\t\t\t\"ivt\": 4.29,\n\t\t\t\t\"ssaiRate\": 2.1,\n\t\t\t\t\"transparentSsaiRate\": 2.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 1.77,\n\t\t\t\t\"ivt\": 11.81,\n\t\t\t\t\"ssaiRate\": 0.11,\n\t\t\t\t\"transparentSsaiRate\": 0.11\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 5.8,\n\t\t\t\t\"ivt\": 3.38,\n\t\t\t\t\"ssaiRate\": 2.66,\n\t\t\t\t\"transparentSsaiRate\": 2.64\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 4.12,\n\t\t\t\t\"ivt\": 4.41,\n\t\t\t\t\"ssaiRate\": 1.94,\n\t\t\t\t\"transparentSsaiRate\": 1.92\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 3.75,\n\t\t\t\t\"ivt\": 5.44,\n\t\t\t\t\"ssaiRate\": 1.89,\n\t\t\t\t\"transparentSsaiRate\": 1.84\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.45,\n\t\t\t\t\"ivt\": 3.18,\n\t\t\t\t\"ssaiRate\": 0.81,\n\t\t\t\t\"transparentSsaiRate\": 0.81\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.64,\n\t\t\t\t\"ivt\": 4.36,\n\t\t\t\t\"ssaiRate\": 1.38,\n\t\t\t\t\"transparentSsaiRate\": 1.38\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 2.48,\n\t\t\t\t\"ivt\": 5.32,\n\t\t\t\t\"ssaiRate\": 2.31,\n\t\t\t\t\"transparentSsaiRate\": 2.27\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 2.23,\n\t\t\t\t\"ivt\": 4.01,\n\t\t\t\t\"ssaiRate\": 1.87,\n\t\t\t\t\"transparentSsaiRate\": 1.87\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 2.13,\n\t\t\t\t\"ivt\": 4.26,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 2.02\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 2.1,\n\t\t\t\t\"ivt\": 3.63,\n\t\t\t\t\"ssaiRate\": 2.1,\n\t\t\t\t\"transparentSsaiRate\": 2.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 4.58,\n\t\t\t\t\"ssaiRate\": 1.26,\n\t\t\t\t\"transparentSsaiRate\": 1.25\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 3.31,\n\t\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\t\"transparentSsaiRate\": 1.79\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 2.01,\n\t\t\t\t\"ivt\": 5.16,\n\t\t\t\t\"ssaiRate\": 2.85,\n\t\t\t\t\"transparentSsaiRate\": 2.81\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 1.73,\n\t\t\t\t\"ivt\": 5.74,\n\t\t\t\t\"ssaiRate\": 1.61,\n\t\t\t\t\"transparentSsaiRate\": 1.61\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"RALEIGH-DURHAM (FAYETVLLE)\",\n\t\t\t\t\"inventoryRatio\": 1.64,\n\t\t\t\t\"ivt\": 2.47,\n\t\t\t\t\"ssaiRate\": 2.18,\n\t\t\t\t\"transparentSsaiRate\": 2.17\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"inventoryRatio\": 1.6,\n\t\t\t\t\"ivt\": 2.74,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 2.01\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HARTFORD  NEW HAVEN\",\n\t\t\t\t\"inventoryRatio\": 1.37,\n\t\t\t\t\"ivt\": 2.08,\n\t\t\t\t\"ssaiRate\": 1.49,\n\t\t\t\t\"transparentSsaiRate\": 1.48\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.36,\n\t\t\t\t\"ivt\": 7.2,\n\t\t\t\t\"ssaiRate\": 1.34,\n\t\t\t\t\"transparentSsaiRate\": 1.31\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.33,\n\t\t\t\t\"ivt\": 6.9,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 1.26,\n\t\t\t\t\"ivt\": 9.03,\n\t\t\t\t\"ssaiRate\": 2.83,\n\t\t\t\t\"transparentSsaiRate\": 2.82\n\t\t\t}]\n\t\t}\n\t}]\n}"}],"_postman_id":"98e1c8ad-a79c-4ce5-b338-520e6cd34e49"},{"name":"getCtvApp - Region","id":"601d3377-9c85-4b6e-9924-bf2ea0245a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?appId=&region=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getCtvApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"342895df-2054-4991-b375-9a570963d923","name":"getCtvApp - Region","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?region=NA&username={{username}}&password={{password}}&appId=B00KDSGIPK","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getCtvApp"],"query":[{"key":"region","value":"NA","description":"Optional. \"NA\" or \"GLOBAL\". Default GLOBAL."},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"appId","value":"B00KDSGIPK"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 1,\n\t\"docs\": [{\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": true,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Pluto TV - It’s Free TV\",\n\t\t\t\"description\": \"Download now to stream Pluto TV's 100+ channels of news, sports, and the Internet's best, completely free on Amazon. Also, get access to our free VOD library of over 1000 entire movies and full TV episodes.\\n\\nPluto TV is revolutionizing the streaming TV experience, with over a hundred channels of amazing programming.\\n\\nIf you're a news junkie, we've got NBC News, as well as Sky News, Bloomberg, and more. For the fight fan, get the world's best MMA, boxing and more on Fight. For other binge-worthy interests, we've got the Crime Network, Funny AF, IGN, Pro Wrestling and All Day Anime. Enjoy these, and over 100 more amazing channels on Pluto TV!\\n\\nLooking for free on-demand? With Pluto TV, you have access to our library of over 1000 full movies and entire episodes of your favorite TV shows. Its out of this world!\\n\\nFree yourself from traditional TV. With Pluto TV, all your great entertainment is free. Join us, Citizen, and download today to start watching all the amazing stuff on Pluto TV!\\n\\n* Privacy Policy and Your California Privacy Rights: https://corporate.pluto.tv/privacy-policy\\n* Do Not Sell My Personal Info: https://viacomprivacy.com\\n* Terms of Use: https://corporate.pluto.tv/terms-of-use\",\n\t\t\t\"categories\": [\"Movies & TV\"],\n\t\t\t\"screenshotUrls\": [\"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\", \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\", \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\", \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 48.0,\n\t\t\t\"ivtRisk\": \"high\",\n\t\t\t\"ssaiRate\": 2.02,\n\t\t\t\"transparentSsaiRate\": 2.0,\n\t\t\t\"descriptionBrandSafetyRisk\": \"high\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": true,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": {\n\t\t\t\"victimOfSpoofing\": true,\n\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\"byFraudType\": [{\n\t\t\t\t\"fraudType\": \"userAgentObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"B00KDSGIPK\",\n\t\t\t\t\t\"sovRisk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"b00kdsgipk\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.other\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.roku\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"Other\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"plutocbsn\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.peopleareawesome.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv.gravitas\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.ios\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.peopleareawesome\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.web\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"plutotv.vevo\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"gustotv.plutotv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"plutoetlive\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.theasylum\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.worldpokertour\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.failarmy\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.thepetcollective\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.ctv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"b00kdsgipk\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.wtkr.localtvfiretv\",\n\t\t\t\t\t\"declaredBundleId\": \"com.wtkr.localtvfiretv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"vizio.plutotv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.battlenet.showguide\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.color.call.flash.colorphone.theme.coolled\",\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.strix.strix_example\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.dailymail.online\",\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"com.pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"pluto.tv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.facebook.katana\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"impressionVolumeObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"B00KDSGIPK\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"deviceObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"B00KDSGIPK\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"b00kdsgipk\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.other\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.android\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.roku\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"bundleIdObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": \"com.cbsnews.ott\",\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.handmark.sportcaster\",\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.softmedia.receiver\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.chromecast\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.esaba.downloader\",\n\t\t\t\t\t\"declaredBundleId\": \"tv.pluto.web\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.cbs.etlivefiretv\",\n\t\t\t\t\t\"declaredBundleId\": \"dabl.pluto\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}]\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://www.amazon.com/Pluto-TV-Its-Free/dp/B00KDSGIPK\",\n\t\t\t\"availableCountries\": null,\n\t\t\t\"availableLanguages\": null,\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 84.0,\n\t\t\t\"starRatingCount\": 148704.0,\n\t\t\t\"parentalHint\": \"Guidance Suggested\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": null,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 79.0,\n\t\t\t\"publishedDate\": null,\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"http://corporate.pluto.tv/privacy-policy/\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"B00KDSGIPK\",\n\t\t\t\t\"sovRatio\": 41.21\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\"sovRatio\": 38.82\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto\",\n\t\t\t\t\"sovRatio\": 11.61\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"b00kdsgipk\",\n\t\t\t\t\"sovRatio\": 3.15\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.tv\",\n\t\t\t\t\"sovRatio\": 1.78\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.android\",\n\t\t\t\t\"sovRatio\": 1.19\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.other\",\n\t\t\t\t\"sovRatio\": 1.11\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\"sovRatio\": 0.76\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.roku\",\n\t\t\t\t\"sovRatio\": 0.1\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"plutocbsn\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.peopleareawesome.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.web\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\"developerWebsite\": \"pluto.tv\",\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"totalApps\": 1\n\t\t},\n\t\t\"channels\": [{\n\t\t\t\"name\": \"Gravitas Movies\"\n\t\t}, {\n\t\t\t\"name\": \"FailArmy\"\n\t\t}, {\n\t\t\t\"name\": \"The Pet Collective\"\n\t\t}, {\n\t\t\t\"name\": \"Kevin Hart LOL\"\n\t\t}, {\n\t\t\t\"name\": \"Leverage\"\n\t\t}, {\n\t\t\t\"name\": \"Baywatch\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Wild 'N Out\"\n\t\t}, {\n\t\t\t\"name\": \"BET Her\"\n\t\t}, {\n\t\t\t\"name\": \"CBSN 2\"\n\t\t}, {\n\t\t\t\"name\": \"MST3K\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Love & Hip Hop\"\n\t\t}, {\n\t\t\t\"name\": \"The Asylum\"\n\t\t}, {\n\t\t\t\"name\": \"Vevo Pop\"\n\t\t}, {\n\t\t\t\"name\": \"Unsolved Mysteries\"\n\t\t}, {\n\t\t\t\"name\": \"ET Live\"\n\t\t}, {\n\t\t\t\"name\": \"Nosey\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Live\"\n\t\t}, {\n\t\t\t\"name\": \"Crime Network\"\n\t\t}, {\n\t\t\t\"name\": \"World Poker Tour\"\n\t\t}, {\n\t\t\t\"name\": \"Awesomeness TV\"\n\t\t}, {\n\t\t\t\"name\": \"RiffTrax\"\n\t\t}, {\n\t\t\t\"name\": \"GustoTV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Hills\"\n\t\t}, {\n\t\t\t\"name\": \"PGA TOUR\"\n\t\t}, {\n\t\t\t\"name\": \"TV Land Drama\"\n\t\t}, {\n\t\t\t\"name\": \"Free Action Movies\"\n\t\t}, {\n\t\t\t\"name\": \"People Are Awesome\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central\"\n\t\t}, {\n\t\t\t\"name\": \"British TV\"\n\t\t}, {\n\t\t\t\"name\": \"Live Music Replay\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Teen\"\n\t\t}, {\n\t\t\t\"name\": \"CMT\"\n\t\t}, {\n\t\t\t\"name\": \"GLORY Kickboxing\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Latino\"\n\t\t}, {\n\t\t\t\"name\": \"Complex Networks\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Guy Code\"\n\t\t}, {\n\t\t\t\"name\": \"Fear Factor\"\n\t\t}, {\n\t\t\t\"name\": \"THC\"\n\t\t}, {\n\t\t\t\"name\": \"Black Cinema\"\n\t\t}, {\n\t\t\t\"name\": \"Fox Sports 1\"\n\t\t}, {\n\t\t\t\"name\": \"Flicks of Fury\"\n\t\t}, {\n\t\t\t\"name\": \"Criss Angel Mindfreak\"\n\t\t}, {\n\t\t\t\"name\": \"Funny AF\"\n\t\t}, {\n\t\t\t\"name\": \"Fight\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central Latino\"\n\t\t}, {\n\t\t\t\"name\": \"Dog the Bounty Hunter\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 RuPaul's Drag Race\"\n\t\t}, {\n\t\t\t\"name\": \"Bloomberg TV\"\n\t\t}, {\n\t\t\t\"name\": \"NBC News\"\n\t\t}, {\n\t\t\t\"name\": \"Spike\"\n\t\t}, {\n\t\t\t\"name\": \"80s Rewind\"\n\t\t}, {\n\t\t\t\"name\": \"CMT Westerns\"\n\t\t}, {\n\t\t\t\"name\": \"Paramount Movie Channel\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Challenge\"\n\t\t}, {\n\t\t\t\"name\": \"Classic Movies Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Sportsman Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Big Sky Conference\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Hip Hop Family\"\n\t\t}, {\n\t\t\t\"name\": \"Chassy\"\n\t\t}, {\n\t\t\t\"name\": \"Science\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Black Ink Crew\"\n\t\t}, {\n\t\t\t\"name\": \"HISTORY\"\n\t\t}, {\n\t\t\t\"name\": \"Court TV\"\n\t\t}, {\n\t\t\t\"name\": \"The First\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Cine Estelar\"\n\t\t}, {\n\t\t\t\"name\": \"NBC Sports Network\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Biggest Pop\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Block Party\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Cribs\"\n\t\t}, {\n\t\t\t\"name\": \"Lively Place\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Spankin' New\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Her Dramas\"\n\t\t}, {\n\t\t\t\"name\": \"MLS\"\n\t\t}, {\n\t\t\t\"name\": \"LOGO\"\n\t\t}, {\n\t\t\t\"name\": \"Shout! Factory TV\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Winter Sports\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Naturaleza\"\n\t\t}, {\n\t\t\t\"name\": \"Antiques Roadshow UK\"\n\t\t}, {\n\t\t\t\"name\": \"Classic TV\"\n\t\t}, {\n\t\t\t\"name\": \"Fuse\"\n\t\t}, {\n\t\t\t\"name\": \"TYT Network\"\n\t\t}, {\n\t\t\t\"name\": \"Forensic Files\"\n\t\t}, {\n\t\t\t\"name\": \"PursuitUP\"\n\t\t}, {\n\t\t\t\"name\": \"Cold Case Files\"\n\t\t}, {\n\t\t\t\"name\": \"Gordon Ramsay's Kitchen\"\n\t\t}, {\n\t\t\t\"name\": \"CNN En Español\"\n\t\t}, {\n\t\t\t\"name\": \"Spike Aventura\"\n\t\t}, {\n\t\t\t\"name\": \"This Old House\"\n\t\t}],\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"high\",\n\t\t\t\t\"alcoholContentRisk\": \"high\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"medium\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\",\n\t\t\t\t\t\"text\": \"250+ channels\\nof live TV.\\nBAYWATCH\\nBaywatch: Dream Girl\\nWED 6:00 PM\\n|6:00 PM\\n|6:30 PM\\nTV plutoo\\nMTV Cribs\\nPunk'd\\n��OMEDY\\nCENTRAL\\nReno 911!\\nTosh.0\\nplutoo\\nBAYWATCH\\nBaywatch: Dream Girl\\nCNN\\nThe Latest News from CNN\\nNFL Top 10\\nTop Shot\\nNFL\\nCHANNEL\\nOCBSN\\nCBS News Live\\nLEVERAGE\\nLeverage\\nLeverage\\nANIMAS\\nThe Zoo\\nBamboo Ban\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.75825\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.7033\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.6613\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\",\n\t\t\t\t\t\"text\": \"1000s of movies\\non-demand.\\nRecently Added\\nSee All >\\nHOAM MKAY AU\\nBIGBISTH\\nTHE\\nBIG\\nSHORT\\nTINA FEY\\nWHISKEY\\nTANGO\\nFOXTROT\\nTHIS IS A TRUE STORY\\nPRESS\\nBig Fish\\nThe Big Short\\nWhiskey Tango Foxtrot\\nRecently Added\\nSee All >\\nGOOD\\nBurger\\nHOT ROD\\nNICKELODEON\\nTHE LEGEND OF\\nBAGGIR\\nVANCE\\nGood Burger\\nThe Legend of Baggar Vance\\nHot Trot\\nRecently Added\\nSee All >\\nDICTATOR\\nFLORENCE\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Art\",\n\t\t\t\t\t\t\"score\": 0.50219\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\",\n\t\t\t\t\t\"text\": \"Drop in.\\nIt's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.67789\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.60989\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.56994\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\",\n\t\t\t\t\t\"text\": \"pluto @\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.96237\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.93628\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.92948\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.77553\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Graphics\",\n\t\t\t\t\t\t\"score\": 0.73121\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nUNCENSORED\\nGordon Ramsay's Hell's Kitchen\\nWED 6:00 PM\\n6:00 PM\\n6:30 PM\\nU N S OLV ED\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nGORDON\\nRAMSAY'S\\nHELL'S KITCHEN\\nGordon Ramsay's Hell's Kitchen: Break or\\nUNCEN SORED\\nCOLD CASE FILES\\nCold Case Files\\nThe New\\nDetectives\\nThe New Detectives\\nThe New Det\\nLove & Hip Hop Atlanta\\nLove & Hip F\\nLOVE & HIP HOP VH\\nDOG\\nDog the Bounty Hunter\\nDog the Bou\\nTHE BOUNTY HUNTER\\nRUPAUL'S\\nDRAG RACE\\nRuPaul's Drag Race\\nRuPaul's Dra\\nVH1\\nS RIS S\\nA N GE\\nMINN��REAK\\nCricc Angel, M:nafrealk\\nCricc AngeL I\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.92182\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.71952\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.69731\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.69547\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\",\n\t\t\t\t\t\"text\": \"1000s of movies on-demand.\\nplutoo\\nLive TV\\nOn Demand\\ne Entertainment\\nMost Popular Movies\\nBig Fish\\nEI News\\nPG-13| Drama/Fantasy | 2hr 5m | ��\\nWhen Edward Bloom becomes ill, his son, William, travels\\nto be with him. William has a strained relationship with\\nB Binge Watch\\nEdward because his father has always told exaggerated\\nstories about his life, and William thinks he's never really\\ntold the truth.\\nMovies\\nCast: Ewan McGregor, Albert Finney, Billy Crudup\\nDirector: Tim Burton\\n�� Sports\\nBurger HOT RODALY DONUE ZLabor Day\\nH Explore\\nBIGDISH\\nBIG\\nBAGGER\\nVANCE\\nSHOR\\nFLORENCE\\nFOSTER JENKINS\\nMEXICAN\\nG Life + Style\\nCollection Title\\nH��RRISON\\nCADILLAC RECORDS\\nDEATH\\nATA\\nFUNERAL\\nDICTATOF\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.85803\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80597\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.75167\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\",\n\t\t\t\t\t\"text\": \"Drop in. It's free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.75603\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Adaptation\",\n\t\t\t\t\t\t\"score\": 0.66966\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.65735\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.63672\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nrson\\nCNN\\nThe Latest News from CNN\\nWED 6:00 PM\\n|6:00 PM\\n6:30 PM\\nS NBC\\nNEWS\\nNBC Nightly News\\nNBC Nightly\\nOCBSN\\nCBS News Live Broadcast\\nCNN\\nThe Latest News from CNN\\nplutoo NEWS\\nHeadline News\\nTODAY'S TOP\\nToday's Top Story\\nToday's Top\\nSTORY\\nc cheddar\\nnews\\nCheddar Top Stories\\nBloomberg\\nTelevision\\nBloomberg Markets: The Close\\nWeat her NLation . 24177\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86865\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.81197\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.80777\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.75926\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.72535\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\",\n\t\t\t\t\t\"text\": \"250+ channels of live TV.\\nplutoo\\nLive TV\\nOn Demand\\n8:30 PM\\n9:00 PM\\n9:30 PM\\nBETA plutoo\\nEntertainment\\nJV plutoo\\nMTV Cribs\\nPunk'd\\nJersey Shore\\n130\\nEI News\\na COMEDY plutoo\\nCENTRAL\\n52\\nReno 911!\\nTosh.0\\nChappelle's S\\nBinge Watch\\n��aywatch\\nBaywatcl\\n* Featured\\nTV-MA Action 8:30PM- 9:30����\\nTV-MA Action 9:\\n356\\nBAYWATCH\\nJoin the Baywatch lifeguards on their thrilling adventures filled\\nJoin the Bayv\\nwith beautiful beaches and those iconic red swimsuits.\\nwith beautifu\\n3 Sports\\nCNN\\nThe Latest News from CNN\\nThe Latest News from CNN\\n11\\nH Explore\\n146\\nNFL CHANNEL\\nNFL Top 10\\nHard Knocks: A Decade of NFL Training Cadmps\\nA Life + Style\\nOCBSN\\n411\\nCBS News Live\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.93072\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.84903\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.77685\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.74575\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.70077\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nplutoo\\nOn Demand\\nLive TV\\nrson\\nCH 244\\nCNN\\nThe Latest News from CNN\\nT\\nCC\\n6:30PM - 9:3OPM\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.90742\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86095\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80441\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.77863\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.77101\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nplutoo\\nOn Demand\\nLive TV\\nOMOVIES\\nFORENSIC FILES\\nForensic Files\\nForensic Files\\ne Entertainment\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nUnsolved Mys\\n334\\nEl News\\nGordon Ramsay's Hell's Kitchen\\nGordon R\\nGORDON RAMSAY'S\\nHELL'S KITCHEN\\nINCE NSOED\\n356\\nTV-MA Reality | 8:30PM ��� 9:30PM | E\\nTV-MA Reality 9:\\nBinge Watch\\nBreak On Through Chef Ramsay explains to the six remaining\\nBreak On Th��\\nchefs that they will face three extensive challenges to determine...\\nteams face c\\nFeatured\\nCOLD CASE|FILES\\n346\\nCold Case Files\\nCold Case Fil\\nSports\\nThe New\\nDetectives\\n342\\nThe New Detectives\\nThe New Detectives\\nThe New Dete\\nH Explore\\nLOVE &\\nHIP HOP\\nVH1\\n322\\nLove & Hip Hop Atlanta\\nLove & Hip Ho\\nLife + Style\\nDOG\\n353\\nDog the Bounty Hunter\\nDog the Bounty Hunter\\nDog the Boun\\nTHE BOUNTY HUNTER\\ne Comedy\\nRUPAUL'S\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.91578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.74573\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.74003\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\t\"advertisingIvtRisk\": \"high\",\n\t\t\t\t\"trustedSeller\": \"Smart AdServer\",\n\t\t\t\t\"ivtFreeUsersRate\": 38.69,\n\t\t\t\t\"estimatedDailyActiveUsers\": 658551,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 19756535,\n\t\t\t\t\"adSpend\": 4.3431836E7\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 51.43,\n\t\t\t\t\t\"deviceOverlap\": 5.77,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 32.11,\n\t\t\t\t\t\"deviceOverlap\": 14.25,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 17.15,\n\t\t\t\t\t\"deviceOverlap\": 8.19,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 8.53,\n\t\t\t\t\t\"deviceOverlap\": 3.47,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 4.17,\n\t\t\t\t\t\"deviceOverlap\": 1.93,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 2.78,\n\t\t\t\t\t\"deviceOverlap\": 1.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 2.13,\n\t\t\t\t\t\"deviceOverlap\": 0.29,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 2.06,\n\t\t\t\t\t\"deviceOverlap\": 0.93,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 1.27,\n\t\t\t\t\t\"deviceOverlap\": 0.6,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.09,\n\t\t\t\t\t\"deviceOverlap\": 0.46,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.92,\n\t\t\t\t\t\"deviceOverlap\": 0.51,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.87,\n\t\t\t\t\t\"deviceOverlap\": 0.35,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.85,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.82,\n\t\t\t\t\t\"deviceOverlap\": 0.35,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.31,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.7,\n\t\t\t\t\t\"deviceOverlap\": 0.33,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.68,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC\",\n\t\t\t\t\t\"developerName\": \"NBCUniversal Media, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.68,\n\t\t\t\t\t\"deviceOverlap\": 0.31,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.53,\n\t\t\t\t\t\"deviceOverlap\": 0.24,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.51,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 58.38,\n\t\t\t\t\t\"deviceOverlap\": 14.17,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies & TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 36.06,\n\t\t\t\t\t\"deviceOverlap\": 28.88,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, & More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 18.6,\n\t\t\t\t\t\"deviceOverlap\": 14.71,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV & Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 9.73,\n\t\t\t\t\t\"deviceOverlap\": 7.48,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live & On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 4.71,\n\t\t\t\t\t\"deviceOverlap\": 3.84,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 3.14,\n\t\t\t\t\t\"deviceOverlap\": 2.66,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 2.34,\n\t\t\t\t\t\"deviceOverlap\": 1.96,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 2.23,\n\t\t\t\t\t\"deviceOverlap\": 0.71,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 1.45,\n\t\t\t\t\t\"deviceOverlap\": 1.28,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.25,\n\t\t\t\t\t\"deviceOverlap\": 0.99,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 1.04,\n\t\t\t\t\t\"deviceOverlap\": 0.98,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies & News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 1.01,\n\t\t\t\t\t\"deviceOverlap\": 0.78,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.92,\n\t\t\t\t\t\"deviceOverlap\": 0.76,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES & TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.92,\n\t\t\t\t\t\"deviceOverlap\": 0.48,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.88,\n\t\t\t\t\t\"deviceOverlap\": 0.57,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.44,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.76,\n\t\t\t\t\t\"deviceOverlap\": 0.61,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC\",\n\t\t\t\t\t\"developerName\": \"NBCUniversal Media, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.68,\n\t\t\t\t\t\"deviceOverlap\": 0.56,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local & World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.57,\n\t\t\t\t\t\"deviceOverlap\": 0.5,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A&E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.47,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 40.58,\n\t\t\t\"ivt\": 33.91,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 29.19,\n\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\"transparentSsaiRate\": 1.81\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 31.38,\n\t\t\t\"ivt\": 25.71,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.61,\n\t\t\t\"ssaiRate\": 2.0,\n\t\t\t\"transparentSsaiRate\": 2.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 9.83,\n\t\t\t\"ivt\": 28.3,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 20.03,\n\t\t\t\"ssaiRate\": 3.36,\n\t\t\t\"transparentSsaiRate\": 3.36\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.14,\n\t\t\t\"ivt\": 26.79,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.56,\n\t\t\t\"ssaiRate\": 3.94,\n\t\t\t\"transparentSsaiRate\": 3.94\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 1.78,\n\t\t\t\"ivt\": 99.98,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 98.64,\n\t\t\t\"ssaiRate\": 42.86,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.47,\n\t\t\t\"ivt\": 38.57,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 37.59,\n\t\t\t\"ssaiRate\": 1.19,\n\t\t\t\"transparentSsaiRate\": 1.19\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 35.47,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 23.65,\n\t\t\t\"ssaiRate\": 0.03,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 23.32,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.18,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 90.34,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 89.93,\n\t\t\t\"ssaiRate\": 2.97,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 57.79,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 7.96,\n\t\t\t\"ssaiRate\": 19.67,\n\t\t\t\"transparentSsaiRate\": 19.67\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\"transparentSsaiRate\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 47.65,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 12.75,\n\t\t\t\"ssaiRate\": 28.21,\n\t\t\t\"transparentSsaiRate\": 28.21\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 8.51,\n\t\t\t\"ivt\": 56.61,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 55.61,\n\t\t\t\"ssaiRate\": 2.63,\n\t\t\t\"transparentSsaiRate\": 2.62\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.23,\n\t\t\t\"ivt\": 25.74,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.3,\n\t\t\t\"ssaiRate\": 3.89,\n\t\t\t\"transparentSsaiRate\": 1.02\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 48.0,\n\t\t\t\"sivt\": 47.81,\n\t\t\t\"givt\": 0.19,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"AppSpoofing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 45.28\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 1.34\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.75\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HijackedSession\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.21\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.2\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.19,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 99.67,\n\t\t\t\t\"ivt\": 48.0,\n\t\t\t\t\"ssaiRate\": 2.02,\n\t\t\t\t\"transparentSsaiRate\": 2.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 29.6,\n\t\t\t\t\"ssaiRate\": 0.24,\n\t\t\t\t\"transparentSsaiRate\": 0.24\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.07,\n\t\t\t\t\"ivt\": 80.5,\n\t\t\t\t\"ssaiRate\": 1.53,\n\t\t\t\t\"transparentSsaiRate\": 1.53\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 87.16,\n\t\t\t\t\"ssaiRate\": 18.38,\n\t\t\t\t\"transparentSsaiRate\": 18.38\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 98.89,\n\t\t\t\t\"ivt\": 50.32,\n\t\t\t\t\"ssaiRate\": 1.95,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 1.07,\n\t\t\t\t\"ivt\": 23.73,\n\t\t\t\t\"ssaiRate\": 0.12,\n\t\t\t\t\"transparentSsaiRate\": 0.12\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 6.23,\n\t\t\t\t\"ivt\": 50.98,\n\t\t\t\t\"ssaiRate\": 2.67,\n\t\t\t\t\"transparentSsaiRate\": 2.65\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 3.82,\n\t\t\t\t\"ivt\": 49.41,\n\t\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\t\"transparentSsaiRate\": 1.77\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.81,\n\t\t\t\t\"ivt\": 43.67,\n\t\t\t\t\"ssaiRate\": 1.92,\n\t\t\t\t\"transparentSsaiRate\": 1.89\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.19,\n\t\t\t\t\"ivt\": 42.9,\n\t\t\t\t\"ssaiRate\": 0.75,\n\t\t\t\t\"transparentSsaiRate\": 0.74\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.68,\n\t\t\t\t\"ivt\": 48.53,\n\t\t\t\t\"ssaiRate\": 1.35,\n\t\t\t\t\"transparentSsaiRate\": 1.35\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 2.51,\n\t\t\t\t\"ivt\": 48.98,\n\t\t\t\t\"ssaiRate\": 2.26,\n\t\t\t\t\"transparentSsaiRate\": 2.21\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 2.28,\n\t\t\t\t\"ivt\": 48.79,\n\t\t\t\t\"ssaiRate\": 1.72,\n\t\t\t\t\"transparentSsaiRate\": 1.72\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 2.14,\n\t\t\t\t\"ivt\": 47.98,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.97\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 2.01,\n\t\t\t\t\"ivt\": 47.5,\n\t\t\t\t\"ssaiRate\": 1.16,\n\t\t\t\t\"transparentSsaiRate\": 1.15\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 44.68,\n\t\t\t\t\"ssaiRate\": 1.96,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.88,\n\t\t\t\t\"ivt\": 44.88,\n\t\t\t\t\"ssaiRate\": 2.46,\n\t\t\t\t\"transparentSsaiRate\": 2.42\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"inventoryRatio\": 1.87,\n\t\t\t\t\"ivt\": 42.94,\n\t\t\t\t\"ssaiRate\": 1.72,\n\t\t\t\t\"transparentSsaiRate\": 1.69\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 1.75,\n\t\t\t\t\"ivt\": 49.17,\n\t\t\t\t\"ssaiRate\": 1.53,\n\t\t\t\t\"transparentSsaiRate\": 1.52\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\t\"ivt\": 49.92,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"RALEIGH-DURHAM (FAYETVLLE)\",\n\t\t\t\t\"inventoryRatio\": 1.6,\n\t\t\t\t\"ivt\": 45.55,\n\t\t\t\t\"ssaiRate\": 1.9,\n\t\t\t\t\"transparentSsaiRate\": 1.9\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.31,\n\t\t\t\t\"ivt\": 48.62,\n\t\t\t\t\"ssaiRate\": 1.91,\n\t\t\t\t\"transparentSsaiRate\": 1.89\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 46.41,\n\t\t\t\t\"ssaiRate\": 1.25,\n\t\t\t\t\"transparentSsaiRate\": 1.22\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HARTFORD  NEW HAVEN\",\n\t\t\t\t\"inventoryRatio\": 1.25,\n\t\t\t\t\"ivt\": 41.48,\n\t\t\t\t\"ssaiRate\": 1.45,\n\t\t\t\t\"transparentSsaiRate\": 1.44\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"INDIANAPOLIS\",\n\t\t\t\t\"inventoryRatio\": 1.19,\n\t\t\t\t\"ivt\": 54.83,\n\t\t\t\t\"ssaiRate\": 1.26,\n\t\t\t\t\"transparentSsaiRate\": 1.25\n\t\t\t}]\n\t\t}\n\t}]\n}"}],"_postman_id":"601d3377-9c85-4b6e-9924-bf2ea0245a80"},{"name":"getCtvApp - Returning a single widget","id":"50b5ed95-7fe1-4a98-a82d-a8bbb19b2345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?appId=&region=&widget=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getCtvApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"appOverview\",\"riskOverview\",\"pixalateAdvisories\",\"appSpoofing\",\"appDetails\",\"developerOverview\",\"channels\",\"brandSafety\",\"trafficOverlap\",\"authorizedSellers\",\"invalidTraffic\",\"inventory\"</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"a760ace0-e9f9-4353-a886-b7ae16ea27ff","name":"getCtvApp - Returning a SIngle Widget","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?region=GLOBAL&username={{username}}&password={{password}}&appId=B00KDSGIPK&widget=appDetails","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getCtvApp"],"query":[{"key":"region","value":"GLOBAL"},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"appId","value":"B00KDSGIPK"},{"key":"widget","value":"appDetails"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 1,\n\t\"docs\": [{\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": true,\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://www.amazon.com/Pluto-TV-Its-Free/dp/B00KDSGIPK\",\n\t\t\t\"availableCountries\": null,\n\t\t\t\"availableLanguages\": null,\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 84.0,\n\t\t\t\"starRatingCount\": 148704.0,\n\t\t\t\"parentalHint\": \"Guidance Suggested\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": null,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 79.0,\n\t\t\t\"publishedDate\": null,\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"http://corporate.pluto.tv/privacy-policy/\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"B00KDSGIPK\",\n\t\t\t\t\"sovRatio\": 41.16\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\"sovRatio\": 38.89\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto\",\n\t\t\t\t\"sovRatio\": 11.57\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"b00kdsgipk\",\n\t\t\t\t\"sovRatio\": 3.16\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.tv\",\n\t\t\t\t\"sovRatio\": 1.78\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.android\",\n\t\t\t\t\"sovRatio\": 1.18\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.other\",\n\t\t\t\t\"sovRatio\": 1.11\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\"sovRatio\": 0.76\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.roku\",\n\t\t\t\t\"sovRatio\": 0.1\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.ios\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"plutocbsn\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.web\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.peopleareawesome.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}]\n\t\t}\n\t}]\n}"}],"_postman_id":"50b5ed95-7fe1-4a98-a82d-a8bbb19b2345"},{"name":"getCtvApp - Returning two widgets","id":"9d000bf2-9192-4f96-ac49-4907d0f870c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?appId=&region=&widget=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getCtvApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"appOverview\",\"riskOverview\",\"pixalateAdvisories\",\"appSpoofing\",\"appDetails\",\"developerOverview\",\"channels\",\"brandSafety\",\"trafficOverlap\",\"authorizedSellers\",\"invalidTraffic\",\"inventory\"</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"b268152e-3860-4332-86dd-4f14751aacc9","name":"getCtvApp - Returning two Widgets","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getCtvApp?region=GLOBAL&username={{username}}&password={{password}}&appId=B00KDSGIPK&widget=developerOverview,authorizedSellers","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getCtvApp"],"query":[{"key":"region","value":"GLOBAL"},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"appId","value":"B00KDSGIPK"},{"key":"widget","value":"developerOverview,authorizedSellers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 1,\n\t\"docs\": [{\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": true,\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\"developerWebsite\": \"pluto.tv\",\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"totalApps\": 1\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 41.17,\n\t\t\t\"ivt\": 33.84,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 29.23,\n\t\t\t\"ssaiRate\": 1.77,\n\t\t\t\"transparentSsaiRate\": 1.77\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 31.06,\n\t\t\t\"ivt\": 25.72,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.61,\n\t\t\t\"ssaiRate\": 2.0,\n\t\t\t\"transparentSsaiRate\": 2.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 9.74,\n\t\t\t\"ivt\": 28.3,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 20.03,\n\t\t\t\"ssaiRate\": 3.36,\n\t\t\t\"transparentSsaiRate\": 3.36\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.08,\n\t\t\t\"ivt\": 26.8,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.57,\n\t\t\t\"ssaiRate\": 3.94,\n\t\t\t\"transparentSsaiRate\": 3.94\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 1.76,\n\t\t\t\"ivt\": 99.98,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 98.62,\n\t\t\t\"ssaiRate\": 42.86,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.47,\n\t\t\t\"ivt\": 38.59,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 37.6,\n\t\t\t\"ssaiRate\": 1.19,\n\t\t\t\"transparentSsaiRate\": 1.19\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 35.47,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 23.65,\n\t\t\t\"ssaiRate\": 0.03,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 23.33,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.19,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 90.34,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 89.93,\n\t\t\t\"ssaiRate\": 2.97,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 57.79,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 7.96,\n\t\t\t\"ssaiRate\": 19.67,\n\t\t\t\"transparentSsaiRate\": 19.67\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\"transparentSsaiRate\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 47.65,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 12.75,\n\t\t\t\"ssaiRate\": 28.21,\n\t\t\t\"transparentSsaiRate\": 28.21\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 8.42,\n\t\t\t\"ivt\": 56.61,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 55.61,\n\t\t\t\"ssaiRate\": 2.63,\n\t\t\t\"transparentSsaiRate\": 2.62\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.21,\n\t\t\t\"ivt\": 25.74,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 22.3,\n\t\t\t\"ssaiRate\": 3.89,\n\t\t\t\"transparentSsaiRate\": 1.02\n\t\t}]\n\t}]\n}"}],"_postman_id":"9d000bf2-9192-4f96-ac49-4907d0f870c5"}],"id":"929faf94-d382-4765-b888-b3301347c098","description":"<p>The purpose of this API is to provide risk ratings and reputational data for CTV Applications. The response is an JSON formatted object.</p>\n<h2 id=\"schema\">Schema</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Widget</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>appId</td>\n<td>String</td>\n<td>App Unique Identifier</td>\n</tr>\n<tr>\n<td></td>\n<td>region</td>\n<td>String</td>\n<td>Region - <br /><strong>GLOBAL, NA(North America), EMEA, LATAM, APAC</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>device</td>\n<td>String</td>\n<td>Device - <br /><strong>roku, firetv</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>includeSpoofing</td>\n<td>Boolean</td>\n<td>Is spoofing included</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>channelId</td>\n<td>String</td>\n<td>Roku channel Identifier (Only Roku)</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>appTitle</td>\n<td>String</td>\n<td>App Title</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>description</td>\n<td>String</td>\n<td>App brief description</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>categories</td>\n<td>List of Strings</td>\n<td>The category of the app</td>\n</tr>\n<tr>\n<td>appOverview</td>\n<td>screenshotUrls</td>\n<td>List of Strings</td>\n<td>List of app screenshots</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>risk</td>\n<td>Object</td>\n<td>Overal pixalate's unique advertising risk assesment based on blended risk factors including brand safety, invalid traffic and inventory for all regions and devices. (Please find below Possible Risks section)</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>ivt</td>\n<td>Double</td>\n<td>The overall percentage of Invalid Traffic (IVT)</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>ivtRisk</td>\n<td>String</td>\n<td>Invalid traffic Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>ssaiImpressionsRatio</td>\n<td>Double</td>\n<td>The percentage of traffic observed to utilize server-side-ad-insertion (SSAI) integrations for ad/ad content delivery to the end user</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>transparentSsaiImpressionsRatio</td>\n<td>Double</td>\n<td>SSAI tracked impressions that come from proxies passing X-Device-User-Agent headers for more transparency.</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>descriptionBrandSafetyRisk</td>\n<td>String</td>\n<td>Risk factors to advertiser Brand Safety broken down by descriptive text about the app <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>contentBrandSafetyRisk</td>\n<td>String</td>\n<td>Risk factors to advertiser Brand Safety broken down by both in-app content such as images <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>hasAppAdsTxt</td>\n<td>Boolean</td>\n<td>True if AppAds.txt is enabled for the app's domain.</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>delistedApp</td>\n<td>Boolean</td>\n<td>A flag that indicates whether app was delisted from app store or not.true indicates app was delisted from app store.</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>delistedDate</td>\n<td>String</td>\n<td>App delisted date from app store. Format, YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>privateDomain</td>\n<td>Boolean</td>\n<td>True if domain is privately registered</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>hasTermsAndConditions</td>\n<td>Boolean</td>\n<td>True if app has terms and conditions</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>hasPrivacyPolicy</td>\n<td>Boolean</td>\n<td>True if  app has privacy policy</td>\n</tr>\n<tr>\n<td>pixalateAdvisories</td>\n<td>appAgeRisk</td>\n<td>String</td>\n<td>Risk rating based on the amount of time the app has been listed within the app store. Apps which have been listed for an extended period of time may present less risk than those recently published. <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>appSpoofing</td>\n<td>victimOfSpoofing</td>\n<td>Boolean</td>\n<td>True if app is a victim of spoofing</td>\n</tr>\n<tr>\n<td>appSpoofing</td>\n<td>spoofingRisk</td>\n<td>String</td>\n<td>Risk of spoofing in this app.<strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>appSpoofing</td>\n<td>byFraudType</td>\n<td>Object</td>\n<td>Spoofing by fraudType denoting the fraud type with set of apps with detectedBundleId, declaredBundleId, sovRisk</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>appStoreUrl</td>\n<td>String</td>\n<td>App page on the store.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>availableCountries</td>\n<td>List of Strings</td>\n<td>The countries in which the app is available.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>availableLanguages</td>\n<td>List of Strings</td>\n<td>The languages in which the app is available.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>keywords</td>\n<td>List of Strings</td>\n<td>Search terms and keywords typically associated to the app.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>rating</td>\n<td>Double</td>\n<td>The app's average user-rating within the app store  <strong>(based on a 5-star scale).</strong></td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>starRatingCount</td>\n<td>Long</td>\n<td>The number of ratings provided within the app store</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>parentalHint</td>\n<td>String</td>\n<td>Indicates parental sensitivity considerations for the respective app content.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>revenueSources</td>\n<td>List of Strings</td>\n<td>The primary sources of revenue.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>cvaaCompliant</td>\n<td>Boolean</td>\n<td>Indicates whether the app is in compliance with the FCC's Communications and Video Accessibility Act (CVAA) Standards.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>appAgeRisk</td>\n<td>String</td>\n<td>Risk rating based on the amount of time the app has been listed within the app store.<strong>(low/medium/high).</strong></td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>appAge</td>\n<td>Double</td>\n<td>The amount of time the app has been listed within the app store.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>publishedDate</td>\n<td>String</td>\n<td>The date of original publication within the app store.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>appPrivacyPolicy</td>\n<td>Boolean</td>\n<td>Indicates whether an app-specific privacy policy is maintained.  Apps which do not maintain a privacy policy may be of higher risk to advertisers and sellers.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>appPrivacyPolicyUrl</td>\n<td>String</td>\n<td>Link to the app-specific privacy policy</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>delistedApp</td>\n<td>Boolean</td>\n<td>A flag that indicates whether app was delisted from app store or not.true indicates app was delisted from app store.</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>delistedDate</td>\n<td>String</td>\n<td>App delisted date from app store. Format, YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>appDetails</td>\n<td>bundleIds</td>\n<td>Object</td>\n<td>The unique textual identifier of the app within the app store.</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>developerName</td>\n<td>String</td>\n<td>The business name of the app's developer.</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>developerWebsite</td>\n<td>String</td>\n<td>link to the app's developer website</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>privateDomain</td>\n<td>Boolean</td>\n<td>Businesses with privately registered.</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>hasTermsAndConditions</td>\n<td>Boolean</td>\n<td>Businesses without published terms and conditions on their website.</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>hasPrivacyPolicy</td>\n<td>Boolean</td>\n<td>Businesses without published Privacy Policy on their website.</td>\n</tr>\n<tr>\n<td>developerOverview</td>\n<td>totalApps</td>\n<td>Boolean</td>\n<td>Total number of apps published by this developer.</td>\n</tr>\n<tr>\n<td>Rankings</td>\n<td>globalPopularityRank</td>\n<td>Object</td>\n<td>Top Grossing Rank</td>\n</tr>\n<tr>\n<td>Rankings</td>\n<td>regionRank</td>\n<td>Object</td>\n<td>Specific Region Rank</td>\n</tr>\n<tr>\n<td>Rankings</td>\n<td>categoryRank</td>\n<td>Object</td>\n<td>Specific Category Rank</td>\n</tr>\n<tr>\n<td>Rankings  By Country</td>\n<td>Global  Reach Ranking  By Country</td>\n<td>Object</td>\n<td>Reach Ranking by Country</td>\n</tr>\n<tr>\n<td>Rankings  By Country</td>\n<td>Global Market Share Ranking by Country</td>\n<td>Object</td>\n<td>Market Share Ranking by Country</td>\n</tr>\n<tr>\n<td>channels</td>\n<td></td>\n<td>Object</td>\n<td>Channels available for apps considered as aggregators or providers of 'skinny bundles'</td>\n</tr>\n<tr>\n<td>brandSafety</td>\n<td>descriptionBrandSafety</td>\n<td>Object</td>\n<td>The overall Brand Safety risk to advertisers based on textual analysis of the app's descriptive text. App descriptive text is processed through natural language algorithms and comprehensive categorical dictionaries to predict the advertiser brand safety risk.<br /><strong>advisoriesRisk</strong> - The risk to brand safety derived from the app's content advisories.<br /><strong>adultContentRisk</strong> - The risk to brand safety from Adult themed content based on textual analysis of the app and its descriptive content.<br /><strong>drugContentRisk</strong> -  The risk to brand safety from Drug themed content based on textual analysis of the app and its descriptive content.<br /><strong>alcoholContentRisk</strong> - The risk to brand safety from Alcohol themed content based on textual analysis of the app and its descriptive content.<br /><strong>hateSpeechRisk</strong> - The risk to brand safety from Hate Speech content based on textual analysis of the app and its descriptive content.<br /><strong>offensiveContentRisk</strong> - The risk to brand safety from content with Offensive Language based on textual analysis of the app and its descriptive content.</td>\n</tr>\n<tr>\n<td>brandSafety</td>\n<td>contentBrandSafety</td>\n<td>Object</td>\n<td>The overall Brand Safety risk to advertisers based on computer vision driven image analysis as well as textual analysis of language extracted from images of the app's content.  In-App visual content is processed through an advanced machine learning algorithm and evaluated for risk to advertiser brand safety.<br /><strong>adultContentRisk</strong> - The risk to brand safety from potential adult images and content detected within the app.<br /><strong>violenceContentRisk</strong> - The risk to brand safety from potential violent imagery and content detected within the app.<br /><strong>imagesData</strong> - The image by image breakdown of brand safety risk factors based on advanced machine learning driven visual processing and text extraction.</td>\n</tr>\n<tr>\n<td>trafficOverlap</td>\n<td>trafficOverview</td>\n<td>Object</td>\n<td>Traffic volume and ad inventory estimates for the app along with associated advertising risk factors.<br /><strong>spoofingRisk</strong> - The risk the app may be misrepresented in advertising transactions and ads delivered to a different app or site.<br /><strong>advertisingIvtRisk</strong> - The risk of advertising impressions delivered to the app being due to invalid traffic (IVT).  IVT risk is derived from standardized definitions of invalid traffic maintained by the Media Rating Council, Inc. (MRC) and the Interactive Advertising Bureau (IAB).<br /><strong>trustedSeller</strong> - Pixalate crunches the data to rate sellers representing this app on the basis of a number of factors including audience reach and invalid traffic risk.<br /><strong>ivtFreeUsersRate</strong> - The percentage of the app's individual user-base not responsible for presence of invalid traffic.<br /><strong>estimatedDailyActiveUsers</strong> - Estimated Daily Active Users<br /><strong>estimatedMonthlyActiveUsers</strong> - Estimated Monthly Active Users<br /><strong>adSpend</strong> - Estimated AdSpend</td>\n</tr>\n<tr>\n<td>trafficOverlap</td>\n<td>trafficOverlap</td>\n<td>Object</td>\n<td>Overlap traffic illustrates the most common user journeys from app to app. It leverages shared users to not only connect apps together but also to create relationships between a series of apps. List of apps provided based on overall traffic(byOveralTraffic) and invalid traffic(byIvt).<br /><strong>deviceOverlap</strong>  - The percentage of users of the given app that also visit the app.<br /><strong>impressionOverlap</strong> - The percentage of impressions of the given app that were generated by the users that visited the app.</td>\n</tr>\n<tr>\n<td>authorizedSellers</td>\n<td></td>\n<td>Object</td>\n<td>The contribution of various sell side platforms to programmatic ad impressions sold on the app.Sellers are categories(paymentType).</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>ivt</td>\n<td>Double</td>\n<td>overall invalid traffic (IVT)</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>sivt</td>\n<td>Double</td>\n<td>SIVT refers to Sophisticated Invalid Traffic - Probabilistically judged to be non-human traffic using advanced statistical detection methods; moderate to high risk traffic</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>givt</td>\n<td>Double</td>\n<td>GIVT refers to General Invalid Traffic - Deterministically judged to be non-human traffic; high to very high risk.</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>sivtFraudTypes</td>\n<td>Object</td>\n<td>The type of sophisticated invalid traffic (SIVT) designation associated to such IVT.  All IVT calculations are derived from standardized definitions of invalid traffic maintained by the Media Rating Council, Inc. (MRC), Interactive Advertising Bureau (IAB), and Trustworthy Accountability Group (TAG).<br /><strong>fraudType</strong> - The type of fraud detected<br /><strong>givt</strong> - The contribution of this fraud type in overall givt<br /><strong>sivt</strong> - The contribution of this fraud type in overall sivt</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>givtFraudTypes</td>\n<td>Object</td>\n<td>The type of general invalid traffic (GIVT) designation associated to such IVT.  All IVT calculations are derived from standardized definitions of invalid traffic maintained by the Media Rating Council, Inc. (MRC), Interactive Advertising Bureau (IAB), and Trustworthy Accountability Group (TAG).<br /><strong>fraudType</strong> - The type of fraud detected<br /><strong>givt</strong> - The contribution of this fraud type in overall givt<br /><strong>sivt</strong> - The contribution of this fraud type in overall sivt</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byRegion</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by business region.</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byAdSize</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by ad size.</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byDma</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by Designated Market Area (DMA).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"possible-risk-reasons\">Possible Risk reasons</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>S.No</th>\n<th>Possible Risk Reasons</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1 .</td>\n<td>Significantly Elevated IVT Percentage</td>\n</tr>\n<tr>\n<td>2 .</td>\n<td>Publisher Maintains Non-corporate Email Address</td>\n</tr>\n<tr>\n<td>3 .</td>\n<td>Moderately Elevated IVT Percentage</td>\n</tr>\n<tr>\n<td>4 .</td>\n<td>Publisher Does Not Publish a Privacy Policy</td>\n</tr>\n<tr>\n<td>5 .</td>\n<td>The Publisher Hides their Corporate Details in the Domain Registry</td>\n</tr>\n<tr>\n<td>6 .</td>\n<td>The Publisher's Email Address Doesn't Match Their Domain</td>\n</tr>\n<tr>\n<td>7 .</td>\n<td>Adult Content Has Been Detected in the App</td>\n</tr>\n<tr>\n<td>8 .</td>\n<td>The Publisher Does Not Publish Terms and Conditions</td>\n</tr>\n<tr>\n<td>9 .</td>\n<td>The Publisher Domain is Invalid</td>\n</tr>\n<tr>\n<td>10 .</td>\n<td>Gambling Content Has Been Detected in the App</td>\n</tr>\n<tr>\n<td>11 .</td>\n<td>Programmatic Ads Not Detected Leads to High Spoofing Risk</td>\n</tr>\n<tr>\n<td>12 .</td>\n<td>Violent Content Has Been Detected in the App</td>\n</tr>\n<tr>\n<td>13 .</td>\n<td>Alcohol Based Content Has Been Detected in the App</td>\n</tr>\n<tr>\n<td>14 .</td>\n<td>Ad Traffic Shows Some Suspicious Characteristics</td>\n</tr>\n<tr>\n<td>15 .</td>\n<td>Profanity and Offensive Language Has Been Detected in the App</td>\n</tr>\n<tr>\n<td>16 .</td>\n<td>App Description Uses Some Brand Unsafe Language</td>\n</tr>\n<tr>\n<td>17 .</td>\n<td>App Has a High Frequency of Invalid Clicks</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"02f79886-afc7-4496-a1f9-9351e3e2cee2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"60bcc11f-4fc1-44fb-b454-1b11998bacd6"}}],"_postman_id":"929faf94-d382-4765-b888-b3301347c098"},{"name":"Domain Ratings Lookup","item":[{"name":"getDomain","id":"726d4dd8-e8da-410a-94ce-dfdcd11b12d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getDomain?adDomain=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getDomain"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"adDomain","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"b01b77d5-22a1-455c-bb62-eff577041b47","name":"getDomain","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getDomain?adDomain=cnn.com&username={{username}}&password={{password}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getDomain"],"query":[{"key":"adDomain","value":"cnn.com"},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 9,\n\t\"docs\": [{\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"US\",\n\t\t\"device\": \"GLOBAL\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 1.59,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 58.8,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 6427436384,\n\t\t\t\"desktopTrafficRatio\": 55.44,\n\t\t\t\"mobileTrafficRatio\": 44.41,\n\t\t\t\"videoTrafficRatio\": 86.17,\n\t\t\t\"ctr\": 0.21,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 6241\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"low\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 5.88\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 1.59,\n\t\t\t\"givt\": 0.34,\n\t\t\t\"sivt\": 1.25,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.32,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.02,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.45\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.3\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.3\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DatacenterProxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.07\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.05\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.04\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"IPObfuscation\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.02\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 77.79\n\t\t\t}, {\n\t\t\t\t\"name\": \"IT World\",\n\t\t\t\t\"trafficRatio\": 6.99\n\t\t\t}, {\n\t\t\t\t\"name\": \"Psychz Networks\",\n\t\t\t\t\"trafficRatio\": 4.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"ServerMania\",\n\t\t\t\t\"trafficRatio\": 1.68\n\t\t\t}, {\n\t\t\t\t\"name\": \"My Tec Sa\",\n\t\t\t\t\"trafficRatio\": 0.86\n\t\t\t}, {\n\t\t\t\t\"name\": \"HOST1PLUS hosting services. Brazil.\",\n\t\t\t\t\"trafficRatio\": 0.73\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon.com\",\n\t\t\t\t\"trafficRatio\": 0.69\n\t\t\t}, {\n\t\t\t\t\"name\": \"Enzu\",\n\t\t\t\t\"trafficRatio\": 0.69\n\t\t\t}, {\n\t\t\t\t\"name\": \"Windstream Communications\",\n\t\t\t\t\"trafficRatio\": 0.65\n\t\t\t}, {\n\t\t\t\t\"name\": \"QuickPacket, LLC\",\n\t\t\t\t\"trafficRatio\": 0.6\n\t\t\t}, {\n\t\t\t\t\"name\": \"Level 3 Communications\",\n\t\t\t\t\"trafficRatio\": 0.56\n\t\t\t}, {\n\t\t\t\t\"name\": \"Zscaler\",\n\t\t\t\t\"trafficRatio\": 0.52\n\t\t\t}, {\n\t\t\t\t\"name\": \"Google Cloud\",\n\t\t\t\t\"trafficRatio\": 0.47\n\t\t\t}, {\n\t\t\t\t\"name\": \"Starry\",\n\t\t\t\t\"trafficRatio\": 0.39\n\t\t\t}, {\n\t\t\t\t\"name\": \"VeloCloud Networks\",\n\t\t\t\t\"trafficRatio\": 0.35\n\t\t\t}, {\n\t\t\t\t\"name\": \"GigeNET\",\n\t\t\t\t\"trafficRatio\": 0.3\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hype Enterprises\",\n\t\t\t\t\"trafficRatio\": 0.26\n\t\t\t}, {\n\t\t\t\t\"name\": \"Fuse Internet Access\",\n\t\t\t\t\"trafficRatio\": 0.26\n\t\t\t}, {\n\t\t\t\t\"name\": \"ColoCrossing\",\n\t\t\t\t\"trafficRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"name\": \"MOJOHOST\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"ExpressVPN\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"Global Digital DC\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Total Server Solutions L.L.C.\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon Office\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Comcast Cable\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Microsoft Azure\",\n\t\t\t\t\"trafficRatio\": 0.09\n\t\t\t}, {\n\t\t\t\t\"name\": \"Sharktech\",\n\t\t\t\t\"trafficRatio\": 0.09\n\t\t\t}, {\n\t\t\t\t\"name\": \"123.Net\",\n\t\t\t\t\"trafficRatio\": 0.09\n\t\t\t}, {\n\t\t\t\t\"name\": \"Leaseweb USA\",\n\t\t\t\t\"trafficRatio\": 0.09\n\t\t\t}, {\n\t\t\t\t\"name\": \"Choopa, LLC\",\n\t\t\t\t\"trafficRatio\": 0.09\n\t\t\t}, {\n\t\t\t\t\"name\": \"Desert iNET\",\n\t\t\t\t\"trafficRatio\": 0.09\n\t\t\t}, {\n\t\t\t\t\"name\": \"Igigle Host\",\n\t\t\t\t\"trafficRatio\": 0.09\n\t\t\t}, {\n\t\t\t\t\"name\": \"Performive\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hurricane Electric\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Anexia\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Network Innovations\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Digital Ocean\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Krypt Technologies\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Centracom\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Southern Fibernet Corporation\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"DigitalOcean, LLC\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Green Cloud Technologies,LLC\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 1.73,\n\t\t\t\t\"viewability\": 48.01\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": 59.98\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 1.62,\n\t\t\t\t\"viewability\": 56.85\n\t\t\t}],\n\t\t\t\"byCountry\": null,\n\t\t\t\"byState\": [{\n\t\t\t\t\"stateName\": \"United States, California\",\n\t\t\t\t\"inventoryRatio\": 13.28,\n\t\t\t\t\"ivt\": 1.75,\n\t\t\t\t\"viewability\": 59.82\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Florida\",\n\t\t\t\t\"inventoryRatio\": 6.7,\n\t\t\t\t\"ivt\": 0.93,\n\t\t\t\t\"viewability\": 59.86\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New York\",\n\t\t\t\t\"inventoryRatio\": 6.44,\n\t\t\t\t\"ivt\": 2.59,\n\t\t\t\t\"viewability\": 60.51\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Texas\",\n\t\t\t\t\"inventoryRatio\": 5.88,\n\t\t\t\t\"ivt\": 1.69,\n\t\t\t\t\"viewability\": 58.73\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Michigan\",\n\t\t\t\t\"inventoryRatio\": 4.96,\n\t\t\t\t\"ivt\": 0.96,\n\t\t\t\t\"viewability\": 61.38\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Pennsylvania\",\n\t\t\t\t\"inventoryRatio\": 4.81,\n\t\t\t\t\"ivt\": 1.14,\n\t\t\t\t\"viewability\": 61.42\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Washington\",\n\t\t\t\t\"inventoryRatio\": 4.73,\n\t\t\t\t\"ivt\": 1.01,\n\t\t\t\t\"viewability\": 62.22\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Colorado\",\n\t\t\t\t\"inventoryRatio\": 3.95,\n\t\t\t\t\"ivt\": 1.1,\n\t\t\t\t\"viewability\": 60.98\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Illinois\",\n\t\t\t\t\"inventoryRatio\": 3.54,\n\t\t\t\t\"ivt\": 2.34,\n\t\t\t\t\"viewability\": 59.82\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Georgia\",\n\t\t\t\t\"inventoryRatio\": 3.31,\n\t\t\t\t\"ivt\": 1.72,\n\t\t\t\t\"viewability\": 59.31\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Massachusetts\",\n\t\t\t\t\"inventoryRatio\": 3.21,\n\t\t\t\t\"ivt\": 1.4,\n\t\t\t\t\"viewability\": 47.1\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Jersey\",\n\t\t\t\t\"inventoryRatio\": 3.13,\n\t\t\t\t\"ivt\": 1.77,\n\t\t\t\t\"viewability\": 61.72\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Virginia\",\n\t\t\t\t\"inventoryRatio\": 2.81,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 61.74\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Ohio\",\n\t\t\t\t\"inventoryRatio\": 2.54,\n\t\t\t\t\"ivt\": 1.5,\n\t\t\t\t\"viewability\": 61.2\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Minnesota\",\n\t\t\t\t\"inventoryRatio\": 2.33,\n\t\t\t\t\"ivt\": 1.77,\n\t\t\t\t\"viewability\": 59.06\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Carolina\",\n\t\t\t\t\"inventoryRatio\": 2.29,\n\t\t\t\t\"ivt\": 1.65,\n\t\t\t\t\"viewability\": 62.11\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Wisconsin\",\n\t\t\t\t\"inventoryRatio\": 2.09,\n\t\t\t\t\"ivt\": 1.19,\n\t\t\t\t\"viewability\": 60.81\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arizona\",\n\t\t\t\t\"inventoryRatio\": 2.01,\n\t\t\t\t\"ivt\": 1.26,\n\t\t\t\t\"viewability\": 60.8\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oregon\",\n\t\t\t\t\"inventoryRatio\": 1.8,\n\t\t\t\t\"ivt\": 2.9,\n\t\t\t\t\"viewability\": 61.57\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Mississippi\",\n\t\t\t\t\"inventoryRatio\": 1.44,\n\t\t\t\t\"ivt\": 0.6,\n\t\t\t\t\"viewability\": 61.79\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Connecticut\",\n\t\t\t\t\"inventoryRatio\": 1.34,\n\t\t\t\t\"ivt\": 1.56,\n\t\t\t\t\"viewability\": 62.15\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kentucky\",\n\t\t\t\t\"inventoryRatio\": 1.31,\n\t\t\t\t\"ivt\": 1.41,\n\t\t\t\t\"viewability\": 59.47\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Tennessee\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 0.85,\n\t\t\t\t\"viewability\": 61.91\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Indiana\",\n\t\t\t\t\"inventoryRatio\": 1.11,\n\t\t\t\t\"ivt\": 1.46,\n\t\t\t\t\"viewability\": 61.3\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Missouri\",\n\t\t\t\t\"inventoryRatio\": 0.97,\n\t\t\t\t\"ivt\": 1.36,\n\t\t\t\t\"viewability\": 60.71\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Utah\",\n\t\t\t\t\"inventoryRatio\": 0.93,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 60.98\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Iowa\",\n\t\t\t\t\"inventoryRatio\": 0.77,\n\t\t\t\t\"ivt\": 4.53,\n\t\t\t\t\"viewability\": 61.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nevada\",\n\t\t\t\t\"inventoryRatio\": 0.74,\n\t\t\t\t\"ivt\": 0.96,\n\t\t\t\t\"viewability\": 62.12\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Carolina\",\n\t\t\t\t\"inventoryRatio\": 0.69,\n\t\t\t\t\"ivt\": 1.8,\n\t\t\t\t\"viewability\": 63.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, District Of Columbia\",\n\t\t\t\t\"inventoryRatio\": 0.63,\n\t\t\t\t\"ivt\": 2.49,\n\t\t\t\t\"viewability\": 61.23\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kansas\",\n\t\t\t\t\"inventoryRatio\": 0.57,\n\t\t\t\t\"ivt\": 1.06,\n\t\t\t\t\"viewability\": 60.65\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Hampshire\",\n\t\t\t\t\"inventoryRatio\": 0.52,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 62.01\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alabama\",\n\t\t\t\t\"inventoryRatio\": 0.46,\n\t\t\t\t\"ivt\": 1.09,\n\t\t\t\t\"viewability\": 62.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oklahoma\",\n\t\t\t\t\"inventoryRatio\": 0.46,\n\t\t\t\t\"ivt\": 0.98,\n\t\t\t\t\"viewability\": 60.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Mexico\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 61.17\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Maine\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 0.57,\n\t\t\t\t\"viewability\": 61.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, West Virginia\",\n\t\t\t\t\"inventoryRatio\": 0.39,\n\t\t\t\t\"ivt\": 0.57,\n\t\t\t\t\"viewability\": 55.08\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Louisiana\",\n\t\t\t\t\"inventoryRatio\": 0.39,\n\t\t\t\t\"ivt\": 1.1,\n\t\t\t\t\"viewability\": 61.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Idaho\",\n\t\t\t\t\"inventoryRatio\": 0.37,\n\t\t\t\t\"ivt\": 2.37,\n\t\t\t\t\"viewability\": 62.29\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nebraska\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 1.54,\n\t\t\t\t\"viewability\": 61.44\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alaska\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 1.6,\n\t\t\t\t\"viewability\": 63.34\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Delaware\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": 62.29\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arkansas\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 1.33,\n\t\t\t\t\"viewability\": 59.44\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Vermont\",\n\t\t\t\t\"inventoryRatio\": 0.28,\n\t\t\t\t\"ivt\": 0.68,\n\t\t\t\t\"viewability\": 62.45\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Rhode Island\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 1.26,\n\t\t\t\t\"viewability\": 62.8\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Hawaii\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 61.1\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.71,\n\t\t\t\t\"viewability\": 59.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.96,\n\t\t\t\t\"viewability\": 61.17\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 46.81,\n\t\t\t\t\"ivt\": 0.88,\n\t\t\t\t\"viewability\": 2.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 21.41,\n\t\t\t\t\"ivt\": 1.63,\n\t\t\t\t\"viewability\": 62.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 20.41,\n\t\t\t\t\"ivt\": 1.25,\n\t\t\t\t\"viewability\": 52.98\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 5.3,\n\t\t\t\t\"ivt\": 2.7,\n\t\t\t\t\"viewability\": 61.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 3.16,\n\t\t\t\t\"ivt\": 2.93,\n\t\t\t\t\"viewability\": 56.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 1.85,\n\t\t\t\t\"ivt\": 2.4,\n\t\t\t\t\"viewability\": 38.11\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"inventoryRatio\": 0.71,\n\t\t\t\t\"ivt\": 0.51,\n\t\t\t\t\"viewability\": 69.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"ivt\": 1.81,\n\t\t\t\t\"viewability\": 36.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.44,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 7.59,\n\t\t\t\t\"ivt\": 2.58,\n\t\t\t\t\"viewability\": 60.58\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"inventoryRatio\": 4.88,\n\t\t\t\t\"ivt\": 1.7,\n\t\t\t\t\"viewability\": 60.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 4.87,\n\t\t\t\t\"ivt\": 2.14,\n\t\t\t\t\"viewability\": 59.51\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 4.17,\n\t\t\t\t\"ivt\": 0.96,\n\t\t\t\t\"viewability\": 62.36\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 3.79,\n\t\t\t\t\"ivt\": 2.19,\n\t\t\t\t\"viewability\": 61.01\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.76,\n\t\t\t\t\"ivt\": 1.13,\n\t\t\t\t\"viewability\": 61.54\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 3.46,\n\t\t\t\t\"ivt\": 1.09,\n\t\t\t\t\"viewability\": 61.04\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 3.26,\n\t\t\t\t\"ivt\": 1.17,\n\t\t\t\t\"viewability\": 49.7\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 3.09,\n\t\t\t\t\"ivt\": 1.03,\n\t\t\t\t\"viewability\": 61.27\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.02,\n\t\t\t\t\"ivt\": 2.34,\n\t\t\t\t\"viewability\": 59.67\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.76,\n\t\t\t\t\"ivt\": 1.79,\n\t\t\t\t\"viewability\": 58.98\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 2.1,\n\t\t\t\t\"ivt\": 1.86,\n\t\t\t\t\"viewability\": 58.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 1.92,\n\t\t\t\t\"ivt\": 1.37,\n\t\t\t\t\"viewability\": 60.28\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 1.81,\n\t\t\t\t\"ivt\": 2.71,\n\t\t\t\t\"viewability\": 57.03\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\t\"ivt\": 1.32,\n\t\t\t\t\"viewability\": 61.03\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.67,\n\t\t\t\t\"ivt\": 1.47,\n\t\t\t\t\"viewability\": 56.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PORTLAND, OR\",\n\t\t\t\t\"inventoryRatio\": 1.61,\n\t\t\t\t\"ivt\": 1.79,\n\t\t\t\t\"viewability\": 61.51\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 1.58,\n\t\t\t\t\"ivt\": 0.64,\n\t\t\t\t\"viewability\": 61.1\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 1.54,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 61.21\n\t\t\t}]\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 59.45,\n\t\t\t\"ivt\": 1.71,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 55.89\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 19.9,\n\t\t\t\"ivt\": 2.21,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 59.01\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 15.43,\n\t\t\t\"ivt\": 1.72,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 57.04\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 3.16,\n\t\t\t\"ivt\": 3.98,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 68.69\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 1.84,\n\t\t\t\"ivt\": 1.24,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 43.04\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\"ivt\": 1.73,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 7.28\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.09,\n\t\t\t\"ivt\": 69.11,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 79.48\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 95.95,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 39.25,\n\t\t\t\"estBidLow\": 0.14735,\n\t\t\t\"estBidHigh\": 0.41484,\n\t\t\t\"viewability\": 71.2\n\t\t}, {\n\t\t\t\"exchange\": \"33Across\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 90.91,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 10.0\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 0.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 58.8,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 46.81,\n\t\t\t\t\"viewability\": 2.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 21.41,\n\t\t\t\t\"viewability\": 62.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 20.41,\n\t\t\t\t\"viewability\": 52.98\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 5.3,\n\t\t\t\t\"viewability\": 61.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 3.16,\n\t\t\t\t\"viewability\": 56.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 1.85,\n\t\t\t\t\"viewability\": 38.11\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"inventoryRatio\": 0.71,\n\t\t\t\t\"viewability\": 69.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"viewability\": 36.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.21,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"392x273\",\n\t\t\t\t\"ctr\": 1.96\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x399\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1120x700\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x243\",\n\t\t\t\t\"ctr\": 1.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1241x698\",\n\t\t\t\t\"ctr\": 1.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x200\",\n\t\t\t\t\"ctr\": 1.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1408x792\",\n\t\t\t\t\"ctr\": 1.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"360x640\",\n\t\t\t\t\"ctr\": 1.57\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"ctr\": 1.47\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x305\",\n\t\t\t\t\"ctr\": 1.3\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x222\",\n\t\t\t\t\"ctr\": 1.27\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"790x444\",\n\t\t\t\t\"ctr\": 1.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1600\",\n\t\t\t\t\"ctr\": 1.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x242\",\n\t\t\t\t\"ctr\": 1.14\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x359\",\n\t\t\t\t\"ctr\": 1.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"814x457\",\n\t\t\t\t\"ctr\": 1.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"727x454\",\n\t\t\t\t\"ctr\": 1.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1098x618\",\n\t\t\t\t\"ctr\": 1.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x480\",\n\t\t\t\t\"ctr\": 1.03\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x353\",\n\t\t\t\t\"ctr\": 0.93\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x636\",\n\t\t\t\t\"ctr\": 0.85\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3840x2160\",\n\t\t\t\t\"ctr\": 0.69\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x475\",\n\t\t\t\t\"ctr\": 0.68\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"800x1280\",\n\t\t\t\t\"ctr\": 0.65\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1504x1003\",\n\t\t\t\t\"ctr\": 0.65\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1500x1000\",\n\t\t\t\t\"ctr\": 0.65\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x377\",\n\t\t\t\t\"ctr\": 0.64\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1093x615\",\n\t\t\t\t\"ctr\": 0.6\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x960\",\n\t\t\t\t\"ctr\": 0.59\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"748x472\",\n\t\t\t\t\"ctr\": 0.57\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1707x960\",\n\t\t\t\t\"ctr\": 0.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"537x298\",\n\t\t\t\t\"ctr\": 0.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"601x962\",\n\t\t\t\t\"ctr\": 0.53\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x324\",\n\t\t\t\t\"ctr\": 0.51\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x1200\",\n\t\t\t\t\"ctr\": 0.49\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1194\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1360x768\",\n\t\t\t\t\"ctr\": 0.44\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x635\",\n\t\t\t\t\"ctr\": 0.44\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x479\",\n\t\t\t\t\"ctr\": 0.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1344x840\",\n\t\t\t\t\"ctr\": 0.41\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x295\",\n\t\t\t\t\"ctr\": 0.41\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"581x327\",\n\t\t\t\t\"ctr\": 0.39\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x346\",\n\t\t\t\t\"ctr\": 0.38\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x192\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1368x912\",\n\t\t\t\t\"ctr\": 0.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x295\",\n\t\t\t\t\"ctr\": 0.35\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x768\",\n\t\t\t\t\"ctr\": 0.33\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1792x1120\",\n\t\t\t\t\"ctr\": 0.33\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"414x896\",\n\t\t\t\t\"ctr\": 0.31\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1080\",\n\t\t\t\t\"ctr\": 0.3\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x244\",\n\t\t\t\t\"ctr\": 0.3\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x667\",\n\t\t\t\t\"ctr\": 0.29\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3440x1440\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x296\",\n\t\t\t\t\"ctr\": 0.27\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"748x420\",\n\t\t\t\t\"ctr\": 0.26\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x273\",\n\t\t\t\t\"ctr\": 0.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x336\",\n\t\t\t\t\"ctr\": 0.24\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 0.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x376\",\n\t\t\t\t\"ctr\": 0.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x438\",\n\t\t\t\t\"ctr\": 0.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1366x768\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x1366\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2048x1152\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1112\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x864\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x266\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x900\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x900\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1680x1050\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x221\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1440\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1200\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x376\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x1024\",\n\t\t\t\t\"ctr\": 0.17\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x169\",\n\t\t\t\t\"ctr\": 0.17\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x168\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"684x428\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x199\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"770x481\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x488\",\n\t\t\t\t\"ctr\": 0.13\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x487\",\n\t\t\t\t\"ctr\": 0.12\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x220\",\n\t\t\t\t\"ctr\": 0.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x427\",\n\t\t\t\t\"ctr\": 0.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x191\",\n\t\t\t\t\"ctr\": 0.06\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x812\",\n\t\t\t\t\"ctr\": 0.05\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 61.74,\n\t\t\t\"ivt\": 2.69,\n\t\t\t\"viewability\": 54.67,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 21.7,\n\t\t\t\"ivt\": 1.81,\n\t\t\t\"viewability\": 45.97,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 73.3,\n\t\t\t\t\"ivt\": 1.95,\n\t\t\t\t\"viewability\": 46.77\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 21.49,\n\t\t\t\t\"ivt\": 1.51,\n\t\t\t\t\"viewability\": 41.85\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 2.67,\n\t\t\t\t\"ivt\": 1.26,\n\t\t\t\t\"viewability\": 51.02\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 1.34,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"viewability\": 54.22\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.49,\n\t\t\t\t\"ivt\": 0.77,\n\t\t\t\t\"viewability\": 56.12\n\t\t\t}, {\n\t\t\t\t\"domain\": \"msn.com\",\n\t\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": 46.55\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 10.42,\n\t\t\t\"ivt\": 0.7,\n\t\t\t\"viewability\": 44.45,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"android-app\",\n\t\t\t\t\"inventoryRatio\": 36.25,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"viewability\": 24.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 26.85,\n\t\t\t\t\"ivt\": 0.51,\n\t\t\t\t\"viewability\": 58.65\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cdn.ampproject.org\",\n\t\t\t\t\"inventoryRatio\": 6.51,\n\t\t\t\t\"ivt\": 0.87,\n\t\t\t\t\"viewability\": 52.28\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 4.27,\n\t\t\t\t\"ivt\": 0.63,\n\t\t\t\t\"viewability\": 64.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 4.09,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 51.85\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartnews.com\",\n\t\t\t\t\"inventoryRatio\": 3.07,\n\t\t\t\t\"ivt\": 0.35,\n\t\t\t\t\"viewability\": 42.7\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 1.79,\n\t\t\t\t\"ivt\": 1.07,\n\t\t\t\t\"viewability\": 54.06\n\t\t\t}, {\n\t\t\t\t\"domain\": \"realclearpolitics.com\",\n\t\t\t\t\"inventoryRatio\": 0.8,\n\t\t\t\t\"ivt\": 0.41,\n\t\t\t\t\"viewability\": 43.97\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.break.ma\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 64.29\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 1.24,\n\t\t\t\t\"viewability\": 45.13\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.46,\n\t\t\t\t\"viewability\": 73.71\n\t\t\t}, {\n\t\t\t\t\"domain\": \"fark.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.46,\n\t\t\t\t\"viewability\": 44.08\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsandguts.com\",\n\t\t\t\t\"inventoryRatio\": 0.28,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 67.39\n\t\t\t}, {\n\t\t\t\t\"domain\": \"recaptcha-demo.appspot.com\",\n\t\t\t\t\"inventoryRatio\": 0.28,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"old.reddit.com\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.83,\n\t\t\t\t\"viewability\": 42.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 2.1,\n\t\t\t\t\"viewability\": 39.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.63,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"url.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 3.65,\n\t\t\t\t\"viewability\": 59.25\n\t\t\t}, {\n\t\t\t\t\"domain\": \"getpocket.com\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 21.21\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.fark.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 1.03,\n\t\t\t\t\"viewability\": 59.79\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ighome.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 2.08,\n\t\t\t\t\"viewability\": 50.28\n\t\t\t}, {\n\t\t\t\t\"domain\": \"remolacha.net\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 1.11,\n\t\t\t\t\"viewability\": 24.31\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 5.88,\n\t\t\t\"ivt\": 0.67,\n\t\t\t\"viewability\": 51.73,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 74.46,\n\t\t\t\t\"ivt\": 0.69,\n\t\t\t\t\"viewability\": 53.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 10.04,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 45.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 9.82,\n\t\t\t\t\"ivt\": 0.36,\n\t\t\t\t\"viewability\": 45.13\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 2.4,\n\t\t\t\t\"ivt\": 0.83,\n\t\t\t\t\"viewability\": 47.99\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.74,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"viewability\": 45.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.12,\n\t\t\t\t\"ivt\": 0.31,\n\t\t\t\t\"viewability\": 44.17\n\t\t\t}, {\n\t\t\t\t\"domain\": \"linkedin.com\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 1.4,\n\t\t\t\t\"viewability\": 48.57\n\t\t\t}, {\n\t\t\t\t\"domain\": \"youtube.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 37.78\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\"ivt\": 0.51,\n\t\t\t\"viewability\": 35.19,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 99.94,\n\t\t\t\t\"ivt\": 0.51,\n\t\t\t\t\"viewability\": 35.18\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 1.69,\n\t\t\t\"viewability\": 53.71,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 74.72,\n\t\t\t\t\"ivt\": 1.13,\n\t\t\t\t\"viewability\": 55.51\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 13.2,\n\t\t\t\t\"ivt\": 2.13,\n\t\t\t\t\"viewability\": 53.19\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.aol.com\",\n\t\t\t\t\"inventoryRatio\": 3.93,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 38.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"aol.com\",\n\t\t\t\t\"inventoryRatio\": 3.09,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmaila.juno.com\",\n\t\t\t\t\"inventoryRatio\": 1.97,\n\t\t\t\t\"ivt\": 28.57,\n\t\t\t\t\"viewability\": 42.86\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmail.earthlink.net\",\n\t\t\t\t\"inventoryRatio\": 1.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outlook.live.com\",\n\t\t\t\t\"inventoryRatio\": 1.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmailb.juno.com\",\n\t\t\t\t\"inventoryRatio\": 0.84,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 16.67,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"googlesyndication.com\",\n\t\t\t\t\"inventoryRatio\": 66.67,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"chartbeat.com\",\n\t\t\t\t\"inventoryRatio\": 33.33,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 46.75,\n\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\"ivt\": 0.49,\n\t\t\t\"viewability\": 71.66\n\t\t}, {\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 33.25,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.71,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 10.32,\n\t\t\t\"maskingRatio\": 0.8,\n\t\t\t\"ivt\": 1.71,\n\t\t\t\"viewability\": 59.93\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 4.19,\n\t\t\t\"maskingRatio\": 0.1,\n\t\t\t\"ivt\": 1.35,\n\t\t\t\"viewability\": 27.01\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.15,\n\t\t\t\"maskingRatio\": 0.01,\n\t\t\t\"ivt\": 1.73,\n\t\t\t\"viewability\": 57.41\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.95,\n\t\t\t\"maskingRatio\": 0.18,\n\t\t\t\"ivt\": 2.0,\n\t\t\t\"viewability\": 51.02\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.35,\n\t\t\t\"maskingRatio\": 0.67,\n\t\t\t\"ivt\": 2.44,\n\t\t\t\"viewability\": 39.71\n\t\t}, {\n\t\t\t\"subDomain\": \"preview.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"maskingRatio\": 0.09,\n\t\t\t\"ivt\": 0.69,\n\t\t\t\"viewability\": 19.94\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 2.92,\n\t\t\t\"viewability\": 27.85\n\t\t}, {\n\t\t\t\"subDomain\": \"elections.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.93,\n\t\t\t\"viewability\": 27.41\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 1.15,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"localhost.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 31.25\n\t\t}, {\n\t\t\t\"subDomain\": \"stellar.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 9.52,\n\t\t\t\"viewability\": 57.14\n\t\t}, {\n\t\t\t\"subDomain\": \"cnne-test.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 50.0\n\t\t}, {\n\t\t\t\"subDomain\": \"games.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 100.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 55.44,\n\t\t\t\t\"maskingRatio\": 0.04,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 44.41,\n\t\t\t\t\"maskingRatio\": 0.04,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\t\"maskingRatio\": 0.01,\n\t\t\t\t\"ivt\": 99.31,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 0.45,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 67.03\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 22.99\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 5.3\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 2.67\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.34\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.38\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.15\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 40.26\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 28.09\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.05\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.08\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.9\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 0.83\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.24\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.13\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"US\",\n\t\t\"device\": \"desktop\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 2.28,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 54.1,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 3563418976,\n\t\t\t\"desktopTrafficRatio\": 55.44,\n\t\t\t\"mobileTrafficRatio\": 44.41,\n\t\t\t\"videoTrafficRatio\": 89.27,\n\t\t\t\"ctr\": 0.18,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 11957\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"low\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 2.33\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 2.28,\n\t\t\t\"givt\": 0.48,\n\t\t\t\"sivt\": 1.8,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.47,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.01,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.81\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.39\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.35\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DatacenterProxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.14\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.04\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"IPObfuscation\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.03\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.03\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 74.51\n\t\t\t}, {\n\t\t\t\t\"name\": \"IT World\",\n\t\t\t\t\"trafficRatio\": 8.84\n\t\t\t}, {\n\t\t\t\t\"name\": \"Psychz Networks\",\n\t\t\t\t\"trafficRatio\": 5.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"ServerMania\",\n\t\t\t\t\"trafficRatio\": 2.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"My Tec Sa\",\n\t\t\t\t\"trafficRatio\": 1.09\n\t\t\t}, {\n\t\t\t\t\"name\": \"Enzu\",\n\t\t\t\t\"trafficRatio\": 0.87\n\t\t\t}, {\n\t\t\t\t\"name\": \"HOST1PLUS hosting services. Brazil.\",\n\t\t\t\t\"trafficRatio\": 0.87\n\t\t\t}, {\n\t\t\t\t\"name\": \"Windstream Communications\",\n\t\t\t\t\"trafficRatio\": 0.82\n\t\t\t}, {\n\t\t\t\t\"name\": \"QuickPacket, LLC\",\n\t\t\t\t\"trafficRatio\": 0.76\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon.com\",\n\t\t\t\t\"trafficRatio\": 0.76\n\t\t\t}, {\n\t\t\t\t\"name\": \"Google Cloud\",\n\t\t\t\t\"trafficRatio\": 0.6\n\t\t\t}, {\n\t\t\t\t\"name\": \"Level 3 Communications\",\n\t\t\t\t\"trafficRatio\": 0.55\n\t\t\t}, {\n\t\t\t\t\"name\": \"Zscaler\",\n\t\t\t\t\"trafficRatio\": 0.49\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hype Enterprises\",\n\t\t\t\t\"trafficRatio\": 0.33\n\t\t\t}, {\n\t\t\t\t\"name\": \"VeloCloud Networks\",\n\t\t\t\t\"trafficRatio\": 0.33\n\t\t\t}, {\n\t\t\t\t\"name\": \"ColoCrossing\",\n\t\t\t\t\"trafficRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon Office\",\n\t\t\t\t\"trafficRatio\": 0.16\n\t\t\t}, {\n\t\t\t\t\"name\": \"Comcast Cable\",\n\t\t\t\t\"trafficRatio\": 0.16\n\t\t\t}, {\n\t\t\t\t\"name\": \"Global Digital DC\",\n\t\t\t\t\"trafficRatio\": 0.16\n\t\t\t}, {\n\t\t\t\t\"name\": \"GigeNET\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Choopa, LLC\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Igigle Host\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Microsoft Azure\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Sharktech\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Desert iNET\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Fuse Internet Access\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Performive\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"MOJOHOST\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Digital Ocean\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Krypt Technologies\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Leaseweb USA\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"123.Net\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Green Cloud Technologies,LLC\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 83.36,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 55.73\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 16.64,\n\t\t\t\t\"ivt\": 2.23,\n\t\t\t\t\"viewability\": 53.16\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": 55.1\n\t\t\t}],\n\t\t\t\"byCountry\": null,\n\t\t\t\"byState\": [{\n\t\t\t\t\"stateName\": \"United States, California\",\n\t\t\t\t\"inventoryRatio\": 14.52,\n\t\t\t\t\"ivt\": 2.24,\n\t\t\t\t\"viewability\": 56.92\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New York\",\n\t\t\t\t\"inventoryRatio\": 8.07,\n\t\t\t\t\"ivt\": 3.38,\n\t\t\t\t\"viewability\": 55.62\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Texas\",\n\t\t\t\t\"inventoryRatio\": 5.93,\n\t\t\t\t\"ivt\": 2.41,\n\t\t\t\t\"viewability\": 55.16\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Florida\",\n\t\t\t\t\"inventoryRatio\": 5.69,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 55.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Washington\",\n\t\t\t\t\"inventoryRatio\": 4.26,\n\t\t\t\t\"ivt\": 1.48,\n\t\t\t\t\"viewability\": 58.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Pennsylvania\",\n\t\t\t\t\"inventoryRatio\": 4.26,\n\t\t\t\t\"ivt\": 1.82,\n\t\t\t\t\"viewability\": 55.95\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Michigan\",\n\t\t\t\t\"inventoryRatio\": 4.01,\n\t\t\t\t\"ivt\": 1.29,\n\t\t\t\t\"viewability\": 56.11\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Colorado\",\n\t\t\t\t\"inventoryRatio\": 3.87,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 56.26\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Jersey\",\n\t\t\t\t\"inventoryRatio\": 3.83,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 56.64\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Massachusetts\",\n\t\t\t\t\"inventoryRatio\": 3.41,\n\t\t\t\t\"ivt\": 2.1,\n\t\t\t\t\"viewability\": 55.54\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Illinois\",\n\t\t\t\t\"inventoryRatio\": 3.2,\n\t\t\t\t\"ivt\": 3.82,\n\t\t\t\t\"viewability\": 54.52\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Virginia\",\n\t\t\t\t\"inventoryRatio\": 3.02,\n\t\t\t\t\"ivt\": 3.36,\n\t\t\t\t\"viewability\": 55.77\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Georgia\",\n\t\t\t\t\"inventoryRatio\": 2.77,\n\t\t\t\t\"ivt\": 2.87,\n\t\t\t\t\"viewability\": 54.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Ohio\",\n\t\t\t\t\"inventoryRatio\": 2.39,\n\t\t\t\t\"ivt\": 2.42,\n\t\t\t\t\"viewability\": 53.3\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Minnesota\",\n\t\t\t\t\"inventoryRatio\": 2.39,\n\t\t\t\t\"ivt\": 2.64,\n\t\t\t\t\"viewability\": 53.54\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Carolina\",\n\t\t\t\t\"inventoryRatio\": 2.31,\n\t\t\t\t\"ivt\": 2.52,\n\t\t\t\t\"viewability\": 56.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oregon\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 4.18,\n\t\t\t\t\"viewability\": 58.08\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Wisconsin\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 1.92,\n\t\t\t\t\"viewability\": 55.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arizona\",\n\t\t\t\t\"inventoryRatio\": 1.94,\n\t\t\t\t\"ivt\": 1.77,\n\t\t\t\t\"viewability\": 56.73\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Connecticut\",\n\t\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\t\"ivt\": 2.0,\n\t\t\t\t\"viewability\": 56.82\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Tennessee\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 1.15,\n\t\t\t\t\"viewability\": 56.71\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Indiana\",\n\t\t\t\t\"inventoryRatio\": 1.15,\n\t\t\t\t\"ivt\": 2.22,\n\t\t\t\t\"viewability\": 55.9\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kentucky\",\n\t\t\t\t\"inventoryRatio\": 1.11,\n\t\t\t\t\"ivt\": 2.07,\n\t\t\t\t\"viewability\": 51.81\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Missouri\",\n\t\t\t\t\"inventoryRatio\": 1.06,\n\t\t\t\t\"ivt\": 1.71,\n\t\t\t\t\"viewability\": 55.81\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Utah\",\n\t\t\t\t\"inventoryRatio\": 0.88,\n\t\t\t\t\"ivt\": 1.79,\n\t\t\t\t\"viewability\": 56.34\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Carolina\",\n\t\t\t\t\"inventoryRatio\": 0.81,\n\t\t\t\t\"ivt\": 2.36,\n\t\t\t\t\"viewability\": 58.46\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Iowa\",\n\t\t\t\t\"inventoryRatio\": 0.79,\n\t\t\t\t\"ivt\": 3.41,\n\t\t\t\t\"viewability\": 54.99\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nevada\",\n\t\t\t\t\"inventoryRatio\": 0.7,\n\t\t\t\t\"ivt\": 1.14,\n\t\t\t\t\"viewability\": 59.18\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Mississippi\",\n\t\t\t\t\"inventoryRatio\": 0.66,\n\t\t\t\t\"ivt\": 1.34,\n\t\t\t\t\"viewability\": 56.75\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kansas\",\n\t\t\t\t\"inventoryRatio\": 0.64,\n\t\t\t\t\"ivt\": 1.4,\n\t\t\t\t\"viewability\": 55.11\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, District Of Columbia\",\n\t\t\t\t\"inventoryRatio\": 0.6,\n\t\t\t\t\"ivt\": 3.86,\n\t\t\t\t\"viewability\": 55.17\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Hampshire\",\n\t\t\t\t\"inventoryRatio\": 0.59,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 55.47\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oklahoma\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 1.18,\n\t\t\t\t\"viewability\": 54.61\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alabama\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 56.84\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Idaho\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 2.99,\n\t\t\t\t\"viewability\": 58.22\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Louisiana\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 1.26,\n\t\t\t\t\"viewability\": 58.25\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Maine\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 55.69\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Mexico\",\n\t\t\t\t\"inventoryRatio\": 0.4,\n\t\t\t\t\"ivt\": 1.02,\n\t\t\t\t\"viewability\": 57.45\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nebraska\",\n\t\t\t\t\"inventoryRatio\": 0.38,\n\t\t\t\t\"ivt\": 2.09,\n\t\t\t\t\"viewability\": 57.2\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Vermont\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 0.84,\n\t\t\t\t\"viewability\": 56.75\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Delaware\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 1.37,\n\t\t\t\t\"viewability\": 56.74\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arkansas\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 1.81,\n\t\t\t\t\"viewability\": 53.43\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Hawaii\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 1.0,\n\t\t\t\t\"viewability\": 57.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alaska\",\n\t\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\t\"ivt\": 1.05,\n\t\t\t\t\"viewability\": 56.75\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Rhode Island\",\n\t\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": 58.47\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, West Virginia\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.97,\n\t\t\t\t\"viewability\": 50.33\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 54.66\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 56.52\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Wyoming\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 1.09,\n\t\t\t\t\"viewability\": 55.91\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 41.56,\n\t\t\t\t\"ivt\": 1.36,\n\t\t\t\t\"viewability\": 2.63\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 21.76,\n\t\t\t\t\"ivt\": 1.96,\n\t\t\t\t\"viewability\": 45.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 12.29,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": 57.93\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 11.7,\n\t\t\t\t\"ivt\": 3.04,\n\t\t\t\t\"viewability\": 60.29\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 8.25,\n\t\t\t\t\"ivt\": 2.95,\n\t\t\t\t\"viewability\": 57.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 4.38,\n\t\t\t\t\"ivt\": 2.5,\n\t\t\t\t\"viewability\": 37.02\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 9.55,\n\t\t\t\t\"ivt\": 3.34,\n\t\t\t\t\"viewability\": 55.49\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"inventoryRatio\": 5.56,\n\t\t\t\t\"ivt\": 2.15,\n\t\t\t\t\"viewability\": 56.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 5.06,\n\t\t\t\t\"ivt\": 2.82,\n\t\t\t\t\"viewability\": 57.45\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 3.76,\n\t\t\t\t\"ivt\": 3.41,\n\t\t\t\t\"viewability\": 55.19\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.7,\n\t\t\t\t\"ivt\": 1.58,\n\t\t\t\t\"viewability\": 55.68\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 3.7,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 58.05\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 3.51,\n\t\t\t\t\"ivt\": 1.69,\n\t\t\t\t\"viewability\": 55.56\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 3.41,\n\t\t\t\t\"ivt\": 1.44,\n\t\t\t\t\"viewability\": 56.24\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 2.72,\n\t\t\t\t\"ivt\": 3.81,\n\t\t\t\t\"viewability\": 54.25\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 2.44,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 55.41\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.35,\n\t\t\t\t\"ivt\": 3.02,\n\t\t\t\t\"viewability\": 53.51\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 2.11,\n\t\t\t\t\"ivt\": 2.86,\n\t\t\t\t\"viewability\": 52.93\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 1.93,\n\t\t\t\t\"ivt\": 3.83,\n\t\t\t\t\"viewability\": 53.85\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\t\"ivt\": 2.1,\n\t\t\t\t\"viewability\": 56.2\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PORTLAND, OR\",\n\t\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\t\"ivt\": 2.52,\n\t\t\t\t\"viewability\": 57.76\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.63,\n\t\t\t\t\"ivt\": 1.88,\n\t\t\t\t\"viewability\": 57.14\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.43,\n\t\t\t\t\"ivt\": 2.12,\n\t\t\t\t\"viewability\": 53.32\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN DIEGO\",\n\t\t\t\t\"inventoryRatio\": 1.34,\n\t\t\t\t\"ivt\": 1.72,\n\t\t\t\t\"viewability\": 57.28\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SACRAMNTO-STKTON-MODESTO\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 1.9,\n\t\t\t\t\"viewability\": 58.09\n\t\t\t}]\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 53.65,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 47.56\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 21.38,\n\t\t\t\"ivt\": 2.49,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 51.99\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 19.66,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 52.24\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 4.18,\n\t\t\t\"ivt\": 5.43,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 68.99\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.97,\n\t\t\t\"ivt\": 0.83,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 33.4\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\"ivt\": 2.19,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 4.0\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 92.74,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 99.1,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": 0.41484,\n\t\t\t\"estBidHigh\": 0.41484,\n\t\t\t\"viewability\": 85.71,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"33Across\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 11.11\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 0.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 54.1,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 41.56,\n\t\t\t\t\"viewability\": 2.63\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 21.76,\n\t\t\t\t\"viewability\": 45.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 12.29,\n\t\t\t\t\"viewability\": 57.93\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 11.7,\n\t\t\t\t\"viewability\": 60.29\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 8.25,\n\t\t\t\t\"viewability\": 57.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 4.38,\n\t\t\t\t\"viewability\": 37.02\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.18,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1120x700\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1241x698\",\n\t\t\t\t\"ctr\": 1.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1408x792\",\n\t\t\t\t\"ctr\": 1.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1067x600\",\n\t\t\t\t\"ctr\": 1.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"727x454\",\n\t\t\t\t\"ctr\": 1.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1098x618\",\n\t\t\t\t\"ctr\": 1.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1600\",\n\t\t\t\t\"ctr\": 1.03\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x768\",\n\t\t\t\t\"ctr\": 0.9\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x960\",\n\t\t\t\t\"ctr\": 0.74\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3840x2160\",\n\t\t\t\t\"ctr\": 0.69\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1504x1003\",\n\t\t\t\t\"ctr\": 0.67\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1500x1000\",\n\t\t\t\t\"ctr\": 0.67\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x960\",\n\t\t\t\t\"ctr\": 0.59\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"537x298\",\n\t\t\t\t\"ctr\": 0.57\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1707x960\",\n\t\t\t\t\"ctr\": 0.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1093x615\",\n\t\t\t\t\"ctr\": 0.53\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1200x800\",\n\t\t\t\t\"ctr\": 0.51\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x1200\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1360x768\",\n\t\t\t\t\"ctr\": 0.45\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1344x840\",\n\t\t\t\t\"ctr\": 0.42\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1368x912\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x768\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1080\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1792x1120\",\n\t\t\t\t\"ctr\": 0.35\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3440x1440\",\n\t\t\t\t\"ctr\": 0.33\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1366x768\",\n\t\t\t\t\"ctr\": 0.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2048x1152\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x438\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x1366\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x864\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x900\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1680x1050\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x900\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1440\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1200\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x1024\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x488\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"770x481\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.12\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x487\",\n\t\t\t\t\"ctr\": 0.12\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 66.72,\n\t\t\t\"ivt\": 3.51,\n\t\t\t\"viewability\": 57.9,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 28.75,\n\t\t\t\"ivt\": 2.02,\n\t\t\t\"viewability\": 45.31,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 61.56,\n\t\t\t\t\"ivt\": 2.37,\n\t\t\t\t\"viewability\": 46.61\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 32.6,\n\t\t\t\t\"ivt\": 1.53,\n\t\t\t\t\"viewability\": 41.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 3.28,\n\t\t\t\t\"ivt\": 1.33,\n\t\t\t\t\"viewability\": 50.81\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 1.41,\n\t\t\t\t\"ivt\": 0.52,\n\t\t\t\t\"viewability\": 53.7\n\t\t\t}, {\n\t\t\t\t\"domain\": \"msn.com\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 0.98,\n\t\t\t\t\"viewability\": 45.7\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 0.14,\n\t\t\t\t\"viewability\": 52.34\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.aol.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 48.53\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 2.33,\n\t\t\t\"ivt\": 0.5,\n\t\t\t\"viewability\": 42.59,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 48.83,\n\t\t\t\t\"ivt\": 0.31,\n\t\t\t\t\"viewability\": 44.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 35.3,\n\t\t\t\t\"ivt\": 0.62,\n\t\t\t\t\"viewability\": 40.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 8.04,\n\t\t\t\t\"ivt\": 1.13,\n\t\t\t\t\"viewability\": 41.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"facebook.com\",\n\t\t\t\t\"inventoryRatio\": 5.2,\n\t\t\t\t\"ivt\": 0.35,\n\t\t\t\t\"viewability\": 41.77\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 28.42\n\t\t\t}, {\n\t\t\t\t\"domain\": \"linkedin.com\",\n\t\t\t\t\"inventoryRatio\": 0.83,\n\t\t\t\t\"ivt\": 1.46,\n\t\t\t\t\"viewability\": 43.7\n\t\t\t}, {\n\t\t\t\t\"domain\": \"youtube.com\",\n\t\t\t\t\"inventoryRatio\": 0.37,\n\t\t\t\t\"ivt\": 1.64,\n\t\t\t\t\"viewability\": 34.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 31.25\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 2.07,\n\t\t\t\"ivt\": 0.96,\n\t\t\t\"viewability\": 38.32,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 23.6,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 42.52\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 7.57,\n\t\t\t\t\"ivt\": 0.18,\n\t\t\t\t\"viewability\": 9.62\n\t\t\t}, {\n\t\t\t\t\"domain\": \"realclearpolitics.com\",\n\t\t\t\t\"inventoryRatio\": 5.52,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 34.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 4.47,\n\t\t\t\t\"ivt\": 0.61,\n\t\t\t\t\"viewability\": 43.57\n\t\t\t}, {\n\t\t\t\t\"domain\": \"recaptcha-demo.appspot.com\",\n\t\t\t\t\"inventoryRatio\": 2.96,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"fark.com\",\n\t\t\t\t\"inventoryRatio\": 2.83,\n\t\t\t\t\"ivt\": 0.48,\n\t\t\t\t\"viewability\": 42.93\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 2.76,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 3.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"url.google.com\",\n\t\t\t\t\"inventoryRatio\": 2.02,\n\t\t\t\t\"ivt\": 3.37,\n\t\t\t\t\"viewability\": 60.28\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 1.88,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 72.83\n\t\t\t}, {\n\t\t\t\t\"domain\": \"flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 1.88,\n\t\t\t\t\"ivt\": 1.81,\n\t\t\t\t\"viewability\": 39.85\n\t\t\t}, {\n\t\t\t\t\"domain\": \"old.reddit.com\",\n\t\t\t\t\"inventoryRatio\": 1.81,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 35.23\n\t\t\t}, {\n\t\t\t\t\"domain\": \"getpocket.com\",\n\t\t\t\t\"inventoryRatio\": 1.55,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 20.18\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ighome.com\",\n\t\t\t\t\"inventoryRatio\": 1.46,\n\t\t\t\t\"ivt\": 1.86,\n\t\t\t\t\"viewability\": 48.51\n\t\t\t}, {\n\t\t\t\t\"domain\": \"rss.ighome.com\",\n\t\t\t\t\"inventoryRatio\": 1.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 48.21\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecosia.org\",\n\t\t\t\t\"inventoryRatio\": 1.1,\n\t\t\t\t\"ivt\": 0.62,\n\t\t\t\t\"viewability\": 52.2\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bleacherreport.com\",\n\t\t\t\t\"inventoryRatio\": 1.09,\n\t\t\t\t\"ivt\": 1.24,\n\t\t\t\t\"viewability\": 60.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 1.05,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"en.wikipedia.org\",\n\t\t\t\t\"inventoryRatio\": 0.91,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 41.04\n\t\t\t}, {\n\t\t\t\t\"domain\": \"washingtonpost.com\",\n\t\t\t\t\"inventoryRatio\": 0.76,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 43.24\n\t\t\t}, {\n\t\t\t\t\"domain\": \"refdesk.com\",\n\t\t\t\t\"inventoryRatio\": 0.65,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 61.7\n\t\t\t}, {\n\t\t\t\t\"domain\": \"classroom.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.65,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 29.79\n\t\t\t}, {\n\t\t\t\t\"domain\": \"hotsheet.com\",\n\t\t\t\t\"inventoryRatio\": 0.52,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 71.05\n\t\t\t}, {\n\t\t\t\t\"domain\": \"supremenewyork.com\",\n\t\t\t\t\"inventoryRatio\": 0.5,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"pdfconverterguru.com\",\n\t\t\t\t\"inventoryRatio\": 0.4,\n\t\t\t\t\"ivt\": 1.69,\n\t\t\t\t\"viewability\": 40.68\n\t\t\t}, {\n\t\t\t\t\"domain\": \"finviz.com\",\n\t\t\t\t\"inventoryRatio\": 0.36,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 58.49\n\t\t\t}, {\n\t\t\t\t\"domain\": \"politicalwire.com\",\n\t\t\t\t\"inventoryRatio\": 0.36,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"sandbox.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 1.92,\n\t\t\t\t\"viewability\": 46.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"memeorandum.com\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 42.86\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ceoexpress.com\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 2.08,\n\t\t\t\t\"viewability\": 64.58\n\t\t\t}, {\n\t\t\t\t\"domain\": \"remolacha.net\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 10.64\n\t\t\t}, {\n\t\t\t\t\"domain\": \"protopage.com\",\n\t\t\t\t\"inventoryRatio\": 0.31,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"arabicnewshome.blogspot.com\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 52.27\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.71\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsandguts.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 42.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartnews.com\",\n\t\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 5.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"besthomepageever.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 78.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"home.saulttribe.net\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 58.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"i.maxthon.com\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 38.24\n\t\t\t}, {\n\t\t\t\t\"domain\": \"dailykos.com\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"vox.com\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 47.06\n\t\t\t}, {\n\t\t\t\t\"domain\": \"printmyrecipes.com\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 3.03,\n\t\t\t\t\"viewability\": 36.36\n\t\t\t}, {\n\t\t\t\t\"domain\": \"arabic-media.com\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 48.48\n\t\t\t}, {\n\t\t\t\t\"domain\": \"watch-television.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 48.39\n\t\t\t}, {\n\t\t\t\t\"domain\": \"my.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 73.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"medpagetoday.com\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"yeezysupply.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"thedailybeast.com\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 44.44\n\t\t\t}, {\n\t\t\t\t\"domain\": \"theguardian.com\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"trends.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 34.62\n\t\t\t}, {\n\t\t\t\t\"domain\": \"start.me\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 56.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cloud.appspace.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"gothamist.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 39.13\n\t\t\t}, {\n\t\t\t\t\"domain\": \"engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 56.52\n\t\t\t}, {\n\t\t\t\t\"domain\": \"electoral-vote.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 4.35,\n\t\t\t\t\"viewability\": 30.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"myloginhelper.com\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 68.18\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartsearching.net\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"www2.smartbrief.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 55.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"dealmoon.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"frontpage.pch.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 55.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"quora.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 72.22\n\t\t\t}, {\n\t\t\t\t\"domain\": \"quickneasyrecipes.co\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 31.58\n\t\t\t}, {\n\t\t\t\t\"domain\": \"politico.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 5.56,\n\t\t\t\t\"viewability\": 38.89\n\t\t\t}, {\n\t\t\t\t\"domain\": \"messages.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 27.78\n\t\t\t}, {\n\t\t\t\t\"domain\": \"telikin.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 44.44\n\t\t\t}, {\n\t\t\t\t\"domain\": \"saigonbao.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 41.18\n\t\t\t}, {\n\t\t\t\t\"domain\": \"c.newsnow.co.uk\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 52.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"symbaloo.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 61.54\n\t\t\t}, {\n\t\t\t\t\"domain\": \"app.meltwater.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 33.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"freerepublic.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 6.67,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"democraticunderground.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 26.67\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 0.09,\n\t\t\t\"ivt\": 0.16,\n\t\t\t\"viewability\": 37.4,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 99.84,\n\t\t\t\t\"ivt\": 0.16,\n\t\t\t\t\"viewability\": 37.3\n\t\t\t}, {\n\t\t\t\t\"domain\": \"paid.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 1.27,\n\t\t\t\"viewability\": 52.26,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 75.16,\n\t\t\t\t\"ivt\": 1.27,\n\t\t\t\t\"viewability\": 53.42\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 14.01,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": 52.27\n\t\t\t}, {\n\t\t\t\t\"domain\": \"aol.com\",\n\t\t\t\t\"inventoryRatio\": 3.5,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.aol.com\",\n\t\t\t\t\"inventoryRatio\": 2.55,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 37.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmaila.juno.com\",\n\t\t\t\t\"inventoryRatio\": 1.59,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmail.earthlink.net\",\n\t\t\t\t\"inventoryRatio\": 1.27,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outlook.live.com\",\n\t\t\t\t\"inventoryRatio\": 1.27,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmailb.juno.com\",\n\t\t\t\t\"inventoryRatio\": 0.64,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 50.0,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"chartbeat.com\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 84.05,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.71,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 7.71,\n\t\t\t\"maskingRatio\": 1.7,\n\t\t\t\"ivt\": 3.36,\n\t\t\t\"viewability\": 50.41\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.67,\n\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\"ivt\": 2.67,\n\t\t\t\"viewability\": 51.56\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.84,\n\t\t\t\"maskingRatio\": 0.57,\n\t\t\t\"ivt\": 2.85,\n\t\t\t\"viewability\": 50.53\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\"maskingRatio\": 0.19,\n\t\t\t\"ivt\": 1.93,\n\t\t\t\"viewability\": 25.29\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.43,\n\t\t\t\"maskingRatio\": 0.22,\n\t\t\t\"ivt\": 2.2,\n\t\t\t\"viewability\": 53.46\n\t\t}, {\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.5,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.22,\n\t\t\t\"viewability\": 71.05\n\t\t}, {\n\t\t\t\"subDomain\": \"preview.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"maskingRatio\": 0.09,\n\t\t\t\"ivt\": 0.69,\n\t\t\t\"viewability\": 19.94\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 2.98,\n\t\t\t\"viewability\": 27.58\n\t\t}, {\n\t\t\t\"subDomain\": \"elections.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.98,\n\t\t\t\"viewability\": 28.06\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"cnne-test.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 100.0\n\t\t}, {\n\t\t\t\"subDomain\": \"localhost.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"subDomain\": \"games.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 100.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"stellar.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 75.0\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 55.44,\n\t\t\t\t\"maskingRatio\": 0.04,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 44.41,\n\t\t\t\t\"maskingRatio\": 0.04,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\t\"maskingRatio\": 0.01,\n\t\t\t\t\"ivt\": 99.31,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 0.45,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 67.03\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 22.99\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 5.3\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 2.67\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.34\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.38\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.15\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 40.26\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 28.09\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.05\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.08\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.9\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 0.83\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.24\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.13\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"US\",\n\t\t\"device\": \"mobile\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 0.7,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 62.3,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 2854347466,\n\t\t\t\"desktopTrafficRatio\": 55.44,\n\t\t\t\"mobileTrafficRatio\": 44.41,\n\t\t\t\"videoTrafficRatio\": 82.36,\n\t\t\t\"ctr\": 0.18,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 13043\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"low\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 9.33\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 0.7,\n\t\t\t\"givt\": 0.12,\n\t\t\t\"sivt\": 0.58,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.08,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.02,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Idiobot\",\n\t\t\t\t\"givt\": 0.01,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.24\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.2\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.08\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.05\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 90.02\n\t\t\t}, {\n\t\t\t\t\"name\": \"Starry\",\n\t\t\t\t\"trafficRatio\": 1.87\n\t\t\t}, {\n\t\t\t\t\"name\": \"GigeNET\",\n\t\t\t\t\"trafficRatio\": 1.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"ExpressVPN\",\n\t\t\t\t\"trafficRatio\": 0.83\n\t\t\t}, {\n\t\t\t\t\"name\": \"Fuse Internet Access\",\n\t\t\t\t\"trafficRatio\": 0.83\n\t\t\t}, {\n\t\t\t\t\"name\": \"Total Server Solutions L.L.C.\",\n\t\t\t\t\"trafficRatio\": 0.62\n\t\t\t}, {\n\t\t\t\t\"name\": \"Zscaler\",\n\t\t\t\t\"trafficRatio\": 0.62\n\t\t\t}, {\n\t\t\t\t\"name\": \"Level 3 Communications\",\n\t\t\t\t\"trafficRatio\": 0.62\n\t\t\t}, {\n\t\t\t\t\"name\": \"MOJOHOST\",\n\t\t\t\t\"trafficRatio\": 0.62\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon.com\",\n\t\t\t\t\"trafficRatio\": 0.42\n\t\t\t}, {\n\t\t\t\t\"name\": \"VeloCloud Networks\",\n\t\t\t\t\"trafficRatio\": 0.42\n\t\t\t}, {\n\t\t\t\t\"name\": \"DigitalOcean, LLC\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}, {\n\t\t\t\t\"name\": \"Leaseweb USA\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}, {\n\t\t\t\t\"name\": \"HOST1PLUS hosting services. Brazil.\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}, {\n\t\t\t\t\"name\": \"Network Innovations\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}, {\n\t\t\t\t\"name\": \"Anexia\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}, {\n\t\t\t\t\"name\": \"123.Net\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}, {\n\t\t\t\t\"name\": \"ColoCrossing\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}, {\n\t\t\t\t\"name\": \"Centracom\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hurricane Electric\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}, {\n\t\t\t\t\"name\": \"Southern Fibernet Corporation\",\n\t\t\t\t\"trafficRatio\": 0.21\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 86.6,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 63.14\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 13.4,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": 44.71\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": 58.09\n\t\t\t}],\n\t\t\t\"byCountry\": null,\n\t\t\t\"byState\": [{\n\t\t\t\t\"stateName\": \"United States, California\",\n\t\t\t\t\"inventoryRatio\": 11.74,\n\t\t\t\t\"ivt\": 0.98,\n\t\t\t\t\"viewability\": 62.13\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Florida\",\n\t\t\t\t\"inventoryRatio\": 7.96,\n\t\t\t\t\"ivt\": 0.59,\n\t\t\t\t\"viewability\": 63.23\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Michigan\",\n\t\t\t\t\"inventoryRatio\": 6.14,\n\t\t\t\t\"ivt\": 0.69,\n\t\t\t\t\"viewability\": 64.82\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Texas\",\n\t\t\t\t\"inventoryRatio\": 5.83,\n\t\t\t\t\"ivt\": 0.79,\n\t\t\t\t\"viewability\": 61.21\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Pennsylvania\",\n\t\t\t\t\"inventoryRatio\": 5.51,\n\t\t\t\t\"ivt\": 0.48,\n\t\t\t\t\"viewability\": 65.94\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Washington\",\n\t\t\t\t\"inventoryRatio\": 5.32,\n\t\t\t\t\"ivt\": 0.55,\n\t\t\t\t\"viewability\": 65.15\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New York\",\n\t\t\t\t\"inventoryRatio\": 4.43,\n\t\t\t\t\"ivt\": 0.8,\n\t\t\t\t\"viewability\": 64.17\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Colorado\",\n\t\t\t\t\"inventoryRatio\": 4.05,\n\t\t\t\t\"ivt\": 0.68,\n\t\t\t\t\"viewability\": 64.4\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Illinois\",\n\t\t\t\t\"inventoryRatio\": 3.97,\n\t\t\t\t\"ivt\": 0.87,\n\t\t\t\t\"viewability\": 63.44\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Georgia\",\n\t\t\t\t\"inventoryRatio\": 3.91,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"viewability\": 62.54\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Massachusetts\",\n\t\t\t\t\"inventoryRatio\": 2.96,\n\t\t\t\t\"ivt\": 0.41,\n\t\t\t\t\"viewability\": 42.58\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Ohio\",\n\t\t\t\t\"inventoryRatio\": 2.74,\n\t\t\t\t\"ivt\": 0.5,\n\t\t\t\t\"viewability\": 66.71\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Virginia\",\n\t\t\t\t\"inventoryRatio\": 2.5,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 66.06\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Mississippi\",\n\t\t\t\t\"inventoryRatio\": 2.41,\n\t\t\t\t\"ivt\": 0.35,\n\t\t\t\t\"viewability\": 66.83\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Carolina\",\n\t\t\t\t\"inventoryRatio\": 2.28,\n\t\t\t\t\"ivt\": 0.55,\n\t\t\t\t\"viewability\": 65.79\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Jersey\",\n\t\t\t\t\"inventoryRatio\": 2.27,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 64.85\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Minnesota\",\n\t\t\t\t\"inventoryRatio\": 2.25,\n\t\t\t\t\"ivt\": 0.63,\n\t\t\t\t\"viewability\": 63.79\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Wisconsin\",\n\t\t\t\t\"inventoryRatio\": 2.2,\n\t\t\t\t\"ivt\": 0.37,\n\t\t\t\t\"viewability\": 66.36\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arizona\",\n\t\t\t\t\"inventoryRatio\": 2.11,\n\t\t\t\t\"ivt\": 0.67,\n\t\t\t\t\"viewability\": 63.87\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kentucky\",\n\t\t\t\t\"inventoryRatio\": 1.56,\n\t\t\t\t\"ivt\": 0.83,\n\t\t\t\t\"viewability\": 65.26\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oregon\",\n\t\t\t\t\"inventoryRatio\": 1.52,\n\t\t\t\t\"ivt\": 0.77,\n\t\t\t\t\"viewability\": 64.49\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Tennessee\",\n\t\t\t\t\"inventoryRatio\": 1.29,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 65.51\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Indiana\",\n\t\t\t\t\"inventoryRatio\": 1.07,\n\t\t\t\t\"ivt\": 0.45,\n\t\t\t\t\"viewability\": 65.65\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Utah\",\n\t\t\t\t\"inventoryRatio\": 0.98,\n\t\t\t\t\"ivt\": 0.77,\n\t\t\t\t\"viewability\": 64.06\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Connecticut\",\n\t\t\t\t\"inventoryRatio\": 0.88,\n\t\t\t\t\"ivt\": 0.5,\n\t\t\t\t\"viewability\": 66.29\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Missouri\",\n\t\t\t\t\"inventoryRatio\": 0.86,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 65.38\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nevada\",\n\t\t\t\t\"inventoryRatio\": 0.79,\n\t\t\t\t\"ivt\": 0.76,\n\t\t\t\t\"viewability\": 64.28\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Iowa\",\n\t\t\t\t\"inventoryRatio\": 0.7,\n\t\t\t\t\"ivt\": 1.18,\n\t\t\t\t\"viewability\": 66.93\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, District Of Columbia\",\n\t\t\t\t\"inventoryRatio\": 0.67,\n\t\t\t\t\"ivt\": 0.97,\n\t\t\t\t\"viewability\": 64.85\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Carolina\",\n\t\t\t\t\"inventoryRatio\": 0.55,\n\t\t\t\t\"ivt\": 0.78,\n\t\t\t\t\"viewability\": 66.92\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, West Virginia\",\n\t\t\t\t\"inventoryRatio\": 0.54,\n\t\t\t\t\"ivt\": 0.33,\n\t\t\t\t\"viewability\": 61.63\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kansas\",\n\t\t\t\t\"inventoryRatio\": 0.47,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 66.09\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oklahoma\",\n\t\t\t\t\"inventoryRatio\": 0.43,\n\t\t\t\t\"ivt\": 0.71,\n\t\t\t\t\"viewability\": 65.06\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alabama\",\n\t\t\t\t\"inventoryRatio\": 0.42,\n\t\t\t\t\"ivt\": 0.78,\n\t\t\t\t\"viewability\": 65.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Hampshire\",\n\t\t\t\t\"inventoryRatio\": 0.42,\n\t\t\t\t\"ivt\": 0.27,\n\t\t\t\t\"viewability\": 68.1\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alaska\",\n\t\t\t\t\"inventoryRatio\": 0.42,\n\t\t\t\t\"ivt\": 2.05,\n\t\t\t\t\"viewability\": 67.7\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Maine\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 0.19,\n\t\t\t\t\"viewability\": 67.51\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Mexico\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 0.67,\n\t\t\t\t\"viewability\": 64.05\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Louisiana\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 64.14\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Delaware\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 0.39,\n\t\t\t\t\"viewability\": 66.68\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nebraska\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 0.68,\n\t\t\t\t\"viewability\": 64.99\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arkansas\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.52,\n\t\t\t\t\"viewability\": 65.58\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Rhode Island\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 0.82,\n\t\t\t\t\"viewability\": 65.28\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Idaho\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.79,\n\t\t\t\t\"viewability\": 66.15\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Hawaii\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.62,\n\t\t\t\t\"viewability\": 65.13\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Vermont\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.31,\n\t\t\t\t\"viewability\": 68.21\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.19,\n\t\t\t\t\"viewability\": 64.59\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.68,\n\t\t\t\t\"viewability\": 66.6\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 52.9,\n\t\t\t\t\"ivt\": 0.5,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 28.43,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 63.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 14.36,\n\t\t\t\t\"ivt\": 0.6,\n\t\t\t\t\"viewability\": 59.17\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 1.57,\n\t\t\t\t\"ivt\": 1.08,\n\t\t\t\t\"viewability\": 69.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"inventoryRatio\": 1.24,\n\t\t\t\t\"ivt\": 0.51,\n\t\t\t\t\"viewability\": 65.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.46,\n\t\t\t\t\"ivt\": 1.54,\n\t\t\t\t\"viewability\": 36.47\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 0.36,\n\t\t\t\t\"ivt\": 1.53,\n\t\t\t\t\"viewability\": 46.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 0.42,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x288\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 0.57,\n\t\t\t\t\"viewability\": 65.25\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 5.14,\n\t\t\t\t\"ivt\": 0.83,\n\t\t\t\t\"viewability\": 64.11\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 4.77,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 65.41\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 4.62,\n\t\t\t\t\"ivt\": 1.23,\n\t\t\t\t\"viewability\": 60.85\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"inventoryRatio\": 4.04,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 63.73\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 3.92,\n\t\t\t\t\"ivt\": 0.82,\n\t\t\t\t\"viewability\": 64.64\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.85,\n\t\t\t\t\"ivt\": 0.59,\n\t\t\t\t\"viewability\": 65.75\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 3.83,\n\t\t\t\t\"ivt\": 0.69,\n\t\t\t\t\"viewability\": 65.12\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 3.54,\n\t\t\t\t\"ivt\": 0.66,\n\t\t\t\t\"viewability\": 64.44\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.41,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 63.25\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 3.18,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 62.3\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 2.95,\n\t\t\t\t\"ivt\": 0.4,\n\t\t\t\t\"viewability\": 46.32\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 2.17,\n\t\t\t\t\"ivt\": 0.65,\n\t\t\t\t\"viewability\": 62.74\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 2.1,\n\t\t\t\t\"ivt\": 0.61,\n\t\t\t\t\"viewability\": 63.75\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 0.63,\n\t\t\t\t\"viewability\": 64.71\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 1.98,\n\t\t\t\t\"ivt\": 0.47,\n\t\t\t\t\"viewability\": 65.24\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.97,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 57.72\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.79,\n\t\t\t\t\"ivt\": 0.69,\n\t\t\t\t\"viewability\": 63.89\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 1.66,\n\t\t\t\t\"ivt\": 1.08,\n\t\t\t\t\"viewability\": 59.37\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PORTLAND, OR\",\n\t\t\t\t\"inventoryRatio\": 1.48,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": 64.59\n\t\t\t}]\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 64.6,\n\t\t\t\"ivt\": 1.44,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 62.04\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 18.58,\n\t\t\t\"ivt\": 1.91,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 65.75\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 11.68,\n\t\t\t\"ivt\": 1.2,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 64.22\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 2.62,\n\t\t\t\"ivt\": 1.37,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 46.91\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 2.26,\n\t\t\t\"ivt\": 1.6,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 68.22\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\"ivt\": 59.55,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 76.19\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\"ivt\": 1.23,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 10.81\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 92.09,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 11.9,\n\t\t\t\"estBidLow\": 0.14735,\n\t\t\t\"estBidHigh\": 0.14735,\n\t\t\t\"viewability\": 65.08\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 50.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 83.33\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 62.3,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 52.9,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 28.43,\n\t\t\t\t\"viewability\": 63.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 14.36,\n\t\t\t\t\"viewability\": 59.17\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 1.57,\n\t\t\t\t\"viewability\": 69.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"inventoryRatio\": 1.24,\n\t\t\t\t\"viewability\": 65.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.46,\n\t\t\t\t\"viewability\": 36.47\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 0.36,\n\t\t\t\t\"viewability\": 46.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x288\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"viewability\": 65.25\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.18,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"392x399\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"962x601\",\n\t\t\t\t\"ctr\": 1.85\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x200\",\n\t\t\t\t\"ctr\": 1.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x1366\",\n\t\t\t\t\"ctr\": 1.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x326\",\n\t\t\t\t\"ctr\": 1.69\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"360x640\",\n\t\t\t\t\"ctr\": 1.59\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x243\",\n\t\t\t\t\"ctr\": 1.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"581x363\",\n\t\t\t\t\"ctr\": 1.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x310\",\n\t\t\t\t\"ctr\": 1.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x559\",\n\t\t\t\t\"ctr\": 1.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x354\",\n\t\t\t\t\"ctr\": 1.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x222\",\n\t\t\t\t\"ctr\": 1.27\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"790x444\",\n\t\t\t\t\"ctr\": 1.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x480\",\n\t\t\t\t\"ctr\": 1.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x242\",\n\t\t\t\t\"ctr\": 1.14\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x359\",\n\t\t\t\t\"ctr\": 1.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"814x457\",\n\t\t\t\t\"ctr\": 1.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x358\",\n\t\t\t\t\"ctr\": 0.98\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"412x231\",\n\t\t\t\t\"ctr\": 0.98\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x353\",\n\t\t\t\t\"ctr\": 0.93\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x271\",\n\t\t\t\t\"ctr\": 0.93\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x273\",\n\t\t\t\t\"ctr\": 0.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x636\",\n\t\t\t\t\"ctr\": 0.88\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x305\",\n\t\t\t\t\"ctr\": 0.86\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 0.83\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x475\",\n\t\t\t\t\"ctr\": 0.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x289\",\n\t\t\t\t\"ctr\": 0.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"800x1280\",\n\t\t\t\t\"ctr\": 0.71\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x295\",\n\t\t\t\t\"ctr\": 0.69\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x377\",\n\t\t\t\t\"ctr\": 0.64\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x635\",\n\t\t\t\t\"ctr\": 0.61\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"601x962\",\n\t\t\t\t\"ctr\": 0.6\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"748x472\",\n\t\t\t\t\"ctr\": 0.59\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"ctr\": 0.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"581x327\",\n\t\t\t\t\"ctr\": 0.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x295\",\n\t\t\t\t\"ctr\": 0.53\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"373x361\",\n\t\t\t\t\"ctr\": 0.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x324\",\n\t\t\t\t\"ctr\": 0.51\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x221\",\n\t\t\t\t\"ctr\": 0.47\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x346\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"414x736\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.44\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x479\",\n\t\t\t\t\"ctr\": 0.42\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x488\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x192\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x296\",\n\t\t\t\t\"ctr\": 0.35\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x295\",\n\t\t\t\t\"ctr\": 0.35\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x667\",\n\t\t\t\t\"ctr\": 0.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"748x420\",\n\t\t\t\t\"ctr\": 0.31\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"414x896\",\n\t\t\t\t\"ctr\": 0.31\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x244\",\n\t\t\t\t\"ctr\": 0.3\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x336\",\n\t\t\t\t\"ctr\": 0.29\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x376\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x221\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x168\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x266\",\n\t\t\t\t\"ctr\": 0.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x273\",\n\t\t\t\t\"ctr\": 0.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x376\",\n\t\t\t\t\"ctr\": 0.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x169\",\n\t\t\t\t\"ctr\": 0.17\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"684x428\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x199\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x438\",\n\t\t\t\t\"ctr\": 0.13\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x220\",\n\t\t\t\t\"ctr\": 0.12\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x427\",\n\t\t\t\t\"ctr\": 0.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x191\",\n\t\t\t\t\"ctr\": 0.07\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x812\",\n\t\t\t\t\"ctr\": 0.05\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 56.75,\n\t\t\t\"ivt\": 1.68,\n\t\t\t\"viewability\": 50.88,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 18.54,\n\t\t\t\"ivt\": 0.67,\n\t\t\t\"viewability\": 45.13,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"android-app\",\n\t\t\t\t\"inventoryRatio\": 40.16,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"viewability\": 24.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 29.44,\n\t\t\t\t\"ivt\": 0.52,\n\t\t\t\t\"viewability\": 59.24\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cdn.ampproject.org\",\n\t\t\t\t\"inventoryRatio\": 7.21,\n\t\t\t\t\"ivt\": 0.87,\n\t\t\t\t\"viewability\": 52.31\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 3.92,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": 76.3\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartnews.com\",\n\t\t\t\t\"inventoryRatio\": 3.37,\n\t\t\t\t\"ivt\": 0.35,\n\t\t\t\t\"viewability\": 42.99\n\t\t\t}, {\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 1.99,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 63.8\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 1.5,\n\t\t\t\t\"ivt\": 1.22,\n\t\t\t\t\"viewability\": 57.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.break.ma\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 65.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsandguts.com\",\n\t\t\t\t\"inventoryRatio\": 0.28,\n\t\t\t\t\"ivt\": 0.79,\n\t\t\t\t\"viewability\": 69.84\n\t\t\t}, {\n\t\t\t\t\"domain\": \"realclearpolitics.com\",\n\t\t\t\t\"inventoryRatio\": 0.28,\n\t\t\t\t\"ivt\": 0.26,\n\t\t\t\t\"viewability\": 64.17\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 1.81,\n\t\t\t\t\"viewability\": 45.48\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 70.63\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.fark.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 1.04,\n\t\t\t\t\"viewability\": 60.11\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.65,\n\t\t\t\t\"viewability\": 77.85\n\t\t\t}, {\n\t\t\t\t\"domain\": \"remolacha.net\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 1.32,\n\t\t\t\t\"viewability\": 27.63\n\t\t\t}, {\n\t\t\t\t\"domain\": \"linkin.bio\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 88.72\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 14.98,\n\t\t\t\"ivt\": 1.41,\n\t\t\t\"viewability\": 47.2,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 95.06,\n\t\t\t\t\"ivt\": 1.43,\n\t\t\t\t\"viewability\": 46.99\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 1.55,\n\t\t\t\t\"ivt\": 0.99,\n\t\t\t\t\"viewability\": 51.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 1.2,\n\t\t\t\t\"ivt\": 1.21,\n\t\t\t\t\"viewability\": 55.37\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.92,\n\t\t\t\t\"ivt\": 0.2,\n\t\t\t\t\"viewability\": 40.47\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.77,\n\t\t\t\t\"ivt\": 1.29,\n\t\t\t\t\"viewability\": 59.18\n\t\t\t}, {\n\t\t\t\t\"domain\": \"msn.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.9,\n\t\t\t\t\"viewability\": 47.66\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 9.33,\n\t\t\t\"ivt\": 0.72,\n\t\t\t\"viewability\": 53.96,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 92.36,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 53.88\n\t\t\t}, {\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 3.96,\n\t\t\t\t\"ivt\": 1.21,\n\t\t\t\t\"viewability\": 56.89\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.9,\n\t\t\t\t\"ivt\": 0.84,\n\t\t\t\t\"viewability\": 47.81\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 1.04,\n\t\t\t\t\"ivt\": 0.28,\n\t\t\t\t\"viewability\": 60.32\n\t\t\t}, {\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 1.76,\n\t\t\t\t\"viewability\": 52.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 63.86\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 0.39,\n\t\t\t\"ivt\": 0.59,\n\t\t\t\"viewability\": 34.73,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 99.97,\n\t\t\t\t\"ivt\": 0.59,\n\t\t\t\t\"viewability\": 34.74\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 4.76,\n\t\t\t\"viewability\": 65.0,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 71.43,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 72.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.aol.com\",\n\t\t\t\t\"inventoryRatio\": 14.29,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 7.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmaila.juno.com\",\n\t\t\t\t\"inventoryRatio\": 4.76,\n\t\t\t\t\"ivt\": 100.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmailb.juno.com\",\n\t\t\t\t\"inventoryRatio\": 2.38,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"googlesyndication.com\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 77.1,\n\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\"ivt\": 0.48,\n\t\t\t\"viewability\": 71.72\n\t\t}, {\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 11.99,\n\t\t\t\"maskingRatio\": 0.43,\n\t\t\t\"ivt\": 1.01,\n\t\t\t\"viewability\": 66.16\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 5.77,\n\t\t\t\"maskingRatio\": 0.08,\n\t\t\t\"ivt\": 1.24,\n\t\t\t\"viewability\": 27.22\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.29,\n\t\t\t\"maskingRatio\": 0.16,\n\t\t\t\"ivt\": 1.9,\n\t\t\t\"viewability\": 50.09\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.81,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.82,\n\t\t\t\"viewability\": 63.21\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.03,\n\t\t\t\"maskingRatio\": 0.78,\n\t\t\t\"ivt\": 1.91,\n\t\t\t\"viewability\": 28.27\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 2.13,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 2.78,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"stellar.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 15.38,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"subDomain\": \"localhost.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 30.0\n\t\t}, {\n\t\t\t\"subDomain\": \"elections.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"games.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 100.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"cnne-test.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"subDomain\": \"preview.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 55.44,\n\t\t\t\t\"maskingRatio\": 0.04,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 44.41,\n\t\t\t\t\"maskingRatio\": 0.04,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\t\"maskingRatio\": 0.01,\n\t\t\t\t\"ivt\": 99.31,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 0.45,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 67.03\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 22.99\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 5.3\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 2.67\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.34\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.38\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.15\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 40.26\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 28.09\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.05\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.08\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.9\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 0.83\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.24\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.13\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"NON-US\",\n\t\t\"device\": \"GLOBAL\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 1.73,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 47.15,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 1155458584,\n\t\t\t\"desktopTrafficRatio\": 61.57,\n\t\t\t\"mobileTrafficRatio\": 38.22,\n\t\t\t\"videoTrafficRatio\": 72.52,\n\t\t\t\"ctr\": 0.37,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 1811\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"medium\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 11.68\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 1.73,\n\t\t\t\"givt\": 0.29,\n\t\t\t\"sivt\": 1.44,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.22,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.07,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.38\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.33\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.24\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.23\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"IPObfuscation\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.12\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.06\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DatacenterProxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.06\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoClickFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.02\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 94.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"N/A\",\n\t\t\t\t\"trafficRatio\": 2.56\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon.com\",\n\t\t\t\t\"trafficRatio\": 0.64\n\t\t\t}, {\n\t\t\t\t\"name\": \"ALTAN REDES, S.A.P.I. de C. V.\",\n\t\t\t\t\"trafficRatio\": 0.51\n\t\t\t}, {\n\t\t\t\t\"name\": \"SoftLayer Technologies\",\n\t\t\t\t\"trafficRatio\": 0.38\n\t\t\t}, {\n\t\t\t\t\"name\": \"Google Cloud\",\n\t\t\t\t\"trafficRatio\": 0.26\n\t\t\t}, {\n\t\t\t\t\"name\": \"Zscaler\",\n\t\t\t\t\"trafficRatio\": 0.26\n\t\t\t}, {\n\t\t\t\t\"name\": \"Scaleway\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Psychz Networks\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Microsoft Azure\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Alibaba\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Digital Ocean\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"HostDime.com\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Performive\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hype Enterprises\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Total Server Solutions L.L.C.\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"AIS Fibre\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 1.73,\n\t\t\t\t\"viewability\": 48.01\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": 59.98\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 1.62,\n\t\t\t\t\"viewability\": 56.85\n\t\t\t}],\n\t\t\t\"byCountry\": [{\n\t\t\t\t\"countryName\": \"Canada\",\n\t\t\t\t\"inventoryRatio\": 58.79,\n\t\t\t\t\"ivt\": 1.17,\n\t\t\t\t\"viewability\": 58.49\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Australia\",\n\t\t\t\t\"inventoryRatio\": 16.11,\n\t\t\t\t\"ivt\": 3.03,\n\t\t\t\t\"viewability\": 47.88\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Mexico\",\n\t\t\t\t\"inventoryRatio\": 12.36,\n\t\t\t\t\"ivt\": 1.54,\n\t\t\t\t\"viewability\": 36.46\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"New Zealand\",\n\t\t\t\t\"inventoryRatio\": 1.44,\n\t\t\t\t\"ivt\": 1.21,\n\t\t\t\t\"viewability\": 50.56\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Singapore\",\n\t\t\t\t\"inventoryRatio\": 1.08,\n\t\t\t\t\"ivt\": 3.11,\n\t\t\t\t\"viewability\": 55.04\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Province of China Taiwan\",\n\t\t\t\t\"inventoryRatio\": 0.89,\n\t\t\t\t\"ivt\": 5.83,\n\t\t\t\t\"viewability\": 50.38\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Malaysia\",\n\t\t\t\t\"inventoryRatio\": 0.89,\n\t\t\t\t\"ivt\": 1.13,\n\t\t\t\t\"viewability\": 58.41\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Colombia\",\n\t\t\t\t\"inventoryRatio\": 0.54,\n\t\t\t\t\"ivt\": 1.23,\n\t\t\t\t\"viewability\": 39.48\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Germany\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 3.76,\n\t\t\t\t\"viewability\": 58.3\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Philippines\",\n\t\t\t\t\"inventoryRatio\": 0.47,\n\t\t\t\t\"ivt\": 2.1,\n\t\t\t\t\"viewability\": 58.26\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"United Arab Emirates\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 3.41,\n\t\t\t\t\"viewability\": 52.92\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"India\",\n\t\t\t\t\"inventoryRatio\": 0.38,\n\t\t\t\t\"ivt\": 3.18,\n\t\t\t\t\"viewability\": 56.21\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Hong Kong\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 3.59,\n\t\t\t\t\"viewability\": 51.08\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Puerto Rico\",\n\t\t\t\t\"inventoryRatio\": 0.31,\n\t\t\t\t\"ivt\": 1.84,\n\t\t\t\t\"viewability\": 46.45\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Saudi Arabia\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 1.67,\n\t\t\t\t\"viewability\": 55.79\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"United Kingdom\",\n\t\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\t\"ivt\": 2.16,\n\t\t\t\t\"viewability\": 61.02\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Thailand\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 2.99,\n\t\t\t\t\"viewability\": 53.52\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"South Africa\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 1.55,\n\t\t\t\t\"viewability\": 56.06\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Egypt\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.55,\n\t\t\t\t\"viewability\": 60.63\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Japan\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 2.43,\n\t\t\t\t\"viewability\": 49.6\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Viet Nam\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 5.39,\n\t\t\t\t\"viewability\": 51.08\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Israel\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 1.67,\n\t\t\t\t\"viewability\": 55.69\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Switzerland\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 1.91,\n\t\t\t\t\"viewability\": 54.14\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Brazil\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 1.8,\n\t\t\t\t\"viewability\": 51.97\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Costa Rica\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 1.8,\n\t\t\t\t\"viewability\": 54.44\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Netherlands\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 3.0,\n\t\t\t\t\"viewability\": 61.67\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Guatemala\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 3.18,\n\t\t\t\t\"viewability\": 45.25\n\t\t\t}],\n\t\t\t\"byState\": null,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 47.25,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": 48.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 18.56,\n\t\t\t\t\"ivt\": 1.34,\n\t\t\t\t\"viewability\": 56.04\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 17.58,\n\t\t\t\t\"ivt\": 1.78,\n\t\t\t\t\"viewability\": 47.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 7.44,\n\t\t\t\t\"ivt\": 2.6,\n\t\t\t\t\"viewability\": 48.12\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 4.9,\n\t\t\t\t\"ivt\": 1.44,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 2.68,\n\t\t\t\t\"ivt\": 1.82,\n\t\t\t\t\"viewability\": 40.91\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.84,\n\t\t\t\t\"ivt\": 1.27,\n\t\t\t\t\"viewability\": 67.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x90\",\n\t\t\t\t\"inventoryRatio\": 0.76,\n\t\t\t\t\"ivt\": 1.28,\n\t\t\t\t\"viewability\": 52.59\n\t\t\t}],\n\t\t\t\"byDma\": null\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 57.72,\n\t\t\t\"ivt\": 1.3,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 51.03\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 27.78,\n\t\t\t\"ivt\": 1.86,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 54.66\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 8.75,\n\t\t\t\"ivt\": 3.13,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 64.71\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 2.86,\n\t\t\t\"ivt\": 2.93,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 53.95\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 2.83,\n\t\t\t\"ivt\": 0.95,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 45.32\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 11.94,\n\t\t\t\"estBidLow\": 0.21075,\n\t\t\t\"estBidHigh\": 1.5632,\n\t\t\t\"viewability\": 35.82\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 91.86,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Turner Broadcasting Europe\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 1.14,\n\t\t\t\"estBidLow\": 0.28867,\n\t\t\t\"estBidHigh\": 1.83875,\n\t\t\t\"viewability\": 51.14\n\t\t}, {\n\t\t\t\"exchange\": \"Multi Channel Network Pty Ltd.\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 11.11,\n\t\t\t\"estBidLow\": 7.60247,\n\t\t\t\"estBidHigh\": 7.9645,\n\t\t\t\"viewability\": 66.67\n\t\t}, {\n\t\t\t\"exchange\": \"Pangaea Alliance\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": 4.25819,\n\t\t\t\"estBidHigh\": 4.25819,\n\t\t\t\"viewability\": 55.56\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 47.15,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 47.25,\n\t\t\t\t\"viewability\": 48.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 18.56,\n\t\t\t\t\"viewability\": 56.04\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 17.58,\n\t\t\t\t\"viewability\": 47.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 7.44,\n\t\t\t\t\"viewability\": 48.12\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 4.9,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 2.68,\n\t\t\t\t\"viewability\": 40.91\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.84,\n\t\t\t\t\"viewability\": 67.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x90\",\n\t\t\t\t\"inventoryRatio\": 0.76,\n\t\t\t\t\"viewability\": 52.59\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.37,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1152x720\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1707x960\",\n\t\t\t\t\"ctr\": 1.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1200x800\",\n\t\t\t\t\"ctr\": 1.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1080\",\n\t\t\t\t\"ctr\": 1.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"360x780\",\n\t\t\t\t\"ctr\": 1.72\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x667\",\n\t\t\t\t\"ctr\": 1.63\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3440x1440\",\n\t\t\t\t\"ctr\": 1.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x960\",\n\t\t\t\t\"ctr\": 1.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1792x1120\",\n\t\t\t\t\"ctr\": 1.45\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1504x1003\",\n\t\t\t\t\"ctr\": 1.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"601x962\",\n\t\t\t\t\"ctr\": 1.42\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"800x1280\",\n\t\t\t\t\"ctr\": 1.39\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x960\",\n\t\t\t\t\"ctr\": 1.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x960\",\n\t\t\t\t\"ctr\": 1.01\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1194\",\n\t\t\t\t\"ctr\": 1.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1500x1000\",\n\t\t\t\t\"ctr\": 0.96\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1344x840\",\n\t\t\t\t\"ctr\": 0.83\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"360x640\",\n\t\t\t\t\"ctr\": 0.77\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x768\",\n\t\t\t\t\"ctr\": 0.72\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1360x768\",\n\t\t\t\t\"ctr\": 0.68\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1098x618\",\n\t\t\t\t\"ctr\": 0.68\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1368x912\",\n\t\t\t\t\"ctr\": 0.58\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x220\",\n\t\t\t\t\"ctr\": 0.57\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1093x615\",\n\t\t\t\t\"ctr\": 0.55\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x1366\",\n\t\t\t\t\"ctr\": 0.53\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"640x480\",\n\t\t\t\t\"ctr\": 0.49\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2048x1152\",\n\t\t\t\t\"ctr\": 0.4\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1200\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"ctr\": 0.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x900\",\n\t\t\t\t\"ctr\": 0.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1680x1050\",\n\t\t\t\t\"ctr\": 0.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x1024\",\n\t\t\t\t\"ctr\": 0.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x864\",\n\t\t\t\t\"ctr\": 0.33\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1366x768\",\n\t\t\t\t\"ctr\": 0.32\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 0.32\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"810x1080\",\n\t\t\t\t\"ctr\": 0.32\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"414x896\",\n\t\t\t\t\"ctr\": 0.31\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1112\",\n\t\t\t\t\"ctr\": 0.29\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1440\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x900\",\n\t\t\t\t\"ctr\": 0.27\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x191\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x438\",\n\t\t\t\t\"ctr\": 0.09\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 54.49,\n\t\t\t\"ivt\": 1.69,\n\t\t\t\"viewability\": 55.38,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 21.16,\n\t\t\t\"ivt\": 1.87,\n\t\t\t\"viewability\": 44.19,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 74.35,\n\t\t\t\t\"ivt\": 2.19,\n\t\t\t\t\"viewability\": 43.91\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.ca\",\n\t\t\t\t\"inventoryRatio\": 10.45,\n\t\t\t\t\"ivt\": 0.6,\n\t\t\t\t\"viewability\": 51.48\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.mx\",\n\t\t\t\t\"inventoryRatio\": 4.38,\n\t\t\t\t\"ivt\": 1.14,\n\t\t\t\t\"viewability\": 29.84\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 4.26,\n\t\t\t\t\"ivt\": 1.47,\n\t\t\t\t\"viewability\": 42.56\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 2.8,\n\t\t\t\t\"ivt\": 0.79,\n\t\t\t\t\"viewability\": 47.95\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 1.23,\n\t\t\t\t\"ivt\": 0.62,\n\t\t\t\t\"viewability\": 46.82\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.28,\n\t\t\t\t\"ivt\": 2.41,\n\t\t\t\t\"viewability\": 48.79\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.au\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 2.22,\n\t\t\t\t\"viewability\": 47.56\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.org\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 26.79\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.es\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.53,\n\t\t\t\t\"viewability\": 31.05\n\t\t\t}, {\n\t\t\t\t\"domain\": \"msn.com\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 0.56,\n\t\t\t\t\"viewability\": 46.37\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.co\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 34.72\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 11.68,\n\t\t\t\"ivt\": 0.96,\n\t\t\t\"viewability\": 32.42,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 83.01,\n\t\t\t\t\"ivt\": 0.98,\n\t\t\t\t\"viewability\": 31.19\n\t\t\t}, {\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 8.84,\n\t\t\t\t\"ivt\": 0.77,\n\t\t\t\t\"viewability\": 36.72\n\t\t\t}, {\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 4.85,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 40.6\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.51,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 30.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 0.77,\n\t\t\t\t\"ivt\": 1.13,\n\t\t\t\t\"viewability\": 56.92\n\t\t\t}, {\n\t\t\t\t\"domain\": \"facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.7,\n\t\t\t\t\"ivt\": 1.99,\n\t\t\t\t\"viewability\": 37.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"linkedin.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 1.56,\n\t\t\t\t\"viewability\": 37.5\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 11.67,\n\t\t\t\"ivt\": 0.84,\n\t\t\t\"viewability\": 40.38,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"android-app\",\n\t\t\t\t\"inventoryRatio\": 68.13,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 31.62\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 16.57,\n\t\t\t\t\"ivt\": 0.53,\n\t\t\t\t\"viewability\": 65.25\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cdn.ampproject.org\",\n\t\t\t\t\"inventoryRatio\": 2.5,\n\t\t\t\t\"ivt\": 1.05,\n\t\t\t\t\"viewability\": 48.84\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 1.23,\n\t\t\t\t\"ivt\": 4.1,\n\t\t\t\t\"viewability\": 36.4\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.92,\n\t\t\t\t\"ivt\": 0.76,\n\t\t\t\t\"viewability\": 71.59\n\t\t\t}, {\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 0.84,\n\t\t\t\t\"ivt\": 0.21,\n\t\t\t\t\"viewability\": 54.93\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.66,\n\t\t\t\t\"ivt\": 0.26,\n\t\t\t\t\"viewability\": 65.96\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 0.36,\n\t\t\t\t\"ivt\": 0.98,\n\t\t\t\t\"viewability\": 59.8\n\t\t\t}, {\n\t\t\t\t\"domain\": \"maktoob.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 0.31,\n\t\t\t\t\"ivt\": 1.7,\n\t\t\t\t\"viewability\": 71.59\n\t\t\t}, {\n\t\t\t\t\"domain\": \"flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 1.79,\n\t\t\t\t\"viewability\": 47.02\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartnews.com\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 1.49,\n\t\t\t\t\"viewability\": 34.09\n\t\t\t}, {\n\t\t\t\t\"domain\": \"c.newsnow.co.uk\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 2.08,\n\t\t\t\t\"viewability\": 47.92\n\t\t\t}, {\n\t\t\t\t\"domain\": \"realclearpolitics.com\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 1.14,\n\t\t\t\t\"viewability\": 53.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecosia.org\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 49.35\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 4.0,\n\t\t\t\t\"viewability\": 61.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"old.reddit.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 58.82\n\t\t\t}, {\n\t\t\t\t\"domain\": \"googleapis.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"getpocket.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": 34.92\n\t\t\t}, {\n\t\t\t\t\"domain\": \"fark.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.9\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 0.98,\n\t\t\t\"ivt\": 1.87,\n\t\t\t\"viewability\": 36.05,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 99.96,\n\t\t\t\t\"ivt\": 1.87,\n\t\t\t\t\"viewability\": 36.02\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 6.82,\n\t\t\t\"viewability\": 43.18,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 67.05,\n\t\t\t\t\"ivt\": 6.78,\n\t\t\t\t\"viewability\": 42.37\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 15.91,\n\t\t\t\t\"ivt\": 7.14,\n\t\t\t\t\"viewability\": 28.57\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.aol.com\",\n\t\t\t\t\"inventoryRatio\": 6.82,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 83.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outlook.live.com\",\n\t\t\t\t\"inventoryRatio\": 6.82,\n\t\t\t\t\"ivt\": 16.67,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"aol.com\",\n\t\t\t\t\"inventoryRatio\": 3.41,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 33.33\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"partner.googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 50.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 25.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"googlesyndication.com\",\n\t\t\t\t\"inventoryRatio\": 25.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"AdWords\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"g.doubleclick.net\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 68.53,\n\t\t\t\"maskingRatio\": 0.66,\n\t\t\t\"ivt\": 2.82,\n\t\t\t\"viewability\": 56.5\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 22.83,\n\t\t\t\"maskingRatio\": 0.19,\n\t\t\t\"ivt\": 1.24,\n\t\t\t\"viewability\": 26.98\n\t\t}, {\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 3.34,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.95,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.09,\n\t\t\t\"maskingRatio\": 0.25,\n\t\t\t\"ivt\": 1.52,\n\t\t\t\"viewability\": 58.49\n\t\t}, {\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.26,\n\t\t\t\"maskingRatio\": 0.06,\n\t\t\t\"ivt\": 0.48,\n\t\t\t\"viewability\": 72.07\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.21,\n\t\t\t\"maskingRatio\": 0.4,\n\t\t\t\"ivt\": 1.03,\n\t\t\t\"viewability\": 58.67\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.74,\n\t\t\t\"maskingRatio\": 1.35,\n\t\t\t\"ivt\": 2.57,\n\t\t\t\"viewability\": 38.46\n\t\t}, {\n\t\t\t\"subDomain\": \"preview.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 38.89\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"fave-api.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 5.88,\n\t\t\t\"viewability\": 11.11\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 61.57,\n\t\t\t\t\"maskingRatio\": 0.2,\n\t\t\t\t\"ivt\": 2.23,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 38.22,\n\t\t\t\t\"maskingRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.85,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.12,\n\t\t\t\t\"ivt\": 4.5,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 64.36\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 24.94\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 6.57\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.78\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 1.3\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.5\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Ubuntu\",\n\t\t\t\t\"inventoryRatio\": 0.16\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 34.41\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 31.14\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.85\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.34\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.91\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 1.57\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.66\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.54\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x\",\n\t\t\t\t\"inventoryRatio\": 0.11\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"NON-US\",\n\t\t\"device\": \"desktop\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 2.23,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 51.98,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 711400974,\n\t\t\t\"desktopTrafficRatio\": 61.57,\n\t\t\t\"mobileTrafficRatio\": 38.22,\n\t\t\t\"videoTrafficRatio\": 82.35,\n\t\t\t\"ctr\": 0.31,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 5698\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"medium\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 2.68\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 2.23,\n\t\t\t\"givt\": 0.36,\n\t\t\t\"sivt\": 1.87,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.3,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.05,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.61\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.39\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.26\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.24\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"IPObfuscation\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.19\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DatacenterProxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.09\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.05\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoClickFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 94.43\n\t\t\t}, {\n\t\t\t\t\"name\": \"N/A\",\n\t\t\t\t\"trafficRatio\": 2.71\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon.com\",\n\t\t\t\t\"trafficRatio\": 0.75\n\t\t\t}, {\n\t\t\t\t\"name\": \"Google Cloud\",\n\t\t\t\t\"trafficRatio\": 0.3\n\t\t\t}, {\n\t\t\t\t\"name\": \"SoftLayer Technologies\",\n\t\t\t\t\"trafficRatio\": 0.3\n\t\t\t}, {\n\t\t\t\t\"name\": \"Zscaler\",\n\t\t\t\t\"trafficRatio\": 0.3\n\t\t\t}, {\n\t\t\t\t\"name\": \"Microsoft Azure\",\n\t\t\t\t\"trafficRatio\": 0.15\n\t\t\t}, {\n\t\t\t\t\"name\": \"Psychz Networks\",\n\t\t\t\t\"trafficRatio\": 0.15\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hype Enterprises\",\n\t\t\t\t\"trafficRatio\": 0.15\n\t\t\t}, {\n\t\t\t\t\"name\": \"Performive\",\n\t\t\t\t\"trafficRatio\": 0.15\n\t\t\t}, {\n\t\t\t\t\"name\": \"AIS Fibre\",\n\t\t\t\t\"trafficRatio\": 0.15\n\t\t\t}, {\n\t\t\t\t\"name\": \"Alibaba\",\n\t\t\t\t\"trafficRatio\": 0.15\n\t\t\t}, {\n\t\t\t\t\"name\": \"Total Server Solutions L.L.C.\",\n\t\t\t\t\"trafficRatio\": 0.15\n\t\t\t}, {\n\t\t\t\t\"name\": \"Scaleway\",\n\t\t\t\t\"trafficRatio\": 0.15\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 83.36,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 55.73\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 16.64,\n\t\t\t\t\"ivt\": 2.23,\n\t\t\t\t\"viewability\": 53.16\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": 55.1\n\t\t\t}],\n\t\t\t\"byCountry\": [{\n\t\t\t\t\"countryName\": \"Canada\",\n\t\t\t\t\"inventoryRatio\": 65.08,\n\t\t\t\t\"ivt\": 1.39,\n\t\t\t\t\"viewability\": 55.08\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Australia\",\n\t\t\t\t\"inventoryRatio\": 20.05,\n\t\t\t\t\"ivt\": 3.74,\n\t\t\t\t\"viewability\": 47.71\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Mexico\",\n\t\t\t\t\"inventoryRatio\": 3.53,\n\t\t\t\t\"ivt\": 1.52,\n\t\t\t\t\"viewability\": 46.28\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Province of China Taiwan\",\n\t\t\t\t\"inventoryRatio\": 1.29,\n\t\t\t\t\"ivt\": 6.42,\n\t\t\t\t\"viewability\": 48.97\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"New Zealand\",\n\t\t\t\t\"inventoryRatio\": 1.29,\n\t\t\t\t\"ivt\": 1.85,\n\t\t\t\t\"viewability\": 50.39\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Singapore\",\n\t\t\t\t\"inventoryRatio\": 0.69,\n\t\t\t\t\"ivt\": 6.38,\n\t\t\t\t\"viewability\": 52.55\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Germany\",\n\t\t\t\t\"inventoryRatio\": 0.57,\n\t\t\t\t\"ivt\": 3.98,\n\t\t\t\t\"viewability\": 59.41\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"United Arab Emirates\",\n\t\t\t\t\"inventoryRatio\": 0.51,\n\t\t\t\t\"ivt\": 4.53,\n\t\t\t\t\"viewability\": 59.48\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Philippines\",\n\t\t\t\t\"inventoryRatio\": 0.44,\n\t\t\t\t\"ivt\": 3.12,\n\t\t\t\t\"viewability\": 52.23\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"United Kingdom\",\n\t\t\t\t\"inventoryRatio\": 0.39,\n\t\t\t\t\"ivt\": 2.13,\n\t\t\t\t\"viewability\": 60.74\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"India\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 5.07,\n\t\t\t\t\"viewability\": 52.17\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Malaysia\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 4.01,\n\t\t\t\t\"viewability\": 53.17\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Colombia\",\n\t\t\t\t\"inventoryRatio\": 0.28,\n\t\t\t\t\"ivt\": 1.21,\n\t\t\t\t\"viewability\": 40.42\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Hong Kong\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 6.09,\n\t\t\t\t\"viewability\": 50.57\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Israel\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 1.95,\n\t\t\t\t\"viewability\": 56.57\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Japan\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 2.84,\n\t\t\t\t\"viewability\": 48.48\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Saudi Arabia\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 2.6,\n\t\t\t\t\"viewability\": 52.56\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Puerto Rico\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 55.33\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Viet Nam\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 7.31,\n\t\t\t\t\"viewability\": 47.61\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Thailand\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 4.1,\n\t\t\t\t\"viewability\": 50.47\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Switzerland\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 2.36,\n\t\t\t\t\"viewability\": 53.64\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"South Africa\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 2.94,\n\t\t\t\t\"viewability\": 53.63\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Sweden\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 6.85,\n\t\t\t\t\"viewability\": 66.42\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Netherlands\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 3.43,\n\t\t\t\t\"viewability\": 62.47\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Brazil\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 2.47,\n\t\t\t\t\"viewability\": 50.46\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Ireland\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 2.72,\n\t\t\t\t\"viewability\": 63.06\n\t\t\t}],\n\t\t\t\"byState\": null,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 31.03,\n\t\t\t\t\"ivt\": 1.92,\n\t\t\t\t\"viewability\": 58.45\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 21.17,\n\t\t\t\t\"ivt\": 1.81,\n\t\t\t\t\"viewability\": 49.63\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 18.23,\n\t\t\t\t\"ivt\": 2.38,\n\t\t\t\t\"viewability\": 52.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 17.31,\n\t\t\t\t\"ivt\": 2.66,\n\t\t\t\t\"viewability\": 48.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 5.59,\n\t\t\t\t\"ivt\": 1.93,\n\t\t\t\t\"viewability\": 40.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 4.86,\n\t\t\t\t\"ivt\": 2.79,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x90\",\n\t\t\t\t\"inventoryRatio\": 1.81,\n\t\t\t\t\"ivt\": 1.24,\n\t\t\t\t\"viewability\": 52.62\n\t\t\t}],\n\t\t\t\"byDma\": null\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 52.69,\n\t\t\t\"ivt\": 1.25,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 49.76\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 32.21,\n\t\t\t\"ivt\": 2.42,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 50.3\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 8.91,\n\t\t\t\"ivt\": 5.14,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 63.31\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 4.03,\n\t\t\t\"ivt\": 2.9,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 50.65\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 2.11,\n\t\t\t\"ivt\": 0.89,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 37.53\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 96.26,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Turner Broadcasting Europe\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 8.33,\n\t\t\t\"estBidLow\": 0.73474,\n\t\t\t\"estBidHigh\": 1.09352,\n\t\t\t\"viewability\": 75.0\n\t\t}, {\n\t\t\t\"exchange\": \"Pangaea Alliance\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": 4.25819,\n\t\t\t\"estBidHigh\": 4.25819,\n\t\t\t\"viewability\": 33.33\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 51.98,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 31.03,\n\t\t\t\t\"viewability\": 58.45\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 21.17,\n\t\t\t\t\"viewability\": 49.63\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 18.23,\n\t\t\t\t\"viewability\": 52.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 17.31,\n\t\t\t\t\"viewability\": 48.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 5.59,\n\t\t\t\t\"viewability\": 40.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 4.86,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x90\",\n\t\t\t\t\"inventoryRatio\": 1.81,\n\t\t\t\t\"viewability\": 52.62\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.31,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1152x720\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1707x960\",\n\t\t\t\t\"ctr\": 1.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1200x800\",\n\t\t\t\t\"ctr\": 1.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1080\",\n\t\t\t\t\"ctr\": 1.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3440x1440\",\n\t\t\t\t\"ctr\": 1.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x960\",\n\t\t\t\t\"ctr\": 1.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1792x1120\",\n\t\t\t\t\"ctr\": 1.45\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1504x1003\",\n\t\t\t\t\"ctr\": 1.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x960\",\n\t\t\t\t\"ctr\": 1.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x960\",\n\t\t\t\t\"ctr\": 1.01\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1500x1000\",\n\t\t\t\t\"ctr\": 0.96\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1344x840\",\n\t\t\t\t\"ctr\": 0.83\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x768\",\n\t\t\t\t\"ctr\": 0.71\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1360x768\",\n\t\t\t\t\"ctr\": 0.68\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1098x618\",\n\t\t\t\t\"ctr\": 0.68\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1194\",\n\t\t\t\t\"ctr\": 0.67\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1368x912\",\n\t\t\t\t\"ctr\": 0.58\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x1366\",\n\t\t\t\t\"ctr\": 0.57\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1093x615\",\n\t\t\t\t\"ctr\": 0.55\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2048x1152\",\n\t\t\t\t\"ctr\": 0.4\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"640x480\",\n\t\t\t\t\"ctr\": 0.39\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1200\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"ctr\": 0.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x900\",\n\t\t\t\t\"ctr\": 0.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1680x1050\",\n\t\t\t\t\"ctr\": 0.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x1024\",\n\t\t\t\t\"ctr\": 0.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x864\",\n\t\t\t\t\"ctr\": 0.33\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1112\",\n\t\t\t\t\"ctr\": 0.33\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1366x768\",\n\t\t\t\t\"ctr\": 0.32\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 0.32\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"810x1080\",\n\t\t\t\t\"ctr\": 0.3\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1440\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x900\",\n\t\t\t\t\"ctr\": 0.27\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.12\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x438\",\n\t\t\t\t\"ctr\": 0.09\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 67.66,\n\t\t\t\"ivt\": 1.9,\n\t\t\t\"viewability\": 57.68,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 27.27,\n\t\t\t\"ivt\": 2.18,\n\t\t\t\"viewability\": 43.87,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 73.59,\n\t\t\t\t\"ivt\": 2.65,\n\t\t\t\t\"viewability\": 43.31\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.ca\",\n\t\t\t\t\"inventoryRatio\": 9.28,\n\t\t\t\t\"ivt\": 0.35,\n\t\t\t\t\"viewability\": 51.84\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 6.27,\n\t\t\t\t\"ivt\": 1.5,\n\t\t\t\t\"viewability\": 41.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 3.92,\n\t\t\t\t\"ivt\": 0.8,\n\t\t\t\t\"viewability\": 47.82\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.mx\",\n\t\t\t\t\"inventoryRatio\": 2.81,\n\t\t\t\t\"ivt\": 0.64,\n\t\t\t\t\"viewability\": 26.99\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 1.51,\n\t\t\t\t\"ivt\": 0.2,\n\t\t\t\t\"viewability\": 46.95\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.au\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 2.46,\n\t\t\t\t\"viewability\": 47.29\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.es\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 0.6,\n\t\t\t\t\"viewability\": 32.14\n\t\t\t}, {\n\t\t\t\t\"domain\": \"msn.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 0.61,\n\t\t\t\t\"viewability\": 45.73\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 2.86,\n\t\t\t\t\"viewability\": 53.62\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.myway.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 2.78,\n\t\t\t\t\"viewability\": 50.93\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.ask.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 52.24\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 2.68,\n\t\t\t\"ivt\": 0.94,\n\t\t\t\"viewability\": 39.19,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 47.89,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 36.03\n\t\t\t}, {\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 39.01,\n\t\t\t\t\"ivt\": 0.82,\n\t\t\t\t\"viewability\": 41.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"facebook.com\",\n\t\t\t\t\"inventoryRatio\": 5.81,\n\t\t\t\t\"ivt\": 1.57,\n\t\t\t\t\"viewability\": 37.96\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 4.58,\n\t\t\t\t\"ivt\": 1.66,\n\t\t\t\t\"viewability\": 51.16\n\t\t\t}, {\n\t\t\t\t\"domain\": \"linkedin.com\",\n\t\t\t\t\"inventoryRatio\": 0.99,\n\t\t\t\t\"ivt\": 3.08,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.71,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 36.17\n\t\t\t}, {\n\t\t\t\t\"domain\": \"youtube.com\",\n\t\t\t\t\"inventoryRatio\": 0.56,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 37.84\n\t\t\t}, {\n\t\t\t\t\"domain\": \"web.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 72.73\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"pinterest.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 14.29\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 1.54,\n\t\t\t\"ivt\": 1.69,\n\t\t\t\"viewability\": 42.79,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 10.61,\n\t\t\t\t\"ivt\": 0.25,\n\t\t\t\t\"viewability\": 35.75\n\t\t\t}, {\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 7.46,\n\t\t\t\t\"ivt\": 0.35,\n\t\t\t\t\"viewability\": 48.2\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 5.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 4.76\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 4.92,\n\t\t\t\t\"ivt\": 0.54,\n\t\t\t\t\"viewability\": 66.3\n\t\t\t}, {\n\t\t\t\t\"domain\": \"maktoob.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 4.31,\n\t\t\t\t\"ivt\": 1.84,\n\t\t\t\t\"viewability\": 71.78\n\t\t\t}, {\n\t\t\t\t\"domain\": \"flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 3.89,\n\t\t\t\t\"ivt\": 2.04,\n\t\t\t\t\"viewability\": 46.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"fark.com\",\n\t\t\t\t\"inventoryRatio\": 1.88,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.07\n\t\t\t}, {\n\t\t\t\t\"domain\": \"c.newsnow.co.uk\",\n\t\t\t\t\"inventoryRatio\": 1.8,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 41.18\n\t\t\t}, {\n\t\t\t\t\"domain\": \"realclearpolitics.com\",\n\t\t\t\t\"inventoryRatio\": 1.8,\n\t\t\t\t\"ivt\": 1.47,\n\t\t\t\t\"viewability\": 47.06\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecosia.org\",\n\t\t\t\t\"inventoryRatio\": 1.69,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 43.75\n\t\t\t}, {\n\t\t\t\t\"domain\": \"classroom.google.com\",\n\t\t\t\t\"inventoryRatio\": 1.61,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 29.51\n\t\t\t}, {\n\t\t\t\t\"domain\": \"recaptcha-demo.appspot.com\",\n\t\t\t\t\"inventoryRatio\": 1.61,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"old.reddit.com\",\n\t\t\t\t\"inventoryRatio\": 1.59,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 51.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ighome.com\",\n\t\t\t\t\"inventoryRatio\": 1.59,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"rss.ighome.com\",\n\t\t\t\t\"inventoryRatio\": 1.56,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 44.07\n\t\t\t}, {\n\t\t\t\t\"domain\": \"getpocket.com\",\n\t\t\t\t\"inventoryRatio\": 1.53,\n\t\t\t\t\"ivt\": 1.72,\n\t\t\t\t\"viewability\": 34.48\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 1.35,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.98\n\t\t\t}, {\n\t\t\t\t\"domain\": \"en.wikipedia.org\",\n\t\t\t\t\"inventoryRatio\": 1.35,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 35.29\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cn.bing.com\",\n\t\t\t\t\"inventoryRatio\": 1.27,\n\t\t\t\t\"ivt\": 6.25,\n\t\t\t\t\"viewability\": 45.83\n\t\t\t}, {\n\t\t\t\t\"domain\": \"finviz.com\",\n\t\t\t\t\"inventoryRatio\": 0.98,\n\t\t\t\t\"ivt\": 2.7,\n\t\t\t\t\"viewability\": 37.84\n\t\t\t}, {\n\t\t\t\t\"domain\": \"uhrs.playmsn.com\",\n\t\t\t\t\"inventoryRatio\": 0.93,\n\t\t\t\t\"ivt\": 2.86,\n\t\t\t\t\"viewability\": 22.86\n\t\t\t}, {\n\t\t\t\t\"domain\": \"url.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.77,\n\t\t\t\t\"ivt\": 6.9,\n\t\t\t\t\"viewability\": 41.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ctvnews.ca\",\n\t\t\t\t\"inventoryRatio\": 0.71,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 55.56\n\t\t\t}, {\n\t\t\t\t\"domain\": \"remolacha.net\",\n\t\t\t\t\"inventoryRatio\": 0.63,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"trends.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.58,\n\t\t\t\t\"ivt\": 4.55,\n\t\t\t\t\"viewability\": 40.91\n\t\t\t}, {\n\t\t\t\t\"domain\": \"theguardian.com\",\n\t\t\t\t\"inventoryRatio\": 0.56,\n\t\t\t\t\"ivt\": 4.76,\n\t\t\t\t\"viewability\": 52.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"results.searchlock.com\",\n\t\t\t\t\"inventoryRatio\": 0.56,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 61.9\n\t\t\t}, {\n\t\t\t\t\"domain\": \"202020.net\",\n\t\t\t\t\"inventoryRatio\": 0.53,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 65.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"baidu.com\",\n\t\t\t\t\"inventoryRatio\": 0.53,\n\t\t\t\t\"ivt\": 10.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"coccoc.com\",\n\t\t\t\t\"inventoryRatio\": 0.5,\n\t\t\t\t\"ivt\": 100.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"protopage.com\",\n\t\t\t\t\"inventoryRatio\": 0.5,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 26.32\n\t\t\t}, {\n\t\t\t\t\"domain\": \"refdesk.com\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 5.88,\n\t\t\t\t\"viewability\": 29.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.ycombinator.com\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 35.29\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apps.crowdtangle.com\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 5.88\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.becovi.com\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 23.53\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.42,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 18.75\n\t\t\t}, {\n\t\t\t\t\"domain\": \"zihuatanejo.net\",\n\t\t\t\t\"inventoryRatio\": 0.42,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 87.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ceoexpress.com\",\n\t\t\t\t\"inventoryRatio\": 0.42,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 75.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bleacherreport.com\",\n\t\t\t\t\"inventoryRatio\": 0.4,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mhqonline.com\",\n\t\t\t\t\"inventoryRatio\": 0.4,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.37,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 21.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"i.maxthon.com\",\n\t\t\t\t\"inventoryRatio\": 0.37,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 78.57\n\t\t\t}, {\n\t\t\t\t\"domain\": \"qwant.com\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 53.85\n\t\t\t}, {\n\t\t\t\t\"domain\": \"searchdesk.com\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 53.85\n\t\t\t}, {\n\t\t\t\t\"domain\": \"washingtonpost.com\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 33.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"feedly.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 36.36\n\t\t\t}, {\n\t\t\t\t\"domain\": \"hotsheet.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 72.73\n\t\t\t}, {\n\t\t\t\t\"domain\": \"arabic-media.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"saigonbao.com\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"kafe.co.il\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsandguts.com\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 22.22\n\t\t\t}, {\n\t\t\t\t\"domain\": \"klse.i3investor.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 87.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cnnphilippines.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 62.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"forexfactory.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 62.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"sogou.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 71.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"www-personal.umich.edu\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 57.14\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nationalnewswatch.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 42.86\n\t\t\t}, {\n\t\t\t\t\"domain\": \"web2discover.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 85.71\n\t\t\t}, {\n\t\t\t\t\"domain\": \"s.muz.li\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 57.14\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mybrowser-search.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 57.14\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ntp.msn.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"drudge.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"theconservativetreehouse.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"supremenewyork.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ebizmba.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 16.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"stocktwits.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 33.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"tpf.ca\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 83.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"freeformsnow.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"learn.senecacollege.ca\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cbc.ca\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"l.messenger.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"start.me\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 80.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"arabic.cnn.io\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 20.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"xavierserbia.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"www2.smartbrief.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 80.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lapresse.ca\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"yeezysupply.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"trends.google.com.mx\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"es.wikipedia.org\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"s3arch.page\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 20.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"trends.google.com.vn\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"chedot.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"my.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"quora.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"makeuseof.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mx.investing.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmail.bell.net\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"glb.shawcable.net\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 75.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"dsearch.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"pantip.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"weforum.org\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"l.workplace.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"memeorandum.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"image-analysis.net\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"elite.finviz.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 75.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"instapaper.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.hfreeliveradio.co\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bourque.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"namtranslations.iway.na\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 75.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"officeapps.live.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"crikey.com.au\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"theatlantic.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 0.82,\n\t\t\t\"ivt\": 2.65,\n\t\t\t\"viewability\": 37.56,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 2.65,\n\t\t\t\t\"viewability\": 37.56\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 7.69,\n\t\t\t\"viewability\": 41.03,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 70.51,\n\t\t\t\t\"ivt\": 7.27,\n\t\t\t\t\"viewability\": 43.64\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 17.95,\n\t\t\t\t\"ivt\": 7.14,\n\t\t\t\t\"viewability\": 28.57\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outlook.live.com\",\n\t\t\t\t\"inventoryRatio\": 7.69,\n\t\t\t\t\"ivt\": 16.67,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"aol.com\",\n\t\t\t\t\"inventoryRatio\": 3.85,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 33.33\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 50.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"partner.googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 50.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"AdWords\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"g.doubleclick.net\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 84.05,\n\t\t\t\"maskingRatio\": 0.58,\n\t\t\t\"ivt\": 3.62,\n\t\t\t\"viewability\": 54.6\n\t\t}, {\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 6.22,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.95,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 5.79,\n\t\t\t\"maskingRatio\": 0.32,\n\t\t\t\"ivt\": 1.31,\n\t\t\t\"viewability\": 35.58\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.6,\n\t\t\t\"maskingRatio\": 0.3,\n\t\t\t\"ivt\": 1.69,\n\t\t\t\"viewability\": 56.93\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.76,\n\t\t\t\"maskingRatio\": 1.19,\n\t\t\t\"ivt\": 2.82,\n\t\t\t\"viewability\": 39.86\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.57,\n\t\t\t\"maskingRatio\": 0.9,\n\t\t\t\"ivt\": 1.85,\n\t\t\t\"viewability\": 58.85\n\t\t}, {\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"maskingRatio\": 0.3,\n\t\t\t\"ivt\": 1.22,\n\t\t\t\"viewability\": 57.14\n\t\t}, {\n\t\t\t\"subDomain\": \"preview.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 38.89\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 6.25,\n\t\t\t\"viewability\": 11.11\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 61.57,\n\t\t\t\t\"maskingRatio\": 0.2,\n\t\t\t\t\"ivt\": 2.23,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 38.22,\n\t\t\t\t\"maskingRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.85,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.12,\n\t\t\t\t\"ivt\": 4.5,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 64.36\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 24.94\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 6.57\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.78\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 1.3\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.5\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Ubuntu\",\n\t\t\t\t\"inventoryRatio\": 0.16\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 34.41\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 31.14\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.85\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.34\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.91\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 1.57\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.66\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.54\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x\",\n\t\t\t\t\"inventoryRatio\": 0.11\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"NON-US\",\n\t\t\"device\": \"mobile\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 0.94,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 44.06,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 441570788,\n\t\t\t\"desktopTrafficRatio\": 61.57,\n\t\t\t\"mobileTrafficRatio\": 38.22,\n\t\t\t\"videoTrafficRatio\": 56.99,\n\t\t\t\"ctr\": 0.47,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 4066\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"medium\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 20.71\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 0.94,\n\t\t\t\"givt\": 0.17,\n\t\t\t\"sivt\": 0.76,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.09,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.08,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.44\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.21\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.07\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoClickFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.02\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 92.24\n\t\t\t}, {\n\t\t\t\t\"name\": \"ALTAN REDES, S.A.P.I. de C. V.\",\n\t\t\t\t\"trafficRatio\": 3.45\n\t\t\t}, {\n\t\t\t\t\"name\": \"N/A\",\n\t\t\t\t\"trafficRatio\": 1.72\n\t\t\t}, {\n\t\t\t\t\"name\": \"Digital Ocean\",\n\t\t\t\t\"trafficRatio\": 0.86\n\t\t\t}, {\n\t\t\t\t\"name\": \"SoftLayer Technologies\",\n\t\t\t\t\"trafficRatio\": 0.86\n\t\t\t}, {\n\t\t\t\t\"name\": \"HostDime.com\",\n\t\t\t\t\"trafficRatio\": 0.86\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 86.6,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 63.14\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 13.4,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": 44.71\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": 58.09\n\t\t\t}],\n\t\t\t\"byCountry\": [{\n\t\t\t\t\"countryName\": \"Canada\",\n\t\t\t\t\"inventoryRatio\": 48.91,\n\t\t\t\t\"ivt\": 0.69,\n\t\t\t\t\"viewability\": 62.11\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Mexico\",\n\t\t\t\t\"inventoryRatio\": 26.76,\n\t\t\t\t\"ivt\": 1.54,\n\t\t\t\t\"viewability\": 34.42\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Australia\",\n\t\t\t\t\"inventoryRatio\": 9.79,\n\t\t\t\t\"ivt\": 0.68,\n\t\t\t\t\"viewability\": 48.14\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Malaysia\",\n\t\t\t\t\"inventoryRatio\": 1.79,\n\t\t\t\t\"ivt\": 0.41,\n\t\t\t\t\"viewability\": 61.68\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Singapore\",\n\t\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\t\"ivt\": 0.97,\n\t\t\t\t\"viewability\": 58.62\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"New Zealand\",\n\t\t\t\t\"inventoryRatio\": 1.69,\n\t\t\t\t\"ivt\": 0.42,\n\t\t\t\t\"viewability\": 50.74\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Colombia\",\n\t\t\t\t\"inventoryRatio\": 0.85,\n\t\t\t\t\"ivt\": 1.34,\n\t\t\t\t\"viewability\": 39.1\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Philippines\",\n\t\t\t\t\"inventoryRatio\": 0.51,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 62.47\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Puerto Rico\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 1.54,\n\t\t\t\t\"viewability\": 42.45\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"India\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 0.91,\n\t\t\t\t\"viewability\": 60.83\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Hong Kong\",\n\t\t\t\t\"inventoryRatio\": 0.44,\n\t\t\t\t\"ivt\": 1.28,\n\t\t\t\t\"viewability\": 52.44\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Saudi Arabia\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 0.99,\n\t\t\t\t\"viewability\": 59.05\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Egypt\",\n\t\t\t\t\"inventoryRatio\": 0.4,\n\t\t\t\t\"ivt\": 0.42,\n\t\t\t\t\"viewability\": 61.91\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"United Arab Emirates\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 0.72,\n\t\t\t\t\"viewability\": 32.77\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Thailand\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 2.07,\n\t\t\t\t\"viewability\": 56.33\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Germany\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 3.1,\n\t\t\t\t\"viewability\": 55.94\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"South Africa\",\n\t\t\t\t\"inventoryRatio\": 0.31,\n\t\t\t\t\"ivt\": 0.47,\n\t\t\t\t\"viewability\": 60.11\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Province of China Taiwan\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.72,\n\t\t\t\t\"viewability\": 54.09\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Costa Rica\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 53.54\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Guatemala\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 3.29,\n\t\t\t\t\"viewability\": 45.18\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Brazil\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 1.06,\n\t\t\t\t\"viewability\": 54.1\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Argentina\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.6,\n\t\t\t\t\"viewability\": 40.87\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Viet Nam\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 2.1,\n\t\t\t\t\"viewability\": 54.32\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Indonesia\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 1.7,\n\t\t\t\t\"viewability\": 60.08\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Jordan\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.63,\n\t\t\t\t\"viewability\": 58.86\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Honduras\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 1.53,\n\t\t\t\t\"viewability\": 42.86\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Japan\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 1.22,\n\t\t\t\t\"viewability\": 52.45\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Netherlands\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 2.34,\n\t\t\t\t\"viewability\": 60.53\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Nigeria\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 60.26\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Kuwait\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.44,\n\t\t\t\t\"viewability\": 62.64\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Israel\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": 52.73\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Switzerland\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.65,\n\t\t\t\t\"viewability\": 55.44\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Jamaica\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 1.24,\n\t\t\t\t\"viewability\": 59.48\n\t\t\t}],\n\t\t\t\"byState\": null,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 66.47,\n\t\t\t\t\"ivt\": 1.46,\n\t\t\t\t\"viewability\": 44.38\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 19.62,\n\t\t\t\t\"ivt\": 1.33,\n\t\t\t\t\"viewability\": 43.8\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 10.58,\n\t\t\t\t\"ivt\": 0.65,\n\t\t\t\t\"viewability\": 58.77\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 1.63,\n\t\t\t\t\"ivt\": 1.11,\n\t\t\t\t\"viewability\": 67.59\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 0.76,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 45.01\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 0.7,\n\t\t\t\t\"ivt\": 1.11,\n\t\t\t\t\"viewability\": 35.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"336x280\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 1.6,\n\t\t\t\t\"viewability\": 63.59\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x340\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.2,\n\t\t\t\t\"viewability\": 70.59\n\t\t\t}],\n\t\t\t\"byDma\": null\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 62.15,\n\t\t\t\"ivt\": 1.32,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 51.98\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 23.86,\n\t\t\t\"ivt\": 1.18,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 59.88\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 8.61,\n\t\t\t\"ivt\": 1.29,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 66.0\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 3.47,\n\t\t\t\"ivt\": 0.99,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 49.37\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 1.82,\n\t\t\t\"ivt\": 2.89,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 60.27\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 10.15,\n\t\t\t\"estBidLow\": 0.21075,\n\t\t\t\"estBidHigh\": 1.5632,\n\t\t\t\"viewability\": 34.52\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 83.87,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Turner Broadcasting Europe\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 0.61,\n\t\t\t\"estBidLow\": 0.28867,\n\t\t\t\"estBidHigh\": 1.84316,\n\t\t\t\"viewability\": 49.39\n\t\t}, {\n\t\t\t\"exchange\": \"Multi Channel Network Pty Ltd.\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 11.11,\n\t\t\t\"estBidLow\": 7.60247,\n\t\t\t\"estBidHigh\": 7.9645,\n\t\t\t\"viewability\": 66.67\n\t\t}, {\n\t\t\t\"exchange\": \"Pangaea Alliance\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": 4.25819,\n\t\t\t\"estBidHigh\": 4.25819,\n\t\t\t\"viewability\": 66.67\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 44.06,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 66.47,\n\t\t\t\t\"viewability\": 44.38\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 19.62,\n\t\t\t\t\"viewability\": 43.8\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 10.58,\n\t\t\t\t\"viewability\": 58.77\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 1.63,\n\t\t\t\t\"viewability\": 67.59\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 0.76,\n\t\t\t\t\"viewability\": 45.01\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 0.7,\n\t\t\t\t\"viewability\": 35.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"336x280\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"viewability\": 63.59\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x340\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"viewability\": 70.59\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.47,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"375x667\",\n\t\t\t\t\"ctr\": 1.72\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"360x780\",\n\t\t\t\t\"ctr\": 1.72\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"601x962\",\n\t\t\t\t\"ctr\": 1.42\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"800x1280\",\n\t\t\t\t\"ctr\": 1.39\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 1.29\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"360x640\",\n\t\t\t\t\"ctr\": 0.77\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x220\",\n\t\t\t\t\"ctr\": 0.57\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x812\",\n\t\t\t\t\"ctr\": 0.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"640x480\",\n\t\t\t\t\"ctr\": 0.45\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"414x896\",\n\t\t\t\t\"ctr\": 0.32\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x191\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 41.29,\n\t\t\t\"ivt\": 1.31,\n\t\t\t\"viewability\": 51.6,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 21.82,\n\t\t\t\"ivt\": 0.78,\n\t\t\t\"viewability\": 40.2,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"android-app\",\n\t\t\t\t\"inventoryRatio\": 72.96,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 31.62\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 17.38,\n\t\t\t\t\"ivt\": 0.54,\n\t\t\t\t\"viewability\": 66.48\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cdn.ampproject.org\",\n\t\t\t\t\"inventoryRatio\": 2.67,\n\t\t\t\t\"ivt\": 1.05,\n\t\t\t\t\"viewability\": 48.91\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.68,\n\t\t\t\t\"ivt\": 0.27,\n\t\t\t\t\"viewability\": 67.58\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.63,\n\t\t\t\t\"ivt\": 0.9,\n\t\t\t\t\"viewability\": 74.25\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 0.57,\n\t\t\t\t\"ivt\": 9.18,\n\t\t\t\t\"viewability\": 37.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 0.38,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 63.68\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 1.28,\n\t\t\t\t\"viewability\": 62.58\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartnews.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 1.49,\n\t\t\t\t\"viewability\": 34.09\n\t\t\t}, {\n\t\t\t\t\"domain\": \"googleapis.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 41.79\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 4.69,\n\t\t\t\t\"viewability\": 68.75\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 20.71,\n\t\t\t\"ivt\": 0.97,\n\t\t\t\"viewability\": 31.54,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 93.78,\n\t\t\t\t\"ivt\": 0.98,\n\t\t\t\t\"viewability\": 31.2\n\t\t\t}, {\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 3.76,\n\t\t\t\t\"ivt\": 0.58,\n\t\t\t\t\"viewability\": 37.89\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.6,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 30.71\n\t\t\t}, {\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 23.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 72.66\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 15.02,\n\t\t\t\"ivt\": 1.32,\n\t\t\t\"viewability\": 44.83,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 75.71,\n\t\t\t\t\"ivt\": 1.37,\n\t\t\t\t\"viewability\": 45.02\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.ca\",\n\t\t\t\t\"inventoryRatio\": 12.59,\n\t\t\t\t\"ivt\": 0.93,\n\t\t\t\t\"viewability\": 50.96\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.mx\",\n\t\t\t\t\"inventoryRatio\": 7.22,\n\t\t\t\t\"ivt\": 1.51,\n\t\t\t\t\"viewability\": 31.95\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 0.76,\n\t\t\t\t\"ivt\": 0.71,\n\t\t\t\t\"viewability\": 49.82\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 0.74,\n\t\t\t\t\"ivt\": 2.19,\n\t\t\t\t\"viewability\": 46.35\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.62,\n\t\t\t\t\"ivt\": 0.88,\n\t\t\t\t\"viewability\": 55.11\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.org\",\n\t\t\t\t\"inventoryRatio\": 0.6,\n\t\t\t\t\"ivt\": 0.91,\n\t\t\t\t\"viewability\": 27.73\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.42,\n\t\t\t\t\"ivt\": 1.94,\n\t\t\t\t\"viewability\": 44.52\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.co\",\n\t\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 37.76\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 1.15,\n\t\t\t\"ivt\": 1.31,\n\t\t\t\"viewability\": 35.01,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 99.93,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 34.97\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 60.0,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.aol.com\",\n\t\t\t\t\"inventoryRatio\": 60.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 83.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 40.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"partner.googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 50.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"googlesyndication.com\",\n\t\t\t\t\"inventoryRatio\": 50.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 50.31,\n\t\t\t\"maskingRatio\": 0.84,\n\t\t\t\"ivt\": 1.28,\n\t\t\t\"viewability\": 58.58\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 42.84,\n\t\t\t\"maskingRatio\": 0.17,\n\t\t\t\"ivt\": 1.22,\n\t\t\t\"viewability\": 25.74\n\t\t}, {\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.7,\n\t\t\t\"maskingRatio\": 0.06,\n\t\t\t\"ivt\": 0.47,\n\t\t\t\"viewability\": 72.32\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.92,\n\t\t\t\"maskingRatio\": 0.24,\n\t\t\t\"ivt\": 0.77,\n\t\t\t\"viewability\": 58.62\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.51,\n\t\t\t\"maskingRatio\": 0.16,\n\t\t\t\"ivt\": 1.18,\n\t\t\t\"viewability\": 61.08\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.73,\n\t\t\t\"maskingRatio\": 1.55,\n\t\t\t\"ivt\": 2.24,\n\t\t\t\"viewability\": 36.85\n\t\t}, {\n\t\t\t\"subDomain\": \"fave-api.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 61.57,\n\t\t\t\t\"maskingRatio\": 0.2,\n\t\t\t\t\"ivt\": 2.23,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 38.22,\n\t\t\t\t\"maskingRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.85,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.12,\n\t\t\t\t\"ivt\": 4.5,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 64.36\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 24.94\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 6.57\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.78\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 1.3\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.5\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Ubuntu\",\n\t\t\t\t\"inventoryRatio\": 0.16\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 34.41\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 31.14\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.85\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.34\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.91\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 1.57\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.66\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.54\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x\",\n\t\t\t\t\"inventoryRatio\": 0.11\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"GLOBAL\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 1.62,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 55.75,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 7582894968,\n\t\t\t\"desktopTrafficRatio\": 56.37,\n\t\t\t\"mobileTrafficRatio\": 43.47,\n\t\t\t\"videoTrafficRatio\": 84.09,\n\t\t\t\"ctr\": 0.24,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 4656\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"low\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 7.34\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 1.62,\n\t\t\t\"givt\": 0.33,\n\t\t\t\"sivt\": 1.28,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.3,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.02,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.44\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.31\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.29\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DatacenterProxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.07\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.07\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.05\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"IPObfuscation\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.03\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 81.9\n\t\t\t}, {\n\t\t\t\t\"name\": \"IT World\",\n\t\t\t\t\"trafficRatio\": 5.23\n\t\t\t}, {\n\t\t\t\t\"name\": \"Psychz Networks\",\n\t\t\t\t\"trafficRatio\": 3.06\n\t\t\t}, {\n\t\t\t\t\"name\": \"ServerMania\",\n\t\t\t\t\"trafficRatio\": 1.26\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon.com\",\n\t\t\t\t\"trafficRatio\": 0.68\n\t\t\t}, {\n\t\t\t\t\"name\": \"My Tec Sa\",\n\t\t\t\t\"trafficRatio\": 0.65\n\t\t\t}, {\n\t\t\t\t\"name\": \"N/A\",\n\t\t\t\t\"trafficRatio\": 0.65\n\t\t\t}, {\n\t\t\t\t\"name\": \"HOST1PLUS hosting services. Brazil.\",\n\t\t\t\t\"trafficRatio\": 0.55\n\t\t\t}, {\n\t\t\t\t\"name\": \"Enzu\",\n\t\t\t\t\"trafficRatio\": 0.52\n\t\t\t}, {\n\t\t\t\t\"name\": \"Windstream Communications\",\n\t\t\t\t\"trafficRatio\": 0.48\n\t\t\t}, {\n\t\t\t\t\"name\": \"QuickPacket, LLC\",\n\t\t\t\t\"trafficRatio\": 0.45\n\t\t\t}, {\n\t\t\t\t\"name\": \"Zscaler\",\n\t\t\t\t\"trafficRatio\": 0.45\n\t\t\t}, {\n\t\t\t\t\"name\": \"Google Cloud\",\n\t\t\t\t\"trafficRatio\": 0.42\n\t\t\t}, {\n\t\t\t\t\"name\": \"Level 3 Communications\",\n\t\t\t\t\"trafficRatio\": 0.42\n\t\t\t}, {\n\t\t\t\t\"name\": \"Starry\",\n\t\t\t\t\"trafficRatio\": 0.29\n\t\t\t}, {\n\t\t\t\t\"name\": \"VeloCloud Networks\",\n\t\t\t\t\"trafficRatio\": 0.26\n\t\t\t}, {\n\t\t\t\t\"name\": \"GigeNET\",\n\t\t\t\t\"trafficRatio\": 0.23\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hype Enterprises\",\n\t\t\t\t\"trafficRatio\": 0.23\n\t\t\t}, {\n\t\t\t\t\"name\": \"Fuse Internet Access\",\n\t\t\t\t\"trafficRatio\": 0.19\n\t\t\t}, {\n\t\t\t\t\"name\": \"ColoCrossing\",\n\t\t\t\t\"trafficRatio\": 0.16\n\t\t\t}, {\n\t\t\t\t\"name\": \"ALTAN REDES, S.A.P.I. de C. V.\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"ExpressVPN\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Total Server Solutions L.L.C.\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"MOJOHOST\",\n\t\t\t\t\"trafficRatio\": 0.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"Microsoft Azure\",\n\t\t\t\t\"trafficRatio\": 0.1\n\t\t\t}, {\n\t\t\t\t\"name\": \"SoftLayer Technologies\",\n\t\t\t\t\"trafficRatio\": 0.1\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon Office\",\n\t\t\t\t\"trafficRatio\": 0.1\n\t\t\t}, {\n\t\t\t\t\"name\": \"Global Digital DC\",\n\t\t\t\t\"trafficRatio\": 0.1\n\t\t\t}, {\n\t\t\t\t\"name\": \"Comcast Cable\",\n\t\t\t\t\"trafficRatio\": 0.1\n\t\t\t}, {\n\t\t\t\t\"name\": \"Sharktech\",\n\t\t\t\t\"trafficRatio\": 0.06\n\t\t\t}, {\n\t\t\t\t\"name\": \"Performive\",\n\t\t\t\t\"trafficRatio\": 0.06\n\t\t\t}, {\n\t\t\t\t\"name\": \"Digital Ocean\",\n\t\t\t\t\"trafficRatio\": 0.06\n\t\t\t}, {\n\t\t\t\t\"name\": \"Choopa, LLC\",\n\t\t\t\t\"trafficRatio\": 0.06\n\t\t\t}, {\n\t\t\t\t\"name\": \"Igigle Host\",\n\t\t\t\t\"trafficRatio\": 0.06\n\t\t\t}, {\n\t\t\t\t\"name\": \"123.Net\",\n\t\t\t\t\"trafficRatio\": 0.06\n\t\t\t}, {\n\t\t\t\t\"name\": \"Desert iNET\",\n\t\t\t\t\"trafficRatio\": 0.06\n\t\t\t}, {\n\t\t\t\t\"name\": \"Leaseweb USA\",\n\t\t\t\t\"trafficRatio\": 0.06\n\t\t\t}, {\n\t\t\t\t\"name\": \"Scaleway\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"Krypt Technologies\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"Southern Fibernet Corporation\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"HostDime.com\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"AIS Fibre\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hurricane Electric\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"Green Cloud Technologies,LLC\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"Alibaba\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"Network Innovations\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"Centracom\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"Anexia\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}, {\n\t\t\t\t\"name\": \"DigitalOcean, LLC\",\n\t\t\t\t\"trafficRatio\": 0.03\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 1.73,\n\t\t\t\t\"viewability\": 48.01\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": 59.98\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 1.62,\n\t\t\t\t\"viewability\": 56.85\n\t\t\t}],\n\t\t\t\"byCountry\": [{\n\t\t\t\t\"countryName\": \"United States\",\n\t\t\t\t\"inventoryRatio\": 85.8,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": 59.98\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Canada\",\n\t\t\t\t\"inventoryRatio\": 8.35,\n\t\t\t\t\"ivt\": 1.17,\n\t\t\t\t\"viewability\": 58.49\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Australia\",\n\t\t\t\t\"inventoryRatio\": 2.29,\n\t\t\t\t\"ivt\": 3.03,\n\t\t\t\t\"viewability\": 47.88\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Mexico\",\n\t\t\t\t\"inventoryRatio\": 1.76,\n\t\t\t\t\"ivt\": 1.54,\n\t\t\t\t\"viewability\": 36.46\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"New Zealand\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"ivt\": 1.21,\n\t\t\t\t\"viewability\": 50.56\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Singapore\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 3.11,\n\t\t\t\t\"viewability\": 55.04\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Malaysia\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 1.13,\n\t\t\t\t\"viewability\": 58.41\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Province of China Taiwan\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 5.83,\n\t\t\t\t\"viewability\": 50.38\n\t\t\t}],\n\t\t\t\"byState\": [{\n\t\t\t\t\"stateName\": \"United States, California\",\n\t\t\t\t\"inventoryRatio\": 11.43,\n\t\t\t\t\"ivt\": 1.75,\n\t\t\t\t\"viewability\": 59.82\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Florida\",\n\t\t\t\t\"inventoryRatio\": 5.77,\n\t\t\t\t\"ivt\": 0.93,\n\t\t\t\t\"viewability\": 59.86\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New York\",\n\t\t\t\t\"inventoryRatio\": 5.54,\n\t\t\t\t\"ivt\": 2.59,\n\t\t\t\t\"viewability\": 60.51\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Texas\",\n\t\t\t\t\"inventoryRatio\": 5.07,\n\t\t\t\t\"ivt\": 1.69,\n\t\t\t\t\"viewability\": 58.73\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Michigan\",\n\t\t\t\t\"inventoryRatio\": 4.27,\n\t\t\t\t\"ivt\": 0.96,\n\t\t\t\t\"viewability\": 61.38\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Pennsylvania\",\n\t\t\t\t\"inventoryRatio\": 4.14,\n\t\t\t\t\"ivt\": 1.14,\n\t\t\t\t\"viewability\": 61.42\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Washington\",\n\t\t\t\t\"inventoryRatio\": 4.07,\n\t\t\t\t\"ivt\": 1.01,\n\t\t\t\t\"viewability\": 62.22\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Colorado\",\n\t\t\t\t\"inventoryRatio\": 3.4,\n\t\t\t\t\"ivt\": 1.1,\n\t\t\t\t\"viewability\": 60.98\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Illinois\",\n\t\t\t\t\"inventoryRatio\": 3.05,\n\t\t\t\t\"ivt\": 2.34,\n\t\t\t\t\"viewability\": 59.82\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Georgia\",\n\t\t\t\t\"inventoryRatio\": 2.85,\n\t\t\t\t\"ivt\": 1.72,\n\t\t\t\t\"viewability\": 59.31\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Massachusetts\",\n\t\t\t\t\"inventoryRatio\": 2.76,\n\t\t\t\t\"ivt\": 1.4,\n\t\t\t\t\"viewability\": 47.1\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Jersey\",\n\t\t\t\t\"inventoryRatio\": 2.69,\n\t\t\t\t\"ivt\": 1.77,\n\t\t\t\t\"viewability\": 61.72\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Virginia\",\n\t\t\t\t\"inventoryRatio\": 2.42,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 61.74\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Ohio\",\n\t\t\t\t\"inventoryRatio\": 2.19,\n\t\t\t\t\"ivt\": 1.5,\n\t\t\t\t\"viewability\": 61.2\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Minnesota\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 1.77,\n\t\t\t\t\"viewability\": 59.06\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Carolina\",\n\t\t\t\t\"inventoryRatio\": 1.98,\n\t\t\t\t\"ivt\": 1.65,\n\t\t\t\t\"viewability\": 62.11\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Wisconsin\",\n\t\t\t\t\"inventoryRatio\": 1.8,\n\t\t\t\t\"ivt\": 1.19,\n\t\t\t\t\"viewability\": 60.81\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arizona\",\n\t\t\t\t\"inventoryRatio\": 1.73,\n\t\t\t\t\"ivt\": 1.26,\n\t\t\t\t\"viewability\": 60.8\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oregon\",\n\t\t\t\t\"inventoryRatio\": 1.55,\n\t\t\t\t\"ivt\": 2.9,\n\t\t\t\t\"viewability\": 61.57\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Mississippi\",\n\t\t\t\t\"inventoryRatio\": 1.24,\n\t\t\t\t\"ivt\": 0.6,\n\t\t\t\t\"viewability\": 61.79\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Connecticut\",\n\t\t\t\t\"inventoryRatio\": 1.16,\n\t\t\t\t\"ivt\": 1.56,\n\t\t\t\t\"viewability\": 62.15\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kentucky\",\n\t\t\t\t\"inventoryRatio\": 1.13,\n\t\t\t\t\"ivt\": 1.41,\n\t\t\t\t\"viewability\": 59.47\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Tennessee\",\n\t\t\t\t\"inventoryRatio\": 1.1,\n\t\t\t\t\"ivt\": 0.85,\n\t\t\t\t\"viewability\": 61.91\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Indiana\",\n\t\t\t\t\"inventoryRatio\": 0.96,\n\t\t\t\t\"ivt\": 1.46,\n\t\t\t\t\"viewability\": 61.3\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Missouri\",\n\t\t\t\t\"inventoryRatio\": 0.84,\n\t\t\t\t\"ivt\": 1.36,\n\t\t\t\t\"viewability\": 60.71\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Utah\",\n\t\t\t\t\"inventoryRatio\": 0.8,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 60.98\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Iowa\",\n\t\t\t\t\"inventoryRatio\": 0.67,\n\t\t\t\t\"ivt\": 4.53,\n\t\t\t\t\"viewability\": 61.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nevada\",\n\t\t\t\t\"inventoryRatio\": 0.64,\n\t\t\t\t\"ivt\": 0.96,\n\t\t\t\t\"viewability\": 62.12\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Carolina\",\n\t\t\t\t\"inventoryRatio\": 0.6,\n\t\t\t\t\"ivt\": 1.8,\n\t\t\t\t\"viewability\": 63.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, District Of Columbia\",\n\t\t\t\t\"inventoryRatio\": 0.55,\n\t\t\t\t\"ivt\": 2.49,\n\t\t\t\t\"viewability\": 61.23\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kansas\",\n\t\t\t\t\"inventoryRatio\": 0.49,\n\t\t\t\t\"ivt\": 1.06,\n\t\t\t\t\"viewability\": 60.65\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Hampshire\",\n\t\t\t\t\"inventoryRatio\": 0.44,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 62.01\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alabama\",\n\t\t\t\t\"inventoryRatio\": 0.39,\n\t\t\t\t\"ivt\": 1.09,\n\t\t\t\t\"viewability\": 62.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oklahoma\",\n\t\t\t\t\"inventoryRatio\": 0.39,\n\t\t\t\t\"ivt\": 0.98,\n\t\t\t\t\"viewability\": 60.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Mexico\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 61.17\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Maine\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 0.57,\n\t\t\t\t\"viewability\": 61.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Louisiana\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 1.1,\n\t\t\t\t\"viewability\": 61.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, West Virginia\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 0.57,\n\t\t\t\t\"viewability\": 55.08\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Idaho\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 2.37,\n\t\t\t\t\"viewability\": 62.29\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nebraska\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 1.54,\n\t\t\t\t\"viewability\": 61.44\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Delaware\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": 62.29\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alaska\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 1.6,\n\t\t\t\t\"viewability\": 63.34\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arkansas\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 1.33,\n\t\t\t\t\"viewability\": 59.44\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Vermont\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.68,\n\t\t\t\t\"viewability\": 62.45\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Rhode Island\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 1.26,\n\t\t\t\t\"viewability\": 62.8\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Hawaii\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 61.1\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.71,\n\t\t\t\t\"viewability\": 59.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.96,\n\t\t\t\t\"viewability\": 61.17\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 41.08,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 2.07\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 24.7,\n\t\t\t\t\"ivt\": 1.62,\n\t\t\t\t\"viewability\": 58.8\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 20.63,\n\t\t\t\t\"ivt\": 1.24,\n\t\t\t\t\"viewability\": 54.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 6.89,\n\t\t\t\t\"ivt\": 2.39,\n\t\t\t\t\"viewability\": 57.01\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 3.71,\n\t\t\t\t\"ivt\": 2.84,\n\t\t\t\t\"viewability\": 54.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 1.95,\n\t\t\t\t\"ivt\": 2.3,\n\t\t\t\t\"viewability\": 38.62\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"inventoryRatio\": 0.61,\n\t\t\t\t\"ivt\": 0.51,\n\t\t\t\t\"viewability\": 71.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 1.7,\n\t\t\t\t\"viewability\": 45.83\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 7.59,\n\t\t\t\t\"ivt\": 2.58,\n\t\t\t\t\"viewability\": 60.58\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"inventoryRatio\": 4.88,\n\t\t\t\t\"ivt\": 1.7,\n\t\t\t\t\"viewability\": 60.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 4.87,\n\t\t\t\t\"ivt\": 2.14,\n\t\t\t\t\"viewability\": 59.51\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 4.17,\n\t\t\t\t\"ivt\": 0.96,\n\t\t\t\t\"viewability\": 62.36\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 3.79,\n\t\t\t\t\"ivt\": 2.19,\n\t\t\t\t\"viewability\": 61.01\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.76,\n\t\t\t\t\"ivt\": 1.13,\n\t\t\t\t\"viewability\": 61.54\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 3.46,\n\t\t\t\t\"ivt\": 1.09,\n\t\t\t\t\"viewability\": 61.04\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 3.26,\n\t\t\t\t\"ivt\": 1.17,\n\t\t\t\t\"viewability\": 49.7\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 3.09,\n\t\t\t\t\"ivt\": 1.03,\n\t\t\t\t\"viewability\": 61.27\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.02,\n\t\t\t\t\"ivt\": 2.34,\n\t\t\t\t\"viewability\": 59.67\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.76,\n\t\t\t\t\"ivt\": 1.79,\n\t\t\t\t\"viewability\": 58.98\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 2.1,\n\t\t\t\t\"ivt\": 1.86,\n\t\t\t\t\"viewability\": 58.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 1.92,\n\t\t\t\t\"ivt\": 1.37,\n\t\t\t\t\"viewability\": 60.28\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 1.81,\n\t\t\t\t\"ivt\": 2.71,\n\t\t\t\t\"viewability\": 57.03\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\t\"ivt\": 1.32,\n\t\t\t\t\"viewability\": 61.03\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.67,\n\t\t\t\t\"ivt\": 1.47,\n\t\t\t\t\"viewability\": 56.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PORTLAND, OR\",\n\t\t\t\t\"inventoryRatio\": 1.61,\n\t\t\t\t\"ivt\": 1.79,\n\t\t\t\t\"viewability\": 61.51\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 1.58,\n\t\t\t\t\"ivt\": 0.64,\n\t\t\t\t\"viewability\": 61.1\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 1.54,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 61.21\n\t\t\t}]\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 59.06,\n\t\t\t\"ivt\": 1.62,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 54.84\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 18.16,\n\t\t\t\"ivt\": 1.77,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 56.24\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 16.14,\n\t\t\t\"ivt\": 2.24,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 58.81\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 4.4,\n\t\t\t\"ivt\": 3.61,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 66.94\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 2.06,\n\t\t\t\"ivt\": 1.15,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 43.83\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.08,\n\t\t\t\"ivt\": 1.72,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 7.27\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.08,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 80.13,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 96.16,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 25.06,\n\t\t\t\"estBidLow\": 0.20562,\n\t\t\t\"estBidHigh\": 1.5632,\n\t\t\t\"viewability\": 52.73\n\t\t}, {\n\t\t\t\"exchange\": \"33Across\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 94.12,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 10.0\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 0.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Turner Broadcasting Europe\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 1.14,\n\t\t\t\"estBidLow\": 0.28867,\n\t\t\t\"estBidHigh\": 1.83875,\n\t\t\t\"viewability\": 51.14\n\t\t}, {\n\t\t\t\"exchange\": \"Pangaea Alliance\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": 4.25819,\n\t\t\t\"estBidHigh\": 4.25819,\n\t\t\t\"viewability\": 55.56\n\t\t}, {\n\t\t\t\"exchange\": \"Multi Channel Network Pty Ltd.\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 11.11,\n\t\t\t\"estBidLow\": 7.60247,\n\t\t\t\"estBidHigh\": 7.9645,\n\t\t\t\"viewability\": 66.67\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 55.75,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 41.08,\n\t\t\t\t\"viewability\": 2.07\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 24.7,\n\t\t\t\t\"viewability\": 58.8\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 20.63,\n\t\t\t\t\"viewability\": 54.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 6.89,\n\t\t\t\t\"viewability\": 57.01\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 3.71,\n\t\t\t\t\"viewability\": 54.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 1.95,\n\t\t\t\t\"viewability\": 38.62\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"inventoryRatio\": 0.61,\n\t\t\t\t\"viewability\": 71.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"viewability\": 45.83\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.24,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"392x273\",\n\t\t\t\t\"ctr\": 1.96\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1152x720\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x243\",\n\t\t\t\t\"ctr\": 1.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1098x618\",\n\t\t\t\t\"ctr\": 1.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"ctr\": 1.47\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x222\",\n\t\t\t\t\"ctr\": 1.33\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x305\",\n\t\t\t\t\"ctr\": 1.3\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"790x444\",\n\t\t\t\t\"ctr\": 1.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"537x298\",\n\t\t\t\t\"ctr\": 1.14\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"814x457\",\n\t\t\t\t\"ctr\": 1.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"727x454\",\n\t\t\t\t\"ctr\": 1.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1504x1003\",\n\t\t\t\t\"ctr\": 0.97\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1500x1000\",\n\t\t\t\t\"ctr\": 0.96\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"800x1280\",\n\t\t\t\t\"ctr\": 0.88\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x475\",\n\t\t\t\t\"ctr\": 0.68\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x377\",\n\t\t\t\t\"ctr\": 0.64\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1344x840\",\n\t\t\t\t\"ctr\": 0.53\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x428\",\n\t\t\t\t\"ctr\": 0.53\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x324\",\n\t\t\t\t\"ctr\": 0.51\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"640x480\",\n\t\t\t\t\"ctr\": 0.48\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1707x960\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1194\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"601x962\",\n\t\t\t\t\"ctr\": 0.45\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1093x615\",\n\t\t\t\t\"ctr\": 0.44\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1360x768\",\n\t\t\t\t\"ctr\": 0.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x635\",\n\t\t\t\t\"ctr\": 0.4\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x768\",\n\t\t\t\t\"ctr\": 0.39\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"581x327\",\n\t\t\t\t\"ctr\": 0.39\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x346\",\n\t\t\t\t\"ctr\": 0.38\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1368x912\",\n\t\t\t\t\"ctr\": 0.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1792x1120\",\n\t\t\t\t\"ctr\": 0.32\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1080\",\n\t\t\t\t\"ctr\": 0.31\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x295\",\n\t\t\t\t\"ctr\": 0.3\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x960\",\n\t\t\t\t\"ctr\": 0.3\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3440x1440\",\n\t\t\t\t\"ctr\": 0.27\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"414x896\",\n\t\t\t\t\"ctr\": 0.27\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"748x420\",\n\t\t\t\t\"ctr\": 0.26\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x295\",\n\t\t\t\t\"ctr\": 0.26\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1112\",\n\t\t\t\t\"ctr\": 0.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x1366\",\n\t\t\t\t\"ctr\": 0.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"810x1080\",\n\t\t\t\t\"ctr\": 0.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x273\",\n\t\t\t\t\"ctr\": 0.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x192\",\n\t\t\t\t\"ctr\": 0.24\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1366x768\",\n\t\t\t\t\"ctr\": 0.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x376\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x296\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x667\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x479\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x900\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x864\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1680x1050\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2048x1152\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x336\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x438\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x900\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x376\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1440\",\n\t\t\t\t\"ctr\": 0.17\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x1024\",\n\t\t\t\t\"ctr\": 0.17\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1200\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x266\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x199\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.13\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x488\",\n\t\t\t\t\"ctr\": 0.13\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"ctr\": 0.13\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"770x481\",\n\t\t\t\t\"ctr\": 0.13\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"684x428\",\n\t\t\t\t\"ctr\": 0.12\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x168\",\n\t\t\t\t\"ctr\": 0.11\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x487\",\n\t\t\t\t\"ctr\": 0.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x220\",\n\t\t\t\t\"ctr\": 0.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x221\",\n\t\t\t\t\"ctr\": 0.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x169\",\n\t\t\t\t\"ctr\": 0.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x427\",\n\t\t\t\t\"ctr\": 0.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x191\",\n\t\t\t\t\"ctr\": 0.05\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x812\",\n\t\t\t\t\"ctr\": 0.05\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 59.9,\n\t\t\t\"ivt\": 2.46,\n\t\t\t\"viewability\": 54.84,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 21.56,\n\t\t\t\"ivt\": 1.82,\n\t\t\t\"viewability\": 45.52,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 73.56,\n\t\t\t\t\"ivt\": 2.01,\n\t\t\t\t\"viewability\": 46.04\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 17.22,\n\t\t\t\t\"ivt\": 1.51,\n\t\t\t\t\"viewability\": 41.89\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 2.71,\n\t\t\t\t\"ivt\": 1.14,\n\t\t\t\t\"viewability\": 50.22\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.ca\",\n\t\t\t\t\"inventoryRatio\": 2.61,\n\t\t\t\t\"ivt\": 0.65,\n\t\t\t\t\"viewability\": 51.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 1.31,\n\t\t\t\t\"ivt\": 0.71,\n\t\t\t\t\"viewability\": 52.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.mx\",\n\t\t\t\t\"inventoryRatio\": 1.12,\n\t\t\t\t\"ivt\": 1.13,\n\t\t\t\t\"viewability\": 30.15\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.44,\n\t\t\t\t\"ivt\": 1.03,\n\t\t\t\t\"viewability\": 54.98\n\t\t\t}, {\n\t\t\t\t\"domain\": \"msn.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 46.23\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 10.74,\n\t\t\t\"ivt\": 0.74,\n\t\t\t\"viewability\": 43.31,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"android-app\",\n\t\t\t\t\"inventoryRatio\": 45.0,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 27.4\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 24.02,\n\t\t\t\t\"ivt\": 0.52,\n\t\t\t\t\"viewability\": 59.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cdn.ampproject.org\",\n\t\t\t\t\"inventoryRatio\": 5.41,\n\t\t\t\t\"ivt\": 0.9,\n\t\t\t\t\"viewability\": 51.8\n\t\t\t}, {\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 3.2,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 52.07\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 3.13,\n\t\t\t\t\"ivt\": 0.67,\n\t\t\t\t\"viewability\": 64.84\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartnews.com\",\n\t\t\t\t\"inventoryRatio\": 2.29,\n\t\t\t\t\"ivt\": 0.38,\n\t\t\t\t\"viewability\": 42.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 1.4,\n\t\t\t\t\"ivt\": 1.06,\n\t\t\t\t\"viewability\": 54.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"realclearpolitics.com\",\n\t\t\t\t\"inventoryRatio\": 0.63,\n\t\t\t\t\"ivt\": 0.46,\n\t\t\t\t\"viewability\": 44.63\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 0.58,\n\t\t\t\t\"ivt\": 2.96,\n\t\t\t\t\"viewability\": 40.44\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.47,\n\t\t\t\t\"ivt\": 0.61,\n\t\t\t\t\"viewability\": 72.62\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 0.42,\n\t\t\t\t\"viewability\": 64.99\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.break.ma\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 64.29\n\t\t\t}, {\n\t\t\t\t\"domain\": \"flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 1.96,\n\t\t\t\t\"viewability\": 42.52\n\t\t\t}, {\n\t\t\t\t\"domain\": \"fark.com\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.4,\n\t\t\t\t\"viewability\": 43.36\n\t\t\t}, {\n\t\t\t\t\"domain\": \"recaptcha-demo.appspot.com\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsandguts.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 1.36,\n\t\t\t\t\"viewability\": 66.12\n\t\t\t}, {\n\t\t\t\t\"domain\": \"old.reddit.com\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"ivt\": 0.72,\n\t\t\t\t\"viewability\": 44.69\n\t\t\t}, {\n\t\t\t\t\"domain\": \"getpocket.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.34,\n\t\t\t\t\"viewability\": 23.81\n\t\t\t}, {\n\t\t\t\t\"domain\": \"url.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 4.23,\n\t\t\t\t\"viewability\": 58.18\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecosia.org\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.39,\n\t\t\t\t\"viewability\": 49.8\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ighome.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 1.69,\n\t\t\t\t\"viewability\": 50.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.fark.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 58.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"remolacha.net\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.47,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 7.34,\n\t\t\t\"ivt\": 0.79,\n\t\t\t\"viewability\": 43.87,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 77.9,\n\t\t\t\t\"ivt\": 0.82,\n\t\t\t\t\"viewability\": 44.02\n\t\t\t}, {\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 9.56,\n\t\t\t\t\"ivt\": 0.79,\n\t\t\t\t\"viewability\": 42.32\n\t\t\t}, {\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 7.82,\n\t\t\t\t\"ivt\": 0.48,\n\t\t\t\t\"viewability\": 43.99\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 1.75,\n\t\t\t\t\"ivt\": 0.88,\n\t\t\t\t\"viewability\": 49.59\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.65,\n\t\t\t\t\"ivt\": 0.77,\n\t\t\t\t\"viewability\": 40.02\n\t\t\t}, {\n\t\t\t\t\"domain\": \"facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.95,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 42.14\n\t\t\t}, {\n\t\t\t\t\"domain\": \"linkedin.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 1.58,\n\t\t\t\t\"viewability\": 47.59\n\t\t\t}, {\n\t\t\t\t\"domain\": \"youtube.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 41.26\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 0.43,\n\t\t\t\"ivt\": 1.3,\n\t\t\t\"viewability\": 35.69,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 99.95,\n\t\t\t\t\"ivt\": 1.3,\n\t\t\t\t\"viewability\": 35.67\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 2.7,\n\t\t\t\"viewability\": 51.6,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 73.2,\n\t\t\t\t\"ivt\": 2.15,\n\t\t\t\t\"viewability\": 53.11\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 13.74,\n\t\t\t\t\"ivt\": 3.28,\n\t\t\t\t\"viewability\": 47.54\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.aol.com\",\n\t\t\t\t\"inventoryRatio\": 4.5,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 52.63\n\t\t\t}, {\n\t\t\t\t\"domain\": \"aol.com\",\n\t\t\t\t\"inventoryRatio\": 3.15,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 42.86\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outlook.live.com\",\n\t\t\t\t\"inventoryRatio\": 2.25,\n\t\t\t\t\"ivt\": 10.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmaila.juno.com\",\n\t\t\t\t\"inventoryRatio\": 1.58,\n\t\t\t\t\"ivt\": 28.57,\n\t\t\t\t\"viewability\": 42.86\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmail.earthlink.net\",\n\t\t\t\t\"inventoryRatio\": 0.9,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmailb.juno.com\",\n\t\t\t\t\"inventoryRatio\": 0.68,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 10.0,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"googlesyndication.com\",\n\t\t\t\t\"inventoryRatio\": 50.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"partner.googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 20.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"chartbeat.com\",\n\t\t\t\t\"inventoryRatio\": 20.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 10.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"AdWords\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"g.doubleclick.net\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 34.22,\n\t\t\t\"maskingRatio\": 0.69,\n\t\t\t\"ivt\": 2.62,\n\t\t\t\"viewability\": 57.3\n\t\t}, {\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 28.07,\n\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\"ivt\": 0.49,\n\t\t\t\"viewability\": 71.71\n\t\t}, {\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 20.97,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.66,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 11.84,\n\t\t\t\"maskingRatio\": 0.17,\n\t\t\t\"ivt\": 1.26,\n\t\t\t\"viewability\": 26.98\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.12,\n\t\t\t\"maskingRatio\": 0.11,\n\t\t\t\"ivt\": 1.65,\n\t\t\t\"viewability\": 58.05\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.65,\n\t\t\t\"maskingRatio\": 0.25,\n\t\t\t\"ivt\": 1.71,\n\t\t\t\"viewability\": 54.57\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.1,\n\t\t\t\"maskingRatio\": 0.86,\n\t\t\t\"ivt\": 2.47,\n\t\t\t\"viewability\": 39.35\n\t\t}, {\n\t\t\t\"subDomain\": \"preview.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"maskingRatio\": 0.08,\n\t\t\t\"ivt\": 0.66,\n\t\t\t\"viewability\": 20.97\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 2.99,\n\t\t\t\"viewability\": 27.52\n\t\t}, {\n\t\t\t\"subDomain\": \"elections.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 2.28,\n\t\t\t\"viewability\": 27.38\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.81,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"fave-api.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"cnne-test.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"subDomain\": \"localhost.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 31.25\n\t\t}, {\n\t\t\t\"subDomain\": \"stellar.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 9.52,\n\t\t\t\"viewability\": 57.14\n\t\t}, {\n\t\t\t\"subDomain\": \"games.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 100.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"us-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 56.37,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 43.47,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.64,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\t\"maskingRatio\": 0.01,\n\t\t\t\t\"ivt\": 99.11,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.08,\n\t\t\t\t\"ivt\": 1.62,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 66.58\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 23.32\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 5.51\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 2.44\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.41\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.4\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.15\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 39.04\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 28.93\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.27\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.09\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.2\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 0.93\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.85\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.29\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.14\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"desktop\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 2.27,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 53.58,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 4274819950,\n\t\t\t\"desktopTrafficRatio\": 56.37,\n\t\t\t\"mobileTrafficRatio\": 43.47,\n\t\t\t\"videoTrafficRatio\": 88.12,\n\t\t\t\"ctr\": 0.21,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 10253\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"low\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 2.42\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 2.27,\n\t\t\t\"givt\": 0.46,\n\t\t\t\"sivt\": 1.81,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.44,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.02,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.78\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.37\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.33\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DatacenterProxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.13\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.09\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"IPObfuscation\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.06\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.04\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 79.81\n\t\t\t}, {\n\t\t\t\t\"name\": \"IT World\",\n\t\t\t\t\"trafficRatio\": 6.49\n\t\t\t}, {\n\t\t\t\t\"name\": \"Psychz Networks\",\n\t\t\t\t\"trafficRatio\": 3.81\n\t\t\t}, {\n\t\t\t\t\"name\": \"ServerMania\",\n\t\t\t\t\"trafficRatio\": 1.56\n\t\t\t}, {\n\t\t\t\t\"name\": \"My Tec Sa\",\n\t\t\t\t\"trafficRatio\": 0.8\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon.com\",\n\t\t\t\t\"trafficRatio\": 0.76\n\t\t\t}, {\n\t\t\t\t\"name\": \"N/A\",\n\t\t\t\t\"trafficRatio\": 0.72\n\t\t\t}, {\n\t\t\t\t\"name\": \"Enzu\",\n\t\t\t\t\"trafficRatio\": 0.64\n\t\t\t}, {\n\t\t\t\t\"name\": \"HOST1PLUS hosting services. Brazil.\",\n\t\t\t\t\"trafficRatio\": 0.64\n\t\t\t}, {\n\t\t\t\t\"name\": \"Windstream Communications\",\n\t\t\t\t\"trafficRatio\": 0.6\n\t\t\t}, {\n\t\t\t\t\"name\": \"QuickPacket, LLC\",\n\t\t\t\t\"trafficRatio\": 0.56\n\t\t\t}, {\n\t\t\t\t\"name\": \"Google Cloud\",\n\t\t\t\t\"trafficRatio\": 0.52\n\t\t\t}, {\n\t\t\t\t\"name\": \"Zscaler\",\n\t\t\t\t\"trafficRatio\": 0.44\n\t\t\t}, {\n\t\t\t\t\"name\": \"Level 3 Communications\",\n\t\t\t\t\"trafficRatio\": 0.4\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hype Enterprises\",\n\t\t\t\t\"trafficRatio\": 0.28\n\t\t\t}, {\n\t\t\t\t\"name\": \"VeloCloud Networks\",\n\t\t\t\t\"trafficRatio\": 0.24\n\t\t\t}, {\n\t\t\t\t\"name\": \"ColoCrossing\",\n\t\t\t\t\"trafficRatio\": 0.16\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon Office\",\n\t\t\t\t\"trafficRatio\": 0.12\n\t\t\t}, {\n\t\t\t\t\"name\": \"Microsoft Azure\",\n\t\t\t\t\"trafficRatio\": 0.12\n\t\t\t}, {\n\t\t\t\t\"name\": \"Global Digital DC\",\n\t\t\t\t\"trafficRatio\": 0.12\n\t\t\t}, {\n\t\t\t\t\"name\": \"Comcast Cable\",\n\t\t\t\t\"trafficRatio\": 0.12\n\t\t\t}, {\n\t\t\t\t\"name\": \"Sharktech\",\n\t\t\t\t\"trafficRatio\": 0.08\n\t\t\t}, {\n\t\t\t\t\"name\": \"Desert iNET\",\n\t\t\t\t\"trafficRatio\": 0.08\n\t\t\t}, {\n\t\t\t\t\"name\": \"Performive\",\n\t\t\t\t\"trafficRatio\": 0.08\n\t\t\t}, {\n\t\t\t\t\"name\": \"Igigle Host\",\n\t\t\t\t\"trafficRatio\": 0.08\n\t\t\t}, {\n\t\t\t\t\"name\": \"SoftLayer Technologies\",\n\t\t\t\t\"trafficRatio\": 0.08\n\t\t\t}, {\n\t\t\t\t\"name\": \"Choopa, LLC\",\n\t\t\t\t\"trafficRatio\": 0.08\n\t\t\t}, {\n\t\t\t\t\"name\": \"Fuse Internet Access\",\n\t\t\t\t\"trafficRatio\": 0.08\n\t\t\t}, {\n\t\t\t\t\"name\": \"GigeNET\",\n\t\t\t\t\"trafficRatio\": 0.08\n\t\t\t}, {\n\t\t\t\t\"name\": \"Krypt Technologies\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"MOJOHOST\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Alibaba\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Digital Ocean\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Green Cloud Technologies,LLC\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"123.Net\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Total Server Solutions L.L.C.\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"AIS Fibre\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Leaseweb USA\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"name\": \"Scaleway\",\n\t\t\t\t\"trafficRatio\": 0.04\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 83.36,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 55.73\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 16.64,\n\t\t\t\t\"ivt\": 2.23,\n\t\t\t\t\"viewability\": 53.16\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": 55.1\n\t\t\t}],\n\t\t\t\"byCountry\": [{\n\t\t\t\t\"countryName\": \"United States\",\n\t\t\t\t\"inventoryRatio\": 84.44,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 55.73\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Canada\",\n\t\t\t\t\"inventoryRatio\": 10.12,\n\t\t\t\t\"ivt\": 1.39,\n\t\t\t\t\"viewability\": 55.08\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Australia\",\n\t\t\t\t\"inventoryRatio\": 3.12,\n\t\t\t\t\"ivt\": 3.74,\n\t\t\t\t\"viewability\": 47.71\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Mexico\",\n\t\t\t\t\"inventoryRatio\": 0.55,\n\t\t\t\t\"ivt\": 1.52,\n\t\t\t\t\"viewability\": 46.28\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Province of China Taiwan\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"ivt\": 6.42,\n\t\t\t\t\"viewability\": 48.97\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"New Zealand\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"ivt\": 1.85,\n\t\t\t\t\"viewability\": 50.39\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Singapore\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 6.38,\n\t\t\t\t\"viewability\": 52.55\n\t\t\t}],\n\t\t\t\"byState\": [{\n\t\t\t\t\"stateName\": \"United States, California\",\n\t\t\t\t\"inventoryRatio\": 12.29,\n\t\t\t\t\"ivt\": 2.24,\n\t\t\t\t\"viewability\": 56.92\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New York\",\n\t\t\t\t\"inventoryRatio\": 6.83,\n\t\t\t\t\"ivt\": 3.38,\n\t\t\t\t\"viewability\": 55.62\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Texas\",\n\t\t\t\t\"inventoryRatio\": 5.02,\n\t\t\t\t\"ivt\": 2.41,\n\t\t\t\t\"viewability\": 55.16\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Florida\",\n\t\t\t\t\"inventoryRatio\": 4.81,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 55.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Washington\",\n\t\t\t\t\"inventoryRatio\": 3.61,\n\t\t\t\t\"ivt\": 1.48,\n\t\t\t\t\"viewability\": 58.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Pennsylvania\",\n\t\t\t\t\"inventoryRatio\": 3.6,\n\t\t\t\t\"ivt\": 1.82,\n\t\t\t\t\"viewability\": 55.95\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Michigan\",\n\t\t\t\t\"inventoryRatio\": 3.39,\n\t\t\t\t\"ivt\": 1.29,\n\t\t\t\t\"viewability\": 56.11\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Colorado\",\n\t\t\t\t\"inventoryRatio\": 3.28,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 56.26\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Jersey\",\n\t\t\t\t\"inventoryRatio\": 3.24,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 56.64\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Massachusetts\",\n\t\t\t\t\"inventoryRatio\": 2.89,\n\t\t\t\t\"ivt\": 2.1,\n\t\t\t\t\"viewability\": 55.54\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Illinois\",\n\t\t\t\t\"inventoryRatio\": 2.71,\n\t\t\t\t\"ivt\": 3.82,\n\t\t\t\t\"viewability\": 54.52\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Virginia\",\n\t\t\t\t\"inventoryRatio\": 2.56,\n\t\t\t\t\"ivt\": 3.36,\n\t\t\t\t\"viewability\": 55.77\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Georgia\",\n\t\t\t\t\"inventoryRatio\": 2.34,\n\t\t\t\t\"ivt\": 2.87,\n\t\t\t\t\"viewability\": 54.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Minnesota\",\n\t\t\t\t\"inventoryRatio\": 2.02,\n\t\t\t\t\"ivt\": 2.64,\n\t\t\t\t\"viewability\": 53.54\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Ohio\",\n\t\t\t\t\"inventoryRatio\": 2.02,\n\t\t\t\t\"ivt\": 2.42,\n\t\t\t\t\"viewability\": 53.3\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Carolina\",\n\t\t\t\t\"inventoryRatio\": 1.96,\n\t\t\t\t\"ivt\": 2.52,\n\t\t\t\t\"viewability\": 56.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oregon\",\n\t\t\t\t\"inventoryRatio\": 1.71,\n\t\t\t\t\"ivt\": 4.18,\n\t\t\t\t\"viewability\": 58.08\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Wisconsin\",\n\t\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\t\"ivt\": 1.92,\n\t\t\t\t\"viewability\": 55.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arizona\",\n\t\t\t\t\"inventoryRatio\": 1.64,\n\t\t\t\t\"ivt\": 1.77,\n\t\t\t\t\"viewability\": 56.73\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Connecticut\",\n\t\t\t\t\"inventoryRatio\": 1.46,\n\t\t\t\t\"ivt\": 2.0,\n\t\t\t\t\"viewability\": 56.82\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Tennessee\",\n\t\t\t\t\"inventoryRatio\": 1.08,\n\t\t\t\t\"ivt\": 1.15,\n\t\t\t\t\"viewability\": 56.71\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Indiana\",\n\t\t\t\t\"inventoryRatio\": 0.97,\n\t\t\t\t\"ivt\": 2.22,\n\t\t\t\t\"viewability\": 55.9\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kentucky\",\n\t\t\t\t\"inventoryRatio\": 0.94,\n\t\t\t\t\"ivt\": 2.07,\n\t\t\t\t\"viewability\": 51.81\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Missouri\",\n\t\t\t\t\"inventoryRatio\": 0.9,\n\t\t\t\t\"ivt\": 1.71,\n\t\t\t\t\"viewability\": 55.81\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Utah\",\n\t\t\t\t\"inventoryRatio\": 0.75,\n\t\t\t\t\"ivt\": 1.79,\n\t\t\t\t\"viewability\": 56.34\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Carolina\",\n\t\t\t\t\"inventoryRatio\": 0.69,\n\t\t\t\t\"ivt\": 2.36,\n\t\t\t\t\"viewability\": 58.46\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Iowa\",\n\t\t\t\t\"inventoryRatio\": 0.67,\n\t\t\t\t\"ivt\": 3.41,\n\t\t\t\t\"viewability\": 54.99\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nevada\",\n\t\t\t\t\"inventoryRatio\": 0.6,\n\t\t\t\t\"ivt\": 1.14,\n\t\t\t\t\"viewability\": 59.18\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Mississippi\",\n\t\t\t\t\"inventoryRatio\": 0.56,\n\t\t\t\t\"ivt\": 1.34,\n\t\t\t\t\"viewability\": 56.75\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kansas\",\n\t\t\t\t\"inventoryRatio\": 0.55,\n\t\t\t\t\"ivt\": 1.4,\n\t\t\t\t\"viewability\": 55.11\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, District Of Columbia\",\n\t\t\t\t\"inventoryRatio\": 0.51,\n\t\t\t\t\"ivt\": 3.86,\n\t\t\t\t\"viewability\": 55.17\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Hampshire\",\n\t\t\t\t\"inventoryRatio\": 0.5,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 55.47\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Idaho\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 2.99,\n\t\t\t\t\"viewability\": 58.22\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oklahoma\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 1.18,\n\t\t\t\t\"viewability\": 54.61\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alabama\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 56.84\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Louisiana\",\n\t\t\t\t\"inventoryRatio\": 0.38,\n\t\t\t\t\"ivt\": 1.26,\n\t\t\t\t\"viewability\": 58.25\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Maine\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 55.69\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Mexico\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 1.02,\n\t\t\t\t\"viewability\": 57.45\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nebraska\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 2.09,\n\t\t\t\t\"viewability\": 57.2\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Vermont\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 0.84,\n\t\t\t\t\"viewability\": 56.75\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Delaware\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 1.37,\n\t\t\t\t\"viewability\": 56.74\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arkansas\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 1.81,\n\t\t\t\t\"viewability\": 53.43\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Hawaii\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 1.0,\n\t\t\t\t\"viewability\": 57.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alaska\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 1.05,\n\t\t\t\t\"viewability\": 56.75\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, West Virginia\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 0.97,\n\t\t\t\t\"viewability\": 50.33\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Rhode Island\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": 58.47\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 54.66\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 56.52\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 36.25,\n\t\t\t\t\"ivt\": 1.39,\n\t\t\t\t\"viewability\": 2.47\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 21.82,\n\t\t\t\t\"ivt\": 1.96,\n\t\t\t\t\"viewability\": 46.81\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 14.93,\n\t\t\t\t\"ivt\": 2.16,\n\t\t\t\t\"viewability\": 58.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 12.61,\n\t\t\t\t\"ivt\": 2.9,\n\t\t\t\t\"viewability\": 58.71\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 9.53,\n\t\t\t\t\"ivt\": 2.87,\n\t\t\t\t\"viewability\": 54.97\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 4.54,\n\t\t\t\t\"ivt\": 2.4,\n\t\t\t\t\"viewability\": 37.57\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x90\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 2.46,\n\t\t\t\t\"viewability\": 50.07\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 9.55,\n\t\t\t\t\"ivt\": 3.34,\n\t\t\t\t\"viewability\": 55.49\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"inventoryRatio\": 5.56,\n\t\t\t\t\"ivt\": 2.15,\n\t\t\t\t\"viewability\": 56.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 5.06,\n\t\t\t\t\"ivt\": 2.82,\n\t\t\t\t\"viewability\": 57.45\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 3.76,\n\t\t\t\t\"ivt\": 3.41,\n\t\t\t\t\"viewability\": 55.19\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 3.7,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 58.05\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.7,\n\t\t\t\t\"ivt\": 1.58,\n\t\t\t\t\"viewability\": 55.68\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 3.51,\n\t\t\t\t\"ivt\": 1.69,\n\t\t\t\t\"viewability\": 55.56\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 3.41,\n\t\t\t\t\"ivt\": 1.44,\n\t\t\t\t\"viewability\": 56.24\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 2.72,\n\t\t\t\t\"ivt\": 3.81,\n\t\t\t\t\"viewability\": 54.25\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 2.44,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 55.41\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.35,\n\t\t\t\t\"ivt\": 3.02,\n\t\t\t\t\"viewability\": 53.51\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 2.11,\n\t\t\t\t\"ivt\": 2.86,\n\t\t\t\t\"viewability\": 52.93\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 1.93,\n\t\t\t\t\"ivt\": 3.83,\n\t\t\t\t\"viewability\": 53.85\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\t\"ivt\": 2.1,\n\t\t\t\t\"viewability\": 56.2\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PORTLAND, OR\",\n\t\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\t\"ivt\": 2.52,\n\t\t\t\t\"viewability\": 57.76\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.63,\n\t\t\t\t\"ivt\": 1.88,\n\t\t\t\t\"viewability\": 57.14\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.43,\n\t\t\t\t\"ivt\": 2.12,\n\t\t\t\t\"viewability\": 53.32\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN DIEGO\",\n\t\t\t\t\"inventoryRatio\": 1.34,\n\t\t\t\t\"ivt\": 1.72,\n\t\t\t\t\"viewability\": 57.28\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SACRAMNTO-STKTON-MODESTO\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 1.9,\n\t\t\t\t\"viewability\": 58.09\n\t\t\t}]\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 53.44,\n\t\t\t\"ivt\": 1.89,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 48.04\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 22.43,\n\t\t\t\"ivt\": 2.18,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 51.62\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 17.55,\n\t\t\t\"ivt\": 2.51,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 51.92\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.23,\n\t\t\t\"ivt\": 5.32,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 66.85\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 1.22,\n\t\t\t\"ivt\": 0.86,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 34.99\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.09,\n\t\t\t\"ivt\": 2.18,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 3.98\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 93.8,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 99.15,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": 0.41484,\n\t\t\t\"estBidHigh\": 0.41484,\n\t\t\t\"viewability\": 86.67,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"33Across\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 11.11\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 0.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Turner Broadcasting Europe\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 8.33,\n\t\t\t\"estBidLow\": 0.73474,\n\t\t\t\"estBidHigh\": 1.09352,\n\t\t\t\"viewability\": 75.0\n\t\t}, {\n\t\t\t\"exchange\": \"Pangaea Alliance\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": 4.25819,\n\t\t\t\"estBidHigh\": 4.25819,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 53.58,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 36.25,\n\t\t\t\t\"viewability\": 2.47\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 21.82,\n\t\t\t\t\"viewability\": 46.81\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 14.93,\n\t\t\t\t\"viewability\": 58.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 12.61,\n\t\t\t\t\"viewability\": 58.71\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 9.53,\n\t\t\t\t\"viewability\": 54.97\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 4.54,\n\t\t\t\t\"viewability\": 37.57\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x90\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"viewability\": 50.07\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.21,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1152x720\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1098x618\",\n\t\t\t\t\"ctr\": 1.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"537x298\",\n\t\t\t\t\"ctr\": 1.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"727x454\",\n\t\t\t\t\"ctr\": 1.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1500x1000\",\n\t\t\t\t\"ctr\": 0.96\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3840x2160\",\n\t\t\t\t\"ctr\": 0.69\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1194\",\n\t\t\t\t\"ctr\": 0.67\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x960\",\n\t\t\t\t\"ctr\": 0.64\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1504x1003\",\n\t\t\t\t\"ctr\": 0.64\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1093x615\",\n\t\t\t\t\"ctr\": 0.48\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1707x960\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x768\",\n\t\t\t\t\"ctr\": 0.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1360x768\",\n\t\t\t\t\"ctr\": 0.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1344x840\",\n\t\t\t\t\"ctr\": 0.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"640x480\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1368x912\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1792x1120\",\n\t\t\t\t\"ctr\": 0.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1080\",\n\t\t\t\t\"ctr\": 0.31\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3440x1440\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"834x1112\",\n\t\t\t\t\"ctr\": 0.26\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x1366\",\n\t\t\t\t\"ctr\": 0.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1366x768\",\n\t\t\t\t\"ctr\": 0.24\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"810x1080\",\n\t\t\t\t\"ctr\": 0.24\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x864\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x900\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1680x1050\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2048x1152\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x900\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1440\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x1024\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1200\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x438\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x488\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.13\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"770x481\",\n\t\t\t\t\"ctr\": 0.13\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x487\",\n\t\t\t\t\"ctr\": 0.1\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 66.96,\n\t\t\t\"ivt\": 3.1,\n\t\t\t\"viewability\": 57.85,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 28.37,\n\t\t\t\"ivt\": 2.06,\n\t\t\t\"viewability\": 44.95,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 64.52,\n\t\t\t\t\"ivt\": 2.45,\n\t\t\t\t\"viewability\": 45.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 26.11,\n\t\t\t\t\"ivt\": 1.53,\n\t\t\t\t\"viewability\": 41.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 3.44,\n\t\t\t\t\"ivt\": 1.18,\n\t\t\t\t\"viewability\": 49.96\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.ca\",\n\t\t\t\t\"inventoryRatio\": 2.3,\n\t\t\t\t\"ivt\": 0.43,\n\t\t\t\t\"viewability\": 51.78\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 1.43,\n\t\t\t\t\"ivt\": 0.44,\n\t\t\t\t\"viewability\": 51.92\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.mx\",\n\t\t\t\t\"inventoryRatio\": 0.7,\n\t\t\t\t\"ivt\": 0.63,\n\t\t\t\t\"viewability\": 26.97\n\t\t\t}, {\n\t\t\t\t\"domain\": \"msn.com\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 0.91,\n\t\t\t\t\"viewability\": 45.49\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.31,\n\t\t\t\t\"ivt\": 0.6,\n\t\t\t\t\"viewability\": 52.72\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 2.42,\n\t\t\t\"ivt\": 0.63,\n\t\t\t\"viewability\": 41.62,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 46.03,\n\t\t\t\t\"ivt\": 0.43,\n\t\t\t\t\"viewability\": 44.16\n\t\t\t}, {\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 38.88,\n\t\t\t\t\"ivt\": 0.71,\n\t\t\t\t\"viewability\": 38.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 7.06,\n\t\t\t\t\"ivt\": 1.22,\n\t\t\t\t\"viewability\": 43.27\n\t\t\t}, {\n\t\t\t\t\"domain\": \"facebook.com\",\n\t\t\t\t\"inventoryRatio\": 5.37,\n\t\t\t\t\"ivt\": 0.72,\n\t\t\t\t\"viewability\": 40.57\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 30.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"linkedin.com\",\n\t\t\t\t\"inventoryRatio\": 0.87,\n\t\t\t\t\"ivt\": 1.98,\n\t\t\t\t\"viewability\": 42.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"youtube.com\",\n\t\t\t\t\"inventoryRatio\": 0.42,\n\t\t\t\t\"ivt\": 1.03,\n\t\t\t\t\"viewability\": 36.08\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 30.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 1.93,\n\t\t\t\"ivt\": 1.11,\n\t\t\t\"viewability\": 39.24,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 20.3,\n\t\t\t\t\"ivt\": 0.85,\n\t\t\t\t\"viewability\": 42.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 6.1,\n\t\t\t\t\"ivt\": 0.18,\n\t\t\t\t\"viewability\": 9.77\n\t\t\t}, {\n\t\t\t\t\"domain\": \"realclearpolitics.com\",\n\t\t\t\t\"inventoryRatio\": 4.76,\n\t\t\t\t\"ivt\": 0.57,\n\t\t\t\t\"viewability\": 35.4\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 3.83,\n\t\t\t\t\"ivt\": 0.56,\n\t\t\t\t\"viewability\": 44.11\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 3.22,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 3.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 3.0,\n\t\t\t\t\"ivt\": 0.18,\n\t\t\t\t\"viewability\": 38.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"recaptcha-demo.appspot.com\",\n\t\t\t\t\"inventoryRatio\": 2.68,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"fark.com\",\n\t\t\t\t\"inventoryRatio\": 2.63,\n\t\t\t\t\"ivt\": 0.41,\n\t\t\t\t\"viewability\": 43.25\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 2.5,\n\t\t\t\t\"ivt\": 0.22,\n\t\t\t\t\"viewability\": 70.16\n\t\t\t}, {\n\t\t\t\t\"domain\": \"flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 2.29,\n\t\t\t\t\"ivt\": 1.89,\n\t\t\t\t\"viewability\": 42.34\n\t\t\t}, {\n\t\t\t\t\"domain\": \"old.reddit.com\",\n\t\t\t\t\"inventoryRatio\": 1.76,\n\t\t\t\t\"ivt\": 0.61,\n\t\t\t\t\"viewability\": 38.27\n\t\t\t}, {\n\t\t\t\t\"domain\": \"url.google.com\",\n\t\t\t\t\"inventoryRatio\": 1.76,\n\t\t\t\t\"ivt\": 3.68,\n\t\t\t\t\"viewability\": 58.54\n\t\t\t}, {\n\t\t\t\t\"domain\": \"getpocket.com\",\n\t\t\t\t\"inventoryRatio\": 1.54,\n\t\t\t\t\"ivt\": 0.35,\n\t\t\t\t\"viewability\": 22.81\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ighome.com\",\n\t\t\t\t\"inventoryRatio\": 1.49,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 48.86\n\t\t\t}, {\n\t\t\t\t\"domain\": \"rss.ighome.com\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 47.14\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecosia.org\",\n\t\t\t\t\"inventoryRatio\": 1.22,\n\t\t\t\t\"ivt\": 0.44,\n\t\t\t\t\"viewability\": 49.78\n\t\t\t}, {\n\t\t\t\t\"domain\": \"en.wikipedia.org\",\n\t\t\t\t\"inventoryRatio\": 1.0,\n\t\t\t\t\"ivt\": 0.54,\n\t\t\t\t\"viewability\": 39.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bleacherreport.com\",\n\t\t\t\t\"inventoryRatio\": 0.95,\n\t\t\t\t\"ivt\": 1.14,\n\t\t\t\t\"viewability\": 60.34\n\t\t\t}, {\n\t\t\t\t\"domain\": \"maktoob.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 0.89,\n\t\t\t\t\"ivt\": 1.83,\n\t\t\t\t\"viewability\": 71.34\n\t\t\t}, {\n\t\t\t\t\"domain\": \"classroom.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.84,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 29.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"washingtonpost.com\",\n\t\t\t\t\"inventoryRatio\": 0.67,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 42.28\n\t\t\t}, {\n\t\t\t\t\"domain\": \"refdesk.com\",\n\t\t\t\t\"inventoryRatio\": 0.61,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 56.76\n\t\t\t}, {\n\t\t\t\t\"domain\": \"finviz.com\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 50.56\n\t\t\t}, {\n\t\t\t\t\"domain\": \"hotsheet.com\",\n\t\t\t\t\"inventoryRatio\": 0.47,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 71.26\n\t\t\t}, {\n\t\t\t\t\"domain\": \"c.newsnow.co.uk\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 44.05\n\t\t\t}, {\n\t\t\t\t\"domain\": \"supremenewyork.com\",\n\t\t\t\t\"inventoryRatio\": 0.43,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"remolacha.net\",\n\t\t\t\t\"inventoryRatio\": 0.38,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 13.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ceoexpress.com\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 1.56,\n\t\t\t\t\"viewability\": 67.19\n\t\t\t}, {\n\t\t\t\t\"domain\": \"protopage.com\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.32\n\t\t\t}, {\n\t\t\t\t\"domain\": \"pdfconverterguru.com\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 1.67,\n\t\t\t\t\"viewability\": 41.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.31,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 24.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"politicalwire.com\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.74\n\t\t\t}, {\n\t\t\t\t\"domain\": \"memeorandum.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 47.17\n\t\t\t}, {\n\t\t\t\t\"domain\": \"sandbox.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 1.89,\n\t\t\t\t\"viewability\": 46.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsandguts.com\",\n\t\t\t\t\"inventoryRatio\": 0.28,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 38.78\n\t\t\t}, {\n\t\t\t\t\"domain\": \"i.maxthon.com\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cn.bing.com\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 6.25,\n\t\t\t\t\"viewability\": 45.83\n\t\t\t}, {\n\t\t\t\t\"domain\": \"uhrs.playmsn.com\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 2.08,\n\t\t\t\t\"viewability\": 27.08\n\t\t\t}, {\n\t\t\t\t\"domain\": \"theguardian.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 2.13,\n\t\t\t\t\"viewability\": 51.06\n\t\t\t}, {\n\t\t\t\t\"domain\": \"trends.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 2.13,\n\t\t\t\t\"viewability\": 36.17\n\t\t\t}, {\n\t\t\t\t\"domain\": \"arabicnewshome.blogspot.com\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 53.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"arabic-media.com\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 48.84\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartnews.com\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 5.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"besthomepageever.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 78.95\n\t\t\t}, {\n\t\t\t\t\"domain\": \"dailykos.com\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 41.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"home.saulttribe.net\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 58.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"vox.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.71\n\t\t\t}, {\n\t\t\t\t\"domain\": \"my.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 73.53\n\t\t\t}, {\n\t\t\t\t\"domain\": \"yeezysupply.com\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"printmyrecipes.com\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 3.03,\n\t\t\t\t\"viewability\": 36.36\n\t\t\t}, {\n\t\t\t\t\"domain\": \"watch-television.com\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"202020.net\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 46.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"start.me\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 58.62\n\t\t\t}, {\n\t\t\t\t\"domain\": \"medpagetoday.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"thedailybeast.com\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 46.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.ycombinator.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 38.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ctvnews.ca\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 57.69\n\t\t\t}, {\n\t\t\t\t\"domain\": \"saigonbao.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"myloginhelper.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 64.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"gothamist.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 37.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"www2.smartbrief.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 58.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cloud.appspace.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"electoral-vote.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 4.17,\n\t\t\t\t\"viewability\": 29.17\n\t\t\t}, {\n\t\t\t\t\"domain\": \"baidu.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 4.17,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"results.searchlock.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 54.17\n\t\t\t}, {\n\t\t\t\t\"domain\": \"quora.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 65.22\n\t\t\t}, {\n\t\t\t\t\"domain\": \"feedly.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 39.13\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartsearching.net\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"stocktwits.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 5.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"dealmoon.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"messages.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"qwant.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 47.37\n\t\t\t}, {\n\t\t\t\t\"domain\": \"freeformsnow.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 52.63\n\t\t\t}, {\n\t\t\t\t\"domain\": \"telikin.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 42.11\n\t\t\t}, {\n\t\t\t\t\"domain\": \"frontpage.pch.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 57.89\n\t\t\t}, {\n\t\t\t\t\"domain\": \"politico.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 5.26,\n\t\t\t\t\"viewability\": 42.11\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\"ivt\": 2.06,\n\t\t\t\"viewability\": 37.52,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 99.96,\n\t\t\t\t\"ivt\": 2.06,\n\t\t\t\t\"viewability\": 37.5\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 2.55,\n\t\t\t\"viewability\": 50.0,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 74.23,\n\t\t\t\t\"ivt\": 2.41,\n\t\t\t\t\"viewability\": 51.56\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 14.8,\n\t\t\t\t\"ivt\": 3.45,\n\t\t\t\t\"viewability\": 46.55\n\t\t\t}, {\n\t\t\t\t\"domain\": \"aol.com\",\n\t\t\t\t\"inventoryRatio\": 3.57,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 42.86\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outlook.live.com\",\n\t\t\t\t\"inventoryRatio\": 2.55,\n\t\t\t\t\"ivt\": 10.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.aol.com\",\n\t\t\t\t\"inventoryRatio\": 2.04,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 37.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmaila.juno.com\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmail.earthlink.net\",\n\t\t\t\t\"inventoryRatio\": 1.02,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmailb.juno.com\",\n\t\t\t\t\"inventoryRatio\": 0.51,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 25.0,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"chartbeat.com\",\n\t\t\t\t\"inventoryRatio\": 50.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 25.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"partner.googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 25.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"AdWords\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"g.doubleclick.net\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 46.21,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.66,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 44.82,\n\t\t\t\"maskingRatio\": 0.68,\n\t\t\t\"ivt\": 3.59,\n\t\t\t\"viewability\": 53.82\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 3.7,\n\t\t\t\"maskingRatio\": 0.29,\n\t\t\t\"ivt\": 1.46,\n\t\t\t\"viewability\": 34.26\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.64,\n\t\t\t\"maskingRatio\": 0.15,\n\t\t\t\"ivt\": 2.2,\n\t\t\t\"viewability\": 55.03\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.31,\n\t\t\t\"maskingRatio\": 0.75,\n\t\t\t\"ivt\": 2.84,\n\t\t\t\"viewability\": 47.39\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.01,\n\t\t\t\"maskingRatio\": 0.41,\n\t\t\t\"ivt\": 2.1,\n\t\t\t\"viewability\": 55.76\n\t\t}, {\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\"maskingRatio\": 0.01,\n\t\t\t\"ivt\": 1.22,\n\t\t\t\"viewability\": 66.1\n\t\t}, {\n\t\t\t\"subDomain\": \"preview.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"maskingRatio\": 0.08,\n\t\t\t\"ivt\": 0.66,\n\t\t\t\"viewability\": 20.97\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 3.06,\n\t\t\t\"viewability\": 27.23\n\t\t}, {\n\t\t\t\"subDomain\": \"elections.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 2.34,\n\t\t\t\"viewability\": 28.13\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"cnne-test.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 60.0\n\t\t}, {\n\t\t\t\"subDomain\": \"localhost.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"subDomain\": \"games.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 100.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"stellar.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 75.0\n\t\t}, {\n\t\t\t\"subDomain\": \"us-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 56.37,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 43.47,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.64,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\t\"maskingRatio\": 0.01,\n\t\t\t\t\"ivt\": 99.11,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.08,\n\t\t\t\t\"ivt\": 1.62,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 66.58\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 23.32\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 5.51\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 2.44\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.41\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.4\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.15\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 39.04\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 28.93\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.27\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.09\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.2\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 0.93\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.85\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.29\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.14\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"mobile\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 0.73,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 57.3,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 3295918254,\n\t\t\t\"desktopTrafficRatio\": 56.37,\n\t\t\t\"mobileTrafficRatio\": 43.47,\n\t\t\t\"videoTrafficRatio\": 78.96,\n\t\t\t\"ctr\": 0.2,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 10115\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"low\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 12.17\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 0.73,\n\t\t\t\"givt\": 0.12,\n\t\t\t\"sivt\": 0.6,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.08,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.03,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.23\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.23\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.08\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.05\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 90.45\n\t\t\t}, {\n\t\t\t\t\"name\": \"Starry\",\n\t\t\t\t\"trafficRatio\": 1.51\n\t\t\t}, {\n\t\t\t\t\"name\": \"GigeNET\",\n\t\t\t\t\"trafficRatio\": 0.84\n\t\t\t}, {\n\t\t\t\t\"name\": \"ExpressVPN\",\n\t\t\t\t\"trafficRatio\": 0.67\n\t\t\t}, {\n\t\t\t\t\"name\": \"Fuse Internet Access\",\n\t\t\t\t\"trafficRatio\": 0.67\n\t\t\t}, {\n\t\t\t\t\"name\": \"ALTAN REDES, S.A.P.I. de C. V.\",\n\t\t\t\t\"trafficRatio\": 0.67\n\t\t\t}, {\n\t\t\t\t\"name\": \"Level 3 Communications\",\n\t\t\t\t\"trafficRatio\": 0.5\n\t\t\t}, {\n\t\t\t\t\"name\": \"MOJOHOST\",\n\t\t\t\t\"trafficRatio\": 0.5\n\t\t\t}, {\n\t\t\t\t\"name\": \"Zscaler\",\n\t\t\t\t\"trafficRatio\": 0.5\n\t\t\t}, {\n\t\t\t\t\"name\": \"Total Server Solutions L.L.C.\",\n\t\t\t\t\"trafficRatio\": 0.5\n\t\t\t}, {\n\t\t\t\t\"name\": \"VeloCloud Networks\",\n\t\t\t\t\"trafficRatio\": 0.34\n\t\t\t}, {\n\t\t\t\t\"name\": \"N/A\",\n\t\t\t\t\"trafficRatio\": 0.34\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon.com\",\n\t\t\t\t\"trafficRatio\": 0.34\n\t\t\t}, {\n\t\t\t\t\"name\": \"Centracom\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"Digital Ocean\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"HOST1PLUS hosting services. Brazil.\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"HostDime.com\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"123.Net\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"Network Innovations\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"Southern Fibernet Corporation\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"ColoCrossing\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hurricane Electric\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"SoftLayer Technologies\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"Leaseweb USA\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"Anexia\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"name\": \"DigitalOcean, LLC\",\n\t\t\t\t\"trafficRatio\": 0.17\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 86.6,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 63.14\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 13.4,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": 44.71\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": 58.09\n\t\t\t}],\n\t\t\t\"byCountry\": [{\n\t\t\t\t\"countryName\": \"United States\",\n\t\t\t\t\"inventoryRatio\": 87.59,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 63.14\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Canada\",\n\t\t\t\t\"inventoryRatio\": 6.07,\n\t\t\t\t\"ivt\": 0.69,\n\t\t\t\t\"viewability\": 62.11\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Mexico\",\n\t\t\t\t\"inventoryRatio\": 3.32,\n\t\t\t\t\"ivt\": 1.54,\n\t\t\t\t\"viewability\": 34.42\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Australia\",\n\t\t\t\t\"inventoryRatio\": 1.21,\n\t\t\t\t\"ivt\": 0.68,\n\t\t\t\t\"viewability\": 48.14\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Malaysia\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 0.41,\n\t\t\t\t\"viewability\": 61.68\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"New Zealand\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.42,\n\t\t\t\t\"viewability\": 50.74\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Singapore\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.97,\n\t\t\t\t\"viewability\": 58.62\n\t\t\t}, {\n\t\t\t\t\"countryName\": \"Colombia\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 1.34,\n\t\t\t\t\"viewability\": 39.1\n\t\t\t}],\n\t\t\t\"byState\": [{\n\t\t\t\t\"stateName\": \"United States, California\",\n\t\t\t\t\"inventoryRatio\": 10.34,\n\t\t\t\t\"ivt\": 0.98,\n\t\t\t\t\"viewability\": 62.13\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Florida\",\n\t\t\t\t\"inventoryRatio\": 7.01,\n\t\t\t\t\"ivt\": 0.59,\n\t\t\t\t\"viewability\": 63.23\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Michigan\",\n\t\t\t\t\"inventoryRatio\": 5.41,\n\t\t\t\t\"ivt\": 0.69,\n\t\t\t\t\"viewability\": 64.82\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Texas\",\n\t\t\t\t\"inventoryRatio\": 5.14,\n\t\t\t\t\"ivt\": 0.79,\n\t\t\t\t\"viewability\": 61.21\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Pennsylvania\",\n\t\t\t\t\"inventoryRatio\": 4.85,\n\t\t\t\t\"ivt\": 0.48,\n\t\t\t\t\"viewability\": 65.94\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Washington\",\n\t\t\t\t\"inventoryRatio\": 4.69,\n\t\t\t\t\"ivt\": 0.55,\n\t\t\t\t\"viewability\": 65.15\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New York\",\n\t\t\t\t\"inventoryRatio\": 3.9,\n\t\t\t\t\"ivt\": 0.8,\n\t\t\t\t\"viewability\": 64.17\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Colorado\",\n\t\t\t\t\"inventoryRatio\": 3.57,\n\t\t\t\t\"ivt\": 0.68,\n\t\t\t\t\"viewability\": 64.4\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Illinois\",\n\t\t\t\t\"inventoryRatio\": 3.49,\n\t\t\t\t\"ivt\": 0.87,\n\t\t\t\t\"viewability\": 63.44\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Georgia\",\n\t\t\t\t\"inventoryRatio\": 3.44,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"viewability\": 62.54\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Massachusetts\",\n\t\t\t\t\"inventoryRatio\": 2.61,\n\t\t\t\t\"ivt\": 0.41,\n\t\t\t\t\"viewability\": 42.58\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Ohio\",\n\t\t\t\t\"inventoryRatio\": 2.42,\n\t\t\t\t\"ivt\": 0.5,\n\t\t\t\t\"viewability\": 66.71\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Virginia\",\n\t\t\t\t\"inventoryRatio\": 2.21,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 66.06\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Mississippi\",\n\t\t\t\t\"inventoryRatio\": 2.12,\n\t\t\t\t\"ivt\": 0.35,\n\t\t\t\t\"viewability\": 66.83\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Carolina\",\n\t\t\t\t\"inventoryRatio\": 2.01,\n\t\t\t\t\"ivt\": 0.55,\n\t\t\t\t\"viewability\": 65.79\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Jersey\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 64.85\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Minnesota\",\n\t\t\t\t\"inventoryRatio\": 1.98,\n\t\t\t\t\"ivt\": 0.63,\n\t\t\t\t\"viewability\": 63.79\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Wisconsin\",\n\t\t\t\t\"inventoryRatio\": 1.94,\n\t\t\t\t\"ivt\": 0.37,\n\t\t\t\t\"viewability\": 66.36\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arizona\",\n\t\t\t\t\"inventoryRatio\": 1.86,\n\t\t\t\t\"ivt\": 0.67,\n\t\t\t\t\"viewability\": 63.87\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kentucky\",\n\t\t\t\t\"inventoryRatio\": 1.37,\n\t\t\t\t\"ivt\": 0.83,\n\t\t\t\t\"viewability\": 65.26\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oregon\",\n\t\t\t\t\"inventoryRatio\": 1.34,\n\t\t\t\t\"ivt\": 0.77,\n\t\t\t\t\"viewability\": 64.49\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Tennessee\",\n\t\t\t\t\"inventoryRatio\": 1.14,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 65.51\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Indiana\",\n\t\t\t\t\"inventoryRatio\": 0.94,\n\t\t\t\t\"ivt\": 0.45,\n\t\t\t\t\"viewability\": 65.65\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Utah\",\n\t\t\t\t\"inventoryRatio\": 0.86,\n\t\t\t\t\"ivt\": 0.77,\n\t\t\t\t\"viewability\": 64.06\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Connecticut\",\n\t\t\t\t\"inventoryRatio\": 0.78,\n\t\t\t\t\"ivt\": 0.5,\n\t\t\t\t\"viewability\": 66.29\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Missouri\",\n\t\t\t\t\"inventoryRatio\": 0.75,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 65.38\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nevada\",\n\t\t\t\t\"inventoryRatio\": 0.7,\n\t\t\t\t\"ivt\": 0.76,\n\t\t\t\t\"viewability\": 64.28\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Iowa\",\n\t\t\t\t\"inventoryRatio\": 0.62,\n\t\t\t\t\"ivt\": 1.18,\n\t\t\t\t\"viewability\": 66.93\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, District Of Columbia\",\n\t\t\t\t\"inventoryRatio\": 0.59,\n\t\t\t\t\"ivt\": 0.97,\n\t\t\t\t\"viewability\": 64.85\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Carolina\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 0.78,\n\t\t\t\t\"viewability\": 66.92\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, West Virginia\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 0.33,\n\t\t\t\t\"viewability\": 61.63\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kansas\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 66.09\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oklahoma\",\n\t\t\t\t\"inventoryRatio\": 0.38,\n\t\t\t\t\"ivt\": 0.71,\n\t\t\t\t\"viewability\": 65.06\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Hampshire\",\n\t\t\t\t\"inventoryRatio\": 0.37,\n\t\t\t\t\"ivt\": 0.27,\n\t\t\t\t\"viewability\": 68.1\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alaska\",\n\t\t\t\t\"inventoryRatio\": 0.37,\n\t\t\t\t\"ivt\": 2.05,\n\t\t\t\t\"viewability\": 67.7\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alabama\",\n\t\t\t\t\"inventoryRatio\": 0.37,\n\t\t\t\t\"ivt\": 0.78,\n\t\t\t\t\"viewability\": 65.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Maine\",\n\t\t\t\t\"inventoryRatio\": 0.36,\n\t\t\t\t\"ivt\": 0.19,\n\t\t\t\t\"viewability\": 67.51\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Mexico\",\n\t\t\t\t\"inventoryRatio\": 0.36,\n\t\t\t\t\"ivt\": 0.67,\n\t\t\t\t\"viewability\": 64.05\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Delaware\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.39,\n\t\t\t\t\"viewability\": 66.68\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Louisiana\",\n\t\t\t\t\"inventoryRatio\": 0.28,\n\t\t\t\t\"ivt\": 0.81,\n\t\t\t\t\"viewability\": 64.14\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nebraska\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.68,\n\t\t\t\t\"viewability\": 64.99\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arkansas\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 0.52,\n\t\t\t\t\"viewability\": 65.58\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Rhode Island\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 0.82,\n\t\t\t\t\"viewability\": 65.28\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Idaho\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.79,\n\t\t\t\t\"viewability\": 66.15\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Hawaii\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.62,\n\t\t\t\t\"viewability\": 65.13\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Vermont\",\n\t\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\t\"ivt\": 0.31,\n\t\t\t\t\"viewability\": 68.21\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.19,\n\t\t\t\t\"viewability\": 64.59\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 46.67,\n\t\t\t\t\"ivt\": 0.5,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 32.42,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 59.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 14.58,\n\t\t\t\t\"ivt\": 0.59,\n\t\t\t\t\"viewability\": 61.32\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 3.64,\n\t\t\t\t\"ivt\": 1.24,\n\t\t\t\t\"viewability\": 53.27\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"inventoryRatio\": 1.09,\n\t\t\t\t\"ivt\": 0.5,\n\t\t\t\t\"viewability\": 65.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.59,\n\t\t\t\t\"ivt\": 1.42,\n\t\t\t\t\"viewability\": 46.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 0.4,\n\t\t\t\t\"ivt\": 1.44,\n\t\t\t\t\"viewability\": 46.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 0.42,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 1.58,\n\t\t\t\t\"viewability\": 42.42\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x288\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.58,\n\t\t\t\t\"viewability\": 65.53\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 5.14,\n\t\t\t\t\"ivt\": 0.83,\n\t\t\t\t\"viewability\": 64.11\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 4.77,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 65.41\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 4.62,\n\t\t\t\t\"ivt\": 1.23,\n\t\t\t\t\"viewability\": 60.85\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"inventoryRatio\": 4.04,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 63.73\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 3.92,\n\t\t\t\t\"ivt\": 0.82,\n\t\t\t\t\"viewability\": 64.64\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.85,\n\t\t\t\t\"ivt\": 0.59,\n\t\t\t\t\"viewability\": 65.75\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 3.83,\n\t\t\t\t\"ivt\": 0.69,\n\t\t\t\t\"viewability\": 65.12\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 3.54,\n\t\t\t\t\"ivt\": 0.66,\n\t\t\t\t\"viewability\": 64.44\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.41,\n\t\t\t\t\"ivt\": 0.86,\n\t\t\t\t\"viewability\": 63.25\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 3.18,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": 62.3\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 2.95,\n\t\t\t\t\"ivt\": 0.4,\n\t\t\t\t\"viewability\": 46.32\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 2.17,\n\t\t\t\t\"ivt\": 0.65,\n\t\t\t\t\"viewability\": 62.74\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 2.1,\n\t\t\t\t\"ivt\": 0.61,\n\t\t\t\t\"viewability\": 63.75\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 0.63,\n\t\t\t\t\"viewability\": 64.71\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 1.98,\n\t\t\t\t\"ivt\": 0.47,\n\t\t\t\t\"viewability\": 65.24\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.97,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 57.72\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.79,\n\t\t\t\t\"ivt\": 0.69,\n\t\t\t\t\"viewability\": 63.89\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 1.66,\n\t\t\t\t\"ivt\": 1.08,\n\t\t\t\t\"viewability\": 59.37\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PORTLAND, OR\",\n\t\t\t\t\"inventoryRatio\": 1.48,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": 64.59\n\t\t\t}]\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 64.06,\n\t\t\t\"ivt\": 1.41,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 59.89\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 14.88,\n\t\t\t\"ivt\": 1.94,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 65.6\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 14.37,\n\t\t\t\"ivt\": 1.19,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 62.63\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 3.66,\n\t\t\t\"ivt\": 1.44,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 67.07\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 2.81,\n\t\t\t\"ivt\": 1.26,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 47.72\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\"ivt\": 60.38,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 76.37\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.07,\n\t\t\t\"ivt\": 1.23,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 10.8\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 10.84,\n\t\t\t\"estBidLow\": 0.20562,\n\t\t\t\"estBidHigh\": 1.5632,\n\t\t\t\"viewability\": 46.44\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 92.57,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 66.67,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 88.89\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Turner Broadcasting Europe\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 0.61,\n\t\t\t\"estBidLow\": 0.28867,\n\t\t\t\"estBidHigh\": 1.84316,\n\t\t\t\"viewability\": 49.39\n\t\t}, {\n\t\t\t\"exchange\": \"Multi Channel Network Pty Ltd.\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 11.11,\n\t\t\t\"estBidLow\": 7.60247,\n\t\t\t\"estBidHigh\": 7.9645,\n\t\t\t\"viewability\": 66.67\n\t\t}, {\n\t\t\t\"exchange\": \"Pangaea Alliance\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": 4.25819,\n\t\t\t\"estBidHigh\": 4.25819,\n\t\t\t\"viewability\": 66.67\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 57.3,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 46.67,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 32.42,\n\t\t\t\t\"viewability\": 59.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 14.58,\n\t\t\t\t\"viewability\": 61.32\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 3.64,\n\t\t\t\t\"viewability\": 53.27\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"inventoryRatio\": 1.09,\n\t\t\t\t\"viewability\": 65.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"320x50\",\n\t\t\t\t\"inventoryRatio\": 0.59,\n\t\t\t\t\"viewability\": 46.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 0.4,\n\t\t\t\t\"viewability\": 46.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"viewability\": 42.42\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x288\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"viewability\": 65.53\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.2,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"392x399\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"580x326\",\n\t\t\t\t\"ctr\": 1.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"962x601\",\n\t\t\t\t\"ctr\": 1.85\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x1366\",\n\t\t\t\t\"ctr\": 1.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"412x846\",\n\t\t\t\t\"ctr\": 1.75\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"360x780\",\n\t\t\t\t\"ctr\": 1.72\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x326\",\n\t\t\t\t\"ctr\": 1.69\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x200\",\n\t\t\t\t\"ctr\": 1.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x243\",\n\t\t\t\t\"ctr\": 1.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"581x363\",\n\t\t\t\t\"ctr\": 1.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x559\",\n\t\t\t\t\"ctr\": 1.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x310\",\n\t\t\t\t\"ctr\": 1.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x354\",\n\t\t\t\t\"ctr\": 1.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"790x444\",\n\t\t\t\t\"ctr\": 1.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x222\",\n\t\t\t\t\"ctr\": 1.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x242\",\n\t\t\t\t\"ctr\": 1.14\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x359\",\n\t\t\t\t\"ctr\": 1.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"814x457\",\n\t\t\t\t\"ctr\": 1.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"360x640\",\n\t\t\t\t\"ctr\": 1.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x480\",\n\t\t\t\t\"ctr\": 1.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x358\",\n\t\t\t\t\"ctr\": 0.98\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"412x231\",\n\t\t\t\t\"ctr\": 0.98\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x353\",\n\t\t\t\t\"ctr\": 0.93\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x271\",\n\t\t\t\t\"ctr\": 0.93\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x273\",\n\t\t\t\t\"ctr\": 0.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x636\",\n\t\t\t\t\"ctr\": 0.88\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 0.86\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x305\",\n\t\t\t\t\"ctr\": 0.86\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x475\",\n\t\t\t\t\"ctr\": 0.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x289\",\n\t\t\t\t\"ctr\": 0.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"800x1280\",\n\t\t\t\t\"ctr\": 0.72\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x295\",\n\t\t\t\t\"ctr\": 0.69\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"601x962\",\n\t\t\t\t\"ctr\": 0.66\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x377\",\n\t\t\t\t\"ctr\": 0.64\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x635\",\n\t\t\t\t\"ctr\": 0.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x428\",\n\t\t\t\t\"ctr\": 0.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x301\",\n\t\t\t\t\"ctr\": 0.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"581x327\",\n\t\t\t\t\"ctr\": 0.54\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x295\",\n\t\t\t\t\"ctr\": 0.53\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"748x472\",\n\t\t\t\t\"ctr\": 0.53\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"373x361\",\n\t\t\t\t\"ctr\": 0.52\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x324\",\n\t\t\t\t\"ctr\": 0.51\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x221\",\n\t\t\t\t\"ctr\": 0.47\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x346\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"414x736\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"640x480\",\n\t\t\t\t\"ctr\": 0.45\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x667\",\n\t\t\t\t\"ctr\": 0.42\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x479\",\n\t\t\t\t\"ctr\": 0.4\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.38\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x488\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x192\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.36\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x296\",\n\t\t\t\t\"ctr\": 0.35\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x295\",\n\t\t\t\t\"ctr\": 0.34\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"748x420\",\n\t\t\t\t\"ctr\": 0.31\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"414x896\",\n\t\t\t\t\"ctr\": 0.31\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x244\",\n\t\t\t\t\"ctr\": 0.3\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x336\",\n\t\t\t\t\"ctr\": 0.29\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x376\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x221\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x168\",\n\t\t\t\t\"ctr\": 0.28\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x273\",\n\t\t\t\t\"ctr\": 0.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x266\",\n\t\t\t\t\"ctr\": 0.24\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"394x376\",\n\t\t\t\t\"ctr\": 0.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x169\",\n\t\t\t\t\"ctr\": 0.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x336\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"684x428\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"355x199\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x438\",\n\t\t\t\t\"ctr\": 0.13\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"392x220\",\n\t\t\t\t\"ctr\": 0.12\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"375x812\",\n\t\t\t\t\"ctr\": 0.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"760x427\",\n\t\t\t\t\"ctr\": 0.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"340x191\",\n\t\t\t\t\"ctr\": 0.07\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 52.89,\n\t\t\t\"ivt\": 1.61,\n\t\t\t\"viewability\": 51.02,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 19.36,\n\t\t\t\"ivt\": 0.7,\n\t\t\t\"viewability\": 43.71,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"android-app\",\n\t\t\t\t\"inventoryRatio\": 49.39,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 27.4\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 26.05,\n\t\t\t\t\"ivt\": 0.52,\n\t\t\t\t\"viewability\": 60.64\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cdn.ampproject.org\",\n\t\t\t\t\"inventoryRatio\": 5.93,\n\t\t\t\t\"ivt\": 0.9,\n\t\t\t\t\"viewability\": 51.84\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 2.84,\n\t\t\t\t\"ivt\": 0.78,\n\t\t\t\t\"viewability\": 76.23\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartnews.com\",\n\t\t\t\t\"inventoryRatio\": 2.49,\n\t\t\t\t\"ivt\": 0.38,\n\t\t\t\t\"viewability\": 42.75\n\t\t\t}, {\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 1.54,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 63.77\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 1.16,\n\t\t\t\t\"ivt\": 1.22,\n\t\t\t\t\"viewability\": 57.8\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 0.45,\n\t\t\t\t\"viewability\": 68.1\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 5.33,\n\t\t\t\t\"viewability\": 41.54\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.break.ma\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 65.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 1.04,\n\t\t\t\t\"viewability\": 75.21\n\t\t\t}, {\n\t\t\t\t\"domain\": \"realclearpolitics.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.25,\n\t\t\t\t\"viewability\": 64.07\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsandguts.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 1.52,\n\t\t\t\t\"viewability\": 69.01\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.fark.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.87,\n\t\t\t\t\"viewability\": 58.41\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 14.99,\n\t\t\t\"ivt\": 1.39,\n\t\t\t\"viewability\": 46.6,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 90.21,\n\t\t\t\t\"ivt\": 1.42,\n\t\t\t\t\"viewability\": 46.57\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.ca\",\n\t\t\t\t\"inventoryRatio\": 3.18,\n\t\t\t\t\"ivt\": 0.94,\n\t\t\t\t\"viewability\": 50.93\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.com.mx\",\n\t\t\t\t\"inventoryRatio\": 1.88,\n\t\t\t\t\"ivt\": 1.49,\n\t\t\t\t\"viewability\": 32.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 1.35,\n\t\t\t\t\"ivt\": 0.95,\n\t\t\t\t\"viewability\": 51.58\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 1.09,\n\t\t\t\t\"ivt\": 1.37,\n\t\t\t\t\"viewability\": 53.78\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.84,\n\t\t\t\t\"ivt\": 0.32,\n\t\t\t\t\"viewability\": 43.25\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.69,\n\t\t\t\t\"ivt\": 1.39,\n\t\t\t\t\"viewability\": 56.83\n\t\t\t}, {\n\t\t\t\t\"domain\": \"google.org\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.91,\n\t\t\t\t\"viewability\": 27.4\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 12.17,\n\t\t\t\"ivt\": 0.82,\n\t\t\t\"viewability\": 44.31,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 92.97,\n\t\t\t\t\"ivt\": 0.82,\n\t\t\t\t\"viewability\": 44.03\n\t\t\t}, {\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 3.87,\n\t\t\t\t\"ivt\": 0.95,\n\t\t\t\t\"viewability\": 49.03\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.77,\n\t\t\t\t\"ivt\": 0.85,\n\t\t\t\t\"viewability\": 41.16\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 0.72,\n\t\t\t\t\"ivt\": 0.23,\n\t\t\t\t\"viewability\": 61.81\n\t\t\t}, {\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 1.62,\n\t\t\t\t\"viewability\": 40.41\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 0.58,\n\t\t\t\"ivt\": 0.95,\n\t\t\t\"viewability\": 34.87,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 99.95,\n\t\t\t\t\"ivt\": 0.95,\n\t\t\t\t\"viewability\": 34.85\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"ivt\": 3.85,\n\t\t\t\"viewability\": 64.0,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 65.38,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.aol.com\",\n\t\t\t\t\"inventoryRatio\": 23.08,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 63.64\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 5.77,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmaila.juno.com\",\n\t\t\t\t\"inventoryRatio\": 3.85,\n\t\t\t\t\"ivt\": 100.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmailb.juno.com\",\n\t\t\t\t\"inventoryRatio\": 1.92,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"googlesyndication.com\",\n\t\t\t\t\"inventoryRatio\": 83.33,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"partner.googleadservices.com\",\n\t\t\t\t\"inventoryRatio\": 16.67,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 51.38,\n\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\"ivt\": 0.48,\n\t\t\t\"viewability\": 71.79\n\t\t}, {\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 25.24,\n\t\t\t\"maskingRatio\": 0.71,\n\t\t\t\"ivt\": 1.2,\n\t\t\t\"viewability\": 60.7\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 18.59,\n\t\t\t\"maskingRatio\": 0.15,\n\t\t\t\"ivt\": 1.22,\n\t\t\t\"viewability\": 25.97\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.16,\n\t\t\t\"maskingRatio\": 0.18,\n\t\t\t\"ivt\": 1.55,\n\t\t\t\"viewability\": 54.17\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\"maskingRatio\": 0.05,\n\t\t\t\"ivt\": 0.93,\n\t\t\t\"viewability\": 62.1\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.93,\n\t\t\t\"maskingRatio\": 0.99,\n\t\t\t\"ivt\": 2.0,\n\t\t\t\"viewability\": 30.65\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 2.08,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 2.22,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"fave-api.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"stellar.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 15.38,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"subDomain\": \"localhost.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 30.0\n\t\t}, {\n\t\t\t\"subDomain\": \"cnne-test.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 14.29\n\t\t}, {\n\t\t\t\"subDomain\": \"elections.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"us-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"games.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 100.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"preview.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": null\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 56.37,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 43.47,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 0.73,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.64,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\t\"maskingRatio\": 0.01,\n\t\t\t\t\"ivt\": 99.11,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.08,\n\t\t\t\t\"ivt\": 1.62,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 66.58\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 23.32\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 5.51\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 2.44\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.41\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.4\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.15\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 39.04\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 28.93\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.27\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.09\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.2\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 0.93\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.85\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.29\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.14\n\t\t\t}]\n\t\t}\n\t}]\n}"}],"_postman_id":"726d4dd8-e8da-410a-94ce-dfdcd11b12d3"},{"name":"getDomain - Device & Region","id":"4dd84854-a9b7-48d0-abee-5dae931f8f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getDomain?adDomain=&region=&device=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getDomain"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"adDomain","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"desktop\", \"mobile\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":null}],"variable":[]}},"response":[{"id":"b377f185-0ae5-40ab-8f23-30af703aab18","name":"getDomain","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getDomain?adDomain=cnn.com&device=desktop&region=US&username={{username}}&password={{password}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getDomain"],"query":[{"key":"adDomain","value":"cnn.com"},{"key":"device","value":"desktop"},{"key":"region","value":"US"},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 1,\n\t\"docs\": [{\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"US\",\n\t\t\"device\": \"desktop\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"ivt\": 2.28,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"viewability\": 54.1,\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"brandSafetyRisk\": \"low\",\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"device\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}]\n\t\t},\n\t\t\"domainDetails\": {\n\t\t\t\"inventory\": 3563418976,\n\t\t\t\"desktopTrafficRatio\": 55.44,\n\t\t\t\"mobileTrafficRatio\": 44.41,\n\t\t\t\"videoTrafficRatio\": 89.27,\n\t\t\t\"ctr\": 0.18,\n\t\t\t\"familyOfSites\": 3496,\n\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\"bidPriceLow\": null,\n\t\t\t\"bidPriceHigh\": null,\n\t\t\t\"trustedSeller\": \"Xandr Monetize\",\n\t\t\t\"trueReach\": 11957\n\t\t},\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"low\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"siteRisk\": {\n\t\t\t\"domainAge\": 27.5,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"corporateEmail\": true,\n\t\t\t\"adInjectionRisk\": \"low\"\n\t\t},\n\t\t\"siteInfo\": {\n\t\t\t\"owner\": \"Turner Broadcasting System, Inc.\",\n\t\t\t\"emailAddress\": \"tmgroup@turner.com\",\n\t\t\t\"contactNumber\": \"14048275000\",\n\t\t\t\"mailingAddress\": \"Atlanta,GA,UNITED STATES - 30303\"\n\t\t},\n\t\t\"brandSafetyRisk\": {\n\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\"drugContentRisk\": \"medium\",\n\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\"phishingRisk\": \"low\",\n\t\t\t\"malwareRisk\": \"low\"\n\t\t},\n\t\t\"socialMediaRisk\": {\n\t\t\t\"facebookRisk\": \"low\",\n\t\t\t\"linkedInRisk\": \"medium\",\n\t\t\t\"twitterRisk\": \"low\",\n\t\t\t\"socialTrafficRatio\": 2.33\n\t\t},\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 2.28,\n\t\t\t\"givt\": 0.48,\n\t\t\t\"sivt\": 1.8,\n\t\t\t\"givtTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.47,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Fast Clicker\",\n\t\t\t\t\"givt\": 0.01,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}],\n\t\t\t\"sivtTypes\": [{\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.81\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.39\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.35\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DatacenterProxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.14\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.04\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"IPObfuscation\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.03\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DisplayImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.03\n\t\t\t}],\n\t\t\t\"byDatacenters\": [{\n\t\t\t\t\"name\": \"Google Proxy\",\n\t\t\t\t\"trafficRatio\": 74.51\n\t\t\t}, {\n\t\t\t\t\"name\": \"IT World\",\n\t\t\t\t\"trafficRatio\": 8.84\n\t\t\t}, {\n\t\t\t\t\"name\": \"Psychz Networks\",\n\t\t\t\t\"trafficRatio\": 5.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"ServerMania\",\n\t\t\t\t\"trafficRatio\": 2.13\n\t\t\t}, {\n\t\t\t\t\"name\": \"My Tec Sa\",\n\t\t\t\t\"trafficRatio\": 1.09\n\t\t\t}, {\n\t\t\t\t\"name\": \"Enzu\",\n\t\t\t\t\"trafficRatio\": 0.87\n\t\t\t}, {\n\t\t\t\t\"name\": \"HOST1PLUS hosting services. Brazil.\",\n\t\t\t\t\"trafficRatio\": 0.87\n\t\t\t}, {\n\t\t\t\t\"name\": \"Windstream Communications\",\n\t\t\t\t\"trafficRatio\": 0.82\n\t\t\t}, {\n\t\t\t\t\"name\": \"QuickPacket, LLC\",\n\t\t\t\t\"trafficRatio\": 0.76\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon.com\",\n\t\t\t\t\"trafficRatio\": 0.76\n\t\t\t}, {\n\t\t\t\t\"name\": \"Google Cloud\",\n\t\t\t\t\"trafficRatio\": 0.6\n\t\t\t}, {\n\t\t\t\t\"name\": \"Level 3 Communications\",\n\t\t\t\t\"trafficRatio\": 0.55\n\t\t\t}, {\n\t\t\t\t\"name\": \"Zscaler\",\n\t\t\t\t\"trafficRatio\": 0.49\n\t\t\t}, {\n\t\t\t\t\"name\": \"Hype Enterprises\",\n\t\t\t\t\"trafficRatio\": 0.33\n\t\t\t}, {\n\t\t\t\t\"name\": \"VeloCloud Networks\",\n\t\t\t\t\"trafficRatio\": 0.33\n\t\t\t}, {\n\t\t\t\t\"name\": \"ColoCrossing\",\n\t\t\t\t\"trafficRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon Office\",\n\t\t\t\t\"trafficRatio\": 0.16\n\t\t\t}, {\n\t\t\t\t\"name\": \"Comcast Cable\",\n\t\t\t\t\"trafficRatio\": 0.16\n\t\t\t}, {\n\t\t\t\t\"name\": \"Global Digital DC\",\n\t\t\t\t\"trafficRatio\": 0.16\n\t\t\t}, {\n\t\t\t\t\"name\": \"GigeNET\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Choopa, LLC\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Igigle Host\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Microsoft Azure\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Sharktech\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Desert iNET\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Fuse Internet Access\",\n\t\t\t\t\"trafficRatio\": 0.11\n\t\t\t}, {\n\t\t\t\t\"name\": \"Performive\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"MOJOHOST\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Amazon\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Digital Ocean\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Krypt Technologies\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Leaseweb USA\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"123.Net\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"name\": \"Green Cloud Technologies,LLC\",\n\t\t\t\t\"trafficRatio\": 0.05\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"US\",\n\t\t\t\t\"inventoryRatio\": 83.36,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 55.73\n\t\t\t}, {\n\t\t\t\t\"region\": \"NON-US\",\n\t\t\t\t\"inventoryRatio\": 16.64,\n\t\t\t\t\"ivt\": 2.23,\n\t\t\t\t\"viewability\": 53.16\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": 55.1\n\t\t\t}],\n\t\t\t\"byCountry\": null,\n\t\t\t\"byState\": [{\n\t\t\t\t\"stateName\": \"United States, California\",\n\t\t\t\t\"inventoryRatio\": 14.52,\n\t\t\t\t\"ivt\": 2.24,\n\t\t\t\t\"viewability\": 56.92\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New York\",\n\t\t\t\t\"inventoryRatio\": 8.07,\n\t\t\t\t\"ivt\": 3.38,\n\t\t\t\t\"viewability\": 55.62\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Texas\",\n\t\t\t\t\"inventoryRatio\": 5.93,\n\t\t\t\t\"ivt\": 2.41,\n\t\t\t\t\"viewability\": 55.16\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Florida\",\n\t\t\t\t\"inventoryRatio\": 5.69,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 55.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Washington\",\n\t\t\t\t\"inventoryRatio\": 4.26,\n\t\t\t\t\"ivt\": 1.48,\n\t\t\t\t\"viewability\": 58.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Pennsylvania\",\n\t\t\t\t\"inventoryRatio\": 4.26,\n\t\t\t\t\"ivt\": 1.82,\n\t\t\t\t\"viewability\": 55.95\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Michigan\",\n\t\t\t\t\"inventoryRatio\": 4.01,\n\t\t\t\t\"ivt\": 1.29,\n\t\t\t\t\"viewability\": 56.11\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Colorado\",\n\t\t\t\t\"inventoryRatio\": 3.87,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 56.26\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Jersey\",\n\t\t\t\t\"inventoryRatio\": 3.83,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": 56.64\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Massachusetts\",\n\t\t\t\t\"inventoryRatio\": 3.41,\n\t\t\t\t\"ivt\": 2.1,\n\t\t\t\t\"viewability\": 55.54\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Illinois\",\n\t\t\t\t\"inventoryRatio\": 3.2,\n\t\t\t\t\"ivt\": 3.82,\n\t\t\t\t\"viewability\": 54.52\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Virginia\",\n\t\t\t\t\"inventoryRatio\": 3.02,\n\t\t\t\t\"ivt\": 3.36,\n\t\t\t\t\"viewability\": 55.77\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Georgia\",\n\t\t\t\t\"inventoryRatio\": 2.77,\n\t\t\t\t\"ivt\": 2.87,\n\t\t\t\t\"viewability\": 54.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Ohio\",\n\t\t\t\t\"inventoryRatio\": 2.39,\n\t\t\t\t\"ivt\": 2.42,\n\t\t\t\t\"viewability\": 53.3\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Minnesota\",\n\t\t\t\t\"inventoryRatio\": 2.39,\n\t\t\t\t\"ivt\": 2.64,\n\t\t\t\t\"viewability\": 53.54\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Carolina\",\n\t\t\t\t\"inventoryRatio\": 2.31,\n\t\t\t\t\"ivt\": 2.52,\n\t\t\t\t\"viewability\": 56.56\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oregon\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 4.18,\n\t\t\t\t\"viewability\": 58.08\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Wisconsin\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 1.92,\n\t\t\t\t\"viewability\": 55.04\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arizona\",\n\t\t\t\t\"inventoryRatio\": 1.94,\n\t\t\t\t\"ivt\": 1.77,\n\t\t\t\t\"viewability\": 56.73\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Connecticut\",\n\t\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\t\"ivt\": 2.0,\n\t\t\t\t\"viewability\": 56.82\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Tennessee\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 1.15,\n\t\t\t\t\"viewability\": 56.71\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Indiana\",\n\t\t\t\t\"inventoryRatio\": 1.15,\n\t\t\t\t\"ivt\": 2.22,\n\t\t\t\t\"viewability\": 55.9\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kentucky\",\n\t\t\t\t\"inventoryRatio\": 1.11,\n\t\t\t\t\"ivt\": 2.07,\n\t\t\t\t\"viewability\": 51.81\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Missouri\",\n\t\t\t\t\"inventoryRatio\": 1.06,\n\t\t\t\t\"ivt\": 1.71,\n\t\t\t\t\"viewability\": 55.81\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Utah\",\n\t\t\t\t\"inventoryRatio\": 0.88,\n\t\t\t\t\"ivt\": 1.79,\n\t\t\t\t\"viewability\": 56.34\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Carolina\",\n\t\t\t\t\"inventoryRatio\": 0.81,\n\t\t\t\t\"ivt\": 2.36,\n\t\t\t\t\"viewability\": 58.46\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Iowa\",\n\t\t\t\t\"inventoryRatio\": 0.79,\n\t\t\t\t\"ivt\": 3.41,\n\t\t\t\t\"viewability\": 54.99\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nevada\",\n\t\t\t\t\"inventoryRatio\": 0.7,\n\t\t\t\t\"ivt\": 1.14,\n\t\t\t\t\"viewability\": 59.18\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Mississippi\",\n\t\t\t\t\"inventoryRatio\": 0.66,\n\t\t\t\t\"ivt\": 1.34,\n\t\t\t\t\"viewability\": 56.75\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Kansas\",\n\t\t\t\t\"inventoryRatio\": 0.64,\n\t\t\t\t\"ivt\": 1.4,\n\t\t\t\t\"viewability\": 55.11\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, District Of Columbia\",\n\t\t\t\t\"inventoryRatio\": 0.6,\n\t\t\t\t\"ivt\": 3.86,\n\t\t\t\t\"viewability\": 55.17\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Hampshire\",\n\t\t\t\t\"inventoryRatio\": 0.59,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 55.47\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Oklahoma\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 1.18,\n\t\t\t\t\"viewability\": 54.61\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alabama\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 56.84\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Idaho\",\n\t\t\t\t\"inventoryRatio\": 0.48,\n\t\t\t\t\"ivt\": 2.99,\n\t\t\t\t\"viewability\": 58.22\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Louisiana\",\n\t\t\t\t\"inventoryRatio\": 0.45,\n\t\t\t\t\"ivt\": 1.26,\n\t\t\t\t\"viewability\": 58.25\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Maine\",\n\t\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 55.69\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, New Mexico\",\n\t\t\t\t\"inventoryRatio\": 0.4,\n\t\t\t\t\"ivt\": 1.02,\n\t\t\t\t\"viewability\": 57.45\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Nebraska\",\n\t\t\t\t\"inventoryRatio\": 0.38,\n\t\t\t\t\"ivt\": 2.09,\n\t\t\t\t\"viewability\": 57.2\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Vermont\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 0.84,\n\t\t\t\t\"viewability\": 56.75\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Delaware\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 1.37,\n\t\t\t\t\"viewability\": 56.74\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Arkansas\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 1.81,\n\t\t\t\t\"viewability\": 53.43\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Hawaii\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 1.0,\n\t\t\t\t\"viewability\": 57.02\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Alaska\",\n\t\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\t\"ivt\": 1.05,\n\t\t\t\t\"viewability\": 56.75\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Rhode Island\",\n\t\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": 58.47\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, West Virginia\",\n\t\t\t\t\"inventoryRatio\": 0.26,\n\t\t\t\t\"ivt\": 0.97,\n\t\t\t\t\"viewability\": 50.33\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, North Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 54.66\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, South Dakota\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 1.12,\n\t\t\t\t\"viewability\": 56.52\n\t\t\t}, {\n\t\t\t\t\"stateName\": \"United States, Wyoming\",\n\t\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\t\"ivt\": 1.09,\n\t\t\t\t\"viewability\": 55.91\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 41.56,\n\t\t\t\t\"ivt\": 1.36,\n\t\t\t\t\"viewability\": 2.63\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 21.76,\n\t\t\t\t\"ivt\": 1.96,\n\t\t\t\t\"viewability\": 45.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 12.29,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": 57.93\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 11.7,\n\t\t\t\t\"ivt\": 3.04,\n\t\t\t\t\"viewability\": 60.29\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 8.25,\n\t\t\t\t\"ivt\": 2.95,\n\t\t\t\t\"viewability\": 57.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 4.38,\n\t\t\t\t\"ivt\": 2.5,\n\t\t\t\t\"viewability\": 37.02\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 9.55,\n\t\t\t\t\"ivt\": 3.34,\n\t\t\t\t\"viewability\": 55.49\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"inventoryRatio\": 5.56,\n\t\t\t\t\"ivt\": 2.15,\n\t\t\t\t\"viewability\": 56.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 5.06,\n\t\t\t\t\"ivt\": 2.82,\n\t\t\t\t\"viewability\": 57.45\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 3.76,\n\t\t\t\t\"ivt\": 3.41,\n\t\t\t\t\"viewability\": 55.19\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.7,\n\t\t\t\t\"ivt\": 1.58,\n\t\t\t\t\"viewability\": 55.68\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 3.7,\n\t\t\t\t\"ivt\": 1.45,\n\t\t\t\t\"viewability\": 58.05\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 3.51,\n\t\t\t\t\"ivt\": 1.69,\n\t\t\t\t\"viewability\": 55.56\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 3.41,\n\t\t\t\t\"ivt\": 1.44,\n\t\t\t\t\"viewability\": 56.24\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 2.72,\n\t\t\t\t\"ivt\": 3.81,\n\t\t\t\t\"viewability\": 54.25\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 2.44,\n\t\t\t\t\"ivt\": 1.31,\n\t\t\t\t\"viewability\": 55.41\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.35,\n\t\t\t\t\"ivt\": 3.02,\n\t\t\t\t\"viewability\": 53.51\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 2.11,\n\t\t\t\t\"ivt\": 2.86,\n\t\t\t\t\"viewability\": 52.93\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 1.93,\n\t\t\t\t\"ivt\": 3.83,\n\t\t\t\t\"viewability\": 53.85\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\t\"ivt\": 2.1,\n\t\t\t\t\"viewability\": 56.2\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PORTLAND, OR\",\n\t\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\t\"ivt\": 2.52,\n\t\t\t\t\"viewability\": 57.76\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.63,\n\t\t\t\t\"ivt\": 1.88,\n\t\t\t\t\"viewability\": 57.14\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.43,\n\t\t\t\t\"ivt\": 2.12,\n\t\t\t\t\"viewability\": 53.32\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN DIEGO\",\n\t\t\t\t\"inventoryRatio\": 1.34,\n\t\t\t\t\"ivt\": 1.72,\n\t\t\t\t\"viewability\": 57.28\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SACRAMNTO-STKTON-MODESTO\",\n\t\t\t\t\"inventoryRatio\": 1.28,\n\t\t\t\t\"ivt\": 1.9,\n\t\t\t\t\"viewability\": 58.09\n\t\t\t}]\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 53.65,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 47.56\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 21.38,\n\t\t\t\"ivt\": 2.49,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 51.99\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 19.66,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 52.24\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 4.18,\n\t\t\t\"ivt\": 5.43,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 68.99\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.97,\n\t\t\t\"ivt\": 0.83,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 33.4\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\"ivt\": 2.19,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 4.0\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 92.74,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 99.1,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": 0.41484,\n\t\t\t\"estBidHigh\": 0.41484,\n\t\t\t\"viewability\": 85.71,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"33Across\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 11.11\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 0.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}],\n\t\t\"viewability\": {\n\t\t\t\"viewability\": 54.1,\n\t\t\t\"viewabilityByAdSize\": [{\n\t\t\t\t\"adSize\": \"null\",\n\t\t\t\t\"inventoryRatio\": 41.56,\n\t\t\t\t\"viewability\": 2.63\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"Other\",\n\t\t\t\t\"inventoryRatio\": 21.76,\n\t\t\t\t\"viewability\": 45.43\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x250\",\n\t\t\t\t\"inventoryRatio\": 12.29,\n\t\t\t\t\"viewability\": 57.93\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"300x600\",\n\t\t\t\t\"inventoryRatio\": 11.7,\n\t\t\t\t\"viewability\": 60.29\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"970x250\",\n\t\t\t\t\"inventoryRatio\": 8.25,\n\t\t\t\t\"viewability\": 57.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"728x90\",\n\t\t\t\t\"inventoryRatio\": 4.38,\n\t\t\t\t\"viewability\": 37.02\n\t\t\t}]\n\t\t},\n\t\t\"ctr\": {\n\t\t\t\"ctr\": 0.18,\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1120x700\",\n\t\t\t\t\"ctr\": 1.92\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1241x698\",\n\t\t\t\t\"ctr\": 1.89\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1408x792\",\n\t\t\t\t\"ctr\": 1.82\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1067x600\",\n\t\t\t\t\"ctr\": 1.25\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"727x454\",\n\t\t\t\t\"ctr\": 1.09\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1098x618\",\n\t\t\t\t\"ctr\": 1.08\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1600\",\n\t\t\t\t\"ctr\": 1.03\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x768\",\n\t\t\t\t\"ctr\": 0.9\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x960\",\n\t\t\t\t\"ctr\": 0.74\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3840x2160\",\n\t\t\t\t\"ctr\": 0.69\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1504x1003\",\n\t\t\t\t\"ctr\": 0.67\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1500x1000\",\n\t\t\t\t\"ctr\": 0.67\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x960\",\n\t\t\t\t\"ctr\": 0.59\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"537x298\",\n\t\t\t\t\"ctr\": 0.57\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1707x960\",\n\t\t\t\t\"ctr\": 0.56\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1093x615\",\n\t\t\t\t\"ctr\": 0.53\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1200x800\",\n\t\t\t\t\"ctr\": 0.51\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x1200\",\n\t\t\t\t\"ctr\": 0.46\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1360x768\",\n\t\t\t\t\"ctr\": 0.45\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1344x840\",\n\t\t\t\t\"ctr\": 0.42\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1368x912\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x768\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1080\",\n\t\t\t\t\"ctr\": 0.37\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1792x1120\",\n\t\t\t\t\"ctr\": 0.35\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"3440x1440\",\n\t\t\t\t\"ctr\": 0.33\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1366x768\",\n\t\t\t\t\"ctr\": 0.23\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x800\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2048x1152\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x438\",\n\t\t\t\t\"ctr\": 0.22\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1024x1366\",\n\t\t\t\t\"ctr\": 0.21\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1536x864\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1600x900\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1680x1050\",\n\t\t\t\t\"ctr\": 0.2\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1440x900\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"2560x1440\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1200\",\n\t\t\t\t\"ctr\": 0.19\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x1024\",\n\t\t\t\t\"ctr\": 0.18\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x488\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"768x1024\",\n\t\t\t\t\"ctr\": 0.16\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"770x481\",\n\t\t\t\t\"ctr\": 0.15\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"ctr\": 0.12\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"780x487\",\n\t\t\t\t\"ctr\": 0.12\n\t\t\t}]\n\t\t},\n\t\t\"trafficSources\": [{\n\t\t\t\"trafficSource\": \"Direct\",\n\t\t\t\"inventoryRatio\": 66.72,\n\t\t\t\"ivt\": 3.51,\n\t\t\t\"viewability\": 57.9,\n\t\t\t\"domains\": null\n\t\t}, {\n\t\t\t\"trafficSource\": \"Search\",\n\t\t\t\"inventoryRatio\": 28.75,\n\t\t\t\"ivt\": 2.02,\n\t\t\t\"viewability\": 45.31,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"google.com\",\n\t\t\t\t\"inventoryRatio\": 61.56,\n\t\t\t\t\"ivt\": 2.37,\n\t\t\t\t\"viewability\": 46.61\n\t\t\t}, {\n\t\t\t\t\"domain\": \"news.google.com\",\n\t\t\t\t\"inventoryRatio\": 32.6,\n\t\t\t\t\"ivt\": 1.53,\n\t\t\t\t\"viewability\": 41.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bing.com\",\n\t\t\t\t\"inventoryRatio\": 3.28,\n\t\t\t\t\"ivt\": 1.33,\n\t\t\t\t\"viewability\": 50.81\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 1.41,\n\t\t\t\t\"ivt\": 0.52,\n\t\t\t\t\"viewability\": 53.7\n\t\t\t}, {\n\t\t\t\t\"domain\": \"msn.com\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 0.98,\n\t\t\t\t\"viewability\": 45.7\n\t\t\t}, {\n\t\t\t\t\"domain\": \"duckduckgo.com\",\n\t\t\t\t\"inventoryRatio\": 0.34,\n\t\t\t\t\"ivt\": 0.14,\n\t\t\t\t\"viewability\": 52.34\n\t\t\t}, {\n\t\t\t\t\"domain\": \"search.aol.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 48.53\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Social\",\n\t\t\t\"inventoryRatio\": 2.33,\n\t\t\t\"ivt\": 0.5,\n\t\t\t\"viewability\": 42.59,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"l.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 48.83,\n\t\t\t\t\"ivt\": 0.31,\n\t\t\t\t\"viewability\": 44.87\n\t\t\t}, {\n\t\t\t\t\"domain\": \"t.co\",\n\t\t\t\t\"inventoryRatio\": 35.3,\n\t\t\t\t\"ivt\": 0.62,\n\t\t\t\t\"viewability\": 40.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"reddit.com\",\n\t\t\t\t\"inventoryRatio\": 8.04,\n\t\t\t\t\"ivt\": 1.13,\n\t\t\t\t\"viewability\": 41.46\n\t\t\t}, {\n\t\t\t\t\"domain\": \"facebook.com\",\n\t\t\t\t\"inventoryRatio\": 5.2,\n\t\t\t\t\"ivt\": 0.35,\n\t\t\t\t\"viewability\": 41.77\n\t\t\t}, {\n\t\t\t\t\"domain\": \"lm.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 1.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 28.42\n\t\t\t}, {\n\t\t\t\t\"domain\": \"linkedin.com\",\n\t\t\t\t\"inventoryRatio\": 0.83,\n\t\t\t\t\"ivt\": 1.46,\n\t\t\t\t\"viewability\": 43.7\n\t\t\t}, {\n\t\t\t\t\"domain\": \"youtube.com\",\n\t\t\t\t\"inventoryRatio\": 0.37,\n\t\t\t\t\"ivt\": 1.64,\n\t\t\t\t\"viewability\": 34.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"m.facebook.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 31.25\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Discovery\",\n\t\t\t\"inventoryRatio\": 2.07,\n\t\t\t\"ivt\": 0.96,\n\t\t\t\"viewability\": 38.32,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"drudgereport.com\",\n\t\t\t\t\"inventoryRatio\": 23.6,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 42.52\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsbreakapp.com\",\n\t\t\t\t\"inventoryRatio\": 7.57,\n\t\t\t\t\"ivt\": 0.18,\n\t\t\t\t\"viewability\": 9.62\n\t\t\t}, {\n\t\t\t\t\"domain\": \"realclearpolitics.com\",\n\t\t\t\t\"inventoryRatio\": 5.52,\n\t\t\t\t\"ivt\": 0.49,\n\t\t\t\t\"viewability\": 34.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"apple.news\",\n\t\t\t\t\"inventoryRatio\": 4.47,\n\t\t\t\t\"ivt\": 0.61,\n\t\t\t\t\"viewability\": 43.57\n\t\t\t}, {\n\t\t\t\t\"domain\": \"recaptcha-demo.appspot.com\",\n\t\t\t\t\"inventoryRatio\": 2.96,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"fark.com\",\n\t\t\t\t\"inventoryRatio\": 2.83,\n\t\t\t\t\"ivt\": 0.48,\n\t\t\t\t\"viewability\": 42.93\n\t\t\t}, {\n\t\t\t\t\"domain\": \"from.flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 2.76,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 3.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"url.google.com\",\n\t\t\t\t\"inventoryRatio\": 2.02,\n\t\t\t\t\"ivt\": 3.37,\n\t\t\t\t\"viewability\": 60.28\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecs4.engageya.com\",\n\t\t\t\t\"inventoryRatio\": 1.88,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 72.83\n\t\t\t}, {\n\t\t\t\t\"domain\": \"flipboard.com\",\n\t\t\t\t\"inventoryRatio\": 1.88,\n\t\t\t\t\"ivt\": 1.81,\n\t\t\t\t\"viewability\": 39.85\n\t\t\t}, {\n\t\t\t\t\"domain\": \"old.reddit.com\",\n\t\t\t\t\"inventoryRatio\": 1.81,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 35.23\n\t\t\t}, {\n\t\t\t\t\"domain\": \"getpocket.com\",\n\t\t\t\t\"inventoryRatio\": 1.55,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 20.18\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ighome.com\",\n\t\t\t\t\"inventoryRatio\": 1.46,\n\t\t\t\t\"ivt\": 1.86,\n\t\t\t\t\"viewability\": 48.51\n\t\t\t}, {\n\t\t\t\t\"domain\": \"rss.ighome.com\",\n\t\t\t\t\"inventoryRatio\": 1.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 48.21\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ecosia.org\",\n\t\t\t\t\"inventoryRatio\": 1.1,\n\t\t\t\t\"ivt\": 0.62,\n\t\t\t\t\"viewability\": 52.2\n\t\t\t}, {\n\t\t\t\t\"domain\": \"bleacherreport.com\",\n\t\t\t\t\"inventoryRatio\": 1.09,\n\t\t\t\t\"ivt\": 1.24,\n\t\t\t\t\"viewability\": 60.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 1.05,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"en.wikipedia.org\",\n\t\t\t\t\"inventoryRatio\": 0.91,\n\t\t\t\t\"ivt\": 0.75,\n\t\t\t\t\"viewability\": 41.04\n\t\t\t}, {\n\t\t\t\t\"domain\": \"washingtonpost.com\",\n\t\t\t\t\"inventoryRatio\": 0.76,\n\t\t\t\t\"ivt\": 0.89,\n\t\t\t\t\"viewability\": 43.24\n\t\t\t}, {\n\t\t\t\t\"domain\": \"refdesk.com\",\n\t\t\t\t\"inventoryRatio\": 0.65,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 61.7\n\t\t\t}, {\n\t\t\t\t\"domain\": \"classroom.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.65,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 29.79\n\t\t\t}, {\n\t\t\t\t\"domain\": \"hotsheet.com\",\n\t\t\t\t\"inventoryRatio\": 0.52,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 71.05\n\t\t\t}, {\n\t\t\t\t\"domain\": \"supremenewyork.com\",\n\t\t\t\t\"inventoryRatio\": 0.5,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"pdfconverterguru.com\",\n\t\t\t\t\"inventoryRatio\": 0.4,\n\t\t\t\t\"ivt\": 1.69,\n\t\t\t\t\"viewability\": 40.68\n\t\t\t}, {\n\t\t\t\t\"domain\": \"finviz.com\",\n\t\t\t\t\"inventoryRatio\": 0.36,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 58.49\n\t\t\t}, {\n\t\t\t\t\"domain\": \"politicalwire.com\",\n\t\t\t\t\"inventoryRatio\": 0.36,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"sandbox.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.35,\n\t\t\t\t\"ivt\": 1.92,\n\t\t\t\t\"viewability\": 46.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"memeorandum.com\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 42.86\n\t\t\t}, {\n\t\t\t\t\"domain\": \"ceoexpress.com\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 2.08,\n\t\t\t\t\"viewability\": 64.58\n\t\t\t}, {\n\t\t\t\t\"domain\": \"remolacha.net\",\n\t\t\t\t\"inventoryRatio\": 0.32,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 10.64\n\t\t\t}, {\n\t\t\t\t\"domain\": \"protopage.com\",\n\t\t\t\t\"inventoryRatio\": 0.31,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"arabicnewshome.blogspot.com\",\n\t\t\t\t\"inventoryRatio\": 0.3,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 52.27\n\t\t\t}, {\n\t\t\t\t\"domain\": \"nabdapp.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.71\n\t\t\t}, {\n\t\t\t\t\"domain\": \"newsandguts.com\",\n\t\t\t\t\"inventoryRatio\": 0.29,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 42.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartnews.com\",\n\t\t\t\t\"inventoryRatio\": 0.27,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 5.41\n\t\t\t}, {\n\t\t\t\t\"domain\": \"besthomepageever.com\",\n\t\t\t\t\"inventoryRatio\": 0.25,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 78.38\n\t\t\t}, {\n\t\t\t\t\"domain\": \"home.saulttribe.net\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 58.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"i.maxthon.com\",\n\t\t\t\t\"inventoryRatio\": 0.24,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 38.24\n\t\t\t}, {\n\t\t\t\t\"domain\": \"dailykos.com\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"vox.com\",\n\t\t\t\t\"inventoryRatio\": 0.23,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 47.06\n\t\t\t}, {\n\t\t\t\t\"domain\": \"printmyrecipes.com\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 3.03,\n\t\t\t\t\"viewability\": 36.36\n\t\t\t}, {\n\t\t\t\t\"domain\": \"arabic-media.com\",\n\t\t\t\t\"inventoryRatio\": 0.22,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 48.48\n\t\t\t}, {\n\t\t\t\t\"domain\": \"watch-television.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 48.39\n\t\t\t}, {\n\t\t\t\t\"domain\": \"my.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 0.21,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 73.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"medpagetoday.com\",\n\t\t\t\t\"inventoryRatio\": 0.2,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"yeezysupply.com\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"domain\": \"thedailybeast.com\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 44.44\n\t\t\t}, {\n\t\t\t\t\"domain\": \"theguardian.com\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"trends.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 34.62\n\t\t\t}, {\n\t\t\t\t\"domain\": \"start.me\",\n\t\t\t\t\"inventoryRatio\": 0.18,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 56.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"cloud.appspace.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"gothamist.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 39.13\n\t\t\t}, {\n\t\t\t\t\"domain\": \"engageya.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 56.52\n\t\t\t}, {\n\t\t\t\t\"domain\": \"electoral-vote.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 4.35,\n\t\t\t\t\"viewability\": 30.43\n\t\t\t}, {\n\t\t\t\t\"domain\": \"myloginhelper.com\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 68.18\n\t\t\t}, {\n\t\t\t\t\"domain\": \"smartsearching.net\",\n\t\t\t\t\"inventoryRatio\": 0.15,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"www2.smartbrief.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 55.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"dealmoon.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"frontpage.pch.com\",\n\t\t\t\t\"inventoryRatio\": 0.14,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 55.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"quora.com\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 72.22\n\t\t\t}, {\n\t\t\t\t\"domain\": \"quickneasyrecipes.co\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 31.58\n\t\t\t}, {\n\t\t\t\t\"domain\": \"politico.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 5.56,\n\t\t\t\t\"viewability\": 38.89\n\t\t\t}, {\n\t\t\t\t\"domain\": \"messages.google.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 27.78\n\t\t\t}, {\n\t\t\t\t\"domain\": \"telikin.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 44.44\n\t\t\t}, {\n\t\t\t\t\"domain\": \"saigonbao.com\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 41.18\n\t\t\t}, {\n\t\t\t\t\"domain\": \"c.newsnow.co.uk\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 52.94\n\t\t\t}, {\n\t\t\t\t\"domain\": \"symbaloo.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 61.54\n\t\t\t}, {\n\t\t\t\t\"domain\": \"app.meltwater.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 33.33\n\t\t\t}, {\n\t\t\t\t\"domain\": \"freerepublic.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 6.67,\n\t\t\t\t\"viewability\": 40.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"democraticunderground.com\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 26.67\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Paid\",\n\t\t\t\"inventoryRatio\": 0.09,\n\t\t\t\"ivt\": 0.16,\n\t\t\t\"viewability\": 37.4,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"traffic.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 99.84,\n\t\t\t\t\"ivt\": 0.16,\n\t\t\t\t\"viewability\": 37.3\n\t\t\t}, {\n\t\t\t\t\"domain\": \"paid.outbrain.com\",\n\t\t\t\t\"inventoryRatio\": 0.16,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 100.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Email\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 1.27,\n\t\t\t\"viewability\": 52.26,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"mail.google.com\",\n\t\t\t\t\"inventoryRatio\": 75.16,\n\t\t\t\t\"ivt\": 1.27,\n\t\t\t\t\"viewability\": 53.42\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.yahoo.com\",\n\t\t\t\t\"inventoryRatio\": 14.01,\n\t\t\t\t\"ivt\": 2.27,\n\t\t\t\t\"viewability\": 52.27\n\t\t\t}, {\n\t\t\t\t\"domain\": \"aol.com\",\n\t\t\t\t\"inventoryRatio\": 3.5,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 45.45\n\t\t\t}, {\n\t\t\t\t\"domain\": \"mail.aol.com\",\n\t\t\t\t\"inventoryRatio\": 2.55,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 37.5\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmaila.juno.com\",\n\t\t\t\t\"inventoryRatio\": 1.59,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 60.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmail.earthlink.net\",\n\t\t\t\t\"inventoryRatio\": 1.27,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 66.67\n\t\t\t}, {\n\t\t\t\t\"domain\": \"outlook.live.com\",\n\t\t\t\t\"inventoryRatio\": 1.27,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 25.0\n\t\t\t}, {\n\t\t\t\t\"domain\": \"webmailb.juno.com\",\n\t\t\t\t\"inventoryRatio\": 0.64,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 0.0\n\t\t\t}]\n\t\t}, {\n\t\t\t\"trafficSource\": \"Display\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 50.0,\n\t\t\t\"domains\": [{\n\t\t\t\t\"domain\": \"chartbeat.com\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"viewability\": 50.0\n\t\t\t}]\n\t\t}],\n\t\t\"subDomains\": [{\n\t\t\t\"subDomain\": \"go.cnn.com\",\n\t\t\t\"inventoryRatio\": 84.05,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.71,\n\t\t\t\"viewability\": null\n\t\t}, {\n\t\t\t\"subDomain\": \"edition.cnn.com\",\n\t\t\t\"inventoryRatio\": 7.71,\n\t\t\t\"maskingRatio\": 1.7,\n\t\t\t\"ivt\": 3.36,\n\t\t\t\"viewability\": 50.41\n\t\t}, {\n\t\t\t\"subDomain\": \"us.cnn.com\",\n\t\t\t\"inventoryRatio\": 2.67,\n\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\"ivt\": 2.67,\n\t\t\t\"viewability\": 51.56\n\t\t}, {\n\t\t\t\"subDomain\": \"money.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.84,\n\t\t\t\"maskingRatio\": 0.57,\n\t\t\t\"ivt\": 2.85,\n\t\t\t\"viewability\": 50.53\n\t\t}, {\n\t\t\t\"subDomain\": \"cnnespanol.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.72,\n\t\t\t\"maskingRatio\": 0.19,\n\t\t\t\"ivt\": 1.93,\n\t\t\t\"viewability\": 25.29\n\t\t}, {\n\t\t\t\"subDomain\": \"arabic.cnn.com\",\n\t\t\t\"inventoryRatio\": 1.43,\n\t\t\t\"maskingRatio\": 0.22,\n\t\t\t\"ivt\": 2.2,\n\t\t\t\"viewability\": 53.46\n\t\t}, {\n\t\t\t\"subDomain\": \"amp.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.5,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.22,\n\t\t\t\"viewability\": 71.05\n\t\t}, {\n\t\t\t\"subDomain\": \"preview.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"maskingRatio\": 0.09,\n\t\t\t\"ivt\": 0.69,\n\t\t\t\"viewability\": 19.94\n\t\t}, {\n\t\t\t\"subDomain\": \"next.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 2.98,\n\t\t\t\"viewability\": 27.58\n\t\t}, {\n\t\t\t\"subDomain\": \"elections.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 1.98,\n\t\t\t\"viewability\": 28.06\n\t\t}, {\n\t\t\t\"subDomain\": \"www-m.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"cnne-test.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 100.0\n\t\t}, {\n\t\t\t\"subDomain\": \"localhost.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 33.33\n\t\t}, {\n\t\t\t\"subDomain\": \"games.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 100.0,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"viewability\": 0.0\n\t\t}, {\n\t\t\t\"subDomain\": \"stellar.cnn.com\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"maskingRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"viewability\": 75.0\n\t\t}],\n\t\t\"deviceDistribution\": {\n\t\t\t\"byDevice\": [{\n\t\t\t\t\"device\": \"desktop\",\n\t\t\t\t\"inventoryRatio\": 55.44,\n\t\t\t\t\"maskingRatio\": 0.04,\n\t\t\t\t\"ivt\": 2.28,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"mobile\",\n\t\t\t\t\"inventoryRatio\": 44.41,\n\t\t\t\t\"maskingRatio\": 0.04,\n\t\t\t\t\"ivt\": 0.7,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"app\",\n\t\t\t\t\"inventoryRatio\": 0.13,\n\t\t\t\t\"maskingRatio\": 0.02,\n\t\t\t\t\"ivt\": 1.59,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"undetermined\",\n\t\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\t\"maskingRatio\": 0.01,\n\t\t\t\t\"ivt\": 99.31,\n\t\t\t\t\"viewability\": null\n\t\t\t}, {\n\t\t\t\t\"device\": \"connected-tv/ott\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"maskingRatio\": 0.07,\n\t\t\t\t\"ivt\": 0.45,\n\t\t\t\t\"viewability\": null\n\t\t\t}],\n\t\t\t\"byDesktopOS\": [{\n\t\t\t\t\"os\": \"Windows 10\",\n\t\t\t\t\"inventoryRatio\": 67.03\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X\",\n\t\t\t\t\"inventoryRatio\": 22.99\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 7\",\n\t\t\t\t\"inventoryRatio\": 5.3\n\t\t\t}, {\n\t\t\t\t\"os\": \"Chrome OS\",\n\t\t\t\t\"inventoryRatio\": 2.67\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8.1\",\n\t\t\t\t\"inventoryRatio\": 1.34\n\t\t\t}, {\n\t\t\t\t\"os\": \"Linux\",\n\t\t\t\t\"inventoryRatio\": 0.38\n\t\t\t}, {\n\t\t\t\t\"os\": \"Windows 8\",\n\t\t\t\t\"inventoryRatio\": 0.15\n\t\t\t}],\n\t\t\t\"byMobileOS\": [{\n\t\t\t\t\"os\": \"Android 1.x\",\n\t\t\t\t\"inventoryRatio\": 40.26\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPhone)\",\n\t\t\t\t\"inventoryRatio\": 28.09\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android Mobile\",\n\t\t\t\t\"inventoryRatio\": 23.18\n\t\t\t}, {\n\t\t\t\t\"os\": \"Mac OS X (iPad)\",\n\t\t\t\t\"inventoryRatio\": 4.05\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android\",\n\t\t\t\t\"inventoryRatio\": 2.08\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.9\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x\",\n\t\t\t\t\"inventoryRatio\": 0.83\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 5.x\",\n\t\t\t\t\"inventoryRatio\": 0.24\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 4.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.17\n\t\t\t}, {\n\t\t\t\t\"os\": \"Android 6.x Tablet\",\n\t\t\t\t\"inventoryRatio\": 0.13\n\t\t\t}]\n\t\t}\n\t}]\n}"}],"_postman_id":"4dd84854-a9b7-48d0-abee-5dae931f8f92"},{"name":"getDomain - Returning a Single Widget","id":"5f92d2bd-c7ab-48e1-ba78-2eedfad8e327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getDomain?adDomain=&region=&device=&widget=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getDomain"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"adDomain","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"desktop\", \"mobile\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"domainOverview\", \"riskOverview\", \"domainDetails\",\n\"trafficQualityRisk\", \"siteRisk\", \"siteInfo\",\n\"brandSafetyRisk\", \"socialMediaRisk\", \"invalidTraffic\",\n\"inventory\", \"authorizedSellers\", \"viewability\",\n\"ctr\", \"trafficSources\", \"subDomains\", \"deviceDistribution\"</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":null}],"variable":[]}},"response":[{"id":"5cc91e63-4304-4d19-b212-879546869b78","name":"getDomain","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getDomain?adDomain=cnn.com&widget=domainOverview&username={{username}}&password={{password}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getDomain"],"query":[{"key":"adDomain","value":"cnn.com"},{"key":"widget","value":"domainOverview"},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 9,\n\t\"docs\": [{\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"US\",\n\t\t\"device\": \"GLOBAL\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"US\",\n\t\t\"device\": \"desktop\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"US\",\n\t\t\"device\": \"mobile\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"NON-US\",\n\t\t\"device\": \"GLOBAL\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"NON-US\",\n\t\t\"device\": \"desktop\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"NON-US\",\n\t\t\"device\": \"mobile\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"GLOBAL\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"desktop\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t}\n\t}, {\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"mobile\",\n\t\t\"domainOverview\": {\n\t\t\t\"iabPrimaryCategory\": [\"Arts & Entertainment\", \"News\"],\n\t\t\t\"iabSubCategory\": [\"Movies\", \"International News\"],\n\t\t\t\"hasAdsTxt\": true\n\t\t}\n\t}]\n}"}],"_postman_id":"5f92d2bd-c7ab-48e1-ba78-2eedfad8e327"},{"name":"getDomain - Returning two Widgets","id":"f6c45464-b432-4659-997a-0493fe3c4060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/getDomain?adDomain=&region=&device=&widget=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","getDomain"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"adDomain","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"desktop\", \"mobile\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"domainOverview\", \"riskOverview\", \"domainDetails\",\n\"trafficQualityRisk\", \"siteRisk\", \"siteInfo\",\n\"brandSafetyRisk\", \"socialMediaRisk\", \"invalidTraffic\",\n\"inventory\", \"authorizedSellers\", \"viewability\",\n\"ctr\", \"trafficSources\", \"subDomains\", \"deviceDistribution\"</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":null}],"variable":[]}},"response":[{"id":"a82c928e-3a65-40b3-8893-7e7690e7926b","name":"getDomain","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/getDomain?adDomain=cnn.com&device=desktop&region=US&widget=trafficQualityRisk,authorizedSellers&username={{username}}&password={{password}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","getDomain"],"query":[{"key":"adDomain","value":"cnn.com"},{"key":"device","value":"desktop"},{"key":"region","value":"US"},{"key":"widget","value":"trafficQualityRisk,authorizedSellers"},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"OK\",\n\t\"numFound\": 1,\n\t\"docs\": [{\n\t\t\"adDomain\": \"cnn.com\",\n\t\t\"region\": \"US\",\n\t\t\"device\": \"desktop\",\n\t\t\"trafficQualityRisk\": {\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"clickFraudRisk\": \"low\",\n\t\t\t\"viewabilityRisk\": \"medium\",\n\t\t\t\"domainMaskingRisk\": \"low\",\n\t\t\t\"majorTrafficSource\": \"Direct\"\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 53.65,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 47.56\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 21.38,\n\t\t\t\"ivt\": 2.49,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 51.99\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 19.66,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 52.24\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 4.18,\n\t\t\t\"ivt\": 5.43,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 68.99\n\t\t}, {\n\t\t\t\"exchange\": \"Sharethrough\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.97,\n\t\t\t\"ivt\": 0.83,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 33.4\n\t\t}, {\n\t\t\t\"exchange\": \"Sovrn\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\"ivt\": 2.19,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 4.0\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 92.74,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 99.1,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": 0.41484,\n\t\t\t\"estBidHigh\": 0.41484,\n\t\t\t\"viewability\": 85.71,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"33Across\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 11.11\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 100.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": 0.0,\n\t\t\t\"ivt\": null\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 0.0,\n\t\t\t\"estBidLow\": null,\n\t\t\t\"estBidHigh\": null,\n\t\t\t\"viewability\": null\n\t\t}]\n\t}]\n}"}],"_postman_id":"f6c45464-b432-4659-997a-0493fe3c4060"}],"id":"95656759-c2b2-4395-9f75-bca97e266135","description":"<p>The purpose of this API is to provide risk ratings and reputational data for Websites. The response is an JSON formatted object.</p>\n<p><em><strong>Note: As of April 2025, the \"region\" data parameter has been updated to return \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\" for more granular regional breakouts.</strong></em></p>\n<h2 id=\"schema\">Schema</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Widget</th>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>adDomain</td>\n<td>String</td>\n<td>Ad Domain</td>\n</tr>\n<tr>\n<td></td>\n<td>region</td>\n<td>String</td>\n<td>Region -  <br /><strong>\"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\"</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>device</td>\n<td>String</td>\n<td>Device -  <br /><strong>GLOBAL, desktop , mobile</strong></td>\n</tr>\n<tr>\n<td>domainOverview</td>\n<td>iabPrimaryCategory</td>\n<td>List of Strings</td>\n<td>IAB primary categories</td>\n</tr>\n<tr>\n<td>domainOverview</td>\n<td>iabSubCategory</td>\n<td>List of Strings</td>\n<td>IAB secondary categories</td>\n</tr>\n<tr>\n<td>domainOverview</td>\n<td>hasAdsTxt</td>\n<td>Boolean</td>\n<td>True if Ads.txt is enabled for the domain.</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>ivt</td>\n<td>Double</td>\n<td>Percentage of Invalid traffic associated with advertising transactions for the domain</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>ivtRisk</td>\n<td>String</td>\n<td>Invalid traffic Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>viewability</td>\n<td>Double</td>\n<td>The average viewability for all display ad impressions in the domain</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>viewabilityRisk</td>\n<td>String</td>\n<td>Viewability Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>brandSafetyRisk</td>\n<td>String</td>\n<td>The overall risk to advertise Brand Safety from the domain</td>\n</tr>\n<tr>\n<td>riskOverview</td>\n<td>risk</td>\n<td>Object</td>\n<td>Overall pixalate's unique advertising risk assessment based on blended risk factors including brand safety, invalid traffic and inventory for all regions and devices. It includes risk reasons.</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>inventory</td>\n<td>Integer</td>\n<td>The estimated number of monthly impressions this domain makes available programmatically</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>desktopTrafficRatio</td>\n<td>Double</td>\n<td>The percentage of desktop ads trafficked on the domain</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>mobileTrafficRatio</td>\n<td>Double</td>\n<td>The percentage of mobile ads trafficked on the domain</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>videoTrafficRatio</td>\n<td>Double</td>\n<td>The percentage of video ads trafficked on the domain</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>ctr</td>\n<td>Double</td>\n<td>Average CTR of the domain</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>familyOfSites</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>pixalateRisk</td>\n<td>String</td>\n<td>Overall pixalate's unique advertising risk assessment based on blended risk factors including brand safety, invalid traffic and inventory</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>bidPriceLow</td>\n<td>Double</td>\n<td>Low bid price in $</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>bidPriceHigh</td>\n<td>Double</td>\n<td>High bid price in $</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>trustedSeller</td>\n<td>String</td>\n<td>Authorized trusted seller.</td>\n</tr>\n<tr>\n<td>domainDetails</td>\n<td>trueReach</td>\n<td>Integer</td>\n<td>The estimated number of unique users per 1 Million internet users that can be reached on this domain.</td>\n</tr>\n<tr>\n<td>trafficQualityRisk</td>\n<td>ivtRisk</td>\n<td>String</td>\n<td>Invalid traffic Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>trafficQualityRisk</td>\n<td>clickFraudRisk</td>\n<td>String</td>\n<td>Click Fraud Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>trafficQualityRisk</td>\n<td>viewabilityRisk</td>\n<td>String</td>\n<td>Viewability Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>trafficQualityRisk</td>\n<td>domainMaskingRisk</td>\n<td>String</td>\n<td>Domain Masking Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>trafficQualityRisk</td>\n<td>topTrafficSource</td>\n<td>String</td>\n<td>Major Traffic Source</td>\n</tr>\n<tr>\n<td>siteRisk</td>\n<td>domainAge</td>\n<td>Double</td>\n<td>Domain age in years</td>\n</tr>\n<tr>\n<td>siteRisk</td>\n<td>hasPrivacyPolicy</td>\n<td>Boolean</td>\n<td>True if domain has privacy policy</td>\n</tr>\n<tr>\n<td>siteRisk</td>\n<td>hasTermsAndConditions</td>\n<td>Boolean</td>\n<td>True if domain has terms and conditions</td>\n</tr>\n<tr>\n<td>siteRisk</td>\n<td>privateDomain</td>\n<td>Boolean</td>\n<td>True if domain is privately registered</td>\n</tr>\n<tr>\n<td>siteRisk</td>\n<td>corporateEmail</td>\n<td>Boolean</td>\n<td>True indicates Whois registration was done with a corporate email address  <br />False indicates Whois registration was done with a personal email address</td>\n</tr>\n<tr>\n<td>siteRisk</td>\n<td>adInjectionRisk</td>\n<td>String</td>\n<td>Ad Injection Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>siteInfo</td>\n<td>owner</td>\n<td>String</td>\n<td>Owner of the domain</td>\n</tr>\n<tr>\n<td>siteInfo</td>\n<td>emailAddress</td>\n<td>Email</td>\n<td>Email id to communicate</td>\n</tr>\n<tr>\n<td>siteInfo</td>\n<td>contactNumber</td>\n<td>String</td>\n<td>Contact number</td>\n</tr>\n<tr>\n<td>siteInfo</td>\n<td>mailingAddress</td>\n<td>String</td>\n<td>Email address</td>\n</tr>\n<tr>\n<td>brandSafetyRisk</td>\n<td>adultContentRisk</td>\n<td>String</td>\n<td>Adult Content Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>brandSafetyRisk</td>\n<td>alcoholContentRisk</td>\n<td>String</td>\n<td>Alcohol Content Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>brandSafetyRisk</td>\n<td>drugsContentRisk</td>\n<td>String</td>\n<td>Drug Content Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>brandSafetyRisk</td>\n<td>hateSpeechWordsRisk</td>\n<td>String</td>\n<td>Hate Speech Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>brandSafetyRisk</td>\n<td>phishingRisk</td>\n<td>String</td>\n<td>Phishing Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>brandSafetyRisk</td>\n<td>malwareRisk</td>\n<td>String</td>\n<td>Malware Risk <strong>(low/medium/high)</strong></td>\n</tr>\n<tr>\n<td>socialMediaRisk</td>\n<td>facebookRisk</td>\n<td>String</td>\n<td>Facebook Risk <strong>(low/medium/high)</strong>  <br />Low social media engagement on Facebook can be a risk factor</td>\n</tr>\n<tr>\n<td>socialMediaRisk</td>\n<td>linkedInRisk</td>\n<td>String</td>\n<td>LinkedIn Risk <strong>(low/medium/high)</strong>  <br />Low social media engagement on LinkedIn can be a risk factor</td>\n</tr>\n<tr>\n<td>socialMediaRisk</td>\n<td>twitterRisk</td>\n<td>String</td>\n<td>Twitter Risk <strong>(low/medium/high)</strong>  <br />Low social media engagement on Twitter can be a risk factor</td>\n</tr>\n<tr>\n<td>socialMediaRisk</td>\n<td>socialTrafficRatio</td>\n<td>Double</td>\n<td>Percentage of Social Traffic Ratio</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>ivt</td>\n<td>Double</td>\n<td>Percentage of Invalid traffic associated with advertising transactions for the domain</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>givt</td>\n<td>Double</td>\n<td>Percentage of General Invalid traffic associated with advertising transactions for the domain</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>sivt</td>\n<td>Double</td>\n<td>Percentage of Sophisticated Invalid traffic associated with advertising transactions for the domain</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>givtTypes</td>\n<td>Object</td>\n<td>The percentage of invalid traffic associated with each Pixalate's taxonomy of GIVT invalid traffic types</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>sivtTypes</td>\n<td>Object</td>\n<td>The percentage of invalid traffic associated with each Pixalate's taxonomy of SIVT invalid traffic types</td>\n</tr>\n<tr>\n<td>invalidTraffic</td>\n<td>byDatacenters</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by Data Center</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byRegion</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by Region</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byState</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by State</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byCountry</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by Country</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byAdSize</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by Ad Size</td>\n</tr>\n<tr>\n<td>inventory</td>\n<td>byDma</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by Designated Market Area (DMA)</td>\n</tr>\n<tr>\n<td>authorizedSellers</td>\n<td></td>\n<td>Object</td>\n<td>The contribution of various sell side platforms to programmatic ad impressions sold on the domain.Sellers are categories(paymentType),  <br /><strong>Direct</strong> - The contribution of direct sellers to programmatic ad impressions sold on the app.  <br /><strong>ReSeller</strong> - <em>TODO</em><strong>Unauthorized</strong> - The contribution of unauthorized sellers (based on exclusion from Ads.Txt file) to programmatic ad impressions sold on the app.</td>\n</tr>\n<tr>\n<td>viewability</td>\n<td>viewability</td>\n<td>Double</td>\n<td>The average viewability for all display ad impressions in the domain</td>\n</tr>\n<tr>\n<td>viewability</td>\n<td>viewabilityByAdSize</td>\n<td>Object</td>\n<td>The average viewability for all display ad impressions in the domain broken down by Ad Size</td>\n</tr>\n<tr>\n<td>ctr</td>\n<td>ctr</td>\n<td>Double</td>\n<td>Average CTR of the domain</td>\n</tr>\n<tr>\n<td>ctr</td>\n<td>byAdSize</td>\n<td>Object</td>\n<td>Average CTR of the domain broken down by Ad Size</td>\n</tr>\n<tr>\n<td>trafficSources</td>\n<td></td>\n<td>Object</td>\n<td>The volume of programmatic ad impressions broken down by traffic source.</td>\n</tr>\n<tr>\n<td>subDomains</td>\n<td></td>\n<td>Object</td>\n<td>The volume of programmatic ad impressions broken down by the sub domains.</td>\n</tr>\n<tr>\n<td>deviceDistribution</td>\n<td>byDevice</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by device**(desktop, mobile)**</td>\n</tr>\n<tr>\n<td>deviceDistribution</td>\n<td>byDesktopOS</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by desktop OS</td>\n</tr>\n<tr>\n<td>deviceDistribution</td>\n<td>byMobileOS</td>\n<td>Object</td>\n<td>The estimated volume of programmatic ad impressions broken down by mobile OS</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5876406b-17f9-4134-9a3f-1b3e6ff036c1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"71163423-fb8e-4ae2-b891-b1554e6fe207"}}],"_postman_id":"95656759-c2b2-4395-9f75-bca97e266135"},{"name":"Batch Ratings Lookup","item":[{"name":"Import CTV","item":[{"name":"importCtvApps","id":"63512f7d-455e-4c6d-962c-1a31285c3250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?region=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importCtvApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"f6aab39f-3983-4ceb-876e-95853eefb95b","name":"importCtvApps","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?password={{password}}&username={{username}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importCtvApps"],"query":[{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"password","value":"{{password}}"},{"key":"username","value":"{{username}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"appId\": \"B07DBBTDBS\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"B07DBBTDBS\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": false,\n\t\t\"appSpoofing\": null,\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 36.6,\n\t\t\t\"ivt\": 11.09,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 24.15,\n\t\t\t\"ivt\": 8.83,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 14.22,\n\t\t\t\"ivt\": 14.86,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 12.58,\n\t\t\t\"ivt\": 11.61,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 12.23,\n\t\t\t\"ivt\": 26.71,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\"ivt\": 11.06,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.08,\n\t\t\t\"ivt\": 6.67,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": null,\n\t\t\t\"displayInventoryRatio\": null,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": null,\n\t\t\t\"transparentSsaiRate\": null\n\t\t}]\n\t}]\n} {\n\t\"appId\": \"75617\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"75617\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"roku\",\n\t\t\"includeSpoofing\": false,\n\t\t\"appSpoofing\": null,\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 36.68,\n\t\t\t\"ivt\": 1.3,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 31.15,\n\t\t\t\"ivt\": 0.1,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 23.06,\n\t\t\t\"ivt\": 0.12,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 34.57,\n\t\t\t\"transparentSsaiRate\": 33.8\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 6.92,\n\t\t\t\"ivt\": 0.79,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.09,\n\t\t\t\"ivt\": 0.56,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 62.41,\n\t\t\t\"transparentSsaiRate\": 62.41\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.11,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}]\n\t}]\n}"}],"_postman_id":"63512f7d-455e-4c6d-962c-1a31285c3250"},{"name":"importCtvApps ( includeSpoofing=false)","id":"3c06cb78-c37b-4e16-833f-456002b6a734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?region=&username=&password=&includeSpoofing=false&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importCtvApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. \"true\" or \"false\". Default \"true\"</p>\n","type":"text/plain"},"key":"includeSpoofing","value":"false"},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"e9eafb80-e128-4d75-aff4-35d699bf1a68","name":"importCtvApps","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?username={{username}}&password={{password}}&includeSpoofing=false&region=&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importCtvApps"],"query":[{"key":"username","value":"{{username}}","description":"Required. Refer to your onboarding email."},{"key":"password","value":"{{password}}","description":"Required. Refer to your onboarding email."},{"key":"includeSpoofing","value":"false","description":"Optional. \"true\" or \"false\". Default \"true\""},{"key":"region","value":"","description":"Optional. \"NA\" or \"GLOBAL\". Default GLOBAL."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"appId\": \"B00KDSGIPK\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": false,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Pluto TV - It’s Free TV\",\n\t\t\t\"description\": \"Download now to stream Pluto TV\\u0027s 100+ channels of news, sports, and the Internet\\u0027s best, completely free on Amazon. Also, get access to our free VOD library of over 1000 entire movies and full TV episodes.\\n\\nPluto TV is revolutionizing the streaming TV experience, with over a hundred channels of amazing programming.\\n\\nIf you\\u0027re a news junkie, we\\u0027ve got NBC News, as well as Sky News, Bloomberg, and more. For the fight fan, get the world\\u0027s best MMA, boxing and more on Fight. For other binge-worthy interests, we\\u0027ve got the Crime Network, Funny AF, IGN, Pro Wrestling and All Day Anime. Enjoy these, and over 100 more amazing channels on Pluto TV!\\n\\nLooking for free on-demand? With Pluto TV, you have access to our library of over 1000 full movies and entire episodes of your favorite TV shows. Its out of this world!\\n\\nFree yourself from traditional TV. With Pluto TV, all your great entertainment is free. Join us, Citizen, and download today to start watching all the amazing stuff on Pluto TV!\\n\\n* Privacy Policy and Your California Privacy Rights: https://corporate.pluto.tv/privacy-policy\\n* Do Not Sell My Personal Info: https://viacomprivacy.com\\n* Terms of Use: https://corporate.pluto.tv/terms-of-use\",\n\t\t\t\"categories\": [\"Movies \\u0026 TV\"],\n\t\t\t\"screenshotUrls\": [\"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\", \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\", \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\", \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 4.61,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"ssaiRate\": 2.13,\n\t\t\t\"transparentSsaiRate\": 2.11,\n\t\t\t\"descriptionBrandSafetyRisk\": \"high\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": true,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": {\n\t\t\t\"victimOfSpoofing\": true,\n\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\"byFraudType\": null\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://www.amazon.com/Pluto-TV-Its-Free/dp/B00KDSGIPK\",\n\t\t\t\"availableCountries\": null,\n\t\t\t\"availableLanguages\": null,\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 84.0,\n\t\t\t\"starRatingCount\": 148704.0,\n\t\t\t\"parentalHint\": \"Guidance Suggested\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": null,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 79.0,\n\t\t\t\"publishedDate\": null,\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"http://corporate.pluto.tv/privacy-policy/\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\"sovRatio\": 64.53\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto\",\n\t\t\t\t\"sovRatio\": 20.61\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"B00KDSGIPK\",\n\t\t\t\t\"sovRatio\": 7.24\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.tv\",\n\t\t\t\t\"sovRatio\": 2.47\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.android\",\n\t\t\t\t\"sovRatio\": 1.99\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.other\",\n\t\t\t\t\"sovRatio\": 1.58\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\"sovRatio\": 0.75\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"b00kdsgipk\",\n\t\t\t\t\"sovRatio\": 0.47\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\"sovRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"plutocbsn\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.roku\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.web\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.theasylum\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.failarmy\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.ios\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\"developerWebsite\": \"pluto.tv\",\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"totalApps\": 1\n\t\t},\n\t\t\"channels\": [{\n\t\t\t\"name\": \"Gravitas Movies\"\n\t\t}, {\n\t\t\t\"name\": \"FailArmy\"\n\t\t}, {\n\t\t\t\"name\": \"The Pet Collective\"\n\t\t}, {\n\t\t\t\"name\": \"Kevin Hart LOL\"\n\t\t}, {\n\t\t\t\"name\": \"Leverage\"\n\t\t}, {\n\t\t\t\"name\": \"Baywatch\"\n\t\t}, {\n\t\t\t\"name\": \"BET Her\"\n\t\t}, {\n\t\t\t\"name\": \"CBSN 2\"\n\t\t}, {\n\t\t\t\"name\": \"MST3K\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Wild \\u0027N Out\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Love \\u0026 Hip Hop\"\n\t\t}, {\n\t\t\t\"name\": \"The Asylum\"\n\t\t}, {\n\t\t\t\"name\": \"ET Live\"\n\t\t}, {\n\t\t\t\"name\": \"Nosey\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Live\"\n\t\t}, {\n\t\t\t\"name\": \"Crime Network\"\n\t\t}, {\n\t\t\t\"name\": \"Unsolved Mysteries\"\n\t\t}, {\n\t\t\t\"name\": \"World Poker Tour\"\n\t\t}, {\n\t\t\t\"name\": \"GustoTV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Hills\"\n\t\t}, {\n\t\t\t\"name\": \"Awesomeness TV\"\n\t\t}, {\n\t\t\t\"name\": \"RiffTrax\"\n\t\t}, {\n\t\t\t\"name\": \"People Are Awesome\"\n\t\t}, {\n\t\t\t\"name\": \"Free Action Movies\"\n\t\t}, {\n\t\t\t\"name\": \"PGA TOUR\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Teen\"\n\t\t}, {\n\t\t\t\"name\": \"Live Music Replay\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central\"\n\t\t}, {\n\t\t\t\"name\": \"CMT\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Guy Code\"\n\t\t}, {\n\t\t\t\"name\": \"TV Land Drama\"\n\t\t}, {\n\t\t\t\"name\": \"Complex Networks\"\n\t\t}, {\n\t\t\t\"name\": \"THC\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Latino\"\n\t\t}, {\n\t\t\t\"name\": \"GLORY Kickboxing\"\n\t\t}, {\n\t\t\t\"name\": \"Black Cinema\"\n\t\t}, {\n\t\t\t\"name\": \"Criss Angel Mindfreak\"\n\t\t}, {\n\t\t\t\"name\": \"British TV\"\n\t\t}, {\n\t\t\t\"name\": \"Dog the Bounty Hunter\"\n\t\t}, {\n\t\t\t\"name\": \"Flicks of Fury\"\n\t\t}, {\n\t\t\t\"name\": \"Fight\"\n\t\t}, {\n\t\t\t\"name\": \"Fox Sports 1\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central Latino\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 RuPaul\\u0027s Drag Race\"\n\t\t}, {\n\t\t\t\"name\": \"Bloomberg TV\"\n\t\t}, {\n\t\t\t\"name\": \"Funny AF\"\n\t\t}, {\n\t\t\t\"name\": \"CMT Westerns\"\n\t\t}, {\n\t\t\t\"name\": \"Fear Factor\"\n\t\t}, {\n\t\t\t\"name\": \"NBC News\"\n\t\t}, {\n\t\t\t\"name\": \"80s Rewind\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Challenge\"\n\t\t}, {\n\t\t\t\"name\": \"Spike\"\n\t\t}, {\n\t\t\t\"name\": \"Paramount Movie Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Sportsman Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Classic Movies Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Big Sky Conference\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Black Ink Crew\"\n\t\t}, {\n\t\t\t\"name\": \"Vevo Pop\"\n\t\t}, {\n\t\t\t\"name\": \"The First\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Cine Estelar\"\n\t\t}, {\n\t\t\t\"name\": \"Science\"\n\t\t}, {\n\t\t\t\"name\": \"HISTORY\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Block Party\"\n\t\t}, {\n\t\t\t\"name\": \"Court TV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Biggest Pop\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Hip Hop Family\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Spankin\\u0027 New\"\n\t\t}, {\n\t\t\t\"name\": \"Shout! Factory TV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Cribs\"\n\t\t}, {\n\t\t\t\"name\": \"Lively Place\"\n\t\t}, {\n\t\t\t\"name\": \"Chassy\"\n\t\t}, {\n\t\t\t\"name\": \"MLS\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Her Dramas\"\n\t\t}, {\n\t\t\t\"name\": \"Classic TV\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Winter Sports\"\n\t\t}, {\n\t\t\t\"name\": \"Antiques Roadshow UK\"\n\t\t}, {\n\t\t\t\"name\": \"PursuitUP\"\n\t\t}, {\n\t\t\t\"name\": \"TYT Network\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Naturaleza\"\n\t\t}, {\n\t\t\t\"name\": \"Spike Aventura\"\n\t\t}, {\n\t\t\t\"name\": \"Fuse\"\n\t\t}, {\n\t\t\t\"name\": \"LOGO\"\n\t\t}, {\n\t\t\t\"name\": \"Forensic Files\"\n\t\t}],\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"high\",\n\t\t\t\t\"alcoholContentRisk\": \"high\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"medium\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\",\n\t\t\t\t\t\"text\": \"250+ channels\\nof live TV.\\nBAYWATCH\\nBaywatch: Dream Girl\\nWED 6:00 PM\\n|6:00 PM\\n|6:30 PM\\nTV plutoo\\nMTV Cribs\\nPunk\\u0027d\\n��OMEDY\\nCENTRAL\\nReno 911!\\nTosh.0\\nplutoo\\nBAYWATCH\\nBaywatch: Dream Girl\\nCNN\\nThe Latest News from CNN\\nNFL Top 10\\nTop Shot\\nNFL\\nCHANNEL\\nOCBSN\\nCBS News Live\\nLEVERAGE\\nLeverage\\nLeverage\\nANIMAS\\nThe Zoo\\nBamboo Ban\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.75825\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.7033\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.6613\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\",\n\t\t\t\t\t\"text\": \"Drop in.\\nIt\\u0027s free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.67789\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.60989\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.56994\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\",\n\t\t\t\t\t\"text\": \"1000s of movies\\non-demand.\\nRecently Added\\nSee All \\u003e\\nHOAM MKAY AU\\nBIGBISTH\\nTHE\\nBIG\\nSHORT\\nTINA FEY\\nWHISKEY\\nTANGO\\nFOXTROT\\nTHIS IS A TRUE STORY\\nPRESS\\nBig Fish\\nThe Big Short\\nWhiskey Tango Foxtrot\\nRecently Added\\nSee All \\u003e\\nGOOD\\nBurger\\nHOT ROD\\nNICKELODEON\\nTHE LEGEND OF\\nBAGGIR\\nVANCE\\nGood Burger\\nThe Legend of Baggar Vance\\nHot Trot\\nRecently Added\\nSee All \\u003e\\nDICTATOR\\nFLORENCE\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Art\",\n\t\t\t\t\t\t\"score\": 0.50219\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\",\n\t\t\t\t\t\"text\": \"pluto @\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.96237\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.93628\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.92948\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.77553\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Graphics\",\n\t\t\t\t\t\t\"score\": 0.73121\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nGORDON\\nRAMSAY\\u0027S\\nHELL\\u0027S KITCHEN\\nUNCENSORED\\nGordon Ramsay\\u0027s Hell\\u0027s Kitchen\\nWED 6:00 PM\\n6:00 PM\\n6:30 PM\\nU N S OLV ED\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nGORDON\\nRAMSAY\\u0027S\\nHELL\\u0027S KITCHEN\\nGordon Ramsay\\u0027s Hell\\u0027s Kitchen: Break or\\nUNCEN SORED\\nCOLD CASE FILES\\nCold Case Files\\nThe New\\nDetectives\\nThe New Detectives\\nThe New Det\\nLove \\u0026 Hip Hop Atlanta\\nLove \\u0026 Hip F\\nLOVE \\u0026 HIP HOP VH\\nDOG\\nDog the Bounty Hunter\\nDog the Bou\\nTHE BOUNTY HUNTER\\nRUPAUL\\u0027S\\nDRAG RACE\\nRuPaul\\u0027s Drag Race\\nRuPaul\\u0027s Dra\\nVH1\\nS RIS S\\nA N GE\\nMINN��REAK\\nCricc Angel, M:nafrealk\\nCricc AngeL I\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.92182\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.71952\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.69731\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.69547\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nrson\\nCNN\\nThe Latest News from CNN\\nWED 6:00 PM\\n|6:00 PM\\n6:30 PM\\nS NBC\\nNEWS\\nNBC Nightly News\\nNBC Nightly\\nOCBSN\\nCBS News Live Broadcast\\nCNN\\nThe Latest News from CNN\\nplutoo NEWS\\nHeadline News\\nTODAY\\u0027S TOP\\nToday\\u0027s Top Story\\nToday\\u0027s Top\\nSTORY\\nc cheddar\\nnews\\nCheddar Top Stories\\nBloomberg\\nTelevision\\nBloomberg Markets: The Close\\nWeat her NLation . 24177\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86865\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.81197\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.80777\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.75926\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.72535\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\",\n\t\t\t\t\t\"text\": \"Drop in. It\\u0027s free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.75603\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Adaptation\",\n\t\t\t\t\t\t\"score\": 0.66966\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.65735\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.63672\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\",\n\t\t\t\t\t\"text\": \"1000s of movies on-demand.\\nplutoo\\nLive TV\\nOn Demand\\ne Entertainment\\nMost Popular Movies\\nBig Fish\\nEI News\\nPG-13| Drama/Fantasy | 2hr 5m | ��\\nWhen Edward Bloom becomes ill, his son, William, travels\\nto be with him. William has a strained relationship with\\nB Binge Watch\\nEdward because his father has always told exaggerated\\nstories about his life, and William thinks he\\u0027s never really\\ntold the truth.\\nMovies\\nCast: Ewan McGregor, Albert Finney, Billy Crudup\\nDirector: Tim Burton\\n�� Sports\\nBurger HOT RODALY DONUE ZLabor Day\\nH Explore\\nBIGDISH\\nBIG\\nBAGGER\\nVANCE\\nSHOR\\nFLORENCE\\nFOSTER JENKINS\\nMEXICAN\\nG Life + Style\\nCollection Title\\nH��RRISON\\nCADILLAC RECORDS\\nDEATH\\nATA\\nFUNERAL\\nDICTATOF\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.85803\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80597\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.75167\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\",\n\t\t\t\t\t\"text\": \"250+ channels of live TV.\\nplutoo\\nLive TV\\nOn Demand\\n8:30 PM\\n9:00 PM\\n9:30 PM\\nBETA plutoo\\nEntertainment\\nJV plutoo\\nMTV Cribs\\nPunk\\u0027d\\nJersey Shore\\n130\\nEI News\\na COMEDY plutoo\\nCENTRAL\\n52\\nReno 911!\\nTosh.0\\nChappelle\\u0027s S\\nBinge Watch\\n��aywatch\\nBaywatcl\\n* Featured\\nTV-MA Action 8:30PM- 9:30����\\nTV-MA Action 9:\\n356\\nBAYWATCH\\nJoin the Baywatch lifeguards on their thrilling adventures filled\\nJoin the Bayv\\nwith beautiful beaches and those iconic red swimsuits.\\nwith beautifu\\n3 Sports\\nCNN\\nThe Latest News from CNN\\nThe Latest News from CNN\\n11\\nH Explore\\n146\\nNFL CHANNEL\\nNFL Top 10\\nHard Knocks: A Decade of NFL Training Cadmps\\nA Life + Style\\nOCBSN\\n411\\nCBS News Live\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.93072\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.84903\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.77685\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.74575\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.70077\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nplutoo\\nOn Demand\\nLive TV\\nOMOVIES\\nFORENSIC FILES\\nForensic Files\\nForensic Files\\ne Entertainment\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nUnsolved Mys\\n334\\nEl News\\nGordon Ramsay\\u0027s Hell\\u0027s Kitchen\\nGordon R\\nGORDON RAMSAY\\u0027S\\nHELL\\u0027S KITCHEN\\nINCE NSOED\\n356\\nTV-MA Reality | 8:30PM ��� 9:30PM | E\\nTV-MA Reality 9:\\nBinge Watch\\nBreak On Through Chef Ramsay explains to the six remaining\\nBreak On Th��\\nchefs that they will face three extensive challenges to determine...\\nteams face c\\nFeatured\\nCOLD CASE|FILES\\n346\\nCold Case Files\\nCold Case Fil\\nSports\\nThe New\\nDetectives\\n342\\nThe New Detectives\\nThe New Detectives\\nThe New Dete\\nH Explore\\nLOVE \\u0026\\nHIP HOP\\nVH1\\n322\\nLove \\u0026 Hip Hop Atlanta\\nLove \\u0026 Hip Ho\\nLife + Style\\nDOG\\n353\\nDog the Bounty Hunter\\nDog the Bounty Hunter\\nDog the Boun\\nTHE BOUNTY HUNTER\\ne Comedy\\nRUPAUL\\u0027S\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.91578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.74573\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.74003\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nplutoo\\nOn Demand\\nLive TV\\nrson\\nCH 244\\nCNN\\nThe Latest News from CNN\\nT\\nCC\\n6:30PM - 9:3OPM\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.90742\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86095\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80441\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.77863\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.77101\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\t\"advertisingIvtRisk\": \"medium\",\n\t\t\t\t\"trustedSeller\": \"Telaria\",\n\t\t\t\t\"ivtFreeUsersRate\": 86.88,\n\t\t\t\t\"estimatedDailyActiveUsers\": 658551,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 19756535,\n\t\t\t\t\"adSpend\": 8475027.0\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 36.22,\n\t\t\t\t\t\"deviceOverlap\": 4.36,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies \\u0026 TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 24.42,\n\t\t\t\t\t\"deviceOverlap\": 12.09,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, \\u0026 More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 14.4,\n\t\t\t\t\t\"deviceOverlap\": 7.36,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV \\u0026 Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 6.35,\n\t\t\t\t\t\"deviceOverlap\": 2.94,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live \\u0026 On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 3.31,\n\t\t\t\t\t\"deviceOverlap\": 1.69,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 1.74,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.66,\n\t\t\t\t\t\"deviceOverlap\": 0.93,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.86,\n\t\t\t\t\t\"deviceOverlap\": 0.48,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies \\u0026 News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.72,\n\t\t\t\t\t\"deviceOverlap\": 0.27,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.64,\n\t\t\t\t\t\"deviceOverlap\": 0.34,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.61,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.59,\n\t\t\t\t\t\"deviceOverlap\": 0.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.55,\n\t\t\t\t\t\"deviceOverlap\": 0.24,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.53,\n\t\t\t\t\t\"deviceOverlap\": 0.27,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.49,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A\\u0026E\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.16,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local \\u0026 World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.44,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.4,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.29,\n\t\t\t\t\t\"deviceOverlap\": 0.13,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 31.72,\n\t\t\t\t\t\"deviceOverlap\": 4.44,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies \\u0026 TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 18.33,\n\t\t\t\t\t\"deviceOverlap\": 5.17,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, \\u0026 More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 11.11,\n\t\t\t\t\t\"deviceOverlap\": 2.91,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV \\u0026 Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 4.93,\n\t\t\t\t\t\"deviceOverlap\": 1.34,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live \\u0026 On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 2.81,\n\t\t\t\t\t\"deviceOverlap\": 0.83,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 1.39,\n\t\t\t\t\t\"deviceOverlap\": 0.28,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.09,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies \\u0026 News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.75,\n\t\t\t\t\t\"deviceOverlap\": 0.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.6,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.6,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.2,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A\\u0026E\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.08,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.42,\n\t\t\t\t\t\"deviceOverlap\": 0.07,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.41,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.38,\n\t\t\t\t\t\"deviceOverlap\": 0.17,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.35,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.35,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local \\u0026 World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.33,\n\t\t\t\t\t\"deviceOverlap\": 0.16,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 41.19,\n\t\t\t\"ivt\": 6.44,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 1.77,\n\t\t\t\"transparentSsaiRate\": 1.77\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 34.0,\n\t\t\t\"ivt\": 3.97,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.0,\n\t\t\t\"transparentSsaiRate\": 2.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 11.01,\n\t\t\t\"ivt\": 10.3,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.36,\n\t\t\t\"transparentSsaiRate\": 3.36\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.56,\n\t\t\t\"ivt\": 5.32,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.94,\n\t\t\t\"transparentSsaiRate\": 3.94\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\"ivt\": 1.56,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 1.19,\n\t\t\t\"transparentSsaiRate\": 1.19\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 16.59,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.03,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 1.46,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 99.16,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 43.75,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 4.37,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.97,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 53.96,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 19.67,\n\t\t\t\"transparentSsaiRate\": 19.67\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\"transparentSsaiRate\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 38.1,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 28.21,\n\t\t\t\"transparentSsaiRate\": 28.21\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 5.29,\n\t\t\t\"ivt\": 2.2,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.63,\n\t\t\t\"transparentSsaiRate\": 2.62\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.42,\n\t\t\t\"ivt\": 4.25,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.89,\n\t\t\t\"transparentSsaiRate\": 1.02\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 4.61,\n\t\t\t\"sivt\": 4.26,\n\t\t\t\"givt\": 0.35,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 2.46\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 1.37\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HijackedSession\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.38\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.03\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"CookieStuffing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.34,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 99.64,\n\t\t\t\t\"ivt\": 4.62,\n\t\t\t\t\"ssaiRate\": 2.14,\n\t\t\t\t\"transparentSsaiRate\": 2.12\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"ssaiRate\": 0.17,\n\t\t\t\t\"transparentSsaiRate\": 0.17\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\t\"ivt\": 15.08,\n\t\t\t\t\"ssaiRate\": 1.14,\n\t\t\t\t\"transparentSsaiRate\": 1.14\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 56.93,\n\t\t\t\t\"ssaiRate\": 9.89,\n\t\t\t\t\"transparentSsaiRate\": 9.89\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 98.18,\n\t\t\t\t\"ivt\": 4.29,\n\t\t\t\t\"ssaiRate\": 2.1,\n\t\t\t\t\"transparentSsaiRate\": 2.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 1.77,\n\t\t\t\t\"ivt\": 11.82,\n\t\t\t\t\"ssaiRate\": 0.11,\n\t\t\t\t\"transparentSsaiRate\": 0.11\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 5.8,\n\t\t\t\t\"ivt\": 3.38,\n\t\t\t\t\"ssaiRate\": 2.66,\n\t\t\t\t\"transparentSsaiRate\": 2.64\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 4.12,\n\t\t\t\t\"ivt\": 4.41,\n\t\t\t\t\"ssaiRate\": 1.94,\n\t\t\t\t\"transparentSsaiRate\": 1.92\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 3.75,\n\t\t\t\t\"ivt\": 5.44,\n\t\t\t\t\"ssaiRate\": 1.89,\n\t\t\t\t\"transparentSsaiRate\": 1.84\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.45,\n\t\t\t\t\"ivt\": 3.18,\n\t\t\t\t\"ssaiRate\": 0.81,\n\t\t\t\t\"transparentSsaiRate\": 0.81\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.64,\n\t\t\t\t\"ivt\": 4.36,\n\t\t\t\t\"ssaiRate\": 1.38,\n\t\t\t\t\"transparentSsaiRate\": 1.38\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 2.48,\n\t\t\t\t\"ivt\": 5.32,\n\t\t\t\t\"ssaiRate\": 2.31,\n\t\t\t\t\"transparentSsaiRate\": 2.27\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 2.23,\n\t\t\t\t\"ivt\": 4.01,\n\t\t\t\t\"ssaiRate\": 1.87,\n\t\t\t\t\"transparentSsaiRate\": 1.87\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 2.13,\n\t\t\t\t\"ivt\": 4.26,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 2.02\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 2.1,\n\t\t\t\t\"ivt\": 3.63,\n\t\t\t\t\"ssaiRate\": 2.1,\n\t\t\t\t\"transparentSsaiRate\": 2.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 4.58,\n\t\t\t\t\"ssaiRate\": 1.26,\n\t\t\t\t\"transparentSsaiRate\": 1.25\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 3.31,\n\t\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\t\"transparentSsaiRate\": 1.79\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 2.01,\n\t\t\t\t\"ivt\": 5.16,\n\t\t\t\t\"ssaiRate\": 2.85,\n\t\t\t\t\"transparentSsaiRate\": 2.81\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 1.73,\n\t\t\t\t\"ivt\": 5.74,\n\t\t\t\t\"ssaiRate\": 1.61,\n\t\t\t\t\"transparentSsaiRate\": 1.61\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"RALEIGH-DURHAM (FAYETVLLE)\",\n\t\t\t\t\"inventoryRatio\": 1.64,\n\t\t\t\t\"ivt\": 2.47,\n\t\t\t\t\"ssaiRate\": 2.18,\n\t\t\t\t\"transparentSsaiRate\": 2.17\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"inventoryRatio\": 1.6,\n\t\t\t\t\"ivt\": 2.74,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 2.01\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HARTFORD  NEW HAVEN\",\n\t\t\t\t\"inventoryRatio\": 1.37,\n\t\t\t\t\"ivt\": 2.08,\n\t\t\t\t\"ssaiRate\": 1.49,\n\t\t\t\t\"transparentSsaiRate\": 1.48\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.36,\n\t\t\t\t\"ivt\": 7.2,\n\t\t\t\t\"ssaiRate\": 1.34,\n\t\t\t\t\"transparentSsaiRate\": 1.31\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.33,\n\t\t\t\t\"ivt\": 6.9,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 1.26,\n\t\t\t\t\"ivt\": 9.03,\n\t\t\t\t\"ssaiRate\": 2.83,\n\t\t\t\t\"transparentSsaiRate\": 2.82\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": false,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Pluto TV - It’s Free TV\",\n\t\t\t\"description\": \"Download now to stream Pluto TV\\u0027s 100+ channels of news, sports, and the Internet\\u0027s best, completely free on Amazon. Also, get access to our free VOD library of over 1000 entire movies and full TV episodes.\\n\\nPluto TV is revolutionizing the streaming TV experience, with over a hundred channels of amazing programming.\\n\\nIf you\\u0027re a news junkie, we\\u0027ve got NBC News, as well as Sky News, Bloomberg, and more. For the fight fan, get the world\\u0027s best MMA, boxing and more on Fight. For other binge-worthy interests, we\\u0027ve got the Crime Network, Funny AF, IGN, Pro Wrestling and All Day Anime. Enjoy these, and over 100 more amazing channels on Pluto TV!\\n\\nLooking for free on-demand? With Pluto TV, you have access to our library of over 1000 full movies and entire episodes of your favorite TV shows. Its out of this world!\\n\\nFree yourself from traditional TV. With Pluto TV, all your great entertainment is free. Join us, Citizen, and download today to start watching all the amazing stuff on Pluto TV!\\n\\n* Privacy Policy and Your California Privacy Rights: https://corporate.pluto.tv/privacy-policy\\n* Do Not Sell My Personal Info: https://viacomprivacy.com\\n* Terms of Use: https://corporate.pluto.tv/terms-of-use\",\n\t\t\t\"categories\": [\"Movies \\u0026 TV\"],\n\t\t\t\"screenshotUrls\": [\"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\", \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\", \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\", \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"medium\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 4.62,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"ssaiRate\": 2.14,\n\t\t\t\"transparentSsaiRate\": 2.12,\n\t\t\t\"descriptionBrandSafetyRisk\": \"high\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": true,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": {\n\t\t\t\"victimOfSpoofing\": true,\n\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\"byFraudType\": null\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://www.amazon.com/Pluto-TV-Its-Free/dp/B00KDSGIPK\",\n\t\t\t\"availableCountries\": null,\n\t\t\t\"availableLanguages\": null,\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 84.0,\n\t\t\t\"starRatingCount\": 148704.0,\n\t\t\t\"parentalHint\": \"Guidance Suggested\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": null,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 79.0,\n\t\t\t\"publishedDate\": null,\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"http://corporate.pluto.tv/privacy-policy/\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"tv.pluto.firetv\",\n\t\t\t\t\"sovRatio\": 64.42\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto\",\n\t\t\t\t\"sovRatio\": 20.68\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"B00KDSGIPK\",\n\t\t\t\t\"sovRatio\": 7.26\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.tv\",\n\t\t\t\t\"sovRatio\": 2.48\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.android\",\n\t\t\t\t\"sovRatio\": 2.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.other\",\n\t\t\t\t\"sovRatio\": 1.59\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.amazon\",\n\t\t\t\t\"sovRatio\": 0.75\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"b00kdsgipk\",\n\t\t\t\t\"sovRatio\": 0.47\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.failarmy.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.22\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.thepetcollective.tv.pluto\",\n\t\t\t\t\"sovRatio\": 0.05\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.gravitas\",\n\t\t\t\t\"sovRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"plutocbsn\",\n\t\t\t\t\"sovRatio\": 0.02\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.roku\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.web\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.pluto.fubotv\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.mst3k\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.theasylum\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"tv.pluto.failarmy\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\"developerWebsite\": \"pluto.tv\",\n\t\t\t\"privateDomain\": true,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"totalApps\": 1\n\t\t},\n\t\t\"channels\": [{\n\t\t\t\"name\": \"Gravitas Movies\"\n\t\t}, {\n\t\t\t\"name\": \"FailArmy\"\n\t\t}, {\n\t\t\t\"name\": \"The Pet Collective\"\n\t\t}, {\n\t\t\t\"name\": \"Kevin Hart LOL\"\n\t\t}, {\n\t\t\t\"name\": \"Leverage\"\n\t\t}, {\n\t\t\t\"name\": \"Baywatch\"\n\t\t}, {\n\t\t\t\"name\": \"BET Her\"\n\t\t}, {\n\t\t\t\"name\": \"CBSN 2\"\n\t\t}, {\n\t\t\t\"name\": \"MST3K\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Wild \\u0027N Out\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Love \\u0026 Hip Hop\"\n\t\t}, {\n\t\t\t\"name\": \"The Asylum\"\n\t\t}, {\n\t\t\t\"name\": \"ET Live\"\n\t\t}, {\n\t\t\t\"name\": \"Nosey\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Live\"\n\t\t}, {\n\t\t\t\"name\": \"Crime Network\"\n\t\t}, {\n\t\t\t\"name\": \"Unsolved Mysteries\"\n\t\t}, {\n\t\t\t\"name\": \"World Poker Tour\"\n\t\t}, {\n\t\t\t\"name\": \"GustoTV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Hills\"\n\t\t}, {\n\t\t\t\"name\": \"Awesomeness TV\"\n\t\t}, {\n\t\t\t\"name\": \"RiffTrax\"\n\t\t}, {\n\t\t\t\"name\": \"People Are Awesome\"\n\t\t}, {\n\t\t\t\"name\": \"Free Action Movies\"\n\t\t}, {\n\t\t\t\"name\": \"PGA TOUR\"\n\t\t}, {\n\t\t\t\"name\": \"Live Music Replay\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Teen\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central\"\n\t\t}, {\n\t\t\t\"name\": \"CMT\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Guy Code\"\n\t\t}, {\n\t\t\t\"name\": \"TV Land Drama\"\n\t\t}, {\n\t\t\t\"name\": \"THC\"\n\t\t}, {\n\t\t\t\"name\": \"Complex Networks\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Latino\"\n\t\t}, {\n\t\t\t\"name\": \"Black Cinema\"\n\t\t}, {\n\t\t\t\"name\": \"GLORY Kickboxing\"\n\t\t}, {\n\t\t\t\"name\": \"Criss Angel Mindfreak\"\n\t\t}, {\n\t\t\t\"name\": \"British TV\"\n\t\t}, {\n\t\t\t\"name\": \"Flicks of Fury\"\n\t\t}, {\n\t\t\t\"name\": \"Fight\"\n\t\t}, {\n\t\t\t\"name\": \"Dog the Bounty Hunter\"\n\t\t}, {\n\t\t\t\"name\": \"Fox Sports 1\"\n\t\t}, {\n\t\t\t\"name\": \"Comedy Central Latino\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 RuPaul\\u0027s Drag Race\"\n\t\t}, {\n\t\t\t\"name\": \"Bloomberg TV\"\n\t\t}, {\n\t\t\t\"name\": \"Funny AF\"\n\t\t}, {\n\t\t\t\"name\": \"Fear Factor\"\n\t\t}, {\n\t\t\t\"name\": \"CMT Westerns\"\n\t\t}, {\n\t\t\t\"name\": \"NBC News\"\n\t\t}, {\n\t\t\t\"name\": \"80s Rewind\"\n\t\t}, {\n\t\t\t\"name\": \"MTV The Challenge\"\n\t\t}, {\n\t\t\t\"name\": \"Paramount Movie Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Spike\"\n\t\t}, {\n\t\t\t\"name\": \"Sportsman Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Classic Movies Channel\"\n\t\t}, {\n\t\t\t\"name\": \"Big Sky Conference\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Cine Estelar\"\n\t\t}, {\n\t\t\t\"name\": \"The First\"\n\t\t}, {\n\t\t\t\"name\": \"Vevo Pop\"\n\t\t}, {\n\t\t\t\"name\": \"HISTORY\"\n\t\t}, {\n\t\t\t\"name\": \"Science\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Black Ink Crew\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Block Party\"\n\t\t}, {\n\t\t\t\"name\": \"Court TV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Biggest Pop\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Spankin\\u0027 New\"\n\t\t}, {\n\t\t\t\"name\": \"VH1 Hip Hop Family\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Her Dramas\"\n\t\t}, {\n\t\t\t\"name\": \"MLS\"\n\t\t}, {\n\t\t\t\"name\": \"Chassy\"\n\t\t}, {\n\t\t\t\"name\": \"Shout! Factory TV\"\n\t\t}, {\n\t\t\t\"name\": \"MTV Cribs\"\n\t\t}, {\n\t\t\t\"name\": \"Lively Place\"\n\t\t}, {\n\t\t\t\"name\": \"Antiques Roadshow UK\"\n\t\t}, {\n\t\t\t\"name\": \"Classic TV\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Winter Sports\"\n\t\t}, {\n\t\t\t\"name\": \"Forensic Files\"\n\t\t}, {\n\t\t\t\"name\": \"Fuse\"\n\t\t}, {\n\t\t\t\"name\": \"TYT Network\"\n\t\t}, {\n\t\t\t\"name\": \"Pluto TV Naturaleza\"\n\t\t}, {\n\t\t\t\"name\": \"PursuitUP\"\n\t\t}, {\n\t\t\t\"name\": \"LOGO\"\n\t\t}, {\n\t\t\t\"name\": \"Spike Aventura\"\n\t\t}],\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"high\",\n\t\t\t\t\"alcoholContentRisk\": \"high\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"medium\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\",\n\t\t\t\t\t\"text\": \"250+ channels\\nof live TV.\\nBAYWATCH\\nBaywatch: Dream Girl\\nWED 6:00 PM\\n|6:00 PM\\n|6:30 PM\\nTV plutoo\\nMTV Cribs\\nPunk\\u0027d\\n��OMEDY\\nCENTRAL\\nReno 911!\\nTosh.0\\nplutoo\\nBAYWATCH\\nBaywatch: Dream Girl\\nCNN\\nThe Latest News from CNN\\nNFL Top 10\\nTop Shot\\nNFL\\nCHANNEL\\nOCBSN\\nCBS News Live\\nLEVERAGE\\nLeverage\\nLeverage\\nANIMAS\\nThe Zoo\\nBamboo Ban\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.75825\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.7033\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.6613\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\",\n\t\t\t\t\t\"text\": \"Drop in.\\nIt\\u0027s free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.67789\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.60989\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.56994\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\",\n\t\t\t\t\t\"text\": \"1000s of movies\\non-demand.\\nRecently Added\\nSee All \\u003e\\nHOAM MKAY AU\\nBIGBISTH\\nTHE\\nBIG\\nSHORT\\nTINA FEY\\nWHISKEY\\nTANGO\\nFOXTROT\\nTHIS IS A TRUE STORY\\nPRESS\\nBig Fish\\nThe Big Short\\nWhiskey Tango Foxtrot\\nRecently Added\\nSee All \\u003e\\nGOOD\\nBurger\\nHOT ROD\\nNICKELODEON\\nTHE LEGEND OF\\nBAGGIR\\nVANCE\\nGood Burger\\nThe Legend of Baggar Vance\\nHot Trot\\nRecently Added\\nSee All \\u003e\\nDICTATOR\\nFLORENCE\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Art\",\n\t\t\t\t\t\t\"score\": 0.50219\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\",\n\t\t\t\t\t\"text\": \"pluto @\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.96237\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.93628\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.92948\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.77553\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Graphics\",\n\t\t\t\t\t\t\"score\": 0.73121\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nGORDON\\nRAMSAY\\u0027S\\nHELL\\u0027S KITCHEN\\nUNCENSORED\\nGordon Ramsay\\u0027s Hell\\u0027s Kitchen\\nWED 6:00 PM\\n6:00 PM\\n6:30 PM\\nU N S OLV ED\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nGORDON\\nRAMSAY\\u0027S\\nHELL\\u0027S KITCHEN\\nGordon Ramsay\\u0027s Hell\\u0027s Kitchen: Break or\\nUNCEN SORED\\nCOLD CASE FILES\\nCold Case Files\\nThe New\\nDetectives\\nThe New Detectives\\nThe New Det\\nLove \\u0026 Hip Hop Atlanta\\nLove \\u0026 Hip F\\nLOVE \\u0026 HIP HOP VH\\nDOG\\nDog the Bounty Hunter\\nDog the Bou\\nTHE BOUNTY HUNTER\\nRUPAUL\\u0027S\\nDRAG RACE\\nRuPaul\\u0027s Drag Race\\nRuPaul\\u0027s Dra\\nVH1\\nS RIS S\\nA N GE\\nMINN��REAK\\nCricc Angel, M:nafrealk\\nCricc AngeL I\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.92182\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.71952\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.69731\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.69547\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nrson\\nCNN\\nThe Latest News from CNN\\nWED 6:00 PM\\n|6:00 PM\\n6:30 PM\\nS NBC\\nNEWS\\nNBC Nightly News\\nNBC Nightly\\nOCBSN\\nCBS News Live Broadcast\\nCNN\\nThe Latest News from CNN\\nplutoo NEWS\\nHeadline News\\nTODAY\\u0027S TOP\\nToday\\u0027s Top Story\\nToday\\u0027s Top\\nSTORY\\nc cheddar\\nnews\\nCheddar Top Stories\\nBloomberg\\nTelevision\\nBloomberg Markets: The Close\\nWeat her NLation . 24177\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86865\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.81197\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.80777\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.75926\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.72535\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\",\n\t\t\t\t\t\"text\": \"Drop in. It\\u0027s free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.75603\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Adaptation\",\n\t\t\t\t\t\t\"score\": 0.66966\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.65735\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.63672\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\",\n\t\t\t\t\t\"text\": \"1000s of movies on-demand.\\nplutoo\\nLive TV\\nOn Demand\\ne Entertainment\\nMost Popular Movies\\nBig Fish\\nEI News\\nPG-13| Drama/Fantasy | 2hr 5m | ��\\nWhen Edward Bloom becomes ill, his son, William, travels\\nto be with him. William has a strained relationship with\\nB Binge Watch\\nEdward because his father has always told exaggerated\\nstories about his life, and William thinks he\\u0027s never really\\ntold the truth.\\nMovies\\nCast: Ewan McGregor, Albert Finney, Billy Crudup\\nDirector: Tim Burton\\n�� Sports\\nBurger HOT RODALY DONUE ZLabor Day\\nH Explore\\nBIGDISH\\nBIG\\nBAGGER\\nVANCE\\nSHOR\\nFLORENCE\\nFOSTER JENKINS\\nMEXICAN\\nG Life + Style\\nCollection Title\\nH��RRISON\\nCADILLAC RECORDS\\nDEATH\\nATA\\nFUNERAL\\nDICTATOF\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.85803\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80597\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.75167\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\",\n\t\t\t\t\t\"text\": \"250+ channels of live TV.\\nplutoo\\nLive TV\\nOn Demand\\n8:30 PM\\n9:00 PM\\n9:30 PM\\nBETA plutoo\\nEntertainment\\nJV plutoo\\nMTV Cribs\\nPunk\\u0027d\\nJersey Shore\\n130\\nEI News\\na COMEDY plutoo\\nCENTRAL\\n52\\nReno 911!\\nTosh.0\\nChappelle\\u0027s S\\nBinge Watch\\n��aywatch\\nBaywatcl\\n* Featured\\nTV-MA Action 8:30PM- 9:30����\\nTV-MA Action 9:\\n356\\nBAYWATCH\\nJoin the Baywatch lifeguards on their thrilling adventures filled\\nJoin the Bayv\\nwith beautiful beaches and those iconic red swimsuits.\\nwith beautifu\\n3 Sports\\nCNN\\nThe Latest News from CNN\\nThe Latest News from CNN\\n11\\nH Explore\\n146\\nNFL CHANNEL\\nNFL Top 10\\nHard Knocks: A Decade of NFL Training Cadmps\\nA Life + Style\\nOCBSN\\n411\\nCBS News Live\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.93072\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.84903\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.77685\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.74575\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.70077\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nplutoo\\nOn Demand\\nLive TV\\nOMOVIES\\nFORENSIC FILES\\nForensic Files\\nForensic Files\\ne Entertainment\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nUnsolved Mys\\n334\\nEl News\\nGordon Ramsay\\u0027s Hell\\u0027s Kitchen\\nGordon R\\nGORDON RAMSAY\\u0027S\\nHELL\\u0027S KITCHEN\\nINCE NSOED\\n356\\nTV-MA Reality | 8:30PM ��� 9:30PM | E\\nTV-MA Reality 9:\\nBinge Watch\\nBreak On Through Chef Ramsay explains to the six remaining\\nBreak On Th��\\nchefs that they will face three extensive challenges to determine...\\nteams face c\\nFeatured\\nCOLD CASE|FILES\\n346\\nCold Case Files\\nCold Case Fil\\nSports\\nThe New\\nDetectives\\n342\\nThe New Detectives\\nThe New Detectives\\nThe New Dete\\nH Explore\\nLOVE \\u0026\\nHIP HOP\\nVH1\\n322\\nLove \\u0026 Hip Hop Atlanta\\nLove \\u0026 Hip Ho\\nLife + Style\\nDOG\\n353\\nDog the Bounty Hunter\\nDog the Bounty Hunter\\nDog the Boun\\nTHE BOUNTY HUNTER\\ne Comedy\\nRUPAUL\\u0027S\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.91578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.74573\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.74003\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nplutoo\\nOn Demand\\nLive TV\\nrson\\nCH 244\\nCNN\\nThe Latest News from CNN\\nT\\nCC\\n6:30PM - 9:3OPM\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.90742\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86095\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80441\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.77863\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.77101\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\t\"advertisingIvtRisk\": \"medium\",\n\t\t\t\t\"trustedSeller\": \"Telaria\",\n\t\t\t\t\"ivtFreeUsersRate\": 86.77,\n\t\t\t\t\"estimatedDailyActiveUsers\": 658551,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 19756535,\n\t\t\t\t\"adSpend\": 8471801.0\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 36.35,\n\t\t\t\t\t\"deviceOverlap\": 4.39,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies \\u0026 TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 24.51,\n\t\t\t\t\t\"deviceOverlap\": 12.17,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, \\u0026 More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 14.45,\n\t\t\t\t\t\"deviceOverlap\": 7.41,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV \\u0026 Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 6.37,\n\t\t\t\t\t\"deviceOverlap\": 2.96,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live \\u0026 On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 3.33,\n\t\t\t\t\t\"deviceOverlap\": 1.7,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 1.75,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.67,\n\t\t\t\t\t\"deviceOverlap\": 0.94,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.86,\n\t\t\t\t\t\"deviceOverlap\": 0.48,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies \\u0026 News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.72,\n\t\t\t\t\t\"deviceOverlap\": 0.28,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.64,\n\t\t\t\t\t\"deviceOverlap\": 0.34,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.61,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.59,\n\t\t\t\t\t\"deviceOverlap\": 0.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.55,\n\t\t\t\t\t\"deviceOverlap\": 0.24,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.54,\n\t\t\t\t\t\"deviceOverlap\": 0.27,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.49,\n\t\t\t\t\t\"deviceOverlap\": 0.26,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A\\u0026E\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.17,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local \\u0026 World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.44,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.4,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.29,\n\t\t\t\t\t\"deviceOverlap\": 0.13,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 31.76,\n\t\t\t\t\t\"deviceOverlap\": 4.45,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies \\u0026 TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 18.35,\n\t\t\t\t\t\"deviceOverlap\": 5.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, \\u0026 More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 11.13,\n\t\t\t\t\t\"deviceOverlap\": 2.91,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV \\u0026 Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 4.93,\n\t\t\t\t\t\"deviceOverlap\": 1.34,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live \\u0026 On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 2.82,\n\t\t\t\t\t\"deviceOverlap\": 0.83,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar\",\n\t\t\t\t\t\"impressionOverlap\": 1.39,\n\t\t\t\t\t\"deviceOverlap\": 0.28,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.1,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"fuboTV: Watch Live Sports, TV Shows, Movies \\u0026 News\",\n\t\t\t\t\t\"developerName\": \"fuboTV\",\n\t\t\t\t\t\"impressionOverlap\": 0.75,\n\t\t\t\t\t\"deviceOverlap\": 0.18,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.6,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.6,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.2,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.56,\n\t\t\t\t\t\"deviceOverlap\": 0.23,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A\\u0026E\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.08,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.42,\n\t\t\t\t\t\"deviceOverlap\": 0.07,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.41,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.38,\n\t\t\t\t\t\"deviceOverlap\": 0.16,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 0.35,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.35,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local \\u0026 World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.33,\n\t\t\t\t\t\"deviceOverlap\": 0.16,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 40.61,\n\t\t\t\"ivt\": 6.59,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\"transparentSsaiRate\": 1.81\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 34.33,\n\t\t\t\"ivt\": 3.96,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.0,\n\t\t\t\"transparentSsaiRate\": 2.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 11.12,\n\t\t\t\"ivt\": 10.3,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.36,\n\t\t\t\"transparentSsaiRate\": 3.36\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 5.62,\n\t\t\t\"ivt\": 5.32,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.94,\n\t\t\t\"transparentSsaiRate\": 3.94\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.41,\n\t\t\t\"ivt\": 1.54,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 1.19,\n\t\t\t\"transparentSsaiRate\": 1.19\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\"ivt\": 16.58,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.03,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 1.46,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Google AdExchange\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\"ivt\": 99.15,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 43.75,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Smart AdServer\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.02,\n\t\t\t\"ivt\": 2.07,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"PubMatic\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 4.37,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.97,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Rubicon Project\",\n\t\t\t\"paymentType\": \"Direct\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 53.96,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 19.67,\n\t\t\t\"transparentSsaiRate\": 19.67\n\t\t}, {\n\t\t\t\"exchange\": \"Smaato Inc.\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": 38.1,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 28.21,\n\t\t\t\"transparentSsaiRate\": 28.21\n\t\t}, {\n\t\t\t\"exchange\": \"PulsePoint\",\n\t\t\t\"paymentType\": \"Reseller\",\n\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\"transparentSsaiRate\": 100.0\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 5.34,\n\t\t\t\"ivt\": 2.2,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 2.63,\n\t\t\t\"transparentSsaiRate\": 2.62\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 2.45,\n\t\t\t\"ivt\": 4.24,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.0,\n\t\t\t\"ssaiRate\": 3.89,\n\t\t\t\"transparentSsaiRate\": 1.02\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 4.62,\n\t\t\t\"sivt\": 4.27,\n\t\t\t\"givt\": 0.35,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 2.46\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 1.38\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HijackedSession\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.38\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.02\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"CookieStuffing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.34,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 99.64,\n\t\t\t\t\"ivt\": 4.62,\n\t\t\t\t\"ssaiRate\": 2.14,\n\t\t\t\t\"transparentSsaiRate\": 2.12\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 0.33,\n\t\t\t\t\"ivt\": 0.74,\n\t\t\t\t\"ssaiRate\": 0.17,\n\t\t\t\t\"transparentSsaiRate\": 0.17\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.03,\n\t\t\t\t\"ivt\": 15.08,\n\t\t\t\t\"ssaiRate\": 1.14,\n\t\t\t\t\"transparentSsaiRate\": 1.14\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 56.93,\n\t\t\t\t\"ssaiRate\": 9.89,\n\t\t\t\t\"transparentSsaiRate\": 9.89\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 98.18,\n\t\t\t\t\"ivt\": 4.29,\n\t\t\t\t\"ssaiRate\": 2.1,\n\t\t\t\t\"transparentSsaiRate\": 2.1\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 1.77,\n\t\t\t\t\"ivt\": 11.81,\n\t\t\t\t\"ssaiRate\": 0.11,\n\t\t\t\t\"transparentSsaiRate\": 0.11\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 5.8,\n\t\t\t\t\"ivt\": 3.38,\n\t\t\t\t\"ssaiRate\": 2.66,\n\t\t\t\t\"transparentSsaiRate\": 2.64\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 4.12,\n\t\t\t\t\"ivt\": 4.41,\n\t\t\t\t\"ssaiRate\": 1.94,\n\t\t\t\t\"transparentSsaiRate\": 1.92\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 3.75,\n\t\t\t\t\"ivt\": 5.44,\n\t\t\t\t\"ssaiRate\": 1.89,\n\t\t\t\t\"transparentSsaiRate\": 1.84\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 3.45,\n\t\t\t\t\"ivt\": 3.18,\n\t\t\t\t\"ssaiRate\": 0.81,\n\t\t\t\t\"transparentSsaiRate\": 0.81\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.64,\n\t\t\t\t\"ivt\": 4.36,\n\t\t\t\t\"ssaiRate\": 1.38,\n\t\t\t\t\"transparentSsaiRate\": 1.38\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 2.48,\n\t\t\t\t\"ivt\": 5.32,\n\t\t\t\t\"ssaiRate\": 2.31,\n\t\t\t\t\"transparentSsaiRate\": 2.27\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 2.23,\n\t\t\t\t\"ivt\": 4.01,\n\t\t\t\t\"ssaiRate\": 1.87,\n\t\t\t\t\"transparentSsaiRate\": 1.87\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 2.13,\n\t\t\t\t\"ivt\": 4.26,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 2.02\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 2.1,\n\t\t\t\t\"ivt\": 3.63,\n\t\t\t\t\"ssaiRate\": 2.1,\n\t\t\t\t\"transparentSsaiRate\": 2.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 4.58,\n\t\t\t\t\"ssaiRate\": 1.26,\n\t\t\t\t\"transparentSsaiRate\": 1.25\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"inventoryRatio\": 2.03,\n\t\t\t\t\"ivt\": 3.31,\n\t\t\t\t\"ssaiRate\": 1.82,\n\t\t\t\t\"transparentSsaiRate\": 1.79\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 2.01,\n\t\t\t\t\"ivt\": 5.16,\n\t\t\t\t\"ssaiRate\": 2.85,\n\t\t\t\t\"transparentSsaiRate\": 2.81\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 1.73,\n\t\t\t\t\"ivt\": 5.74,\n\t\t\t\t\"ssaiRate\": 1.61,\n\t\t\t\t\"transparentSsaiRate\": 1.61\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"RALEIGH-DURHAM (FAYETVLLE)\",\n\t\t\t\t\"inventoryRatio\": 1.64,\n\t\t\t\t\"ivt\": 2.47,\n\t\t\t\t\"ssaiRate\": 2.18,\n\t\t\t\t\"transparentSsaiRate\": 2.17\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"inventoryRatio\": 1.6,\n\t\t\t\t\"ivt\": 2.74,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 2.01\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HARTFORD  NEW HAVEN\",\n\t\t\t\t\"inventoryRatio\": 1.37,\n\t\t\t\t\"ivt\": 2.08,\n\t\t\t\t\"ssaiRate\": 1.49,\n\t\t\t\t\"transparentSsaiRate\": 1.48\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MIAMI-FT. LAUDERDALE\",\n\t\t\t\t\"inventoryRatio\": 1.36,\n\t\t\t\t\"ivt\": 7.2,\n\t\t\t\t\"ssaiRate\": 1.34,\n\t\t\t\t\"transparentSsaiRate\": 1.31\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.33,\n\t\t\t\t\"ivt\": 6.9,\n\t\t\t\t\"ssaiRate\": 1.97,\n\t\t\t\t\"transparentSsaiRate\": 1.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 1.26,\n\t\t\t\t\"ivt\": 9.03,\n\t\t\t\t\"ssaiRate\": 2.83,\n\t\t\t\t\"transparentSsaiRate\": 2.82\n\t\t\t}]\n\t\t}\n\t}]\n} {\n\t\"appId\": \"181208\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"181208\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"roku\",\n\t\t\"includeSpoofing\": false,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"FOX Soccer Match Pass\",\n\t\t\t\"description\": \"Stream live and on-demand soccer, rugby, and more from Bundesliga, MLS, Copa Libertadores, and Copa Sudamericana, to National Rugby League, Super Rugby League, and Australian Rules Football\",\n\t\t\t\"categories\": [\"Sports\", \"New \\u0026 Notable\"],\n\t\t\t\"screenshotUrls\": [\"https://image.roku.com/developer_channels/prod/46088ffa7b10fd3369dddaf6f7113802f8ceb04c112f4b490bc33013623f0845.jpg\", \"https://image.roku.com/developer_channels/prod/a8dc03c082707b28dbba6f766edb7c99452216af03775383ea1a403ca4ef1236.png\", \"https://image.roku.com/developer_channels/prod/dc4124d3a6018b3b23b017fe783fa08fd19c2988d79ec6ebb2dcabb37f71ae71.png\", \"https://image.roku.com/developer_channels/prod/d3348d07395d8a2cce986d9ee57a2bd4ff5cea60be60e995b2a7cbf7bc0f84d9.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}],\n\t\t\t\"ivt\": 4.67,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"ssaiRate\": 39.82,\n\t\t\t\"transparentSsaiRate\": 6.27,\n\t\t\t\"descriptionBrandSafetyRisk\": \"low\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": false,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": null,\n\t\t\t\"hasTermsAndConditions\": null,\n\t\t\t\"hasPrivacyPolicy\": null,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": {\n\t\t\t\"victimOfSpoofing\": false,\n\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\"byFraudType\": null\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://channelstore.roku.com/details/181208\",\n\t\t\t\"availableCountries\": [\"Canada\", \"Peru\", \"Chile\", \"El Salvador\", \"United States\", \"Argentina\", \"Honduras\", \"United Kingdom\", \"Colombia\", \"Nicaragua\", \"Mexico\", \"Costa Rica\", \"Guatemala\", \"France\", \"Panama\"],\n\t\t\t\"availableLanguages\": [\"English\", \"Spanish\", \"French\"],\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 63.9746,\n\t\t\t\"starRatingCount\": 629.0,\n\t\t\t\"parentalHint\": \"AllAges\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": false,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 40.0,\n\t\t\t\"publishedDate\": \"2017-10-30\",\n\t\t\t\"appPrivacyPolicy\": false,\n\t\t\t\"appPrivacyPolicyUrl\": null,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"com.roku.foxsoccermatchpass\",\n\t\t\t\t\"sovRatio\": 97.11\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"181208\",\n\t\t\t\t\"sovRatio\": 2.89\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"FOX Sports\",\n\t\t\t\"developerWebsite\": null,\n\t\t\t\"privateDomain\": null,\n\t\t\t\"hasTermsAndConditions\": null,\n\t\t\t\"hasPrivacyPolicy\": null,\n\t\t\t\"totalApps\": 3\n\t\t},\n\t\t\"channels\": null,\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"low\",\n\t\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"low\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"low\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/46088ffa7b10fd3369dddaf6f7113802f8ceb04c112f4b490bc33013623f0845.jpg\",\n\t\t\t\t\t\"text\": \"WATCH NOW\\nADEFA CHAMPIONS LEAGUE\\nBUNDESLIGA\\nBSW\\nBA\\nWE LIVE SOCCER\\naVa\\n(BAB\\nLOGIN NOW\\n22\\n30\\n25\\n20\\n235\\n33\\n6.\\n185\\nO OPEL\\nLES\\nFES 17\\nDEVOLUT SOCCER\\nDr VC UONS CER\\nUNA DPA RKSIGGL ID TAG PERK S CNAL IDA O FAR\\n++P REVOUU SOCOR\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Fan\",\n\t\t\t\t\t\t\"score\": 0.93636\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.88116\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.87128\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Yellow\",\n\t\t\t\t\t\t\"score\": 0.83633\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Sport venue\",\n\t\t\t\t\t\t\"score\": 0.7934\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/a8dc03c082707b28dbba6f766edb7c99452216af03775383ea1a403ca4ef1236.png\",\n\t\t\t\t\t\"text\": \"RALIAN FOOTBALL LEAGUE\\nNATIONAL RUGBY LEAGUE\\nBUNDESLIGA\\nEXPLORE\\n***\\nadidas\\nBundesliga - Dec 16, 2017\\nFULL MATCH\\nPOR\\nStuttgart - Bayern Munich\\n24\\nBUNDESLIGA\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Player\",\n\t\t\t\t\t\t\"score\": 0.97302\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Football player\",\n\t\t\t\t\t\t\"score\": 0.95738\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.92529\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Team sport\",\n\t\t\t\t\t\t\"score\": 0.87898\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Team\",\n\t\t\t\t\t\t\"score\": 0.87375\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/d3348d07395d8a2cce986d9ee57a2bd4ff5cea60be60e995b2a7cbf7bc0f84d9.png\",\n\t\t\t\t\t\"text\": \"02:13 STUTTGART 0-0 BAYERN\\nbenz\\nMercedesBenz\\nO Me\\nMerced Pz Oerr des Benz\\nRichtige Entscheidung. Auch ohne Videobeweis.\\nKaELER\\nPORS CHE\\nJMAOHE\\nPUMA\\nPUMAOHE\\ncher fscher her\\nPUMAY\\nPUMA OHE\\nMercedes Benz Arena\\nEWURTH\\nedes-Benz\\nNER\\n6 ASCAC��BAR\\n32 ������\\nER\\nMIDFIELDER\\nMIDFIELD\\nhank Meedes beng BankMercedes Bena Dak Mee\\nDIS\\nVFB STUTTGART\\nBUNDESLA\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Stadium\",\n\t\t\t\t\t\t\"score\": 0.99471\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Sport venue\",\n\t\t\t\t\t\t\"score\": 0.98993\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Ball game\",\n\t\t\t\t\t\t\"score\": 0.97419\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Football\",\n\t\t\t\t\t\t\"score\": 0.97004\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Arena\",\n\t\t\t\t\t\t\"score\": 0.9587\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/dc4124d3a6018b3b23b017fe783fa08fd19c2988d79ec6ebb2dcabb37f71ae71.png\",\n\t\t\t\t\t\"text\": \"EXPLORE\\nBUNDESLIGA\\nTIONAL RUGBY LEAGUE\\n1984 VEE\\n1999 FC BAYERN\\n1984 VEB\\n1999 FC BAYE\\nMLS\\n2.BUNDESLIGA\\n���\\nCONME\\nLIBERTADORES\\nAROGESTONE\\nBUNDESLIGA\\nBUNDESLIGA\\nCopa Libertadores\\nMajor League Soccer\\n2.Bundesliga\\nBundesliga\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.68953\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.63505\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.58231\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.0\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\t\"advertisingIvtRisk\": \"low\",\n\t\t\t\t\"trustedSeller\": null,\n\t\t\t\t\"ivtFreeUsersRate\": 94.39,\n\t\t\t\t\"estimatedDailyActiveUsers\": 10605,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 318159,\n\t\t\t\t\"adSpend\": 1988.0\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Hulu\",\n\t\t\t\t\t\"developerName\": \"Hulu LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.91,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO - Free Movies \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.82,\n\t\t\t\t\t\"deviceOverlap\": 0.68,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle\",\n\t\t\t\t\t\"developerName\": \"Crackle Plus, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.61,\n\t\t\t\t\t\"deviceOverlap\": 0.29,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.45,\n\t\t\t\t\t\"deviceOverlap\": 0.35,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crunchyroll\",\n\t\t\t\t\t\"developerName\": \"Crunchyroll, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.35,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"iFood.tv\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.31,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"PBS\",\n\t\t\t\t\t\"developerName\": \"Public Broadcasting Service\",\n\t\t\t\t\t\"impressionOverlap\": 0.28,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Pluto TV - It\\u0027s Free TV\",\n\t\t\t\t\t\"developerName\": \"Pluto Inc. \",\n\t\t\t\t\t\"impressionOverlap\": 0.28,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Food Network GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.28,\n\t\t\t\t\t\"deviceOverlap\": 0.29,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise\",\n\t\t\t\t\t\"developerName\": \"FilmRise\",\n\t\t\t\t\t\"impressionOverlap\": 0.26,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.23,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Free Movies \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.21,\n\t\t\t\t\t\"deviceOverlap\": 0.11,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Bloomberg\",\n\t\t\t\t\t\"developerName\": \"Bloomberg LP\",\n\t\t\t\t\t\"impressionOverlap\": 0.2,\n\t\t\t\t\t\"deviceOverlap\": 0.21,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"The Cooking Channel\",\n\t\t\t\t\t\"developerName\": \"Lightcast.com\",\n\t\t\t\t\t\"impressionOverlap\": 0.19,\n\t\t\t\t\t\"deviceOverlap\": 0.16,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"CBS News\",\n\t\t\t\t\t\"developerName\": \"CBS News\",\n\t\t\t\t\t\"impressionOverlap\": 0.17,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.15,\n\t\t\t\t\t\"deviceOverlap\": 0.12,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBA\",\n\t\t\t\t\t\"developerName\": \"NBADigital\",\n\t\t\t\t\t\"impressionOverlap\": 0.15,\n\t\t\t\t\t\"deviceOverlap\": 0.15,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Ovation NOW\",\n\t\t\t\t\t\"developerName\": \"Journey\",\n\t\t\t\t\t\"impressionOverlap\": 0.13,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.12,\n\t\t\t\t\t\"deviceOverlap\": 0.11,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Free Comedy Movies\",\n\t\t\t\t\t\"developerName\": \"The Movie Club\",\n\t\t\t\t\t\"impressionOverlap\": 0.11,\n\t\t\t\t\t\"deviceOverlap\": 0.12,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Comet TV\",\n\t\t\t\t\t\"developerName\": \"Sinclair Broadcast Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.08,\n\t\t\t\t\t\"deviceOverlap\": 0.08,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC Sports\",\n\t\t\t\t\t\"developerName\": \"NBC Sports\",\n\t\t\t\t\t\"impressionOverlap\": 0.08,\n\t\t\t\t\t\"deviceOverlap\": 0.08,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.08,\n\t\t\t\t\t\"deviceOverlap\": 0.08,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Food Network GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.08,\n\t\t\t\t\t\"deviceOverlap\": 0.08,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"YuppTV - Live, CatchUp, Movies\",\n\t\t\t\t\t\"developerName\": \"YuppTV USA Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"MLB\",\n\t\t\t\t\t\"developerName\": \"Major League Baseball\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crunchyroll\",\n\t\t\t\t\t\"developerName\": \"Crunchyroll, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A Spirit\",\n\t\t\t\t\t\"developerName\": \"ClipMeUp\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Newsy\",\n\t\t\t\t\t\"developerName\": \"Newsy\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hallmark Channel Private\",\n\t\t\t\t\t\"developerName\": \"Hallmark Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"The Weather Network\",\n\t\t\t\t\t\"developerName\": \"The Weather Network\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Zypy.TV\",\n\t\t\t\t\t\"developerName\": \"Sommers Media\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO - Free Movies \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.04,\n\t\t\t\t\t\"deviceOverlap\": 0.04,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": null,\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 4.67,\n\t\t\t\"sivt\": 1.71,\n\t\t\t\"givt\": 2.96,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 1.71\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 2.83,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Idiobot\",\n\t\t\t\t\"givt\": 0.14,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 98.05,\n\t\t\t\t\"ivt\": 3.96,\n\t\t\t\t\"ssaiRate\": 40.18,\n\t\t\t\t\"transparentSsaiRate\": 6.35\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 1.73,\n\t\t\t\t\"ivt\": 45.57,\n\t\t\t\t\"ssaiRate\": 0.78,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 6.15,\n\t\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"ssaiRate\": 1.89,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 93.13,\n\t\t\t\t\"ivt\": 4.52,\n\t\t\t\t\"ssaiRate\": 41.22,\n\t\t\t\t\"transparentSsaiRate\": 6.49\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 6.07,\n\t\t\t\t\"ivt\": 6.03,\n\t\t\t\t\"ssaiRate\": 28.0,\n\t\t\t\t\"transparentSsaiRate\": 0.78\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1280\",\n\t\t\t\t\"inventoryRatio\": 0.79,\n\t\t\t\t\"ivt\": 16.71,\n\t\t\t\t\"ssaiRate\": 26.27,\n\t\t\t\t\"transparentSsaiRate\": 20.06\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 31.39,\n\t\t\t\t\"ivt\": 4.47,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 0.87\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 18.16,\n\t\t\t\t\"ivt\": 4.67,\n\t\t\t\t\"ssaiRate\": 9.54,\n\t\t\t\t\"transparentSsaiRate\": 3.01\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 2.4,\n\t\t\t\t\"ivt\": 4.87,\n\t\t\t\t\"ssaiRate\": 79.37,\n\t\t\t\t\"transparentSsaiRate\": 6.48\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 2.17,\n\t\t\t\t\"ivt\": 5.04,\n\t\t\t\t\"ssaiRate\": 72.99,\n\t\t\t\t\"transparentSsaiRate\": 12.04\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 2.15,\n\t\t\t\t\"ivt\": 2.91,\n\t\t\t\t\"ssaiRate\": 94.48,\n\t\t\t\t\"transparentSsaiRate\": 3.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 4.68,\n\t\t\t\t\"ssaiRate\": 87.53,\n\t\t\t\t\"transparentSsaiRate\": 3.37\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\t\"ivt\": 2.52,\n\t\t\t\t\"ssaiRate\": 77.53,\n\t\t\t\t\"transparentSsaiRate\": 5.76\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 1.59,\n\t\t\t\t\"ivt\": 6.88,\n\t\t\t\t\"ssaiRate\": 83.77,\n\t\t\t\t\"transparentSsaiRate\": 3.56\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 1.36,\n\t\t\t\t\"ivt\": 2.29,\n\t\t\t\t\"ssaiRate\": 55.64,\n\t\t\t\t\"transparentSsaiRate\": 12.3\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"inventoryRatio\": 1.24,\n\t\t\t\t\"ivt\": 3.62,\n\t\t\t\t\"ssaiRate\": 91.19,\n\t\t\t\t\"transparentSsaiRate\": 15.5\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 1.19,\n\t\t\t\t\"ivt\": 1.63,\n\t\t\t\t\"ssaiRate\": 57.64,\n\t\t\t\t\"transparentSsaiRate\": 6.31\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 1.14,\n\t\t\t\t\"ivt\": 2.21,\n\t\t\t\t\"ssaiRate\": 51.05,\n\t\t\t\t\"transparentSsaiRate\": 25.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 1.14,\n\t\t\t\t\"ivt\": 0.52,\n\t\t\t\t\"ssaiRate\": 43.18,\n\t\t\t\t\"transparentSsaiRate\": 25.04\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.02,\n\t\t\t\t\"ivt\": 0.38,\n\t\t\t\t\"ssaiRate\": 81.45,\n\t\t\t\t\"transparentSsaiRate\": 6.69\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HARRISBURG-LNCSTR-LEB-YORK\",\n\t\t\t\t\"inventoryRatio\": 1.0,\n\t\t\t\t\"ivt\": 0.2,\n\t\t\t\t\"ssaiRate\": 92.35,\n\t\t\t\t\"transparentSsaiRate\": 9.41\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ST. LOUIS\",\n\t\t\t\t\"inventoryRatio\": 0.97,\n\t\t\t\t\"ivt\": 1.82,\n\t\t\t\t\"ssaiRate\": 86.21,\n\t\t\t\t\"transparentSsaiRate\": 1.85\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PORTLAND, OR\",\n\t\t\t\t\"inventoryRatio\": 0.97,\n\t\t\t\t\"ivt\": 2.83,\n\t\t\t\t\"ssaiRate\": 90.02,\n\t\t\t\t\"transparentSsaiRate\": 2.7\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"COLUMBUS, OH\",\n\t\t\t\t\"inventoryRatio\": 0.95,\n\t\t\t\t\"ivt\": 11.25,\n\t\t\t\t\"ssaiRate\": 91.24,\n\t\t\t\t\"transparentSsaiRate\": 8.06\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 0.92,\n\t\t\t\t\"ivt\": 4.03,\n\t\t\t\t\"ssaiRate\": 62.69,\n\t\t\t\t\"transparentSsaiRate\": 16.34\n\t\t\t}]\n\t\t}\n\t}, {\n\t\t\"appId\": \"181208\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"roku\",\n\t\t\"includeSpoofing\": false,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"FOX Soccer Match Pass\",\n\t\t\t\"description\": \"Stream live and on-demand soccer, rugby, and more from Bundesliga, MLS, Copa Libertadores, and Copa Sudamericana, to National Rugby League, Super Rugby League, and Australian Rules Football\",\n\t\t\t\"categories\": [\"Sports\", \"New \\u0026 Notable\"],\n\t\t\t\"screenshotUrls\": [\"https://image.roku.com/developer_channels/prod/46088ffa7b10fd3369dddaf6f7113802f8ceb04c112f4b490bc33013623f0845.jpg\", \"https://image.roku.com/developer_channels/prod/a8dc03c082707b28dbba6f766edb7c99452216af03775383ea1a403ca4ef1236.png\", \"https://image.roku.com/developer_channels/prod/dc4124d3a6018b3b23b017fe783fa08fd19c2988d79ec6ebb2dcabb37f71ae71.png\", \"https://image.roku.com/developer_channels/prod/d3348d07395d8a2cce986d9ee57a2bd4ff5cea60be60e995b2a7cbf7bc0f84d9.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}],\n\t\t\t\"ivt\": 3.96,\n\t\t\t\"ivtRisk\": \"low\",\n\t\t\t\"ssaiRate\": 40.18,\n\t\t\t\"transparentSsaiRate\": 6.35,\n\t\t\t\"descriptionBrandSafetyRisk\": \"low\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": false,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": null,\n\t\t\t\"hasTermsAndConditions\": null,\n\t\t\t\"hasPrivacyPolicy\": null,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": {\n\t\t\t\"victimOfSpoofing\": false,\n\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\"byFraudType\": null\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://channelstore.roku.com/details/181208\",\n\t\t\t\"availableCountries\": [\"Canada\", \"Peru\", \"Chile\", \"El Salvador\", \"United States\", \"Argentina\", \"Honduras\", \"United Kingdom\", \"Colombia\", \"Nicaragua\", \"Mexico\", \"Costa Rica\", \"Guatemala\", \"France\", \"Panama\"],\n\t\t\t\"availableLanguages\": [\"English\", \"Spanish\", \"French\"],\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 63.9746,\n\t\t\t\"starRatingCount\": 629.0,\n\t\t\t\"parentalHint\": \"AllAges\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": false,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 40.0,\n\t\t\t\"publishedDate\": \"2017-10-30\",\n\t\t\t\"appPrivacyPolicy\": false,\n\t\t\t\"appPrivacyPolicyUrl\": null,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"com.roku.foxsoccermatchpass\",\n\t\t\t\t\"sovRatio\": 97.6\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"181208\",\n\t\t\t\t\"sovRatio\": 2.4\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"FOX Sports\",\n\t\t\t\"developerWebsite\": null,\n\t\t\t\"privateDomain\": null,\n\t\t\t\"hasTermsAndConditions\": null,\n\t\t\t\"hasPrivacyPolicy\": null,\n\t\t\t\"totalApps\": 3\n\t\t},\n\t\t\"channels\": null,\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"low\",\n\t\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"low\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"low\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/46088ffa7b10fd3369dddaf6f7113802f8ceb04c112f4b490bc33013623f0845.jpg\",\n\t\t\t\t\t\"text\": \"WATCH NOW\\nADEFA CHAMPIONS LEAGUE\\nBUNDESLIGA\\nBSW\\nBA\\nWE LIVE SOCCER\\naVa\\n(BAB\\nLOGIN NOW\\n22\\n30\\n25\\n20\\n235\\n33\\n6.\\n185\\nO OPEL\\nLES\\nFES 17\\nDEVOLUT SOCCER\\nDr VC UONS CER\\nUNA DPA RKSIGGL ID TAG PERK S CNAL IDA O FAR\\n++P REVOUU SOCOR\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Fan\",\n\t\t\t\t\t\t\"score\": 0.93636\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.88116\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.87128\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Yellow\",\n\t\t\t\t\t\t\"score\": 0.83633\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Sport venue\",\n\t\t\t\t\t\t\"score\": 0.7934\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/a8dc03c082707b28dbba6f766edb7c99452216af03775383ea1a403ca4ef1236.png\",\n\t\t\t\t\t\"text\": \"RALIAN FOOTBALL LEAGUE\\nNATIONAL RUGBY LEAGUE\\nBUNDESLIGA\\nEXPLORE\\n***\\nadidas\\nBundesliga - Dec 16, 2017\\nFULL MATCH\\nPOR\\nStuttgart - Bayern Munich\\n24\\nBUNDESLIGA\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Player\",\n\t\t\t\t\t\t\"score\": 0.97302\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Football player\",\n\t\t\t\t\t\t\"score\": 0.95738\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.92529\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Team sport\",\n\t\t\t\t\t\t\"score\": 0.87898\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Team\",\n\t\t\t\t\t\t\"score\": 0.87375\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/d3348d07395d8a2cce986d9ee57a2bd4ff5cea60be60e995b2a7cbf7bc0f84d9.png\",\n\t\t\t\t\t\"text\": \"02:13 STUTTGART 0-0 BAYERN\\nbenz\\nMercedesBenz\\nO Me\\nMerced Pz Oerr des Benz\\nRichtige Entscheidung. Auch ohne Videobeweis.\\nKaELER\\nPORS CHE\\nJMAOHE\\nPUMA\\nPUMAOHE\\ncher fscher her\\nPUMAY\\nPUMA OHE\\nMercedes Benz Arena\\nEWURTH\\nedes-Benz\\nNER\\n6 ASCAC��BAR\\n32 ������\\nER\\nMIDFIELDER\\nMIDFIELD\\nhank Meedes beng BankMercedes Bena Dak Mee\\nDIS\\nVFB STUTTGART\\nBUNDESLA\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Stadium\",\n\t\t\t\t\t\t\"score\": 0.99471\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Sport venue\",\n\t\t\t\t\t\t\"score\": 0.98993\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Ball game\",\n\t\t\t\t\t\t\"score\": 0.97419\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Football\",\n\t\t\t\t\t\t\"score\": 0.97004\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Arena\",\n\t\t\t\t\t\t\"score\": 0.9587\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/dc4124d3a6018b3b23b017fe783fa08fd19c2988d79ec6ebb2dcabb37f71ae71.png\",\n\t\t\t\t\t\"text\": \"EXPLORE\\nBUNDESLIGA\\nTIONAL RUGBY LEAGUE\\n1984 VEE\\n1999 FC BAYERN\\n1984 VEB\\n1999 FC BAYE\\nMLS\\n2.BUNDESLIGA\\n���\\nCONME\\nLIBERTADORES\\nAROGESTONE\\nBUNDESLIGA\\nBUNDESLIGA\\nCopa Libertadores\\nMajor League Soccer\\n2.Bundesliga\\nBundesliga\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.68953\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.63505\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.58231\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.0\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"low\",\n\t\t\t\t\"advertisingIvtRisk\": \"low\",\n\t\t\t\t\"trustedSeller\": null,\n\t\t\t\t\"ivtFreeUsersRate\": 96.64,\n\t\t\t\t\"estimatedDailyActiveUsers\": 10605,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 318159,\n\t\t\t\t\"adSpend\": 1950.0\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Hulu\",\n\t\t\t\t\t\"developerName\": \"Hulu LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.93,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO - Free Movies \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.84,\n\t\t\t\t\t\"deviceOverlap\": 0.69,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle\",\n\t\t\t\t\t\"developerName\": \"Crackle Plus, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.62,\n\t\t\t\t\t\"deviceOverlap\": 0.3,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.46,\n\t\t\t\t\t\"deviceOverlap\": 0.36,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crunchyroll\",\n\t\t\t\t\t\"developerName\": \"Crunchyroll, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.36,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"iFood.tv\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.31,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"PBS\",\n\t\t\t\t\t\"developerName\": \"Public Broadcasting Service\",\n\t\t\t\t\t\"impressionOverlap\": 0.29,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Pluto TV - It\\u0027s Free TV\",\n\t\t\t\t\t\"developerName\": \"Pluto Inc. \",\n\t\t\t\t\t\"impressionOverlap\": 0.29,\n\t\t\t\t\t\"deviceOverlap\": 0.09,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Food Network GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.29,\n\t\t\t\t\t\"deviceOverlap\": 0.3,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise\",\n\t\t\t\t\t\"developerName\": \"FilmRise\",\n\t\t\t\t\t\"impressionOverlap\": 0.27,\n\t\t\t\t\t\"deviceOverlap\": 0.15,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.23,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Tubi - Free Movies \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.21,\n\t\t\t\t\t\"deviceOverlap\": 0.11,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Bloomberg\",\n\t\t\t\t\t\"developerName\": \"Bloomberg LP\",\n\t\t\t\t\t\"impressionOverlap\": 0.2,\n\t\t\t\t\t\"deviceOverlap\": 0.22,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"The Cooking Channel\",\n\t\t\t\t\t\"developerName\": \"Lightcast.com\",\n\t\t\t\t\t\"impressionOverlap\": 0.2,\n\t\t\t\t\t\"deviceOverlap\": 0.17,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"CBS News\",\n\t\t\t\t\t\"developerName\": \"CBS News\",\n\t\t\t\t\t\"impressionOverlap\": 0.17,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Cheddar\",\n\t\t\t\t\t\"developerName\": \"Cheddar Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.15,\n\t\t\t\t\t\"deviceOverlap\": 0.12,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBA\",\n\t\t\t\t\t\"developerName\": \"NBADigital\",\n\t\t\t\t\t\"impressionOverlap\": 0.15,\n\t\t\t\t\t\"deviceOverlap\": 0.15,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Ovation NOW\",\n\t\t\t\t\t\"developerName\": \"Journey\",\n\t\t\t\t\t\"impressionOverlap\": 0.13,\n\t\t\t\t\t\"deviceOverlap\": 0.14,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.13,\n\t\t\t\t\t\"deviceOverlap\": 0.11,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Free Comedy Movies\",\n\t\t\t\t\t\"developerName\": \"The Movie Club\",\n\t\t\t\t\t\"impressionOverlap\": 0.11,\n\t\t\t\t\t\"deviceOverlap\": 0.12,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Comet TV\",\n\t\t\t\t\t\"developerName\": \"Sinclair Broadcast Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.1,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC Sports\",\n\t\t\t\t\t\"developerName\": \"NBC Sports\",\n\t\t\t\t\t\"impressionOverlap\": 0.1,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.1,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Food Network GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.1,\n\t\t\t\t\t\"deviceOverlap\": 0.1,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"MLB\",\n\t\t\t\t\t\"developerName\": \"Major League Baseball\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crunchyroll\",\n\t\t\t\t\t\"developerName\": \"Crunchyroll, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hallmark Channel Private\",\n\t\t\t\t\t\"developerName\": \"Hallmark Channel\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"YuppTV - Live, CatchUp, Movies\",\n\t\t\t\t\t\"developerName\": \"YuppTV USA Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A Spirit\",\n\t\t\t\t\t\"developerName\": \"ClipMeUp\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO - Free Movies \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"The Weather Network\",\n\t\t\t\t\t\"developerName\": \"The Weather Network\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Newsy\",\n\t\t\t\t\t\"developerName\": \"Newsy\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Zypy.TV\",\n\t\t\t\t\t\"developerName\": \"Sommers Media\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"TLC GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.05,\n\t\t\t\t\t\"deviceOverlap\": 0.05,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": null,\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 3.96,\n\t\t\t\"sivt\": 1.73,\n\t\t\t\"givt\": 2.23,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 1.73\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 2.09,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Idiobot\",\n\t\t\t\t\"givt\": 0.14,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 98.05,\n\t\t\t\t\"ivt\": 3.96,\n\t\t\t\t\"ssaiRate\": 40.18,\n\t\t\t\t\"transparentSsaiRate\": 6.35\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 1.73,\n\t\t\t\t\"ivt\": 45.57,\n\t\t\t\t\"ssaiRate\": 0.78,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\t\"ivt\": 6.15,\n\t\t\t\t\"ssaiRate\": 100.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\t\"ivt\": 0.0,\n\t\t\t\t\"ssaiRate\": 1.89,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 93.1,\n\t\t\t\t\"ivt\": 3.82,\n\t\t\t\t\"ssaiRate\": 41.63,\n\t\t\t\t\"transparentSsaiRate\": 6.58\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 6.09,\n\t\t\t\t\"ivt\": 4.89,\n\t\t\t\t\"ssaiRate\": 28.0,\n\t\t\t\t\"transparentSsaiRate\": 0.79\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1920x1280\",\n\t\t\t\t\"inventoryRatio\": 0.8,\n\t\t\t\t\"ivt\": 16.51,\n\t\t\t\t\"ssaiRate\": 26.27,\n\t\t\t\t\"transparentSsaiRate\": 20.06\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 31.39,\n\t\t\t\t\"ivt\": 4.47,\n\t\t\t\t\"ssaiRate\": 2.03,\n\t\t\t\t\"transparentSsaiRate\": 0.87\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 18.16,\n\t\t\t\t\"ivt\": 4.67,\n\t\t\t\t\"ssaiRate\": 9.54,\n\t\t\t\t\"transparentSsaiRate\": 3.01\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 2.4,\n\t\t\t\t\"ivt\": 4.87,\n\t\t\t\t\"ssaiRate\": 79.37,\n\t\t\t\t\"transparentSsaiRate\": 6.48\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 2.17,\n\t\t\t\t\"ivt\": 5.04,\n\t\t\t\t\"ssaiRate\": 72.99,\n\t\t\t\t\"transparentSsaiRate\": 12.04\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 2.15,\n\t\t\t\t\"ivt\": 2.91,\n\t\t\t\t\"ssaiRate\": 94.48,\n\t\t\t\t\"transparentSsaiRate\": 3.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 2.0,\n\t\t\t\t\"ivt\": 4.68,\n\t\t\t\t\"ssaiRate\": 87.53,\n\t\t\t\t\"transparentSsaiRate\": 3.37\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 1.7,\n\t\t\t\t\"ivt\": 2.52,\n\t\t\t\t\"ssaiRate\": 77.53,\n\t\t\t\t\"transparentSsaiRate\": 5.76\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 1.59,\n\t\t\t\t\"ivt\": 6.88,\n\t\t\t\t\"ssaiRate\": 83.77,\n\t\t\t\t\"transparentSsaiRate\": 3.56\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 1.36,\n\t\t\t\t\"ivt\": 2.29,\n\t\t\t\t\"ssaiRate\": 55.64,\n\t\t\t\t\"transparentSsaiRate\": 12.3\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SAN FRANCISCO-OAK-SAN JOSE\",\n\t\t\t\t\"inventoryRatio\": 1.24,\n\t\t\t\t\"ivt\": 3.62,\n\t\t\t\t\"ssaiRate\": 91.19,\n\t\t\t\t\"transparentSsaiRate\": 15.5\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 1.19,\n\t\t\t\t\"ivt\": 1.63,\n\t\t\t\t\"ssaiRate\": 57.64,\n\t\t\t\t\"transparentSsaiRate\": 6.31\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 1.14,\n\t\t\t\t\"ivt\": 2.21,\n\t\t\t\t\"ssaiRate\": 51.05,\n\t\t\t\t\"transparentSsaiRate\": 25.09\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 1.14,\n\t\t\t\t\"ivt\": 0.52,\n\t\t\t\t\"ssaiRate\": 43.18,\n\t\t\t\t\"transparentSsaiRate\": 25.04\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.02,\n\t\t\t\t\"ivt\": 0.38,\n\t\t\t\t\"ssaiRate\": 81.45,\n\t\t\t\t\"transparentSsaiRate\": 6.69\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HARRISBURG-LNCSTR-LEB-YORK\",\n\t\t\t\t\"inventoryRatio\": 1.0,\n\t\t\t\t\"ivt\": 0.2,\n\t\t\t\t\"ssaiRate\": 92.35,\n\t\t\t\t\"transparentSsaiRate\": 9.41\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ST. LOUIS\",\n\t\t\t\t\"inventoryRatio\": 0.97,\n\t\t\t\t\"ivt\": 1.82,\n\t\t\t\t\"ssaiRate\": 86.21,\n\t\t\t\t\"transparentSsaiRate\": 1.85\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PORTLAND, OR\",\n\t\t\t\t\"inventoryRatio\": 0.97,\n\t\t\t\t\"ivt\": 2.83,\n\t\t\t\t\"ssaiRate\": 90.02,\n\t\t\t\t\"transparentSsaiRate\": 2.7\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"COLUMBUS, OH\",\n\t\t\t\t\"inventoryRatio\": 0.95,\n\t\t\t\t\"ivt\": 11.25,\n\t\t\t\t\"ssaiRate\": 91.24,\n\t\t\t\t\"transparentSsaiRate\": 8.06\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 0.92,\n\t\t\t\t\"ivt\": 4.03,\n\t\t\t\t\"ssaiRate\": 62.69,\n\t\t\t\t\"transparentSsaiRate\": 16.34\n\t\t\t}]\n\t\t}\n\t}]\n}"}],"_postman_id":"3c06cb78-c37b-4e16-833f-456002b6a734"},{"name":"importCtvApps - Region","id":"6efa6d8a-2011-400e-8afe-0ff8b5d51147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?region=NA&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importCtvApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":"NA"},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"257cf4cb-9331-4270-a4ed-20b5b9a5a2e6","name":"importCtvApps + Region","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?username={{username}}&password={{password}}&region=NA","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importCtvApps"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"region","value":"NA","description":"Optional. \"NA\" or \"GLOBAL\". Default GLOBAL."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"appId\": \"B07DBBTDBS\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"B07DBBTDBS\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": true,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"FilmRise - Free Movies and TV Shows\",\n\t\t\t\"description\": \"Watch full movies and TV shows absolutely free on Filmrise. All videos are of HD quality, and can be streamed absolutely free of charge for lifetime. No need to submit your credit card details at all!\\nThe videos have advertisements, but much fewer than your cable TV! Filmrise is present on all mobile, Connected TV and Smart TV platforms. So enjoy a seamless viewing experience on the go, or from comfort of your home.\\n\\nAll content on Filmrise is legal, and there are new movies and shows added everyday! You will never run out of entertainment options with our vast library of movies ranging from Thriller, Horror, Drama, Romance, Documentaries, Crime, Action flicks and much more! You will find both Hollywood and popular foreign language movies in our app. Discover many hidden movie gems, cult movies and binge watch our TV shows!\\nWe believe in providing our viewers high quality, legal films and TV shows to our viewers, completely free!\\nFilmrise app features:\\n• Stream from a Huge library of movies and TV Shows\\n• HD quality, legal videos for free\\n• Never pay a dime – Zero subscription fees.\\n• The videos include movie rating as well as IMDB popularity score to make it easier to decide what to watch!\\n• All videos you watch will be included in Recently Played playlist, so that you don’t have to search next time you want to pick from where you left off\\n• Watch seamlessly across streaming devices.\\n• New movies and TV shows added everyday\\n• Our editors create new playlists every week – making it easier to decide what to watch, and discover new flix!\",\n\t\t\t\"categories\": [\"Movies \\u0026 TV\", \"On-Demand Movie Streaming\"],\n\t\t\t\"screenshotUrls\": [\"https://images-na.ssl-images-amazon.com/images/I/81-578xBzLL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/81LjG5-P2IL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/71slBaAMV3L.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/81Wdh5F0n3L.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/71lj%2B5gyE1L.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/91UEV2e24%2BL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/811mba2QWxL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/81Ar2OeH9AL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/91DE03XG%2BxL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/B1NxVaVVTdS.png\", \"https://images-na.ssl-images-amazon.com/images/I/B13QXEZ8FnS.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1SL4GaZBZS.png\", \"https://images-na.ssl-images-amazon.com/images/I/B16AZ89iASS.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1mM7B4QkyS.png\", \"https://images-na.ssl-images-amazon.com/images/I/81IEr1%2BZpnL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1gjUhI%2BXTL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/9142aIIoOhL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/A1dqftTyXTL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/A1xWvvDJCIL.jpg\", \"https://images-na.ssl-images-amazon.com/images/I/41VFCYkjNCL.png\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 57.1,\n\t\t\t\"ivtRisk\": \"high\",\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0,\n\t\t\t\"descriptionBrandSafetyRisk\": \"high\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": false,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": {\n\t\t\t\"victimOfSpoofing\": true,\n\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\"byFraudType\": [{\n\t\t\t\t\"fraudType\": \"bundleIdObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisewest\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisecrime\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisefreetv\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisehorror\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisescifi\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmriseaction\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisemysteries\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisethriller\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisedocumentary\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmriseparanormal\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisepride\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisehistory\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.classic\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisecomedy\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmriseworld\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.mutant\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisedrama\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisecinema\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisewest\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisefamily\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmriseindie\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisecrime\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisefreetv\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisescifi\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisehorror\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.horrorbyfawesome\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisepride\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisemysteries\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmriseaction\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisethriller\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.watchfreeflix\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisedocumentary\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmriseparanormal\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.documentarybyfawesome\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisehistory\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.classic\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmriseworld\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisecomedy\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.mutant\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.fictionfantasy\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisescifiscifi\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisedrama\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmriseindie\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisefamily\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrisecinema\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"userAgentObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrise\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.filmrise\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.moviesByFawesomeAndroidTV\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.gotfilms\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.SciFiFilmsbyFawesometv\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.ActionMoviesbyFawesometv\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.recipe.filmrise\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.maverickcinema\",\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.ActionMoviesbyFawesometv\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"firetv.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.future.CelebrityBiographibyFawesometv\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.filmrise\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}]\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://www.amazon.com/Future-Today-Inc-FilmRise/dp/B07DBBTDBS\",\n\t\t\t\"availableCountries\": null,\n\t\t\t\"availableLanguages\": null,\n\t\t\t\"keywords\": null,\n\t\t\t\"rating\": 74.0,\n\t\t\t\"starRatingCount\": 9183.0,\n\t\t\t\"parentalHint\": \"Guidance Suggested\",\n\t\t\t\"revenueSources\": null,\n\t\t\t\"cvaaCompliant\": null,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 30.0,\n\t\t\t\"publishedDate\": null,\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"https://futuretodayinc.com/privacy.html\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"firetv.filmrise\",\n\t\t\t\t\"sovRatio\": 99.81\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.roku.filmrise\",\n\t\t\t\t\"sovRatio\": 0.15\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"roku.filmrise\",\n\t\t\t\t\"sovRatio\": 0.04\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.roku.gotfilms\",\n\t\t\t\t\"sovRatio\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\"developerWebsite\": \"futuretodayinc.com\",\n\t\t\t\"privateDomain\": false,\n\t\t\t\"hasTermsAndConditions\": true,\n\t\t\t\"hasPrivacyPolicy\": true,\n\t\t\t\"totalApps\": 331\n\t\t},\n\t\t\"channels\": null,\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"high\",\n\t\t\t\t\"alcoholContentRisk\": \"high\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"low\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1mM7B4QkyS.png\",\n\t\t\t\t\t\"text\": \"FILMRISE\\n23:45\\n1:36:12\\nK ��\\n��� �� I CO\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Facial expression\",\n\t\t\t\t\t\t\"score\": 0.94455\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photo caption\",\n\t\t\t\t\t\t\"score\": 0.83629\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Snapshot\",\n\t\t\t\t\t\t\"score\": 0.82918\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.78765\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Canidae\",\n\t\t\t\t\t\t\"score\": 0.77085\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 2.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/71lj%2B5gyE1L.jpg\",\n\t\t\t\t\t\"text\": \"Easy Search Options\\n6:49AM\\n25%\\nFILMRISE\\nFree Movies \\u0026 TV\\nSearch results for kitchen\\nS06 E09 - Bella Luna-\\nKitchen Nightmares\\ns01 E01 - Day One -\\nHell\\u0027s Kitchen\\ns01 E02 - Day Two -\\nHell\\u0027s Kitchen\\ns01 E03 - Day Three -\\nHell\\u0027s Kitchen\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Facial expression\",\n\t\t\t\t\t\t\"score\": 0.94473\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.92669\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Iphone\",\n\t\t\t\t\t\t\"score\": 0.80497\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.79379\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.77308\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/91DE03XG%2BxL.jpg\",\n\t\t\t\t\t\"text\": \"S02 E02 - Wild Adventure - Lost in Space\\n10\\n10\\nIF\\nS02 E04\\nForbidden World- Circus - Lost in\\nS02 E06 - The\\nS02 E07 - The\\nS02 E01 - Blast\\nOff Into Space -\\nS02 E03 - The\\nGhost Planet -\\nS02 E05 - Space\\nS02 E02 - Wild\\nAdventure - Lost in\\nPrisoners of\\nAndroid Machine\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Photo caption\",\n\t\t\t\t\t\t\"score\": 0.89479\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.73706\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Movie\",\n\t\t\t\t\t\t\"score\": 0.70142\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.62423\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Games\",\n\t\t\t\t\t\t\"score\": 0.52116\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"3\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B13QXEZ8FnS.png\",\n\t\t\t\t\t\"text\": \"FILMRISE\\n��������\\nO TV\\nTHE\\nO MOVIES\\nRECENTLY ADDED\\nFeatured Movies\\n54\\nQ SEARCH\\nBRITTANY\\nehael J. FO x\\nWINDTALKERS\\n. DENNIS\\nM��RPHY\\nJAMES\\nTUPAC\\nLELA\\nJAMES\\nBELUSHI SHAKUR ROCHON EARL JONES QUAID\\nPAKOTA\\nFANNING\\nTheye obout to\\nch oher\\nhowto their oge\\nUptown Girls\\nTEXAS\\nGHAINSAW\\nMASSACRE\\nPASSION\\nGANG RELATED\\nPART\\nBright Lights,\\nBig City.\\nINTO THE BLUE\\nHOME BRAVE\\nTHE REST PLACE Hor O A BADGE\\nTRIASI NA PRIET\\nNew Movie Arrivals\\n56\\nDey r. Labeout Paimint wtatum\\nBHE GruENHAAL ENER MARSDEN MORGAN BROL\\nACCIDENTAL\\nLOVE\\nJack\\nShirley\\nMacLaine MConauahey\\nBlack\\nAGUIDETO\\nRECOCNIZING\\nDornin\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.74956\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.74846\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Sky\",\n\t\t\t\t\t\t\"score\": 0.73261\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Art\",\n\t\t\t\t\t\t\"score\": 0.73103\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Collage\",\n\t\t\t\t\t\t\"score\": 0.72285\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1SL4GaZBZS.png\",\n\t\t\t\t\t\"text\": \"FILMRISE\\n3rd Rock from the Sun\\nJohn Lithgow, Joseph Gordon-Levitt, Kristen Johnson and\\nFrench Stewart star as aliens sent to Earth, disguised as a\\nhuman family, to experience and report on life on the 3rd\\nplanet from the sun.\\nRDROGK\\nFeatured\\n1/20\\nQ\\nFORENSIC FILES\\nWANTED:\\nDUMB OR ALIVE!\\n3 ROCK\\nSREAL\\nMCCOYS\\nBeYONd\\nBELIEF\\nFAC fictioN\\nNo Witnesses. No Leads. No Problem.\\nFROM THE SUN\\nRu\\nPd\\nIs\\nsensing\\n105-31198\\nKITCHEN\\nNIGHTMARES\\nADC\\nU N S O LV E D\\nAmerica\\u0027s\\nADC\\neries DUMBEST\\nMURDER\\nTHE WORLD\\u0027S LONGEST-RUNNING AND\\nMOST SUCCESSFUL TRUE CRIME TV SERIES\\nORIGINAL ROBERT STACK EPISODES\\nCRIMINALS\\nNew Arrivals\\n20\\n29\\nJuypSTREET\\nOUR KINGS\\nTOM HARDY\\nSHIPPING\\nWARS\\nAMERICAN\\nPICKERS\\nTAKE\\n#$@!\\nPARKING\\nWARS\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Poster\",\n\t\t\t\t\t\t\"score\": 0.68994\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.67762\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.65568\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1NxVaVVTdS.png\",\n\t\t\t\t\t\"text\": \"ow om pramCTY DREAMS\\nFILMRISE\\nOur City Dreams\\nTV-PG\\n01:27:30\\n2008\\nFilmed over the course of two years, this documentary\\ntraces the creative lives of five women from various\\nbackgrounds as they seek to create groundbreaking art in\\nNew York City.\\nI\\u003e\\nRecently Watched\\n1/32\\nzach\\nWILSON GALIFIANAKIS POEHLE\\nowen\\namy\\nSTOCK\\nOPTION\\n. DENNIS\\nBELUSHI SHAKUR ROCHON EARL JONES QUAID\\nTUPAC\\nLELA\\nJAMES\\nare you here\\nFriendship theres nothing in for anybody.\\nA CHIARA CLEMENTE FILM\\nOUR CITY\\nDREAMS\\nT\\nSTORMAGEDDON\\nGORDON RAMSAY\\u0027S EGKITIL HAN PEATED\\nCHRISTMAS COOKALONG 2\\nGANG RELATED\\nSWOON - GHADA AMER - KIKI SMITH\\nMARINA ABRAMOVIC- NANCY SPERO\\nTHE REST PLACE tOHor A BADGE\\nFeatured Movies\\n54\\nBRITTANT\\nMicha el J. FOX\\nJAMES TUPAC\\nBELUSHI SHAKUR ROCHON EARL JONES QUAID\\nM��RPHY\\nWINDTALKERS\\nLELA\\nDAKOTA\\nFANNING\\nooch ofhe\\nhow at helr gon\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.81951\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.70604\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Movie\",\n\t\t\t\t\t\t\"score\": 0.55809\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"3\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"3\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/9142aIIoOhL.jpg\",\n\t\t\t\t\t\"text\": \"REESE WITHERSPOON\\nLEGALLblonde\\njur\\nTRIALS\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Blond\",\n\t\t\t\t\t\t\"score\": 0.90612\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Pink\",\n\t\t\t\t\t\t\"score\": 0.86518\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Album cover\",\n\t\t\t\t\t\t\"score\": 0.80268\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Fun\",\n\t\t\t\t\t\t\"score\": 0.76847\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.72452\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"medium\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81Wdh5F0n3L.jpg\",\n\t\t\t\t\t\"text\": \"Thelma \\u0026 Louise\\nII\\n%3D\\n10\\n10\\n1:05:32\\n2:09:50\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photo caption\",\n\t\t\t\t\t\t\"score\": 0.79544\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Digital compositing\",\n\t\t\t\t\t\t\"score\": 0.78458\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.75694\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Darkness\",\n\t\t\t\t\t\t\"score\": 0.67853\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1dqftTyXTL.jpg\",\n\t\t\t\t\t\"text\": \"Reese WITHERSPOON\\nLEGALDY GIde2\\nBLONDE\\nLLUNLL\\nRED WHITE\\n\\u0026\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Pink\",\n\t\t\t\t\t\t\"score\": 0.84496\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.84106\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Summer\",\n\t\t\t\t\t\t\"score\": 0.728\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Barbie\",\n\t\t\t\t\t\t\"score\": 0.7263\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81Ar2OeH9AL.jpg\",\n\t\t\t\t\t\"text\": \"Watch Popular TV\\nShows for Free\\n6:49AM\\n25%\\nFILMRISE\\nFre Mavies \\u0026 TV\\nHOME\\nTV\\nFeatured\\n3RDROCK : FORENSIC FILES\\nFROM THE SUN\\nNWnesses. N Laa. No Plem.\\nRu Rh Pd\\nK��TCHEN\\n3rd Rock from the Sun\\nKitchen Nightmares\\nForensic Files\\nNew Arrivals\\nrwin Ate\\nCLEOPATRA\\nLOST\\nSpacE\\nsiametess\\nCleopatra\\nShameless\\nLost in Space\\nClassics\\ndemin Aen\\nOST\\nROSEANNE\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.92529\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.86929\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.78258\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.77679\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.75736\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/71slBaAMV3L.jpg\",\n\t\t\t\t\t\"text\": \"Binge Watch All Seasons\\nof Popular TV Shows\\n6:49AM\\n25%\\nFILMRISE\\nFree Hovies aV\\nLost in Space S01\\nTV-PG\\n9.3* TV-PG\\n9.3* TV-PG\\n9.3\\ns01 E01 - No Place to s01 E02 - The Reluctant s01 E03 - The Derelict\\nStowaway - Lost in\\nHide - Lost in Space\\nLost in Space\\nLost in Space S02\\nTV-PG\\n9.3* TV-PG\\n9.3* TV-PG\\n9.3\\ns02 E01 Blast Off Into\\nSpace -Lost in Space\\nLost in Space S03\\nTV-PG\\nS02 E02 - Wild\\nAdventure - Lost in\\nS02 E03 - The Ghost\\nPlanet - Lost in Space\\n9.3* TV-PG\\n9.3* TV-PG\\n9.3\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Facial expression\",\n\t\t\t\t\t\t\"score\": 0.94464\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.89013\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Selfie\",\n\t\t\t\t\t\t\"score\": 0.77552\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.74956\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.74575\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"3\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81-578xBzLL.jpg\",\n\t\t\t\t\t\"text\": \"Watch Movies Across Genres\\n6:49AM\\n25%\\nFILMRISE\\nFree Hovies TV\\nHOME\\nTV\\nWesterns\\nD ERISTOTFER\\nPG-13 71* TV-PG\\n3.3* PG-13 KRISTOFFIERS\\n9,0*\\nBLACK FOX\\nDISAPPEARANCES\\nDisappearances\\nBlack Fox\\nsodbusters\\nRomance\\nRMMY ROSSU\\n8.2*\\nNola\\nMYSTIC\\nPIZZA\\nBack-up\\nBrille\\nNola\\nThe Back-Up Bride\\nMystic Pizza\\nHorror\\nTV-MA\\nMARTIN KONE LIN\\n6.3*\\nTV-14\\n1* TV-14IN6.4*\\nSAVAGE\\nPOLTERGIST\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.91214\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.83657\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.76422\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B16AZ89iASS.png\",\n\t\t\t\t\t\"text\": \"Harsh Times\\nFILMRISE\\nBRANDY\\nLA\\nVODKA\\nLos Angeles\\nCentrl\\nww.en Rre.\\nCle HC\\nOPIZND\\nPlaylist\\nFROM THE CREATOR OF TRAINING DAY\\nCHRISTIAN\\nFREDY\\nROORIG\\nLONGORIA\\nLEGALY Hlonde\\nThey saw Paris. They saw France.\\nThey saw the Queen in her underpants.\\nReese WITHERSPOON\\nREDWHITE BiONDE\\nA U 2 9 9\\nBRUCE WILLIS COLIN FABBELE\\nRED\\nLIGHTS\\nHART\\u0027SWAR\\nJoin\\nThe\\nPartyl\\nTHE\\nTHE ICEMAN\\nVEHA DEve T\\nORSICAN BROTHERS\\nPASSION\\nBANZA L\\ne TE g D O\\nHE CHRIST\\nHarsh Times\\nHarsh Times\\nJIM CAVIEZEL\\nBas\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Snapshot\",\n\t\t\t\t\t\t\"score\": 0.8251\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.62423\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.60989\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.58053\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81IEr1%2BZpnL.png\",\n\t\t\t\t\t\"text\": \"FILMRISE\\nthe\\nSuggestions\\nthe 24th day\\na\\nC\\nd\\ne\\nthe 25th reich\\ni\\nj\\nk\\nthe 4th floor\\nr\\nthe accidental husband\\nS\\nV\\nW\\nthe acid house\\n1\\n3\\n4\\nthe adventurers\\n6\\n7\\n8\\nthe adventures of mickey matson and\\nthe copperhead treasure\\nDelete\\nSpace\\nClear\\nCANCEL\\nSEARCH\\nthe alps murders\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.94195\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.89085\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.79472\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.6613\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1gjUhI%2BXTL.jpg\",\n\t\t\t\t\t\"text\": \"Harsh Times\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Album cover\",\n\t\t\t\t\t\t\"score\": 0.87228\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Movie\",\n\t\t\t\t\t\t\"score\": 0.849\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Forehead\",\n\t\t\t\t\t\t\"score\": 0.82176\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Cool\",\n\t\t\t\t\t\t\"score\": 0.75346\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"3\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/811mba2QWxL.jpg\",\n\t\t\t\t\t\"text\": \"Watch Popular Movies for Free\\n6:49AM\\n25%\\nFILMRISE\\nFree Movien \\u0026 TV\\nHOME\\nTV\\nFeatured Movies\\nPG\\n2.2* R\\nHARRISON FORB.0*\\nBlade Runner: The\\nzzookeepetR\\nThelma \\u0026 Louise\\nFinal Cut\\nNew Movie Arrivals\\nRbridges j��n PG\\n9.4 R\\n8.2\\nInvasion\\nof the Body\\nSnatchers\\nMYSTIC\\nPIZZA\\nBLOWN\\nInvasion of the Body\\nSnatchers\\nlalawn Away\\nMystic Pizza\\nFeatured TV\\nROSEANNE\\n3RDROCK\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.81825\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.75603\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.74956\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"3\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81LjG5-P2IL.jpg\",\n\t\t\t\t\t\"text\": \"Watch Movies Across Genres\\n6:49AM\\n25%\\nFILMRISE\\nFree Mavies a TV\\nHOME\\nTV\\nThriller\\nBTEPHEN KING TV-14\\nAGOOD MARRIAGE\\nOANALLEN ATOLA\\n6.8* Rbridges j��ries\\nSOMETIMES\\nTHE GOOD\\nBL��WN\\nSometimes the\\nGood Kill\\nBlown Away\\nA Good Marriage\\nDrama\\nNNER-MSTACTRISS-CLIE\\nNONNMY A 9.3* TV-14\\n82*\\nGOLDEN GIO\\nSALEM\\nWITCH\\nTRIALS\\nMONSTER\\nMonster\\nSalem Witch Trials\\nThelma \\u0026 Louise\\nComedy\\nPG\\nPG\\n6.7* PG\\n9.6*\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.88116\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.86085\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.76422\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/41VFCYkjNCL.png\",\n\t\t\t\t\t\"text\": \"FILMRISE\\nFree Movies \\u0026 TV\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.97924\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.97242\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.83793\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.70663\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Graphics\",\n\t\t\t\t\t\t\"score\": 0.69493\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1xWvvDJCIL.jpg\",\n\t\t\t\t\t\"text\": \"THE ADVENTURES OF\\nBUCKAROO\\n* BANZ AI\\nACROSS THE 8TH DIMENSION!\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Games\",\n\t\t\t\t\t\t\"score\": 0.82873\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Movie\",\n\t\t\t\t\t\t\"score\": 0.63676\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Fictional character\",\n\t\t\t\t\t\t\"score\": 0.52792\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/91UEV2e24%2BL.jpg\",\n\t\t\t\t\t\"text\": \"FRANKLIN PARK\\n70\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.79177\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Movie\",\n\t\t\t\t\t\t\"score\": 0.74702\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Human\",\n\t\t\t\t\t\t\"score\": 0.74677\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Adaptation\",\n\t\t\t\t\t\t\"score\": 0.66966\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Action film\",\n\t\t\t\t\t\t\"score\": 0.65272\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.0\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\t\"advertisingIvtRisk\": \"high\",\n\t\t\t\t\"trustedSeller\": null,\n\t\t\t\t\"ivtFreeUsersRate\": 34.52,\n\t\t\t\t\"estimatedDailyActiveUsers\": 54501,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 1226279,\n\t\t\t\t\"adSpend\": 981965.0\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies \\u0026 TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 62.51,\n\t\t\t\t\t\"deviceOverlap\": 51.59,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Pluto TV - It’s Free TV\",\n\t\t\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\t\t\"impressionOverlap\": 48.36,\n\t\t\t\t\t\"deviceOverlap\": 37.07,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV \\u0026 Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 22.65,\n\t\t\t\t\t\"deviceOverlap\": 16.75,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 15.71,\n\t\t\t\t\t\"deviceOverlap\": 3.2,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, \\u0026 More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 15.09,\n\t\t\t\t\t\"deviceOverlap\": 15.33,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"WatchFreeFlix\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 14.98,\n\t\t\t\t\t\"deviceOverlap\": 3.21,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 11.27,\n\t\t\t\t\t\"deviceOverlap\": 8.68,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 10.87,\n\t\t\t\t\t\"deviceOverlap\": 6.1,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 4.17,\n\t\t\t\t\t\"deviceOverlap\": 3.62,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live \\u0026 On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 3.63,\n\t\t\t\t\t\"deviceOverlap\": 3.51,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Western Mania - Classic Westerns, Movies \\u0026 TV Shows\",\n\t\t\t\t\t\"developerName\": \"Stormcast Cinema\",\n\t\t\t\t\t\"impressionOverlap\": 3.32,\n\t\t\t\t\t\"deviceOverlap\": 0.99,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 2.79,\n\t\t\t\t\t\"deviceOverlap\": 2.61,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 2.66,\n\t\t\t\t\t\"deviceOverlap\": 1.96,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 2.42,\n\t\t\t\t\t\"deviceOverlap\": 1.24,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 2.29,\n\t\t\t\t\t\"deviceOverlap\": 1.9,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC\",\n\t\t\t\t\t\"developerName\": \"NBCUniversal Media, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.41,\n\t\t\t\t\t\"deviceOverlap\": 1.15,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local \\u0026 World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 1.13,\n\t\t\t\t\t\"deviceOverlap\": 1.24,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A\\u0026E\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.97,\n\t\t\t\t\t\"deviceOverlap\": 0.68,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.95,\n\t\t\t\t\t\"deviceOverlap\": 0.81,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.78,\n\t\t\t\t\t\"deviceOverlap\": 0.68,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Tubi - Watch Free Movies \\u0026 TV Shows\",\n\t\t\t\t\t\"developerName\": \"Tubi, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 67.64,\n\t\t\t\t\t\"deviceOverlap\": 55.29,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Pluto TV - It’s Free TV\",\n\t\t\t\t\t\"developerName\": \"Pluto TV\",\n\t\t\t\t\t\"impressionOverlap\": 51.4,\n\t\t\t\t\t\"deviceOverlap\": 40.7,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle – Free TV \\u0026 Movies\",\n\t\t\t\t\t\"developerName\": \"Crackle\",\n\t\t\t\t\t\"impressionOverlap\": 23.5,\n\t\t\t\t\t\"deviceOverlap\": 18.89,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"WatchFreeFlix\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 15.68,\n\t\t\t\t\t\"deviceOverlap\": 3.62,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO: FREE MOVIES \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 15.39,\n\t\t\t\t\t\"deviceOverlap\": 3.52,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Hulu: Live and On Demand TV, Movies, Originals, \\u0026 More\",\n\t\t\t\t\t\"developerName\": \"HULU\",\n\t\t\t\t\t\"impressionOverlap\": 13.67,\n\t\t\t\t\t\"deviceOverlap\": 13.93,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Newsy - Fire TV\",\n\t\t\t\t\t\"developerName\": \"Media Convergence Group, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 12.35,\n\t\t\t\t\t\"deviceOverlap\": 7.33,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fawesome\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc\",\n\t\t\t\t\t\"impressionOverlap\": 12.16,\n\t\t\t\t\t\"deviceOverlap\": 9.5,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Western Mania - Classic Westerns, Movies \\u0026 TV Shows\",\n\t\t\t\t\t\"developerName\": \"Stormcast Cinema\",\n\t\t\t\t\t\"impressionOverlap\": 5.33,\n\t\t\t\t\t\"deviceOverlap\": 1.49,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Sling TV\",\n\t\t\t\t\t\"developerName\": \"Sling TV LLC\",\n\t\t\t\t\t\"impressionOverlap\": 4.55,\n\t\t\t\t\t\"deviceOverlap\": 4.08,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Philo: Live \\u0026 On-Demand TV\",\n\t\t\t\t\t\"developerName\": \"PHILO\",\n\t\t\t\t\t\"impressionOverlap\": 3.66,\n\t\t\t\t\t\"deviceOverlap\": 3.71,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Plex: Stream Movies, Shows, Live TV, Music, and More\",\n\t\t\t\t\t\"developerName\": \"Plex, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 3.35,\n\t\t\t\t\t\"deviceOverlap\": 3.23,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Investigation Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications\",\n\t\t\t\t\t\"impressionOverlap\": 3.26,\n\t\t\t\t\t\"deviceOverlap\": 1.54,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Local Now - Free News, Weather, Movies\",\n\t\t\t\t\t\"developerName\": \"Weather Group, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 3.17,\n\t\t\t\t\t\"deviceOverlap\": 2.39,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Fox News\",\n\t\t\t\t\t\"developerName\": \"Fox News Channel\",\n\t\t\t\t\t\"impressionOverlap\": 2.73,\n\t\t\t\t\t\"deviceOverlap\": 2.24,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Haystack News: Free Local \\u0026 World News\",\n\t\t\t\t\t\"developerName\": \"Haystack TV Inc\",\n\t\t\t\t\t\"impressionOverlap\": 1.26,\n\t\t\t\t\t\"deviceOverlap\": 1.45,\n\t\t\t\t\t\"risk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC\",\n\t\t\t\t\t\"developerName\": \"NBCUniversal Media, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.23,\n\t\t\t\t\t\"deviceOverlap\": 1.16,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"A\\u0026E\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 1.04,\n\t\t\t\t\t\"deviceOverlap\": 0.73,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HISTORY\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 1.01,\n\t\t\t\t\t\"deviceOverlap\": 0.83,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Lifetime\",\n\t\t\t\t\t\"developerName\": \"A\\u0026E Television Networks Mobile\",\n\t\t\t\t\t\"impressionOverlap\": 0.76,\n\t\t\t\t\t\"deviceOverlap\": 0.7,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 33.91,\n\t\t\t\"ivt\": 53.84,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 48.09,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 23.38,\n\t\t\t\"ivt\": 54.7,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 50.31,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 12.6,\n\t\t\t\"ivt\": 53.8,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 45.74,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 12.22,\n\t\t\t\"ivt\": 56.22,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 50.48,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 10.16,\n\t\t\t\"ivt\": 57.56,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 42.13,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 7.36,\n\t\t\t\"ivt\": 100.0,\n\t\t\t\"videoInventoryRatio\": null,\n\t\t\t\"displayInventoryRatio\": null,\n\t\t\t\"spoofingRate\": 100.0,\n\t\t\t\"ssaiRate\": null,\n\t\t\t\"transparentSsaiRate\": null\n\t\t}, {\n\t\t\t\"exchange\": \"OpenX\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.17,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"TripleLift Inc.\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.12,\n\t\t\t\"ivt\": 58.35,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 53.18,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Index Exchange\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.07,\n\t\t\t\"ivt\": 48.57,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 44.9,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 57.1,\n\t\t\t\"sivt\": 56.98,\n\t\t\t\"givt\": 0.12,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"AppSpoofing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 53.12\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 3.58\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.22\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.04\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DeviceIdStuffing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.01\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.12,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 99.8,\n\t\t\t\t\"ivt\": 57.1,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 0.19,\n\t\t\t\t\"ivt\": 66.66,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.01,\n\t\t\t\t\"ivt\": 44.15,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.0,\n\t\t\t\t\"ivt\": 73.67,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 100.0,\n\t\t\t\t\"ivt\": 57.08,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 5.39,\n\t\t\t\t\"ivt\": 46.23,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 3.75,\n\t\t\t\t\"ivt\": 55.95,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.86,\n\t\t\t\t\"ivt\": 57.73,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 2.74,\n\t\t\t\t\"ivt\": 55.4,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 2.68,\n\t\t\t\t\"ivt\": 58.45,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 2.63,\n\t\t\t\t\"ivt\": 51.75,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 2.3,\n\t\t\t\t\"ivt\": 56.12,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 2.28,\n\t\t\t\t\"ivt\": 51.32,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 1.99,\n\t\t\t\t\"ivt\": 64.13,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"RALEIGH-DURHAM (FAYETVLLE)\",\n\t\t\t\t\"inventoryRatio\": 1.95,\n\t\t\t\t\"ivt\": 53.42,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 1.92,\n\t\t\t\t\"ivt\": 55.04,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 1.85,\n\t\t\t\t\"ivt\": 56.95,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"inventoryRatio\": 1.85,\n\t\t\t\t\"ivt\": 46.99,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"inventoryRatio\": 1.68,\n\t\t\t\t\"ivt\": 59.31,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.41,\n\t\t\t\t\"ivt\": 54.31,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.4,\n\t\t\t\t\"ivt\": 45.98,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ST. LOUIS\",\n\t\t\t\t\"inventoryRatio\": 1.29,\n\t\t\t\t\"ivt\": 57.56,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"GREENSBORO-H.POINT-W.SALEM\",\n\t\t\t\t\"inventoryRatio\": 1.22,\n\t\t\t\t\"ivt\": 65.62,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"GREENVLL-SPART-ASHEVLL-AND\",\n\t\t\t\t\"inventoryRatio\": 1.14,\n\t\t\t\t\"ivt\": 63.01,\n\t\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}]\n\t\t}\n\t}]\n} {\n\t\"appId\": \"75617\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"75617\",\n\t\t\"region\": \"NA\",\n\t\t\"device\": \"roku\",\n\t\t\"includeSpoofing\": true,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Food Network GO\",\n\t\t\t\"description\": \"Watch Food Network anytime with access to live TV and full episodes of your favorite shows such as Chopped, Diners, Drive-Ins, and Dives, The Pioneer Woman, Beat Bobby Flay and more. It\\u0027s FREE with your TV subscription. Just sign in with your TV provider username and password.\",\n\t\t\t\"categories\": [\"Movies \\u0026 TV\"],\n\t\t\t\"screenshotUrls\": [\"https://image.roku.com/developer_channels/prod/0126ccd5d9e8ec67018b513aa525b6a98a23a85575b98f6f7988c84373ecd7fe.jpg\", \"https://image.roku.com/developer_channels/prod/da0d35c2f4f04ae40c60c092f1915376a8712111992d4863a8f3fa72921dcb7d.jpg\", \"https://image.roku.com/developer_channels/prod/0f97fa5d9457cdc2b95676fb9370421f743d5b17c5d0207db1984a14826350b6.jpg\", \"https://image.roku.com/developer_channels/prod/8f3ed921edde54b8cb871dc98c9c4172045cd323e90b908de5f32dd70a97540f.jpg\"]\n\t\t},\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"low\",\n\t\t\t\t\"pixalateRiskReasons\": null\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 37.16,\n\t\t\t\"ivtRisk\": \"high\",\n\t\t\t\"ssaiRate\": 6.55,\n\t\t\t\"transparentSsaiRate\": 0.72,\n\t\t\t\"descriptionBrandSafetyRisk\": \"medium\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"pixalateAdvisories\": {\n\t\t\t\"hasAppAdsTxt\": false,\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"privateDomain\": false,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"appAgeRisk\": \"low\"\n\t\t},\n\t\t\"appSpoofing\": {\n\t\t\t\"victimOfSpoofing\": true,\n\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\"byFraudType\": [{\n\t\t\t\t\"fraudType\": \"deviceObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": 75617.0,\n\t\t\t\t\t\"sovRisk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.foodnetwork\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"userAgentObfuscation\",\n\t\t\t\t\"apps\": [{\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.foodnetwork\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": 75617.0,\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.foodnetwork.go.roku\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": null,\n\t\t\t\t\t\"declaredBundleId\": \"com.foodnetwork.ctv\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.pixel.art.coloring.color.number\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.foodnetwork\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.naver.linewebtoon\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.foodnetwork\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"onext.boombox\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.foodnetwork\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"com.grindrapp.android\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.foodnetwork\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}, {\n\t\t\t\t\t\"detectedBundleId\": \"solitaire.solitairemaker.solitaire.klondike.card\",\n\t\t\t\t\t\"declaredBundleId\": \"com.roku.foodnetwork\",\n\t\t\t\t\t\"sovRisk\": \"low\"\n\t\t\t\t}]\n\t\t\t}]\n\t\t},\n\t\t\"appDetails\": {\n\t\t\t\"appStoreUrl\": \"https://channelstore.roku.com/details/75617\",\n\t\t\t\"availableCountries\": [\"United States\"],\n\t\t\t\"availableLanguages\": [\"English\"],\n\t\t\t\"keywords\": [\"tve\", \"tv everywhere\", \"food\", \"cooking\", \"lifestyle\"],\n\t\t\t\"rating\": 73.7118,\n\t\t\t\"starRatingCount\": 19640.0,\n\t\t\t\"parentalHint\": \"AllAges\",\n\t\t\t\"revenueSources\": [\"Ads\"],\n\t\t\t\"cvaaCompliant\": false,\n\t\t\t\"appAgeRisk\": \"low\",\n\t\t\t\"appAge\": 61.0,\n\t\t\t\"publishedDate\": \"2015-12-15\",\n\t\t\t\"appPrivacyPolicy\": true,\n\t\t\t\"appPrivacyPolicyUrl\": \"scrippsnetworksinteractive.com/privacy-policy/\",\n\t\t\t\"delistedApp\": false,\n\t\t\t\"delistedDate\": null,\n\t\t\t\"bundleIds\": [{\n\t\t\t\t\"bundleId\": \"com.roku.foodnetwork\",\n\t\t\t\t\"sovRatio\": 63.71\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"75617\",\n\t\t\t\t\"sovRatio\": 35.57\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.foodnetwork.go.roku\",\n\t\t\t\t\"sovRatio\": 0.7\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.foodnetwork.ctv\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}, {\n\t\t\t\t\"bundleId\": \"com.foodnetwork.tveverywhere\",\n\t\t\t\t\"sovRatio\": 0.01\n\t\t\t}]\n\t\t},\n\t\t\"developerOverview\": {\n\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\"developerWebsite\": \"scrippsnetworksinteractive.com\",\n\t\t\t\"privateDomain\": false,\n\t\t\t\"hasTermsAndConditions\": false,\n\t\t\t\"hasPrivacyPolicy\": false,\n\t\t\t\"totalApps\": 5\n\t\t},\n\t\t\"channels\": null,\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"low\",\n\t\t\t\t\"alcoholContentRisk\": \"medium\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"low\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/da0d35c2f4f04ae40c60c092f1915376a8712111992d4863a8f3fa72921dcb7d.jpg\",\n\t\t\t\t\t\"text\": \"food\\n����������ED\\n* OPTIONS\\nnetwork\\nSeason 39\\n1 of 8\\nChamps Throwdown: Battle 1\\nHalloween Hijinks\\nTacos and Tequila\\nWellington Woes\\nE11\\nE10\\nE9\\nE8\\nSeason 38\\nBeach Bites\\nFire It Up!\\nRoom for \\u0027Shrooms\\nLamb Slam\\nE7\\nE6\\nE5\\nF4\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.77024\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.75692\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.62423\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photo caption\",\n\t\t\t\t\t\t\"score\": 0.60909\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/8f3ed921edde54b8cb871dc98c9c4172045cd323e90b908de5f32dd70a97540f.jpg\",\n\t\t\t\t\t\"text\": \"food\\n* OPTIONS\\nnetwork\\nCompetition in the Kitchen\\n1 of 8\\nALL-STAR\\n000 0000\\nHALLOWEEN\\nBAKERS\\nVS\\nBEAT\\n����BBY\\nFLAY\\nBBQ\\n��CADEMY\\nFAKERS\\nBLITZ\\n2 Seasons ��� 16 Episodes\\nCooking and Baking\\nAyeshas\\nBAKED\\n-IN-\\nVERMONT\\nACE\\n30\\nMinute\\nCAKES\\nDiner\\nMeal\\n��OME KITCHEN\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Team\",\n\t\t\t\t\t\t\"score\": 0.64144\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.54257\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Fictional character\",\n\t\t\t\t\t\t\"score\": 0.52792\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/0f97fa5d9457cdc2b95676fb9370421f743d5b17c5d0207db1984a14826350b6.jpg\",\n\t\t\t\t\t\"text\": \"food\\n30 Minute Meals\\n* OPTIONS\\nnetwork\\nS27 �� E8\\nSoothe Yourself\\n21 min | TV-G | Premiered 8/3/18\\nResume Watching\\nStart from Beginning\\nWatch Later\\nAdd Show to Favorites\\nGet a heaping bowl of comfort to soothe your soul.\\nMore Episodes From This Show\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.61473\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.52026\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/0126ccd5d9e8ec67018b513aa525b6a98a23a85575b98f6f7988c84373ecd7fe.jpg\",\n\t\t\t\t\t\"text\": \"food\\n* OPTIONS\\nnetwork\\nSHOWS\\nBROWSE\\nLIVE\\nMY VIDEOS\\nSIGN OUT\\nTiPs\\nBeat Bobby Flay\\n\\u003ds Now\\nWatch. Every. Episode.\\nYS 9|8c\\nNEW EPISODES THURSDAYS 10|9c\\nCONTINUE WATCHING\\n1 of 6\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.77229\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.71206\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.68541\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.66298\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"trafficOverlap\": {\n\t\t\t\"trafficOverview\": {\n\t\t\t\t\"spoofingRisk\": \"high\",\n\t\t\t\t\"advertisingIvtRisk\": \"high\",\n\t\t\t\t\"trustedSeller\": null,\n\t\t\t\t\"ivtFreeUsersRate\": 60.59,\n\t\t\t\t\"estimatedDailyActiveUsers\": 241029,\n\t\t\t\t\"estimatedMonthlyActiveUsers\": 3944116,\n\t\t\t\t\"adSpend\": 3449307.0\n\t\t\t},\n\t\t\t\"trafficOverlap\": {\n\t\t\t\t\"byOverallTraffic\": [{\n\t\t\t\t\t\"appName\": \"Newsy\",\n\t\t\t\t\t\"developerName\": \"Newsy\",\n\t\t\t\t\t\"impressionOverlap\": 1.82,\n\t\t\t\t\t\"deviceOverlap\": 1.28,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO - Free Movies \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.26,\n\t\t\t\t\t\"deviceOverlap\": 0.88,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 1.23,\n\t\t\t\t\t\"deviceOverlap\": 0.75,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"The Cooking Channel\",\n\t\t\t\t\t\"developerName\": \"Lightcast.com\",\n\t\t\t\t\t\"impressionOverlap\": 1.02,\n\t\t\t\t\t\"deviceOverlap\": 0.72,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"iFood.tv\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.96,\n\t\t\t\t\t\"deviceOverlap\": 0.62,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"K9 TV\",\n\t\t\t\t\t\"developerName\": \"Sommers Media\",\n\t\t\t\t\t\"impressionOverlap\": 0.95,\n\t\t\t\t\t\"deviceOverlap\": 0.64,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"WeatherNation\",\n\t\t\t\t\t\"developerName\": \"WeatherNation TV, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.94,\n\t\t\t\t\t\"deviceOverlap\": 0.6,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"All Healthy Foods\",\n\t\t\t\t\t\"developerName\": \"VID20\",\n\t\t\t\t\t\"impressionOverlap\": 0.84,\n\t\t\t\t\t\"deviceOverlap\": 0.53,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Popeye Channel\",\n\t\t\t\t\t\"developerName\": \"8ctave ITV\",\n\t\t\t\t\t\"impressionOverlap\": 0.8,\n\t\t\t\t\t\"deviceOverlap\": 0.5,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Free Movie Channel\",\n\t\t\t\t\t\"developerName\": \"ududigital.com\",\n\t\t\t\t\t\"impressionOverlap\": 0.8,\n\t\t\t\t\t\"deviceOverlap\": 0.57,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise\",\n\t\t\t\t\t\"developerName\": \"FilmRise\",\n\t\t\t\t\t\"impressionOverlap\": 0.79,\n\t\t\t\t\t\"deviceOverlap\": 0.55,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"AMC\",\n\t\t\t\t\t\"developerName\": \"AMC Networks\",\n\t\t\t\t\t\"impressionOverlap\": 0.72,\n\t\t\t\t\t\"deviceOverlap\": 0.52,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FreeFlix Tonight\",\n\t\t\t\t\t\"developerName\": \"ududigital.com\",\n\t\t\t\t\t\"impressionOverlap\": 0.66,\n\t\t\t\t\t\"deviceOverlap\": 0.48,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle\",\n\t\t\t\t\t\"developerName\": \"Crackle Plus, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 0.65,\n\t\t\t\t\t\"deviceOverlap\": 0.43,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FOODYTV\",\n\t\t\t\t\t\"developerName\": \"Lightcast.com\",\n\t\t\t\t\t\"impressionOverlap\": 0.64,\n\t\t\t\t\t\"deviceOverlap\": 0.44,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Free Movies Now\",\n\t\t\t\t\t\"developerName\": \"ududigital.com\",\n\t\t\t\t\t\"impressionOverlap\": 0.62,\n\t\t\t\t\t\"deviceOverlap\": 0.45,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Yuyu Tv\",\n\t\t\t\t\t\"developerName\": \"Digital Media Rights\",\n\t\t\t\t\t\"impressionOverlap\": 0.61,\n\t\t\t\t\t\"deviceOverlap\": 0.43,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Discovery GO\",\n\t\t\t\t\t\"developerName\": \"Discovery Communications, LLC\",\n\t\t\t\t\t\"impressionOverlap\": 0.61,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"The Pet Collective\",\n\t\t\t\t\t\"developerName\": \"Jukin Media, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 0.6,\n\t\t\t\t\t\"deviceOverlap\": 0.43,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC Sports\",\n\t\t\t\t\t\"developerName\": \"NBC Sports\",\n\t\t\t\t\t\"impressionOverlap\": 0.57,\n\t\t\t\t\t\"deviceOverlap\": 0.41,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}],\n\t\t\t\t\"byIvt\": [{\n\t\t\t\t\t\"appName\": \"Newsy\",\n\t\t\t\t\t\"developerName\": \"Newsy\",\n\t\t\t\t\t\"impressionOverlap\": 4.64,\n\t\t\t\t\t\"deviceOverlap\": 3.35,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"XUMO - Free Movies \\u0026 TV\",\n\t\t\t\t\t\"developerName\": \"Xumo LLC\",\n\t\t\t\t\t\"impressionOverlap\": 3.19,\n\t\t\t\t\t\"deviceOverlap\": 2.28,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"The Cooking Channel\",\n\t\t\t\t\t\"developerName\": \"Lightcast.com\",\n\t\t\t\t\t\"impressionOverlap\": 2.6,\n\t\t\t\t\t\"deviceOverlap\": 1.88,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"HGTV GO\",\n\t\t\t\t\t\"developerName\": \"Scripps Networks LLC\",\n\t\t\t\t\t\"impressionOverlap\": 2.6,\n\t\t\t\t\t\"deviceOverlap\": 1.87,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"K9 TV\",\n\t\t\t\t\t\"developerName\": \"Sommers Media\",\n\t\t\t\t\t\"impressionOverlap\": 2.5,\n\t\t\t\t\t\"deviceOverlap\": 1.7,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"WeatherNation\",\n\t\t\t\t\t\"developerName\": \"WeatherNation TV, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 2.43,\n\t\t\t\t\t\"deviceOverlap\": 1.58,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"iFood.tv\",\n\t\t\t\t\t\"developerName\": \"Future Today Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 2.42,\n\t\t\t\t\t\"deviceOverlap\": 1.6,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"All Healthy Foods\",\n\t\t\t\t\t\"developerName\": \"VID20\",\n\t\t\t\t\t\"impressionOverlap\": 2.2,\n\t\t\t\t\t\"deviceOverlap\": 1.4,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Popeye Channel\",\n\t\t\t\t\t\"developerName\": \"8ctave ITV\",\n\t\t\t\t\t\"impressionOverlap\": 2.11,\n\t\t\t\t\t\"deviceOverlap\": 1.32,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Free Movie Channel\",\n\t\t\t\t\t\"developerName\": \"ududigital.com\",\n\t\t\t\t\t\"impressionOverlap\": 2.06,\n\t\t\t\t\t\"deviceOverlap\": 1.49,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FilmRise\",\n\t\t\t\t\t\"developerName\": \"FilmRise\",\n\t\t\t\t\t\"impressionOverlap\": 1.92,\n\t\t\t\t\t\"deviceOverlap\": 1.41,\n\t\t\t\t\t\"risk\": \"medium\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"AMC\",\n\t\t\t\t\t\"developerName\": \"AMC Networks\",\n\t\t\t\t\t\"impressionOverlap\": 1.86,\n\t\t\t\t\t\"deviceOverlap\": 1.36,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Beach TV - Myrtle Beach\",\n\t\t\t\t\t\"developerName\": \"Destination Network\",\n\t\t\t\t\t\"impressionOverlap\": 1.76,\n\t\t\t\t\t\"deviceOverlap\": 1.06,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FreeFlix Tonight\",\n\t\t\t\t\t\"developerName\": \"ududigital.com\",\n\t\t\t\t\t\"impressionOverlap\": 1.73,\n\t\t\t\t\t\"deviceOverlap\": 1.26,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"FOODYTV\",\n\t\t\t\t\t\"developerName\": \"Lightcast.com\",\n\t\t\t\t\t\"impressionOverlap\": 1.65,\n\t\t\t\t\t\"deviceOverlap\": 1.18,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Free Movies Now\",\n\t\t\t\t\t\"developerName\": \"ududigital.com\",\n\t\t\t\t\t\"impressionOverlap\": 1.59,\n\t\t\t\t\t\"deviceOverlap\": 1.15,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Yuyu Tv\",\n\t\t\t\t\t\"developerName\": \"Digital Media Rights\",\n\t\t\t\t\t\"impressionOverlap\": 1.58,\n\t\t\t\t\t\"deviceOverlap\": 1.14,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"The Pet Collective\",\n\t\t\t\t\t\"developerName\": \"Jukin Media, Inc\",\n\t\t\t\t\t\"impressionOverlap\": 1.56,\n\t\t\t\t\t\"deviceOverlap\": 1.13,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"Crackle\",\n\t\t\t\t\t\"developerName\": \"Crackle Plus, Inc.\",\n\t\t\t\t\t\"impressionOverlap\": 1.51,\n\t\t\t\t\t\"deviceOverlap\": 1.08,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}, {\n\t\t\t\t\t\"appName\": \"NBC Sports\",\n\t\t\t\t\t\"developerName\": \"NBC Sports\",\n\t\t\t\t\t\"impressionOverlap\": 1.49,\n\t\t\t\t\t\"deviceOverlap\": 1.07,\n\t\t\t\t\t\"risk\": \"high\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t\"authorizedSellers\": [{\n\t\t\t\"exchange\": \"FreeWheel\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 34.94,\n\t\t\t\"ivt\": 1.4,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.1,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Telaria\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 29.7,\n\t\t\t\"ivt\": 0.28,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.18,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"Xandr Monetize\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 25.63,\n\t\t\t\"ivt\": 14.48,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 2.98,\n\t\t\t\"ssaiRate\": 34.57,\n\t\t\t\"transparentSsaiRate\": 33.8\n\t\t}, {\n\t\t\t\"exchange\": \"Verizon Media\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 6.59,\n\t\t\t\"ivt\": 0.9,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 0.11,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}, {\n\t\t\t\"exchange\": \"RhythmOne\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 3.04,\n\t\t\t\"ivt\": 34.8,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": 8.95,\n\t\t\t\"ssaiRate\": 62.41,\n\t\t\t\"transparentSsaiRate\": 62.41\n\t\t}, {\n\t\t\t\"exchange\": \"SpotX\",\n\t\t\t\"paymentType\": \"Unauthorized\",\n\t\t\t\"inventoryRatio\": 0.1,\n\t\t\t\"ivt\": null,\n\t\t\t\"videoInventoryRatio\": 100.0,\n\t\t\t\"displayInventoryRatio\": 0.0,\n\t\t\t\"spoofingRate\": null,\n\t\t\t\"ssaiRate\": 0.0,\n\t\t\t\"transparentSsaiRate\": 0.0\n\t\t}],\n\t\t\"invalidTraffic\": {\n\t\t\t\"ivt\": 37.16,\n\t\t\t\"sivt\": 36.83,\n\t\t\t\"givt\": 0.34,\n\t\t\t\"sivtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"AppSpoofing\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 30.1\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"Proxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 6.33\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"HighRiskIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.33\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"MaskedIP\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.03\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"VideoImpressionFraud\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.02\n\t\t\t}, {\n\t\t\t\t\"fraudType\": \"DatacenterProxy\",\n\t\t\t\t\"givt\": 0.0,\n\t\t\t\t\"sivt\": 0.02\n\t\t\t}],\n\t\t\t\"givtFraudTypes\": [{\n\t\t\t\t\"fraudType\": \"Data Center\",\n\t\t\t\t\"givt\": 0.33,\n\t\t\t\t\"sivt\": 0.0\n\t\t\t}]\n\t\t},\n\t\t\"inventory\": {\n\t\t\t\"byRegion\": [{\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"inventoryRatio\": 98.67,\n\t\t\t\t\"ivt\": 37.16,\n\t\t\t\t\"ssaiRate\": 6.55,\n\t\t\t\t\"transparentSsaiRate\": 0.72\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"inventoryRatio\": 0.67,\n\t\t\t\t\"ivt\": 75.51,\n\t\t\t\t\"ssaiRate\": 1.51,\n\t\t\t\t\"transparentSsaiRate\": 0.03\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"inventoryRatio\": 0.62,\n\t\t\t\t\"ivt\": 6.14,\n\t\t\t\t\"ssaiRate\": 0.09,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}, {\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"inventoryRatio\": 0.04,\n\t\t\t\t\"ivt\": 65.83,\n\t\t\t\t\"ssaiRate\": 19.28,\n\t\t\t\t\"transparentSsaiRate\": 0.0\n\t\t\t}],\n\t\t\t\"byAdSize\": [{\n\t\t\t\t\"adSize\": \"1920x1080\",\n\t\t\t\t\"inventoryRatio\": 98.56,\n\t\t\t\t\"ivt\": 34.59,\n\t\t\t\t\"ssaiRate\": 7.33,\n\t\t\t\t\"transparentSsaiRate\": 0.81\n\t\t\t}, {\n\t\t\t\t\"adSize\": \"1280x720\",\n\t\t\t\t\"inventoryRatio\": 1.42,\n\t\t\t\t\"ivt\": 69.9,\n\t\t\t\t\"ssaiRate\": 68.5,\n\t\t\t\t\"transparentSsaiRate\": 2.87\n\t\t\t}],\n\t\t\t\"byDma\": [{\n\t\t\t\t\"dmaName\": \"NEW YORK\",\n\t\t\t\t\"inventoryRatio\": 5.74,\n\t\t\t\t\"ivt\": 29.56,\n\t\t\t\t\"ssaiRate\": 3.88,\n\t\t\t\t\"transparentSsaiRate\": 0.59\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"LOS ANGELES\",\n\t\t\t\t\"inventoryRatio\": 4.27,\n\t\t\t\t\"ivt\": 30.97,\n\t\t\t\t\"ssaiRate\": 9.91,\n\t\t\t\t\"transparentSsaiRate\": 1.46\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DALLAS-FT. WORTH\",\n\t\t\t\t\"inventoryRatio\": 4.03,\n\t\t\t\t\"ivt\": 22.83,\n\t\t\t\t\"ssaiRate\": 3.17,\n\t\t\t\t\"transparentSsaiRate\": 0.4\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHICAGO\",\n\t\t\t\t\"inventoryRatio\": 4.01,\n\t\t\t\t\"ivt\": 24.13,\n\t\t\t\t\"ssaiRate\": 8.86,\n\t\t\t\t\"transparentSsaiRate\": 0.49\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"HOUSTON\",\n\t\t\t\t\"inventoryRatio\": 3.31,\n\t\t\t\t\"ivt\": 27.5,\n\t\t\t\t\"ssaiRate\": 6.52,\n\t\t\t\t\"transparentSsaiRate\": 0.44\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ATLANTA\",\n\t\t\t\t\"inventoryRatio\": 2.96,\n\t\t\t\t\"ivt\": 28.85,\n\t\t\t\t\"ssaiRate\": 4.7,\n\t\t\t\t\"transparentSsaiRate\": 0.95\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHILADELPHIA\",\n\t\t\t\t\"inventoryRatio\": 2.57,\n\t\t\t\t\"ivt\": 32.85,\n\t\t\t\t\"ssaiRate\": 2.58,\n\t\t\t\t\"transparentSsaiRate\": 0.6\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"WASHINGTON, DC (HAGRSTWN)\",\n\t\t\t\t\"inventoryRatio\": 2.23,\n\t\t\t\t\"ivt\": 33.68,\n\t\t\t\t\"ssaiRate\": 6.62,\n\t\t\t\t\"transparentSsaiRate\": 0.62\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DETROIT\",\n\t\t\t\t\"inventoryRatio\": 2.2,\n\t\t\t\t\"ivt\": 26.34,\n\t\t\t\t\"ssaiRate\": 4.09,\n\t\t\t\t\"transparentSsaiRate\": 0.66\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"TAMPA-ST. PETE (SARASOTA)\",\n\t\t\t\t\"inventoryRatio\": 1.93,\n\t\t\t\t\"ivt\": 33.9,\n\t\t\t\t\"ssaiRate\": 12.26,\n\t\t\t\t\"transparentSsaiRate\": 1.08\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"PHOENIX (PRESCOTT)\",\n\t\t\t\t\"inventoryRatio\": 1.92,\n\t\t\t\t\"ivt\": 40.2,\n\t\t\t\t\"ssaiRate\": 5.69,\n\t\t\t\t\"transparentSsaiRate\": 0.63\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"ORLANDO-DAYTONA BCH-MELBRN\",\n\t\t\t\t\"inventoryRatio\": 1.91,\n\t\t\t\t\"ivt\": 32.84,\n\t\t\t\t\"ssaiRate\": 5.09,\n\t\t\t\t\"transparentSsaiRate\": 0.58\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"SEATTLE-TACOMA\",\n\t\t\t\t\"inventoryRatio\": 1.89,\n\t\t\t\t\"ivt\": 34.95,\n\t\t\t\t\"ssaiRate\": 7.0,\n\t\t\t\t\"transparentSsaiRate\": 0.68\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CLEVELAND-AKRON (CANTON)\",\n\t\t\t\t\"inventoryRatio\": 1.77,\n\t\t\t\t\"ivt\": 34.9,\n\t\t\t\t\"ssaiRate\": 4.91,\n\t\t\t\t\"transparentSsaiRate\": 1.18\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"MINNEAPOLIS-ST. PAUL\",\n\t\t\t\t\"inventoryRatio\": 1.53,\n\t\t\t\t\"ivt\": 34.91,\n\t\t\t\t\"ssaiRate\": 6.31,\n\t\t\t\t\"transparentSsaiRate\": 0.74\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"DENVER\",\n\t\t\t\t\"inventoryRatio\": 1.52,\n\t\t\t\t\"ivt\": 33.89,\n\t\t\t\t\"ssaiRate\": 9.26,\n\t\t\t\t\"transparentSsaiRate\": 0.69\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"CHARLOTTE\",\n\t\t\t\t\"inventoryRatio\": 1.49,\n\t\t\t\t\"ivt\": 23.68,\n\t\t\t\t\"ssaiRate\": 2.1,\n\t\t\t\t\"transparentSsaiRate\": 0.28\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BOSTON (MANCHESTER)\",\n\t\t\t\t\"inventoryRatio\": 1.42,\n\t\t\t\t\"ivt\": 38.24,\n\t\t\t\t\"ssaiRate\": 8.56,\n\t\t\t\t\"transparentSsaiRate\": 0.76\n\t\t\t}, {\n\t\t\t\t\"dmaName\": \"BALTIMORE\",\n\t\t\t\t\"inventoryRatio\": 1.4,\n\t\t\t\t\"ivt\": 27.92,\n\t\t\t\t\"ssaiRate\": 5.65,\n\t\t\t\t\"transparentSsaiRate\": 0.6\n\t\t\t}]\n\t\t}\n\t}]\n}"}],"_postman_id":"6efa6d8a-2011-400e-8afe-0ff8b5d51147"},{"name":"importCtvApps - Returning a Single widget","id":"8436489d-f16c-4353-91cf-ca1ce5c2b5e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?region=NA&widget=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importCtvApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":"NA"},{"description":{"content":"<p>Optional. \"appOverview\",\"riskOverview\",\"pixalateAdvisories\",\"appSpoofing\",\"appDetails\",\"developerOverview\",\"channels\",\"brandSafety\",\"trafficOverlap\",\"authorizedSellers\",\"invalidTraffic\",\"inventory\"</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"575bfa38-c913-4627-9d2c-c6501ad1d232","name":"importCtvApps - Returning a Single Widget","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?username={{username}}&password={{password}}&region=GLOBAL&widget=appOverview","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importCtvApps"],"query":[{"key":"username","value":"{{username}}","description":"Required. Refer to your onboarding email."},{"key":"password","value":"{{password}}","description":"Required. Refer to your onboarding email."},{"key":"region","value":"GLOBAL","description":"Optional. \"NA\" or \"GLOBAL\". Default GLOBAL."},{"key":"widget","value":"appOverview","description":"Optional. \"appOverview\",\"riskOverview\",\"pixalateAdvisories\",\"appSpoofing\",\"appDetails\",\"developerOverview\",\"channels\",\"brandSafety\",\"trafficOverlap\",\"authorizedSellers\",\"invalidTraffic\",\"inventory\""},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"appId\": \"B00KDSGIPK\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": true,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Pluto TV - It’s Free TV\",\n\t\t\t\"description\": \"Download now to stream Pluto TV\\u0027s 100+ channels of news, sports, and the Internet\\u0027s best, completely free on Amazon. Also, get access to our free VOD library of over 1000 entire movies and full TV episodes.\\n\\nPluto TV is revolutionizing the streaming TV experience, with over a hundred channels of amazing programming.\\n\\nIf you\\u0027re a news junkie, we\\u0027ve got NBC News, as well as Sky News, Bloomberg, and more. For the fight fan, get the world\\u0027s best MMA, boxing and more on Fight. For other binge-worthy interests, we\\u0027ve got the Crime Network, Funny AF, IGN, Pro Wrestling and All Day Anime. Enjoy these, and over 100 more amazing channels on Pluto TV!\\n\\nLooking for free on-demand? With Pluto TV, you have access to our library of over 1000 full movies and entire episodes of your favorite TV shows. Its out of this world!\\n\\nFree yourself from traditional TV. With Pluto TV, all your great entertainment is free. Join us, Citizen, and download today to start watching all the amazing stuff on Pluto TV!\\n\\n* Privacy Policy and Your California Privacy Rights: https://corporate.pluto.tv/privacy-policy\\n* Do Not Sell My Personal Info: https://viacomprivacy.com\\n* Terms of Use: https://corporate.pluto.tv/terms-of-use\",\n\t\t\t\"categories\": [\"Movies \\u0026 TV\"],\n\t\t\t\"screenshotUrls\": [\"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\", \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\", \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\", \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\", \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\", \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\"]\n\t\t}\n\t}]\n} {\n\t\"appId\": \"181208\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"181208\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"roku\",\n\t\t\"includeSpoofing\": true,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"FOX Soccer Match Pass\",\n\t\t\t\"description\": \"Stream live and on-demand soccer, rugby, and more from Bundesliga, MLS, Copa Libertadores, and Copa Sudamericana, to National Rugby League, Super Rugby League, and Australian Rules Football\",\n\t\t\t\"categories\": [\"Sports\", \"New \\u0026 Notable\"],\n\t\t\t\"screenshotUrls\": [\"https://image.roku.com/developer_channels/prod/46088ffa7b10fd3369dddaf6f7113802f8ceb04c112f4b490bc33013623f0845.jpg\", \"https://image.roku.com/developer_channels/prod/a8dc03c082707b28dbba6f766edb7c99452216af03775383ea1a403ca4ef1236.png\", \"https://image.roku.com/developer_channels/prod/dc4124d3a6018b3b23b017fe783fa08fd19c2988d79ec6ebb2dcabb37f71ae71.png\", \"https://image.roku.com/developer_channels/prod/d3348d07395d8a2cce986d9ee57a2bd4ff5cea60be60e995b2a7cbf7bc0f84d9.png\"]\n\t\t}\n\t}]\n} {\n\t\"appId\": \"2285\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"2285\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"roku\",\n\t\t\"includeSpoofing\": true,\n\t\t\"appOverview\": {\n\t\t\t\"appTitle\": \"Hulu\",\n\t\t\t\"description\": \"Stream all your TV in one place with Hulu. Get access to a huge streaming library of exclusive past seasons, current episodes, original series, popular movies, kids favorites and more. Plus, now you have the option to add Live TV.\",\n\t\t\t\"categories\": [\"Premium Services\", \"Recommended\", \"Cable Alternative\"],\n\t\t\t\"screenshotUrls\": [\"https://image.roku.com/developer_channels/prod/d30578ed0ea359d84ebcb47c769cf0c5db09110e9cf45ac9f25d0d7aeb82dd4e.jpg\", \"https://image.roku.com/developer_channels/prod/340f66153704d099ac98455a7368d3b7a80ad61699449dfce3d8d02daaf0d471.jpg\", \"https://image.roku.com/developer_channels/prod/2f98bf88c8a4ecc6f4c57aeb7c195a4e8ff701f2ecbafd468edf7c160aa8184c.jpg\", \"https://image.roku.com/developer_channels/prod/cd785c3e56fd3239f07f3f39c94d6531967801a4fb10e2b06797caaf28f6c9dd.jpg\"]\n\t\t}\n\t}]\n}"}],"_postman_id":"8436489d-f16c-4353-91cf-ca1ce5c2b5e1"},{"name":"importCtvApps - Returning two widgets","id":"62387e26-4415-42c2-9d1c-09e81df97d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?region=GLOBAL&widget=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importCtvApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":"GLOBAL"},{"description":{"content":"<p>Optional. \"appOverview\",\"riskOverview\",\"pixalateAdvisories\",\"appSpoofing\",\"appDetails\",\"developerOverview\",\"channels\",\"brandSafety\",\"trafficOverlap\",\"authorizedSellers\",\"invalidTraffic\",\"inventory\"</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"2bd7ee6f-e93e-4521-b97f-963affa58a20","name":"importCtvApps - Returning twoWidgets","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?username={{username}}&password={{password}}&region=GLOBAL&widget=riskOverview,brandSafety","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importCtvApps"],"query":[{"key":"username","value":"{{username}}","description":"Required. Refer to your onboarding email."},{"key":"password","value":"{{password}}","description":"Required. Refer to your onboarding email."},{"key":"region","value":"GLOBAL","description":"Optional. \"NA\" or \"GLOBAL\". Default GLOBAL."},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"widget","value":"riskOverview,brandSafety","description":"Optional. \"appOverview\",\"riskOverview\",\"pixalateAdvisories\",\"appSpoofing\",\"appDetails\",\"developerOverview\",\"channels\",\"brandSafety\",\"trafficOverlap\",\"authorizedSellers\",\"invalidTraffic\",\"inventory\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"appId\": \"B00KDSGIPK\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"B00KDSGIPK\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"firetv\",\n\t\t\"includeSpoofing\": true,\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Highly Suspicious Traffic Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 47.98,\n\t\t\t\"ivtRisk\": \"high\",\n\t\t\t\"ssaiRate\": 2.01,\n\t\t\t\"transparentSsaiRate\": 2.0,\n\t\t\t\"descriptionBrandSafetyRisk\": \"high\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"high\",\n\t\t\t\t\"alcoholContentRisk\": \"high\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"medium\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"medium\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1h3NDCo1DL.png\",\n\t\t\t\t\t\"text\": \"250+ channels\\nof live TV.\\nBAYWATCH\\nBaywatch: Dream Girl\\nWED 6:00 PM\\n|6:00 PM\\n|6:30 PM\\nTV plutoo\\nMTV Cribs\\nPunk\\u0027d\\n��OMEDY\\nCENTRAL\\nReno 911!\\nTosh.0\\nplutoo\\nBAYWATCH\\nBaywatch: Dream Girl\\nCNN\\nThe Latest News from CNN\\nNFL Top 10\\nTop Shot\\nNFL\\nCHANNEL\\nOCBSN\\nCBS News Live\\nLEVERAGE\\nLeverage\\nLeverage\\nANIMAS\\nThe Zoo\\nBamboo Ban\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.75825\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.7033\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.6613\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A18BgKItSML.png\",\n\t\t\t\t\t\"text\": \"Drop in.\\nIt\\u0027s free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.73209\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Photography\",\n\t\t\t\t\t\t\"score\": 0.67789\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.60989\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.56994\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"5\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/B1sUS4DpD1S.png\",\n\t\t\t\t\t\"text\": \"1000s of movies\\non-demand.\\nRecently Added\\nSee All \\u003e\\nHOAM MKAY AU\\nBIGBISTH\\nTHE\\nBIG\\nSHORT\\nTINA FEY\\nWHISKEY\\nTANGO\\nFOXTROT\\nTHIS IS A TRUE STORY\\nPRESS\\nBig Fish\\nThe Big Short\\nWhiskey Tango Foxtrot\\nRecently Added\\nSee All \\u003e\\nGOOD\\nBurger\\nHOT ROD\\nNICKELODEON\\nTHE LEGEND OF\\nBAGGIR\\nVANCE\\nGood Burger\\nThe Legend of Baggar Vance\\nHot Trot\\nRecently Added\\nSee All \\u003e\\nDICTATOR\\nFLORENCE\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Art\",\n\t\t\t\t\t\t\"score\": 0.50219\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"high\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/41D2nRTkoML.png\",\n\t\t\t\t\t\"text\": \"pluto @\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.96237\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.93628\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.92948\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.77553\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Graphics\",\n\t\t\t\t\t\t\"score\": 0.73121\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A12Azk3wx2L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nGORDON\\nRAMSAY\\u0027S\\nHELL\\u0027S KITCHEN\\nUNCENSORED\\nGordon Ramsay\\u0027s Hell\\u0027s Kitchen\\nWED 6:00 PM\\n6:00 PM\\n6:30 PM\\nU N S OLV ED\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nGORDON\\nRAMSAY\\u0027S\\nHELL\\u0027S KITCHEN\\nGordon Ramsay\\u0027s Hell\\u0027s Kitchen: Break or\\nUNCEN SORED\\nCOLD CASE FILES\\nCold Case Files\\nThe New\\nDetectives\\nThe New Detectives\\nThe New Det\\nLove \\u0026 Hip Hop Atlanta\\nLove \\u0026 Hip F\\nLOVE \\u0026 HIP HOP VH\\nDOG\\nDog the Bounty Hunter\\nDog the Bou\\nTHE BOUNTY HUNTER\\nRUPAUL\\u0027S\\nDRAG RACE\\nRuPaul\\u0027s Drag Race\\nRuPaul\\u0027s Dra\\nVH1\\nS RIS S\\nA N GE\\nMINN��REAK\\nCricc Angel, M:nafrealk\\nCricc AngeL I\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.92182\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.71952\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Advertising\",\n\t\t\t\t\t\t\"score\": 0.69731\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.69547\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1Hjkn8s2aL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nrson\\nCNN\\nThe Latest News from CNN\\nWED 6:00 PM\\n|6:00 PM\\n6:30 PM\\nS NBC\\nNEWS\\nNBC Nightly News\\nNBC Nightly\\nOCBSN\\nCBS News Live Broadcast\\nCNN\\nThe Latest News from CNN\\nplutoo NEWS\\nHeadline News\\nTODAY\\u0027S TOP\\nToday\\u0027s Top Story\\nToday\\u0027s Top\\nSTORY\\nc cheddar\\nnews\\nCheddar Top Stories\\nBloomberg\\nTelevision\\nBloomberg Markets: The Close\\nWeat her NLation . 24177\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86865\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.81197\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.80777\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Electronic device\",\n\t\t\t\t\t\t\"score\": 0.75926\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.72535\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"2\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1CzcbbSY6L.png\",\n\t\t\t\t\t\"text\": \"Drop in. It\\u0027s free.\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.88283\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.75603\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Adaptation\",\n\t\t\t\t\t\t\"score\": 0.66966\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.65735\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.63672\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1WaDbi8rtL.png\",\n\t\t\t\t\t\"text\": \"1000s of movies on-demand.\\nplutoo\\nLive TV\\nOn Demand\\ne Entertainment\\nMost Popular Movies\\nBig Fish\\nEI News\\nPG-13| Drama/Fantasy | 2hr 5m | ��\\nWhen Edward Bloom becomes ill, his son, William, travels\\nto be with him. William has a strained relationship with\\nB Binge Watch\\nEdward because his father has always told exaggerated\\nstories about his life, and William thinks he\\u0027s never really\\ntold the truth.\\nMovies\\nCast: Ewan McGregor, Albert Finney, Billy Crudup\\nDirector: Tim Burton\\n�� Sports\\nBurger HOT RODALY DONUE ZLabor Day\\nH Explore\\nBIGDISH\\nBIG\\nBAGGER\\nVANCE\\nSHOR\\nFLORENCE\\nFOSTER JENKINS\\nMEXICAN\\nG Life + Style\\nCollection Title\\nH��RRISON\\nCADILLAC RECORDS\\nDEATH\\nATA\\nFUNERAL\\nDICTATOF\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.85803\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.85249\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80597\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.75167\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.75\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/8102bzjDerL.png\",\n\t\t\t\t\t\"text\": \"250+ channels of live TV.\\nplutoo\\nLive TV\\nOn Demand\\n8:30 PM\\n9:00 PM\\n9:30 PM\\nBETA plutoo\\nEntertainment\\nJV plutoo\\nMTV Cribs\\nPunk\\u0027d\\nJersey Shore\\n130\\nEI News\\na COMEDY plutoo\\nCENTRAL\\n52\\nReno 911!\\nTosh.0\\nChappelle\\u0027s S\\nBinge Watch\\n��aywatch\\nBaywatcl\\n* Featured\\nTV-MA Action 8:30PM- 9:30����\\nTV-MA Action 9:\\n356\\nBAYWATCH\\nJoin the Baywatch lifeguards on their thrilling adventures filled\\nJoin the Bayv\\nwith beautiful beaches and those iconic red swimsuits.\\nwith beautifu\\n3 Sports\\nCNN\\nThe Latest News from CNN\\nThe Latest News from CNN\\n11\\nH Explore\\n146\\nNFL CHANNEL\\nNFL Top 10\\nHard Knocks: A Decade of NFL Training Cadmps\\nA Life + Style\\nOCBSN\\n411\\nCBS News Live\\nComedy\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.93072\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.84903\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.77685\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.74575\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.70077\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"2\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/81BZzLOz8-L.png\",\n\t\t\t\t\t\"text\": \"Binge-worthy shows.\\nplutoo\\nOn Demand\\nLive TV\\nOMOVIES\\nFORENSIC FILES\\nForensic Files\\nForensic Files\\ne Entertainment\\nmysteries\\nUnsolved Mysteries with Robert Stack\\nUnsolved Mys\\n334\\nEl News\\nGordon Ramsay\\u0027s Hell\\u0027s Kitchen\\nGordon R\\nGORDON RAMSAY\\u0027S\\nHELL\\u0027S KITCHEN\\nINCE NSOED\\n356\\nTV-MA Reality | 8:30PM ��� 9:30PM | E\\nTV-MA Reality 9:\\nBinge Watch\\nBreak On Through Chef Ramsay explains to the six remaining\\nBreak On Th��\\nchefs that they will face three extensive challenges to determine...\\nteams face c\\nFeatured\\nCOLD CASE|FILES\\n346\\nCold Case Files\\nCold Case Fil\\nSports\\nThe New\\nDetectives\\n342\\nThe New Detectives\\nThe New Detectives\\nThe New Dete\\nH Explore\\nLOVE \\u0026\\nHIP HOP\\nVH1\\n322\\nLove \\u0026 Hip Hop Atlanta\\nLove \\u0026 Hip Ho\\nLife + Style\\nDOG\\n353\\nDog the Bounty Hunter\\nDog the Bounty Hunter\\nDog the Boun\\nTHE BOUNTY HUNTER\\ne Comedy\\nRUPAUL\\u0027S\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.91578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.80402\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Website\",\n\t\t\t\t\t\t\"score\": 0.74573\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Screenshot\",\n\t\t\t\t\t\t\"score\": 0.74003\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"medium\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://images-na.ssl-images-amazon.com/images/I/A1E-zr-R6gL.png\",\n\t\t\t\t\t\"text\": \"The latest news.\\nplutoo\\nOn Demand\\nLive TV\\nrson\\nCH 244\\nCNN\\nThe Latest News from CNN\\nT\\nCC\\n6:30PM - 9:3OPM\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Display device\",\n\t\t\t\t\t\t\"score\": 0.90742\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Media\",\n\t\t\t\t\t\t\"score\": 0.86095\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.80441\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Display advertising\",\n\t\t\t\t\t\t\"score\": 0.77863\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.77101\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}]\n\t\t\t}\n\t\t}\n\t}]\n} {\n\t\"appId\": \"181208\",\n\t\"status\": \"Ok\",\n\t\"data\": [{\n\t\t\"appId\": \"181208\",\n\t\t\"region\": \"GLOBAL\",\n\t\t\"device\": \"roku\",\n\t\t\"includeSpoofing\": true,\n\t\t\"riskOverview\": {\n\t\t\t\"risk\": [{\n\t\t\t\t\"region\": \"APAC\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"EMEA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"GLOBAL\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"LATAM\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}, {\n\t\t\t\t\"region\": \"NA\",\n\t\t\t\t\"pixalateRisk\": \"high\",\n\t\t\t\t\"pixalateRiskReasons\": [\"Significantly Elevated IVT Percentage\", \"High App Spoofing\", \"Ad Traffic Shows Some Suspicious Characteristics\"]\n\t\t\t}],\n\t\t\t\"ivt\": 77.78,\n\t\t\t\"ivtRisk\": \"high\",\n\t\t\t\"ssaiRate\": 42.68,\n\t\t\t\"transparentSsaiRate\": 7.03,\n\t\t\t\"descriptionBrandSafetyRisk\": \"low\",\n\t\t\t\"contentBrandSafetyRisk\": \"medium\"\n\t\t},\n\t\t\"brandSafety\": {\n\t\t\t\"descriptionBrandSafety\": {\n\t\t\t\t\"advisoriesRisk\": \"low\",\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"drugContentRisk\": \"low\",\n\t\t\t\t\"alcoholContentRisk\": \"low\",\n\t\t\t\t\"hateSpeechRisk\": \"low\",\n\t\t\t\t\"offensiveContentRisk\": \"low\"\n\t\t\t},\n\t\t\t\"contentBrandSafety\": {\n\t\t\t\t\"adultContentRisk\": \"low\",\n\t\t\t\t\"violenceContentRisk\": \"low\",\n\t\t\t\t\"imagesData\": [{\n\t\t\t\t\t\"adult\": \"2\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"4\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/46088ffa7b10fd3369dddaf6f7113802f8ceb04c112f4b490bc33013623f0845.jpg\",\n\t\t\t\t\t\"text\": \"WATCH NOW\\nADEFA CHAMPIONS LEAGUE\\nBUNDESLIGA\\nBSW\\nBA\\nWE LIVE SOCCER\\naVa\\n(BAB\\nLOGIN NOW\\n22\\n30\\n25\\n20\\n235\\n33\\n6.\\n185\\nO OPEL\\nLES\\nFES 17\\nDEVOLUT SOCCER\\nDr VC UONS CER\\nUNA DPA RKSIGGL ID TAG PERK S CNAL IDA O FAR\\n++P REVOUU SOCOR\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Fan\",\n\t\t\t\t\t\t\"score\": 0.93636\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Text\",\n\t\t\t\t\t\t\"score\": 0.88116\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.87128\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Yellow\",\n\t\t\t\t\t\t\"score\": 0.83633\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Sport venue\",\n\t\t\t\t\t\t\"score\": 0.7934\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"medium\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"medium\",\n\t\t\t\t\t\"scoreWeight\": 2.0\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"3\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/a8dc03c082707b28dbba6f766edb7c99452216af03775383ea1a403ca4ef1236.png\",\n\t\t\t\t\t\"text\": \"RALIAN FOOTBALL LEAGUE\\nNATIONAL RUGBY LEAGUE\\nBUNDESLIGA\\nEXPLORE\\n***\\nadidas\\nBundesliga - Dec 16, 2017\\nFULL MATCH\\nPOR\\nStuttgart - Bayern Munich\\n24\\nBUNDESLIGA\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Player\",\n\t\t\t\t\t\t\"score\": 0.97302\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Football player\",\n\t\t\t\t\t\t\"score\": 0.95738\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Product\",\n\t\t\t\t\t\t\"score\": 0.92529\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Team sport\",\n\t\t\t\t\t\t\"score\": 0.87898\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Team\",\n\t\t\t\t\t\t\"score\": 0.87375\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.5\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"2\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"1\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/d3348d07395d8a2cce986d9ee57a2bd4ff5cea60be60e995b2a7cbf7bc0f84d9.png\",\n\t\t\t\t\t\"text\": \"02:13 STUTTGART 0-0 BAYERN\\nbenz\\nMercedesBenz\\nO Me\\nMerced Pz Oerr des Benz\\nRichtige Entscheidung. Auch ohne Videobeweis.\\nKaELER\\nPORS CHE\\nJMAOHE\\nPUMA\\nPUMAOHE\\ncher fscher her\\nPUMAY\\nPUMA OHE\\nMercedes Benz Arena\\nEWURTH\\nedes-Benz\\nNER\\n6 ASCAC��BAR\\n32 ������\\nER\\nMIDFIELDER\\nMIDFIELD\\nhank Meedes beng BankMercedes Bena Dak Mee\\nDIS\\nVFB STUTTGART\\nBUNDESLA\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Stadium\",\n\t\t\t\t\t\t\"score\": 0.99471\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Sport venue\",\n\t\t\t\t\t\t\"score\": 0.98993\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Ball game\",\n\t\t\t\t\t\t\"score\": 0.97419\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Football\",\n\t\t\t\t\t\t\"score\": 0.97004\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Arena\",\n\t\t\t\t\t\t\"score\": 0.9587\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.25\n\t\t\t\t}, {\n\t\t\t\t\t\"adult\": \"1\",\n\t\t\t\t\t\"medical\": \"1\",\n\t\t\t\t\t\"spoof\": \"1\",\n\t\t\t\t\t\"violence\": \"1\",\n\t\t\t\t\t\"racy\": \"2\",\n\t\t\t\t\t\"url\": \"https://image.roku.com/developer_channels/prod/dc4124d3a6018b3b23b017fe783fa08fd19c2988d79ec6ebb2dcabb37f71ae71.png\",\n\t\t\t\t\t\"text\": \"EXPLORE\\nBUNDESLIGA\\nTIONAL RUGBY LEAGUE\\n1984 VEE\\n1999 FC BAYERN\\n1984 VEB\\n1999 FC BAYE\\nMLS\\n2.BUNDESLIGA\\n���\\nCONME\\nLIBERTADORES\\nAROGESTONE\\nBUNDESLIGA\\nBUNDESLIGA\\nCopa Libertadores\\nMajor League Soccer\\n2.Bundesliga\\nBundesliga\\n\",\n\t\t\t\t\t\"labels\": [{\n\t\t\t\t\t\t\"label\": \"Brand\",\n\t\t\t\t\t\t\"score\": 0.68953\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Font\",\n\t\t\t\t\t\t\"score\": 0.68572\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Technology\",\n\t\t\t\t\t\t\"score\": 0.67578\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Logo\",\n\t\t\t\t\t\t\"score\": 0.63505\n\t\t\t\t\t}, {\n\t\t\t\t\t\t\"label\": \"Multimedia\",\n\t\t\t\t\t\t\"score\": 0.58231\n\t\t\t\t\t}],\n\t\t\t\t\t\"violenceRating\": \"low\",\n\t\t\t\t\t\"spoofRating\": \"low\",\n\t\t\t\t\t\"medicalRating\": \"low\",\n\t\t\t\t\t\"adultRating\": \"low\",\n\t\t\t\t\t\"scoreWeight\": 1.0\n\t\t\t\t}]\n\t\t\t}\n\t\t}\n\t}]\n}"}],"_postman_id":"62387e26-4415-42c2-9d1c-09e81df97d45"},{"name":"importCtvApps - Error","id":"57bc7881-b135-4cb9-98a3-541852d6f16f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?region=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importCtvApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"e8d8fd51-8cba-43ed-ad22-73df45d56511","name":"importCtvApps - Error","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?password={{password}}&username={{username}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importCtvApps"],"query":[{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"password","value":"{{password}}"},{"key":"username","value":"{{username}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"appId\": \"CTVAPP\",\n\t\"status\": \"Error\",\n\t\"data\": null\n}"}],"_postman_id":"57bc7881-b135-4cb9-98a3-541852d6f16f"},{"name":"importCtvApps - Not found","id":"1817a9d8-7307-45f8-b08b-955743cb7316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?region=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importCtvApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"NA\" or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"20acaff1-d238-4116-9aa3-0cfa70ff7882","name":"importCtvApps - Not found","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?password={{password}}&username={{username}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importCtvApps"],"query":[{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"password","value":"{{password}}"},{"key":"username","value":"{{username}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"appId\": \"CTVAPP\",\n\t\"status\": \"NotFound\",\n\t\"data\": null\n}"}],"_postman_id":"1817a9d8-7307-45f8-b08b-955743cb7316"}],"id":"170b0ad4-5fe8-49fd-96ea-f30b57fc7975","description":"<p>The report will not be available for download at the returned URI location until processing has been completed.  While creating the report, a request to retrieve the report using the response URL will return an HTTP status code Not Found (404).  Once asynchronous processing has completed, the report is returned as normal.  If asynchronous processing of a report fails because of an invalid query the request to retrieve the report using the response URL will return an HTTP status code Bad Request (400).  Or, if the submitted file contained more than 5000 domains, then an HTTP status code Request Entity Too Large (413) is returned. Or if the account's quota limit has been exceeded, then an HTTP status code Forbidden (403) is returned. For all other errors, a request to retrieve the report using the response URL will return an HTTP status code Internal Service Error  (500).  Client systems should poll the response URL until the report is available, or a non 404 HTTP status code is returned.</p>\n<p>Data\nPosted data should be uploaded as the MIME type: text/plain</p>\n<p>Posted data is in JSON format.  Each line consists of a single field which is the APP ID. </p>\n<p><strong>Sample Request</strong> - <a href=\"https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?region=&amp;widget=&amp;username&amp;password&amp;callback\">https://ratings2.api.pixalate.com/services/2020/Ratings/importCtvApps?region=&amp;widget=&amp;username&amp;password&amp;callback</a></p>\n<p><strong>Sample Response</strong> - <a href=\"https://dashboardcdn.pixalate.com/www/exported/Client/YYYY-MM-DD/ea280lpfaa22k45vi2tvvu6dh/ctvapps_YYYY-MM-DD\">https://dashboardcdn.pixalate.com/www/exported/Client/YYYY-MM-DD/ea280lpfaa22k45vi2tvvu6dh/ctvapps_YYYY-MM-DD</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f4b163ae-f984-4f44-893f-7e81034c8459"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f2f9d316-a1d9-42f7-8363-9f552d352e60"}}],"_postman_id":"170b0ad4-5fe8-49fd-96ea-f30b57fc7975"},{"name":"Import Apps","item":[{"name":"importApps - Region & Device","id":"62874940-3fa9-418a-8dbf-c859c2d808ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"text/plain"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&username=&password=&callback=","urlObject":{"protocol":"https","path":["services","2020","Ratings","importApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":"smartphone"},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all.</p>\n","type":"text/plain"},"key":"region","value":"NA"},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"7880a61d-3459-41f2-8cdd-b8c89b195be6","name":"importApps (Region & Device)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"smartphone","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"widget","value":"","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default  All widgets"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"appId\":\"302324249\",\"status\":\"Ok\",\"data\":[{\"appId\":\"302324249\",\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"Verve Group\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"320x50\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":95.28,\"videoContribution\":4.72,\"hyperLocationAvailability\":85.87,\"mraidVersion\":null,\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":11.75,\"ivtRisk\":\"high\",\"viewability\":75.03,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"high\",\"clickIvtRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":40039,\"estimatedMonthlyActiveUsers\":701666,\"inventory\":1156705934,\"adSpend\":49930.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":22960330,\"inventoryRatio\":9.81,\"ivt\":18.85,\"videoInventoryRatio\":6.56,\"viewability\":52.18},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":15228578,\"inventoryRatio\":6.51,\"ivt\":17.07,\"videoInventoryRatio\":1.04,\"viewability\":74.02},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":13661361,\"inventoryRatio\":5.84,\"ivt\":14.66,\"videoInventoryRatio\":8.19,\"viewability\":81.79},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":13513598,\"inventoryRatio\":5.77,\"ivt\":14.13,\"videoInventoryRatio\":3.57,\"viewability\":78.74},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":10146561,\"inventoryRatio\":4.34,\"ivt\":10.93,\"videoInventoryRatio\":0.0,\"viewability\":65.82},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":8769628,\"inventoryRatio\":3.75,\"ivt\":14.06,\"videoInventoryRatio\":0.0,\"viewability\":89.64},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":7637519,\"inventoryRatio\":3.26,\"ivt\":13.2,\"videoInventoryRatio\":0.08,\"viewability\":79.18},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":6798209,\"inventoryRatio\":2.9,\"ivt\":17.93,\"videoInventoryRatio\":2.74,\"viewability\":45.23},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":5496218,\"inventoryRatio\":2.35,\"ivt\":4.64,\"videoInventoryRatio\":70.4,\"viewability\":38.34},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":5137062,\"inventoryRatio\":2.2,\"ivt\":16.33,\"videoInventoryRatio\":7.53,\"viewability\":90.14},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":5025558,\"inventoryRatio\":2.15,\"ivt\":10.99,\"videoInventoryRatio\":0.54,\"viewability\":78.14},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":4467533,\"inventoryRatio\":1.91,\"ivt\":18.56,\"videoInventoryRatio\":0.02,\"viewability\":74.75},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":1836786,\"inventoryRatio\":0.78,\"ivt\":15.59,\"videoInventoryRatio\":15.4,\"viewability\":79.35},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventory\":33431,\"inventoryRatio\":0.01,\"ivt\":24.17,\"videoInventoryRatio\":0.0,\"viewability\":81.57},{\"exchange\":\"IronSource\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":41969338,\"inventoryRatio\":17.93,\"ivt\":8.86,\"videoInventoryRatio\":0.0,\"viewability\":51.76},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventory\":3792954,\"inventoryRatio\":1.62,\"ivt\":13.0,\"videoInventoryRatio\":0.0,\"viewability\":89.65},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":69387,\"inventoryRatio\":0.03,\"ivt\":9.17,\"videoInventoryRatio\":0.0,\"viewability\":27.49},{\"exchange\":\"Admixer UA LLC\",\"paymentType\":\"Reseller\",\"inventory\":21715,\"inventoryRatio\":0.01,\"ivt\":6.98,\"videoInventoryRatio\":1.0,\"viewability\":72.22},{\"exchange\":\"MobFox\",\"paymentType\":\"Reseller\",\"inventory\":2626,\"inventoryRatio\":0.0,\"ivt\":38.46,\"videoInventoryRatio\":0.0,\"viewability\":53.85},{\"exchange\":\"Thirdpresence Ltd\",\"paymentType\":\"Reseller\",\"inventory\":1111,\"inventoryRatio\":0.0,\"ivt\":9.09,\"videoInventoryRatio\":0.0,\"viewability\":36.36},{\"exchange\":\"Brave Inc\",\"paymentType\":\"Reseller\",\"inventory\":707,\"inventoryRatio\":0.0,\"ivt\":57.14,\"videoInventoryRatio\":33.33,\"viewability\":33.33},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":23204447,\"inventoryRatio\":9.92,\"ivt\":12.36,\"videoInventoryRatio\":0.01,\"viewability\":80.07},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":16386745,\"inventoryRatio\":7.0,\"ivt\":3.1,\"videoInventoryRatio\":0.0,\"viewability\":96.46},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":8179990,\"inventoryRatio\":3.5,\"ivt\":4.41,\"videoInventoryRatio\":0.0,\"viewability\":57.69},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":5426023,\"inventoryRatio\":2.32,\"ivt\":10.2,\"videoInventoryRatio\":0.0,\"viewability\":20.3},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":4044545,\"inventoryRatio\":1.73,\"ivt\":17.03,\"videoInventoryRatio\":0.0,\"viewability\":45.37},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":3711851,\"inventoryRatio\":1.59,\"ivt\":10.33,\"videoInventoryRatio\":0.0,\"viewability\":89.69},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":2770228,\"inventoryRatio\":1.18,\"ivt\":5.71,\"videoInventoryRatio\":0.03,\"viewability\":70.39},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":1994952,\"inventoryRatio\":0.85,\"ivt\":15.02,\"videoInventoryRatio\":0.04,\"viewability\":41.13},{\"exchange\":\"Adobe\",\"paymentType\":\"Unauthorized\",\"inventory\":575094,\"inventoryRatio\":0.25,\"ivt\":60.7,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":357641,\"inventoryRatio\":0.15,\"ivt\":6.35,\"videoInventoryRatio\":0.0,\"viewability\":75.44},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":295223,\"inventoryRatio\":0.13,\"ivt\":9.61,\"videoInventoryRatio\":79.56,\"viewability\":82.09},{\"exchange\":\"Triton Digital\",\"paymentType\":\"Unauthorized\",\"inventory\":101606,\"inventoryRatio\":0.04,\"ivt\":34.19,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":97566,\"inventoryRatio\":0.04,\"ivt\":2.48,\"videoInventoryRatio\":0.11,\"viewability\":79.56},{\"exchange\":\"Appreciate\",\"paymentType\":\"Unauthorized\",\"inventory\":59085,\"inventoryRatio\":0.03,\"ivt\":8.89,\"videoInventoryRatio\":0.0,\"viewability\":93.51},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":53631,\"inventoryRatio\":0.02,\"ivt\":14.69,\"videoInventoryRatio\":0.0,\"viewability\":22.64},{\"exchange\":\"Stackadapt Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":38885,\"inventoryRatio\":0.02,\"ivt\":7.79,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"YouAppi\",\"paymentType\":\"Unauthorized\",\"inventory\":34340,\"inventoryRatio\":0.01,\"ivt\":7.65,\"videoInventoryRatio\":0.96,\"viewability\":64.99},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":26967,\"inventoryRatio\":0.01,\"ivt\":33.33,\"videoInventoryRatio\":0.0,\"viewability\":38.95},{\"exchange\":\"Jampp\",\"paymentType\":\"Unauthorized\",\"inventory\":15049,\"inventoryRatio\":0.01,\"ivt\":3.36,\"videoInventoryRatio\":0.0,\"viewability\":46.31},{\"exchange\":\"Edge226\",\"paymentType\":\"Unauthorized\",\"inventory\":14847,\"inventoryRatio\":0.01,\"ivt\":4.76,\"videoInventoryRatio\":0.0,\"viewability\":23.29},{\"exchange\":\"Moloco\",\"paymentType\":\"Unauthorized\",\"inventory\":13433,\"inventoryRatio\":0.01,\"ivt\":4.51,\"videoInventoryRatio\":0.0,\"viewability\":73.68},{\"exchange\":\"Boldwin\",\"paymentType\":\"Unauthorized\",\"inventory\":9090,\"inventoryRatio\":0.0,\"ivt\":16.67,\"videoInventoryRatio\":0.0,\"viewability\":60.0},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":8888,\"inventoryRatio\":0.0,\"ivt\":26.14,\"videoInventoryRatio\":1.54,\"viewability\":78.18},{\"exchange\":\"Baidu\",\"paymentType\":\"Unauthorized\",\"inventory\":6767,\"inventoryRatio\":0.0,\"ivt\":23.88,\"videoInventoryRatio\":0.0,\"viewability\":91.04},{\"exchange\":\"Bid Machine\",\"paymentType\":\"Unauthorized\",\"inventory\":6464,\"inventoryRatio\":0.0,\"ivt\":10.94,\"videoInventoryRatio\":1.75,\"viewability\":48.39},{\"exchange\":\"Sift Media\",\"paymentType\":\"Unauthorized\",\"inventory\":5757,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":15.79},{\"exchange\":\"Bat-Ads\",\"paymentType\":\"Unauthorized\",\"inventory\":5656,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":92.86},{\"exchange\":\"Mars Media Group\",\"paymentType\":\"Unauthorized\",\"inventory\":3232,\"inventoryRatio\":0.0,\"ivt\":3.13,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Viant US LLC - EU - Germany\",\"paymentType\":\"Unauthorized\",\"inventory\":1515,\"inventoryRatio\":0.0,\"ivt\":13.33,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Acuity Ads, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":1414,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"MobUpps\",\"paymentType\":\"Unauthorized\",\"inventory\":1414,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Daily Engage Media Group LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":1313,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"ClearPier\",\"paymentType\":\"Unauthorized\",\"inventory\":505,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":80.0},{\"exchange\":\"Appodeal\",\"paymentType\":\"Unauthorized\",\"inventory\":505,\"inventoryRatio\":0.0,\"ivt\":40.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"Zippor Ltd.\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Unity Technologies\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Novoroll\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"RedZone LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":11.75,\"givt\":0.52,\"sivt\":11.23,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.49,\"sivt\":0.0},{\"fraudType\":\"IAB Crawler\",\"givt\":0.03,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.08},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":1.63},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":1.57},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":1.51},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.89},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.81},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.79},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.32},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.26},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.21},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"VideoClickFraud\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.01}]},\"viewability\":{\"viewability\":75.03,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":596876670,\"inventoryRatio\":52.44,\"viewability\":77.75},{\"adSize\":\"300x250\",\"inventory\":511357748,\"inventoryRatio\":44.93,\"viewability\":71.3},{\"adSize\":\"480x320\",\"inventory\":8867699,\"inventoryRatio\":0.78,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":6682968,\"inventoryRatio\":0.59,\"viewability\":82.42},{\"adSize\":\"300x50\",\"inventory\":5512580,\"inventoryRatio\":0.48,\"viewability\":88.81},{\"adSize\":\"Other\",\"inventory\":2726091,\"inventoryRatio\":0.24,\"viewability\":78.08},{\"adSize\":\"320x480\",\"inventory\":2467329,\"inventoryRatio\":0.22,\"viewability\":74.84},{\"adSize\":\"300x251\",\"inventory\":1530554,\"inventoryRatio\":0.13,\"viewability\":77.29},{\"adSize\":\"1200x627\",\"inventory\":1185235,\"inventoryRatio\":0.1,\"viewability\":null}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":1145784400,\"inventoryRatio\":99.06,\"ivt\":11.76,\"viewability\":75.11},{\"device\":\"Apple Ipad\",\"inventory\":9727714,\"inventoryRatio\":0.84,\"ivt\":9.88,\"viewability\":72.02}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":959365771,\"inventoryRatio\":82.94,\"ivt\":12.37,\"viewability\":74.28},{\"region\":\"APAC\",\"inventory\":121190001,\"inventoryRatio\":10.48,\"ivt\":8.85,\"viewability\":75.67},{\"region\":\"EMEA\",\"inventory\":58181656,\"inventoryRatio\":5.03,\"ivt\":6.69,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17968506,\"inventoryRatio\":1.55,\"ivt\":14.65,\"viewability\":68.67}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":596876670,\"inventoryRatio\":52.44,\"ivt\":12.3,\"viewability\":77.75},{\"adSize\":\"300x250\",\"inventory\":511357748,\"inventoryRatio\":44.93,\"ivt\":10.7,\"viewability\":71.3},{\"adSize\":\"480x320\",\"inventory\":8867699,\"inventoryRatio\":0.78,\"ivt\":13.11,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":6682968,\"inventoryRatio\":0.59,\"ivt\":16.81,\"viewability\":82.42},{\"adSize\":\"300x50\",\"inventory\":5512580,\"inventoryRatio\":0.48,\"ivt\":10.38,\"viewability\":88.81},{\"adSize\":\"Other\",\"inventory\":2726091,\"inventoryRatio\":0.24,\"ivt\":16.45,\"viewability\":78.08},{\"adSize\":\"320x480\",\"inventory\":2467329,\"inventoryRatio\":0.22,\"ivt\":44.5,\"viewability\":74.84},{\"adSize\":\"300x251\",\"inventory\":1530554,\"inventoryRatio\":0.13,\"ivt\":2.73,\"viewability\":77.29},{\"adSize\":\"1200x627\",\"inventory\":1185235,\"inventoryRatio\":0.1,\"ivt\":4.39,\"viewability\":null}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventory\":96853344,\"inventoryRatio\":11.33,\"ivt\":11.79,\"viewability\":74.83},{\"dmaName\":\"NEW YORK\",\"inventory\":85897975,\"inventoryRatio\":10.05,\"ivt\":12.83,\"viewability\":75.22},{\"dmaName\":\"HOUSTON\",\"inventory\":43788550,\"inventoryRatio\":5.12,\"ivt\":15.41,\"viewability\":74.92},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventory\":42661188,\"inventoryRatio\":4.99,\"ivt\":13.96,\"viewability\":76.81},{\"dmaName\":\"CHICAGO\",\"inventory\":36196582,\"inventoryRatio\":4.23,\"ivt\":11.78,\"viewability\":74.27},{\"dmaName\":\"PHILADELPHIA\",\"inventory\":31986094,\"inventoryRatio\":3.74,\"ivt\":9.72,\"viewability\":76.22},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventory\":29119613,\"inventoryRatio\":3.41,\"ivt\":13.51,\"viewability\":73.85},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventory\":20586123,\"inventoryRatio\":2.41,\"ivt\":14.34,\"viewability\":70.11},{\"dmaName\":\"ATLANTA\",\"inventory\":19985678,\"inventoryRatio\":2.34,\"ivt\":13.03,\"viewability\":71.86},{\"dmaName\":\"DETROIT\",\"inventory\":19522492,\"inventoryRatio\":2.28,\"ivt\":13.4,\"viewability\":77.52},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventory\":18252619,\"inventoryRatio\":2.14,\"ivt\":10.47,\"viewability\":74.28},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventory\":16043547,\"inventoryRatio\":1.88,\"ivt\":10.22,\"viewability\":77.13},{\"dmaName\":\"AUSTIN\",\"inventory\":15679442,\"inventoryRatio\":1.83,\"ivt\":8.26,\"viewability\":79.79},{\"dmaName\":\"SAN ANTONIO\",\"inventory\":15092329,\"inventoryRatio\":1.77,\"ivt\":14.18,\"viewability\":75.4},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventory\":14888612,\"inventoryRatio\":1.74,\"ivt\":11.58,\"viewability\":76.86},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventory\":14522891,\"inventoryRatio\":1.7,\"ivt\":11.75,\"viewability\":71.3},{\"dmaName\":\"INDIANAPOLIS\",\"inventory\":11854370,\"inventoryRatio\":1.39,\"ivt\":15.69,\"viewability\":78.27},{\"dmaName\":\"LAS VEGAS\",\"inventory\":11248168,\"inventoryRatio\":1.32,\"ivt\":11.22,\"viewability\":74.63},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventory\":9552378,\"inventoryRatio\":1.12,\"ivt\":19.07,\"viewability\":72.43}]},\"ctr\":{\"ctr\":0.88,\"byAdSize\":[{\"adSize\":\"320x50\",\"ctr\":1.08},{\"adSize\":\"300x250\",\"ctr\":0.72}]},\"rankings\":{\"regionRank\":\"N/A\",\"categoryRank\":\"N/A\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"D\",\"score\":\"0\"},\"ivt\":{\"grade\":\"D\",\"score\":\"38\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"89\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"B\",\"score\":\"73\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":[\"Social Networking\",\"Lifestyle\"],\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"Verve Group\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"320x50\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":95.31,\"videoContribution\":4.69,\"hyperLocationAvailability\":85.9,\"mraidVersion\":null,\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":11.77,\"ivtRisk\":\"high\",\"viewability\":75.06,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"high\",\"clickIvtRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":39702,\"estimatedMonthlyActiveUsers\":695752,\"inventory\":1146978119,\"adSpend\":49376.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":22672884,\"inventoryRatio\":9.79,\"ivt\":18.85,\"videoInventoryRatio\":6.49,\"viewability\":52.37},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":15082229,\"inventoryRatio\":6.51,\"ivt\":17.0,\"videoInventoryRatio\":1.01,\"viewability\":73.99},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":13466835,\"inventoryRatio\":5.82,\"ivt\":14.74,\"videoInventoryRatio\":7.99,\"viewability\":81.75},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":13318870,\"inventoryRatio\":5.75,\"ivt\":14.18,\"videoInventoryRatio\":3.48,\"viewability\":78.66},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":9864468,\"inventoryRatio\":4.26,\"ivt\":10.89,\"videoInventoryRatio\":0.0,\"viewability\":65.76},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":8704079,\"inventoryRatio\":3.76,\"ivt\":14.1,\"videoInventoryRatio\":0.0,\"viewability\":89.63},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":7556921,\"inventoryRatio\":3.26,\"ivt\":13.22,\"videoInventoryRatio\":0.08,\"viewability\":79.1},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":6671858,\"inventoryRatio\":2.88,\"ivt\":18.16,\"videoInventoryRatio\":2.76,\"viewability\":45.14},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":5450263,\"inventoryRatio\":2.35,\"ivt\":4.66,\"videoInventoryRatio\":70.62,\"viewability\":38.54},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":5093733,\"inventoryRatio\":2.2,\"ivt\":16.39,\"videoInventoryRatio\":7.42,\"viewability\":90.12},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":4979300,\"inventoryRatio\":2.15,\"ivt\":11.0,\"videoInventoryRatio\":0.53,\"viewability\":78.14},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":4420164,\"inventoryRatio\":1.91,\"ivt\":18.5,\"videoInventoryRatio\":0.03,\"viewability\":74.69},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":1812142,\"inventoryRatio\":0.78,\"ivt\":15.54,\"videoInventoryRatio\":15.14,\"viewability\":79.38},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventory\":33431,\"inventoryRatio\":0.01,\"ivt\":24.17,\"videoInventoryRatio\":0.0,\"viewability\":81.57},{\"exchange\":\"IronSource\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":41672297,\"inventoryRatio\":18.0,\"ivt\":8.86,\"videoInventoryRatio\":0.0,\"viewability\":51.77},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventory\":3764775,\"inventoryRatio\":1.63,\"ivt\":12.95,\"videoInventoryRatio\":0.0,\"viewability\":89.67},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":69185,\"inventoryRatio\":0.03,\"ivt\":9.05,\"videoInventoryRatio\":0.0,\"viewability\":27.38},{\"exchange\":\"Admixer UA LLC\",\"paymentType\":\"Reseller\",\"inventory\":21715,\"inventoryRatio\":0.01,\"ivt\":6.98,\"videoInventoryRatio\":1.0,\"viewability\":72.22},{\"exchange\":\"MobFox\",\"paymentType\":\"Reseller\",\"inventory\":2626,\"inventoryRatio\":0.0,\"ivt\":38.46,\"videoInventoryRatio\":0.0,\"viewability\":53.85},{\"exchange\":\"Thirdpresence Ltd\",\"paymentType\":\"Reseller\",\"inventory\":1111,\"inventoryRatio\":0.0,\"ivt\":9.09,\"videoInventoryRatio\":0.0,\"viewability\":36.36},{\"exchange\":\"Brave Inc\",\"paymentType\":\"Reseller\",\"inventory\":707,\"inventoryRatio\":0.0,\"ivt\":57.14,\"videoInventoryRatio\":33.33,\"viewability\":33.33},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":22924071,\"inventoryRatio\":9.9,\"ivt\":12.43,\"videoInventoryRatio\":0.01,\"viewability\":79.99},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":16369878,\"inventoryRatio\":7.07,\"ivt\":3.1,\"videoInventoryRatio\":0.0,\"viewability\":96.46},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":8160699,\"inventoryRatio\":3.52,\"ivt\":4.39,\"videoInventoryRatio\":0.0,\"viewability\":57.63},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":5355828,\"inventoryRatio\":2.31,\"ivt\":10.22,\"videoInventoryRatio\":0.0,\"viewability\":19.81},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":3977279,\"inventoryRatio\":1.72,\"ivt\":17.11,\"videoInventoryRatio\":0.0,\"viewability\":45.46},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":3655291,\"inventoryRatio\":1.58,\"ivt\":10.3,\"videoInventoryRatio\":0.0,\"viewability\":89.61},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":2756290,\"inventoryRatio\":1.19,\"ivt\":5.72,\"videoInventoryRatio\":0.03,\"viewability\":70.58},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":1986973,\"inventoryRatio\":0.86,\"ivt\":15.08,\"videoInventoryRatio\":0.04,\"viewability\":40.99},{\"exchange\":\"Adobe\",\"paymentType\":\"Unauthorized\",\"inventory\":574690,\"inventoryRatio\":0.25,\"ivt\":60.7,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":355318,\"inventoryRatio\":0.15,\"ivt\":6.37,\"videoInventoryRatio\":0.0,\"viewability\":75.35},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":286638,\"inventoryRatio\":0.12,\"ivt\":9.87,\"videoInventoryRatio\":79.01,\"viewability\":82.0},{\"exchange\":\"Triton Digital\",\"paymentType\":\"Unauthorized\",\"inventory\":99485,\"inventoryRatio\":0.04,\"ivt\":34.92,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":97465,\"inventoryRatio\":0.04,\"ivt\":2.49,\"videoInventoryRatio\":0.11,\"viewability\":79.65},{\"exchange\":\"Appreciate\",\"paymentType\":\"Unauthorized\",\"inventory\":59085,\"inventoryRatio\":0.03,\"ivt\":8.89,\"videoInventoryRatio\":0.0,\"viewability\":93.51},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":53328,\"inventoryRatio\":0.02,\"ivt\":14.77,\"videoInventoryRatio\":0.0,\"viewability\":22.77},{\"exchange\":\"Stackadapt Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":38380,\"inventoryRatio\":0.02,\"ivt\":7.89,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"YouAppi\",\"paymentType\":\"Unauthorized\",\"inventory\":34340,\"inventoryRatio\":0.01,\"ivt\":7.65,\"videoInventoryRatio\":0.96,\"viewability\":64.99},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":26967,\"inventoryRatio\":0.01,\"ivt\":33.33,\"videoInventoryRatio\":0.0,\"viewability\":38.95},{\"exchange\":\"Jampp\",\"paymentType\":\"Unauthorized\",\"inventory\":15049,\"inventoryRatio\":0.01,\"ivt\":3.36,\"videoInventoryRatio\":0.0,\"viewability\":46.31},{\"exchange\":\"Edge226\",\"paymentType\":\"Unauthorized\",\"inventory\":14847,\"inventoryRatio\":0.01,\"ivt\":4.76,\"videoInventoryRatio\":0.0,\"viewability\":23.29},{\"exchange\":\"Moloco\",\"paymentType\":\"Unauthorized\",\"inventory\":13433,\"inventoryRatio\":0.01,\"ivt\":4.51,\"videoInventoryRatio\":0.0,\"viewability\":73.68},{\"exchange\":\"Boldwin\",\"paymentType\":\"Unauthorized\",\"inventory\":9090,\"inventoryRatio\":0.0,\"ivt\":16.67,\"videoInventoryRatio\":0.0,\"viewability\":60.0},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":7777,\"inventoryRatio\":0.0,\"ivt\":18.18,\"videoInventoryRatio\":1.59,\"viewability\":73.33},{\"exchange\":\"Baidu\",\"paymentType\":\"Unauthorized\",\"inventory\":6666,\"inventoryRatio\":0.0,\"ivt\":24.24,\"videoInventoryRatio\":0.0,\"viewability\":90.91},{\"exchange\":\"Bid Machine\",\"paymentType\":\"Unauthorized\",\"inventory\":6464,\"inventoryRatio\":0.0,\"ivt\":10.94,\"videoInventoryRatio\":1.75,\"viewability\":48.39},{\"exchange\":\"Sift Media\",\"paymentType\":\"Unauthorized\",\"inventory\":5757,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":15.79},{\"exchange\":\"Bat-Ads\",\"paymentType\":\"Unauthorized\",\"inventory\":5656,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":92.86},{\"exchange\":\"Mars Media Group\",\"paymentType\":\"Unauthorized\",\"inventory\":3232,\"inventoryRatio\":0.0,\"ivt\":3.13,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Viant US LLC - EU - Germany\",\"paymentType\":\"Unauthorized\",\"inventory\":1515,\"inventoryRatio\":0.0,\"ivt\":13.33,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Acuity Ads, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":1414,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"MobUpps\",\"paymentType\":\"Unauthorized\",\"inventory\":1414,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Daily Engage Media Group LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":1313,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Appodeal\",\"paymentType\":\"Unauthorized\",\"inventory\":505,\"inventoryRatio\":0.0,\"ivt\":40.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"ClearPier\",\"paymentType\":\"Unauthorized\",\"inventory\":505,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":80.0},{\"exchange\":\"Zippor Ltd.\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Unity Technologies\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"RedZone LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Novoroll\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null}],\"invalidTraffic\":{\"ivt\":11.77,\"givt\":0.52,\"sivt\":11.25,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.49,\"sivt\":0.0},{\"fraudType\":\"IAB Crawler\",\"givt\":0.03,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.09},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":1.62},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":1.57},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":1.52},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.89},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.81},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.79},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.32},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.26},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.21},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"VideoClickFraud\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.01}]},\"viewability\":{\"viewability\":75.06,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":595974942,\"inventoryRatio\":52.8,\"viewability\":77.74},{\"adSize\":\"300x250\",\"inventory\":504318654,\"inventoryRatio\":44.68,\"viewability\":71.32},{\"adSize\":\"480x320\",\"inventory\":8727511,\"inventoryRatio\":0.77,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":5671554,\"inventoryRatio\":0.5,\"viewability\":83.89},{\"adSize\":\"300x50\",\"inventory\":5472079,\"inventoryRatio\":0.48,\"viewability\":88.83},{\"adSize\":\"Other\",\"inventory\":2657714,\"inventoryRatio\":0.24,\"viewability\":78.04},{\"adSize\":\"320x480\",\"inventory\":2440160,\"inventoryRatio\":0.22,\"viewability\":75.3},{\"adSize\":\"300x251\",\"inventory\":1508637,\"inventoryRatio\":0.13,\"viewability\":77.21},{\"adSize\":\"1200x627\",\"inventory\":1174933,\"inventoryRatio\":0.1,\"viewability\":null}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":1145784299,\"inventoryRatio\":99.9,\"ivt\":11.76,\"viewability\":75.11}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":950866217,\"inventoryRatio\":82.9,\"ivt\":12.39,\"viewability\":74.31},{\"region\":\"APAC\",\"inventory\":120219189,\"inventoryRatio\":10.48,\"ivt\":8.86,\"viewability\":75.65},{\"region\":\"EMEA\",\"inventory\":58062173,\"inventoryRatio\":5.06,\"ivt\":6.68,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17830540,\"inventoryRatio\":1.55,\"ivt\":14.68,\"viewability\":68.64}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":595974942,\"inventoryRatio\":52.8,\"ivt\":12.3,\"viewability\":77.74},{\"adSize\":\"300x250\",\"inventory\":504318654,\"inventoryRatio\":44.68,\"ivt\":10.72,\"viewability\":71.32},{\"adSize\":\"480x320\",\"inventory\":8727511,\"inventoryRatio\":0.77,\"ivt\":13.2,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":5671554,\"inventoryRatio\":0.5,\"ivt\":17.97,\"viewability\":83.89},{\"adSize\":\"300x50\",\"inventory\":5472079,\"inventoryRatio\":0.48,\"ivt\":10.34,\"viewability\":88.83},{\"adSize\":\"Other\",\"inventory\":2657714,\"inventoryRatio\":0.24,\"ivt\":16.48,\"viewability\":78.04},{\"adSize\":\"320x480\",\"inventory\":2440160,\"inventoryRatio\":0.22,\"ivt\":44.82,\"viewability\":75.3},{\"adSize\":\"300x251\",\"inventory\":1508637,\"inventoryRatio\":0.13,\"ivt\":2.72,\"viewability\":77.21},{\"adSize\":\"1200x627\",\"inventory\":1174933,\"inventoryRatio\":0.1,\"ivt\":4.42,\"viewability\":null}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventory\":96203712,\"inventoryRatio\":11.36,\"ivt\":11.8,\"viewability\":74.83},{\"dmaName\":\"NEW YORK\",\"inventory\":85030789,\"inventoryRatio\":10.04,\"ivt\":12.84,\"viewability\":75.17},{\"dmaName\":\"HOUSTON\",\"inventory\":43656341,\"inventoryRatio\":5.15,\"ivt\":15.42,\"viewability\":74.95},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventory\":42397578,\"inventoryRatio\":5.01,\"ivt\":13.96,\"viewability\":76.81},{\"dmaName\":\"CHICAGO\",\"inventory\":35891259,\"inventoryRatio\":4.24,\"ivt\":11.84,\"viewability\":74.34},{\"dmaName\":\"PHILADELPHIA\",\"inventory\":31838230,\"inventoryRatio\":3.76,\"ivt\":9.73,\"viewability\":76.22},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventory\":28817724,\"inventoryRatio\":3.4,\"ivt\":13.35,\"viewability\":73.85},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventory\":20448157,\"inventoryRatio\":2.41,\"ivt\":14.39,\"viewability\":70.09},{\"dmaName\":\"ATLANTA\",\"inventory\":19879830,\"inventoryRatio\":2.35,\"ivt\":13.08,\"viewability\":71.87},{\"dmaName\":\"DETROIT\",\"inventory\":19319886,\"inventoryRatio\":2.28,\"ivt\":13.48,\"viewability\":77.53},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventory\":17883060,\"inventoryRatio\":2.11,\"ivt\":10.49,\"viewability\":74.08},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventory\":15942244,\"inventoryRatio\":1.88,\"ivt\":10.25,\"viewability\":77.11},{\"dmaName\":\"AUSTIN\",\"inventory\":15484613,\"inventoryRatio\":1.83,\"ivt\":8.31,\"viewability\":79.91},{\"dmaName\":\"SAN ANTONIO\",\"inventory\":14958201,\"inventoryRatio\":1.77,\"ivt\":14.29,\"viewability\":75.36},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventory\":14732769,\"inventoryRatio\":1.74,\"ivt\":11.38,\"viewability\":76.91},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventory\":14429365,\"inventoryRatio\":1.7,\"ivt\":11.8,\"viewability\":71.32},{\"dmaName\":\"INDIANAPOLIS\",\"inventory\":11818515,\"inventoryRatio\":1.4,\"ivt\":15.73,\"viewability\":78.29},{\"dmaName\":\"LAS VEGAS\",\"inventory\":11143633,\"inventoryRatio\":1.32,\"ivt\":11.24,\"viewability\":74.66},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventory\":9485617,\"inventoryRatio\":1.12,\"ivt\":19.17,\"viewability\":72.44}]},\"ctr\":{\"ctr\":0.88,\"byAdSize\":[{\"adSize\":\"320x50\",\"ctr\":1.08},{\"adSize\":\"300x250\",\"ctr\":0.74}]},\"rankings\":{\"regionRank\":\"N/A\",\"categoryRank\":\"N/A\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"D\",\"score\":\"0\"},\"ivt\":{\"grade\":\"D\",\"score\":\"38\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"89\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"B\",\"score\":\"73\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"GLOBAL\",\"device\":\"tablet\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"Verve Group\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Ipad\",\"displayTopAdsize\":\"300x250\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":91.92,\"videoContribution\":8.08,\"hyperLocationAvailability\":82.31,\"mraidVersion\":\"3.0\",\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":9.88,\"ivtRisk\":\"medium\",\"viewability\":71.59,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"medium\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":338,\"estimatedMonthlyActiveUsers\":5915,\"inventory\":9727714,\"adSpend\":554.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":287446,\"inventoryRatio\":11.69,\"ivt\":18.83,\"videoInventoryRatio\":11.96,\"viewability\":35.37},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":282093,\"inventoryRatio\":11.47,\"ivt\":12.45,\"videoInventoryRatio\":0.0,\"viewability\":67.87},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":194728,\"inventoryRatio\":7.92,\"ivt\":11.08,\"videoInventoryRatio\":9.46,\"viewability\":85.01},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":194526,\"inventoryRatio\":7.91,\"ivt\":9.67,\"videoInventoryRatio\":21.2,\"viewability\":85.3},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":146349,\"inventoryRatio\":5.95,\"ivt\":24.64,\"videoInventoryRatio\":3.33,\"viewability\":77.9},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":126351,\"inventoryRatio\":5.14,\"ivt\":5.75,\"videoInventoryRatio\":2.21,\"viewability\":49.84},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":80598,\"inventoryRatio\":3.28,\"ivt\":11.7,\"videoInventoryRatio\":0.0,\"viewability\":86.09},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":65549,\"inventoryRatio\":2.67,\"ivt\":8.4,\"videoInventoryRatio\":0.0,\"viewability\":91.22},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":47369,\"inventoryRatio\":1.93,\"ivt\":24.6,\"videoInventoryRatio\":0.0,\"viewability\":80.17},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":46258,\"inventoryRatio\":1.88,\"ivt\":10.61,\"videoInventoryRatio\":1.94,\"viewability\":77.51},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":45955,\"inventoryRatio\":1.87,\"ivt\":1.98,\"videoInventoryRatio\":44.84,\"viewability\":16.48},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":43329,\"inventoryRatio\":1.76,\"ivt\":9.74,\"videoInventoryRatio\":19.79,\"viewability\":92.24},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":24644,\"inventoryRatio\":1.0,\"ivt\":19.26,\"videoInventoryRatio\":35.53,\"viewability\":76.19},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":297041,\"inventoryRatio\":12.08,\"ivt\":8.64,\"videoInventoryRatio\":0.0,\"viewability\":50.53},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventory\":28179,\"inventoryRatio\":1.15,\"ivt\":20.77,\"videoInventoryRatio\":0.0,\"viewability\":86.33},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":202,\"inventoryRatio\":0.01,\"ivt\":50.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":280376,\"inventoryRatio\":11.4,\"ivt\":6.81,\"videoInventoryRatio\":0.0,\"viewability\":86.78},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":70195,\"inventoryRatio\":2.86,\"ivt\":8.75,\"videoInventoryRatio\":0.0,\"viewability\":57.7},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":67266,\"inventoryRatio\":2.74,\"ivt\":12.31,\"videoInventoryRatio\":0.0,\"viewability\":39.88},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":56560,\"inventoryRatio\":2.3,\"ivt\":12.68,\"videoInventoryRatio\":0.0,\"viewability\":94.59},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":19291,\"inventoryRatio\":0.78,\"ivt\":11.52,\"videoInventoryRatio\":0.0,\"viewability\":79.68},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":16867,\"inventoryRatio\":0.69,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":95.24},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":13938,\"inventoryRatio\":0.57,\"ivt\":5.07,\"videoInventoryRatio\":0.0,\"viewability\":32.59},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":8585,\"inventoryRatio\":0.35,\"ivt\":1.18,\"videoInventoryRatio\":96.43,\"viewability\":100.0},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":7979,\"inventoryRatio\":0.32,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":85.42},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":2323,\"inventoryRatio\":0.09,\"ivt\":4.35,\"videoInventoryRatio\":0.0,\"viewability\":88.89},{\"exchange\":\"Triton Digital\",\"paymentType\":\"Unauthorized\",\"inventory\":2121,\"inventoryRatio\":0.09,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":1111,\"inventoryRatio\":0.05,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Stackadapt Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":505,\"inventoryRatio\":0.02,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Adobe\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.02,\"ivt\":50.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"Baidu\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":9.88,\"givt\":0.96,\"sivt\":8.92,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.73,\"sivt\":0.0},{\"fraudType\":\"IAB Crawler\",\"givt\":0.19,\"sivt\":0.0},{\"fraudType\":\"Auto Reloader\",\"givt\":0.02,\"sivt\":0.0},{\"fraudType\":\"Idiobot\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":2.23},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":1.99},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":1.34},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.67},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.63},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.54},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.48},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.34},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"VideoClickFraud\",\"givt\":0.0,\"sivt\":0.29},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.1}]},\"viewability\":{\"viewability\":71.59,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":7039094,\"inventoryRatio\":74.99,\"viewability\":69.62},{\"adSize\":\"728x90\",\"inventory\":1011414,\"inventoryRatio\":10.78,\"viewability\":70.74},{\"adSize\":\"320x50\",\"inventory\":901627,\"inventoryRatio\":9.61,\"viewability\":84.25},{\"adSize\":\"480x320\",\"inventory\":143319,\"inventoryRatio\":1.53,\"viewability\":null},{\"adSize\":\"1920x1080\",\"inventory\":136148,\"inventoryRatio\":1.45,\"viewability\":null},{\"adSize\":\"300x50\",\"inventory\":39289,\"inventoryRatio\":0.42,\"viewability\":84.78},{\"adSize\":\"320x480\",\"inventory\":31007,\"inventoryRatio\":0.33,\"viewability\":41.67},{\"adSize\":\"300x251\",\"inventory\":24442,\"inventoryRatio\":0.26,\"viewability\":82.64},{\"adSize\":\"Other\",\"inventory\":17978,\"inventoryRatio\":0.19,\"viewability\":84.62},{\"adSize\":\"640x360\",\"inventory\":13534,\"inventoryRatio\":0.14,\"viewability\":null},{\"adSize\":\"1200x627\",\"inventory\":12019,\"inventoryRatio\":0.13,\"viewability\":null}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Ipad\",\"inventory\":9727714,\"inventoryRatio\":100.0,\"ivt\":9.88,\"viewability\":72.02}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":8499554,\"inventoryRatio\":87.37,\"ivt\":10.08,\"viewability\":71.51},{\"region\":\"APAC\",\"inventory\":970812,\"inventoryRatio\":9.98,\"ivt\":7.65,\"viewability\":77.87},{\"region\":\"LATAM\",\"inventory\":137966,\"inventoryRatio\":1.42,\"ivt\":10.6,\"viewability\":72.15},{\"region\":\"EMEA\",\"inventory\":119382,\"inventoryRatio\":1.23,\"ivt\":12.76,\"viewability\":84.82}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":7039094,\"inventoryRatio\":74.99,\"ivt\":9.12,\"viewability\":69.62},{\"adSize\":\"728x90\",\"inventory\":1011414,\"inventoryRatio\":10.78,\"ivt\":10.27,\"viewability\":70.74},{\"adSize\":\"320x50\",\"inventory\":901627,\"inventoryRatio\":9.61,\"ivt\":11.95,\"viewability\":84.25},{\"adSize\":\"480x320\",\"inventory\":143319,\"inventoryRatio\":1.53,\"ivt\":7.33,\"viewability\":null},{\"adSize\":\"1920x1080\",\"inventory\":136148,\"inventoryRatio\":1.45,\"ivt\":14.1,\"viewability\":null},{\"adSize\":\"300x50\",\"inventory\":39289,\"inventoryRatio\":0.42,\"ivt\":15.4,\"viewability\":84.78},{\"adSize\":\"320x480\",\"inventory\":31007,\"inventoryRatio\":0.33,\"ivt\":18.24,\"viewability\":41.67},{\"adSize\":\"300x251\",\"inventory\":24442,\"inventoryRatio\":0.26,\"ivt\":2.89,\"viewability\":82.64},{\"adSize\":\"Other\",\"inventory\":17978,\"inventoryRatio\":0.19,\"ivt\":10.38,\"viewability\":84.62},{\"adSize\":\"640x360\",\"inventory\":13534,\"inventoryRatio\":0.14,\"ivt\":32.84,\"viewability\":null},{\"adSize\":\"1200x627\",\"inventory\":12019,\"inventoryRatio\":0.13,\"ivt\":0.84,\"viewability\":null}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventory\":867186,\"inventoryRatio\":11.04,\"ivt\":11.23,\"viewability\":79.69},{\"dmaName\":\"LOS ANGELES\",\"inventory\":649632,\"inventoryRatio\":8.27,\"ivt\":10.25,\"viewability\":74.7},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventory\":369559,\"inventoryRatio\":4.7,\"ivt\":9.62,\"viewability\":83.63},{\"dmaName\":\"CHICAGO\",\"inventory\":305323,\"inventoryRatio\":3.89,\"ivt\":4.84,\"viewability\":65.31},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventory\":301889,\"inventoryRatio\":3.84,\"ivt\":28.19,\"viewability\":73.49},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventory\":263610,\"inventoryRatio\":3.36,\"ivt\":15.12,\"viewability\":77.95},{\"dmaName\":\"DETROIT\",\"inventory\":202606,\"inventoryRatio\":2.58,\"ivt\":5.88,\"viewability\":75.27},{\"dmaName\":\"AUSTIN\",\"inventory\":194829,\"inventoryRatio\":2.48,\"ivt\":4.04,\"viewability\":67.05},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventory\":155843,\"inventoryRatio\":1.98,\"ivt\":30.4,\"viewability\":67.65},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventory\":149783,\"inventoryRatio\":1.91,\"ivt\":18.85,\"viewability\":70.51},{\"dmaName\":\"PHILADELPHIA\",\"inventory\":147864,\"inventoryRatio\":1.88,\"ivt\":7.37,\"viewability\":74.69},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventory\":137966,\"inventoryRatio\":1.76,\"ivt\":6.43,\"viewability\":73.4},{\"dmaName\":\"SAN ANTONIO\",\"inventory\":134128,\"inventoryRatio\":1.71,\"ivt\":2.48,\"viewability\":79.47},{\"dmaName\":\"HOUSTON\",\"inventory\":132209,\"inventoryRatio\":1.68,\"ivt\":10.9,\"viewability\":62.96},{\"dmaName\":\"PITTSBURGH\",\"inventory\":124230,\"inventoryRatio\":1.58,\"ivt\":2.27,\"viewability\":74.77},{\"dmaName\":\"GREENVLL-SPART-ASHEVLL-AND\",\"inventory\":124331,\"inventoryRatio\":1.58,\"ivt\":29.14,\"viewability\":71.62},{\"dmaName\":\"ATLANTA\",\"inventory\":105848,\"inventoryRatio\":1.35,\"ivt\":3.79,\"viewability\":70.41},{\"dmaName\":\"LAS VEGAS\",\"inventory\":104535,\"inventoryRatio\":1.33,\"ivt\":9.06,\"viewability\":71.62},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventory\":101303,\"inventoryRatio\":1.29,\"ivt\":6.68,\"viewability\":80.26}]},\"ctr\":{\"ctr\":null,\"byAdSize\":null},\"rankings\":{\"regionRank\":\"N/A\",\"categoryRank\":\"N/A\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"D\",\"score\":\"0\"},\"ivt\":{\"grade\":\"D\",\"score\":\"38\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"89\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"B\",\"score\":\"73\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"NA\",\"device\":\"GLOBAL\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"Verve Group\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"320x50\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":94.31,\"videoContribution\":5.69,\"hyperLocationAvailability\":84.23,\"mraidVersion\":null,\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":12.37,\"ivtRisk\":\"high\",\"viewability\":74.12,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"high\",\"clickIvtRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":33123,\"estimatedMonthlyActiveUsers\":580469,\"inventory\":959365771,\"adSpend\":44886.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":22943867,\"inventoryRatio\":11.67,\"ivt\":18.85,\"videoInventoryRatio\":6.56,\"viewability\":52.15},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":15223831,\"inventoryRatio\":7.74,\"ivt\":17.05,\"videoInventoryRatio\":1.04,\"viewability\":74.02},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":13231202,\"inventoryRatio\":6.73,\"ivt\":14.65,\"videoInventoryRatio\":8.46,\"viewability\":82.16},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":13069198,\"inventoryRatio\":6.65,\"ivt\":14.04,\"videoInventoryRatio\":3.64,\"viewability\":78.58},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":8769022,\"inventoryRatio\":4.46,\"ivt\":14.06,\"videoInventoryRatio\":0.0,\"viewability\":89.64},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":7122722,\"inventoryRatio\":3.62,\"ivt\":13.03,\"videoInventoryRatio\":0.09,\"viewability\":79.35},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":6163828,\"inventoryRatio\":3.13,\"ivt\":17.5,\"videoInventoryRatio\":1.63,\"viewability\":45.49},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":5023639,\"inventoryRatio\":2.55,\"ivt\":10.99,\"videoInventoryRatio\":0.54,\"viewability\":78.15},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":4727608,\"inventoryRatio\":2.4,\"ivt\":10.42,\"videoInventoryRatio\":0.0,\"viewability\":62.31},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":4369159,\"inventoryRatio\":2.22,\"ivt\":18.61,\"videoInventoryRatio\":0.03,\"viewability\":74.7},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":4363806,\"inventoryRatio\":2.22,\"ivt\":17.24,\"videoInventoryRatio\":8.21,\"viewability\":90.47},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":4022224,\"inventoryRatio\":2.05,\"ivt\":1.59,\"videoInventoryRatio\":93.22,\"viewability\":35.17},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":1639331,\"inventoryRatio\":0.83,\"ivt\":16.12,\"videoInventoryRatio\":17.06,\"viewability\":80.59},{\"exchange\":\"IronSource\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":39865306,\"inventoryRatio\":20.27,\"ivt\":8.86,\"videoInventoryRatio\":0.0,\"viewability\":50.39},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventory\":3792550,\"inventoryRatio\":1.93,\"ivt\":12.99,\"videoInventoryRatio\":0.0,\"viewability\":89.64},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":11312,\"inventoryRatio\":0.01,\"ivt\":8.93,\"videoInventoryRatio\":0.0,\"viewability\":44.55},{\"exchange\":\"MobFox\",\"paymentType\":\"Reseller\",\"inventory\":1919,\"inventoryRatio\":0.0,\"ivt\":52.63,\"videoInventoryRatio\":0.0,\"viewability\":57.89},{\"exchange\":\"Admixer UA LLC\",\"paymentType\":\"Reseller\",\"inventory\":1414,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":66.67,\"viewability\":100.0},{\"exchange\":\"Thirdpresence Ltd\",\"paymentType\":\"Reseller\",\"inventory\":808,\"inventoryRatio\":0.0,\"ivt\":12.5,\"videoInventoryRatio\":0.0,\"viewability\":50.0},{\"exchange\":\"Brave Inc\",\"paymentType\":\"Reseller\",\"inventory\":606,\"inventoryRatio\":0.0,\"ivt\":66.67,\"videoInventoryRatio\":50.0,\"viewability\":20.0},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":18077788,\"inventoryRatio\":9.19,\"ivt\":11.58,\"videoInventoryRatio\":0.01,\"viewability\":80.41},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":8179485,\"inventoryRatio\":4.16,\"ivt\":4.41,\"videoInventoryRatio\":0.0,\"viewability\":57.69},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":4483693,\"inventoryRatio\":2.28,\"ivt\":9.71,\"videoInventoryRatio\":0.0,\"viewability\":18.64},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":3971017,\"inventoryRatio\":2.02,\"ivt\":17.18,\"videoInventoryRatio\":0.0,\"viewability\":45.53},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":3204528,\"inventoryRatio\":1.63,\"ivt\":8.9,\"videoInventoryRatio\":0.0,\"viewability\":94.37},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":2769622,\"inventoryRatio\":1.41,\"ivt\":5.7,\"videoInventoryRatio\":0.03,\"viewability\":70.39},{\"exchange\":\"Adobe\",\"paymentType\":\"Unauthorized\",\"inventory\":575094,\"inventoryRatio\":0.29,\"ivt\":60.7,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":294011,\"inventoryRatio\":0.15,\"ivt\":9.65,\"videoInventoryRatio\":79.92,\"viewability\":82.25},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":276942,\"inventoryRatio\":0.14,\"ivt\":7.15,\"videoInventoryRatio\":0.0,\"viewability\":78.64},{\"exchange\":\"Triton Digital\",\"paymentType\":\"Unauthorized\",\"inventory\":101606,\"inventoryRatio\":0.05,\"ivt\":34.19,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":89789,\"inventoryRatio\":0.05,\"ivt\":3.26,\"videoInventoryRatio\":0.7,\"viewability\":34.45},{\"exchange\":\"Appreciate\",\"paymentType\":\"Unauthorized\",\"inventory\":59085,\"inventoryRatio\":0.03,\"ivt\":8.89,\"videoInventoryRatio\":0.0,\"viewability\":93.51},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":46056,\"inventoryRatio\":0.02,\"ivt\":10.31,\"videoInventoryRatio\":0.0,\"viewability\":23.96},{\"exchange\":\"Stackadapt Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":38885,\"inventoryRatio\":0.02,\"ivt\":7.79,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"YouAppi\",\"paymentType\":\"Unauthorized\",\"inventory\":33633,\"inventoryRatio\":0.02,\"ivt\":7.81,\"videoInventoryRatio\":0.98,\"viewability\":64.85},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":24846,\"inventoryRatio\":0.01,\"ivt\":35.77,\"videoInventoryRatio\":0.0,\"viewability\":38.62},{\"exchange\":\"Edge226\",\"paymentType\":\"Unauthorized\",\"inventory\":12827,\"inventoryRatio\":0.01,\"ivt\":2.36,\"videoInventoryRatio\":0.0,\"viewability\":20.63},{\"exchange\":\"Moloco\",\"paymentType\":\"Unauthorized\",\"inventory\":12221,\"inventoryRatio\":0.01,\"ivt\":4.13,\"videoInventoryRatio\":0.0,\"viewability\":76.03},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":11110,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":93.94},{\"exchange\":\"Boldwin\",\"paymentType\":\"Unauthorized\",\"inventory\":8787,\"inventoryRatio\":0.0,\"ivt\":17.24,\"videoInventoryRatio\":0.0,\"viewability\":62.07},{\"exchange\":\"Bid Machine\",\"paymentType\":\"Unauthorized\",\"inventory\":5656,\"inventoryRatio\":0.0,\"ivt\":12.5,\"videoInventoryRatio\":2.04,\"viewability\":42.59},{\"exchange\":\"Bat-Ads\",\"paymentType\":\"Unauthorized\",\"inventory\":5555,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":92.73},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":3232,\"inventoryRatio\":0.0,\"ivt\":15.63,\"videoInventoryRatio\":3.7,\"viewability\":50.0},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":2020,\"inventoryRatio\":0.0,\"ivt\":10.0,\"videoInventoryRatio\":5.56,\"viewability\":73.68},{\"exchange\":\"Viant US LLC - EU - Germany\",\"paymentType\":\"Unauthorized\",\"inventory\":1515,\"inventoryRatio\":0.0,\"ivt\":13.33,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Mars Media Group\",\"paymentType\":\"Unauthorized\",\"inventory\":1515,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"MobUpps\",\"paymentType\":\"Unauthorized\",\"inventory\":1313,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Daily Engage Media Group LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":1313,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Sift Media\",\"paymentType\":\"Unauthorized\",\"inventory\":909,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":11.11},{\"exchange\":\"ClearPier\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Zippor Ltd.\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Baidu\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":50.0},{\"exchange\":\"Unity Technologies\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Appodeal\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":0.0},{\"exchange\":\"Novoroll\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"RedZone LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Jampp\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":12.37,\"givt\":0.48,\"sivt\":11.9,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.44,\"sivt\":0.0},{\"fraudType\":\"IAB Crawler\",\"givt\":0.03,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.16},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":1.82},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":1.6},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":1.35},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":1.06},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.96},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.88},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.36},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.22},{\"fraudType\":\"VideoClickFraud\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.01}]},\"viewability\":{\"viewability\":74.12,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":474060872,\"inventoryRatio\":50.33,\"viewability\":77.44},{\"adSize\":\"300x250\",\"inventory\":440562000,\"inventoryRatio\":46.77,\"viewability\":69.96},{\"adSize\":\"480x320\",\"inventory\":8929107,\"inventoryRatio\":0.95,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":6168777,\"inventoryRatio\":0.65,\"viewability\":82.61},{\"adSize\":\"300x50\",\"inventory\":5201197,\"inventoryRatio\":0.55,\"viewability\":89.53},{\"adSize\":\"320x480\",\"inventory\":2564289,\"inventoryRatio\":0.27,\"viewability\":74.29},{\"adSize\":\"Other\",\"inventory\":1786488,\"inventoryRatio\":0.19,\"viewability\":76.24},{\"adSize\":\"300x251\",\"inventory\":1553885,\"inventoryRatio\":0.17,\"viewability\":77.37}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":949723503,\"inventoryRatio\":98.99,\"ivt\":12.39,\"viewability\":74.31},{\"device\":\"Apple Ipad\",\"inventory\":8499554,\"inventoryRatio\":0.89,\"ivt\":10.08,\"viewability\":71.51}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":959365771,\"inventoryRatio\":82.94,\"ivt\":12.37,\"viewability\":74.28},{\"region\":\"APAC\",\"inventory\":121190001,\"inventoryRatio\":10.48,\"ivt\":8.85,\"viewability\":75.67},{\"region\":\"EMEA\",\"inventory\":58181656,\"inventoryRatio\":5.03,\"ivt\":6.69,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17968506,\"inventoryRatio\":1.55,\"ivt\":14.65,\"viewability\":68.67}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":474060872,\"inventoryRatio\":50.33,\"ivt\":13.18,\"viewability\":77.44},{\"adSize\":\"300x250\",\"inventory\":440562000,\"inventoryRatio\":46.77,\"ivt\":11.07,\"viewability\":69.96},{\"adSize\":\"480x320\",\"inventory\":8929107,\"inventoryRatio\":0.95,\"ivt\":13.07,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":6168777,\"inventoryRatio\":0.65,\"ivt\":17.6,\"viewability\":82.61},{\"adSize\":\"300x50\",\"inventory\":5201197,\"inventoryRatio\":0.55,\"ivt\":9.91,\"viewability\":89.53},{\"adSize\":\"320x480\",\"inventory\":2564289,\"inventoryRatio\":0.27,\"ivt\":44.73,\"viewability\":74.29},{\"adSize\":\"Other\",\"inventory\":1786488,\"inventoryRatio\":0.19,\"ivt\":17.46,\"viewability\":76.24},{\"adSize\":\"300x251\",\"inventory\":1553885,\"inventoryRatio\":0.17,\"ivt\":2.72,\"viewability\":77.37}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventory\":96853344,\"inventoryRatio\":11.33,\"ivt\":11.79,\"viewability\":74.83},{\"dmaName\":\"NEW YORK\",\"inventory\":85897975,\"inventoryRatio\":10.05,\"ivt\":12.83,\"viewability\":75.22},{\"dmaName\":\"HOUSTON\",\"inventory\":43788550,\"inventoryRatio\":5.12,\"ivt\":15.41,\"viewability\":74.92},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventory\":42661188,\"inventoryRatio\":4.99,\"ivt\":13.96,\"viewability\":76.81},{\"dmaName\":\"CHICAGO\",\"inventory\":36196582,\"inventoryRatio\":4.23,\"ivt\":11.78,\"viewability\":74.27},{\"dmaName\":\"PHILADELPHIA\",\"inventory\":31986094,\"inventoryRatio\":3.74,\"ivt\":9.72,\"viewability\":76.22},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventory\":29119613,\"inventoryRatio\":3.41,\"ivt\":13.51,\"viewability\":73.85},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventory\":20586123,\"inventoryRatio\":2.41,\"ivt\":14.34,\"viewability\":70.11},{\"dmaName\":\"ATLANTA\",\"inventory\":19985678,\"inventoryRatio\":2.34,\"ivt\":13.03,\"viewability\":71.86},{\"dmaName\":\"DETROIT\",\"inventory\":19522492,\"inventoryRatio\":2.28,\"ivt\":13.4,\"viewability\":77.52},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventory\":18252619,\"inventoryRatio\":2.14,\"ivt\":10.47,\"viewability\":74.28},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventory\":16043547,\"inventoryRatio\":1.88,\"ivt\":10.22,\"viewability\":77.13},{\"dmaName\":\"AUSTIN\",\"inventory\":15679442,\"inventoryRatio\":1.83,\"ivt\":8.26,\"viewability\":79.79},{\"dmaName\":\"SAN ANTONIO\",\"inventory\":15092329,\"inventoryRatio\":1.77,\"ivt\":14.18,\"viewability\":75.4},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventory\":14888612,\"inventoryRatio\":1.74,\"ivt\":11.58,\"viewability\":76.86},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventory\":14522891,\"inventoryRatio\":1.7,\"ivt\":11.75,\"viewability\":71.3},{\"dmaName\":\"INDIANAPOLIS\",\"inventory\":11854370,\"inventoryRatio\":1.39,\"ivt\":15.69,\"viewability\":78.27},{\"dmaName\":\"LAS VEGAS\",\"inventory\":11248168,\"inventoryRatio\":1.32,\"ivt\":11.22,\"viewability\":74.63},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventory\":9552378,\"inventoryRatio\":1.12,\"ivt\":19.07,\"viewability\":72.43}]},\"ctr\":{\"ctr\":0.71,\"byAdSize\":[{\"adSize\":\"300x250\",\"ctr\":0.48}]},\"rankings\":{\"regionRank\":\"N/A\",\"categoryRank\":\"N/A\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"D\",\"score\":\"0\"},\"ivt\":{\"grade\":\"D\",\"score\":\"38\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"89\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"D\",\"score\":\"34\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"Verve Group\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"320x50\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":94.34,\"videoContribution\":5.66,\"hyperLocationAvailability\":84.26,\"mraidVersion\":null,\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":12.39,\"ivtRisk\":\"high\",\"viewability\":74.14,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"high\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":32829,\"estimatedMonthlyActiveUsers\":575311,\"inventory\":950866217,\"adSpend\":44363.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":22656421,\"inventoryRatio\":11.66,\"ivt\":18.85,\"videoInventoryRatio\":6.49,\"viewability\":52.35},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":15077482,\"inventoryRatio\":7.76,\"ivt\":16.97,\"videoInventoryRatio\":1.01,\"viewability\":73.98},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":13042433,\"inventoryRatio\":6.71,\"ivt\":14.73,\"videoInventoryRatio\":8.25,\"viewability\":82.12},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":12877399,\"inventoryRatio\":6.63,\"ivt\":14.08,\"videoInventoryRatio\":3.55,\"viewability\":78.49},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":8703473,\"inventoryRatio\":4.48,\"ivt\":14.1,\"videoInventoryRatio\":0.0,\"viewability\":89.63},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":7048386,\"inventoryRatio\":3.63,\"ivt\":13.06,\"videoInventoryRatio\":0.09,\"viewability\":79.28},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":6042224,\"inventoryRatio\":3.11,\"ivt\":17.73,\"videoInventoryRatio\":1.62,\"viewability\":45.4},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":4977381,\"inventoryRatio\":2.56,\"ivt\":10.99,\"videoInventoryRatio\":0.53,\"viewability\":78.16},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":4483592,\"inventoryRatio\":2.31,\"ivt\":10.23,\"videoInventoryRatio\":0.0,\"viewability\":61.97},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":4331890,\"inventoryRatio\":2.23,\"ivt\":17.29,\"videoInventoryRatio\":8.07,\"viewability\":90.45},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":4322396,\"inventoryRatio\":2.22,\"ivt\":18.54,\"videoInventoryRatio\":0.03,\"viewability\":74.64},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":3996166,\"inventoryRatio\":2.06,\"ivt\":1.58,\"videoInventoryRatio\":93.3,\"viewability\":35.59},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":1615798,\"inventoryRatio\":0.83,\"ivt\":16.07,\"videoInventoryRatio\":16.77,\"viewability\":80.63},{\"exchange\":\"IronSource\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":39575840,\"inventoryRatio\":20.36,\"ivt\":8.86,\"videoInventoryRatio\":0.0,\"viewability\":50.4},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventory\":3764371,\"inventoryRatio\":1.94,\"ivt\":12.94,\"videoInventoryRatio\":0.0,\"viewability\":89.67},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":11110,\"inventoryRatio\":0.01,\"ivt\":8.18,\"videoInventoryRatio\":0.0,\"viewability\":44.04},{\"exchange\":\"MobFox\",\"paymentType\":\"Reseller\",\"inventory\":1919,\"inventoryRatio\":0.0,\"ivt\":52.63,\"videoInventoryRatio\":0.0,\"viewability\":57.89},{\"exchange\":\"Admixer UA LLC\",\"paymentType\":\"Reseller\",\"inventory\":1414,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":66.67,\"viewability\":100.0},{\"exchange\":\"Thirdpresence Ltd\",\"paymentType\":\"Reseller\",\"inventory\":808,\"inventoryRatio\":0.0,\"ivt\":12.5,\"videoInventoryRatio\":0.0,\"viewability\":50.0},{\"exchange\":\"Brave Inc\",\"paymentType\":\"Reseller\",\"inventory\":606,\"inventoryRatio\":0.0,\"ivt\":66.67,\"videoInventoryRatio\":50.0,\"viewability\":20.0},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":17847508,\"inventoryRatio\":9.18,\"ivt\":11.66,\"videoInventoryRatio\":0.01,\"viewability\":80.32},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":8160194,\"inventoryRatio\":4.2,\"ivt\":4.39,\"videoInventoryRatio\":0.0,\"viewability\":57.63},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":4429961,\"inventoryRatio\":2.28,\"ivt\":9.73,\"videoInventoryRatio\":0.0,\"viewability\":18.12},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":3903953,\"inventoryRatio\":2.01,\"ivt\":17.26,\"videoInventoryRatio\":0.0,\"viewability\":45.63},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":3152513,\"inventoryRatio\":1.62,\"ivt\":8.91,\"videoInventoryRatio\":0.0,\"viewability\":94.35},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":2755684,\"inventoryRatio\":1.42,\"ivt\":5.71,\"videoInventoryRatio\":0.03,\"viewability\":70.58},{\"exchange\":\"Adobe\",\"paymentType\":\"Unauthorized\",\"inventory\":574690,\"inventoryRatio\":0.3,\"ivt\":60.7,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":285426,\"inventoryRatio\":0.15,\"ivt\":9.91,\"videoInventoryRatio\":79.38,\"viewability\":82.15},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":274720,\"inventoryRatio\":0.14,\"ivt\":7.17,\"videoInventoryRatio\":0.0,\"viewability\":78.56},{\"exchange\":\"Triton Digital\",\"paymentType\":\"Unauthorized\",\"inventory\":99485,\"inventoryRatio\":0.05,\"ivt\":34.92,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":89385,\"inventoryRatio\":0.05,\"ivt\":3.28,\"videoInventoryRatio\":0.7,\"viewability\":34.38},{\"exchange\":\"Appreciate\",\"paymentType\":\"Unauthorized\",\"inventory\":59085,\"inventoryRatio\":0.03,\"ivt\":8.89,\"videoInventoryRatio\":0.0,\"viewability\":93.51},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":45753,\"inventoryRatio\":0.02,\"ivt\":10.38,\"videoInventoryRatio\":0.0,\"viewability\":24.12},{\"exchange\":\"Stackadapt Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":38380,\"inventoryRatio\":0.02,\"ivt\":7.89,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"YouAppi\",\"paymentType\":\"Unauthorized\",\"inventory\":33633,\"inventoryRatio\":0.02,\"ivt\":7.81,\"videoInventoryRatio\":0.98,\"viewability\":64.85},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":24846,\"inventoryRatio\":0.01,\"ivt\":35.77,\"videoInventoryRatio\":0.0,\"viewability\":38.62},{\"exchange\":\"Edge226\",\"paymentType\":\"Unauthorized\",\"inventory\":12827,\"inventoryRatio\":0.01,\"ivt\":2.36,\"videoInventoryRatio\":0.0,\"viewability\":20.63},{\"exchange\":\"Moloco\",\"paymentType\":\"Unauthorized\",\"inventory\":12221,\"inventoryRatio\":0.01,\"ivt\":4.13,\"videoInventoryRatio\":0.0,\"viewability\":76.03},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":11110,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":93.94},{\"exchange\":\"Boldwin\",\"paymentType\":\"Unauthorized\",\"inventory\":8787,\"inventoryRatio\":0.0,\"ivt\":17.24,\"videoInventoryRatio\":0.0,\"viewability\":62.07},{\"exchange\":\"Bid Machine\",\"paymentType\":\"Unauthorized\",\"inventory\":5656,\"inventoryRatio\":0.0,\"ivt\":12.5,\"videoInventoryRatio\":2.04,\"viewability\":42.59},{\"exchange\":\"Bat-Ads\",\"paymentType\":\"Unauthorized\",\"inventory\":5555,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":92.73},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":3030,\"inventoryRatio\":0.0,\"ivt\":16.67,\"videoInventoryRatio\":4.0,\"viewability\":40.0},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":2020,\"inventoryRatio\":0.0,\"ivt\":10.0,\"videoInventoryRatio\":5.56,\"viewability\":73.68},{\"exchange\":\"Mars Media Group\",\"paymentType\":\"Unauthorized\",\"inventory\":1515,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Viant US LLC - EU - Germany\",\"paymentType\":\"Unauthorized\",\"inventory\":1515,\"inventoryRatio\":0.0,\"ivt\":13.33,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"MobUpps\",\"paymentType\":\"Unauthorized\",\"inventory\":1313,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Daily Engage Media Group LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":1313,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Sift Media\",\"paymentType\":\"Unauthorized\",\"inventory\":909,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":11.11},{\"exchange\":\"ClearPier\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Zippor Ltd.\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Baidu\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":50.0},{\"exchange\":\"Unity Technologies\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"RedZone LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Appodeal\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":0.0},{\"exchange\":\"Novoroll\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Jampp\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":12.39,\"givt\":0.47,\"sivt\":11.92,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.44,\"sivt\":0.0},{\"fraudType\":\"IAB Crawler\",\"givt\":0.03,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.17},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":1.82},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":1.61},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":1.34},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":1.07},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.97},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.88},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.36},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.21},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.07},{\"fraudType\":\"VideoClickFraud\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.01}]},\"viewability\":{\"viewability\":74.14,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":473265598,\"inventoryRatio\":50.68,\"viewability\":77.42},{\"adSize\":\"300x250\",\"inventory\":434280406,\"inventoryRatio\":46.51,\"viewability\":69.97},{\"adSize\":\"480x320\",\"inventory\":8787000,\"inventoryRatio\":0.94,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":5479048,\"inventoryRatio\":0.59,\"viewability\":83.88},{\"adSize\":\"300x50\",\"inventory\":5175745,\"inventoryRatio\":0.55,\"viewability\":89.55},{\"adSize\":\"320x480\",\"inventory\":2536110,\"inventoryRatio\":0.27,\"viewability\":74.75},{\"adSize\":\"Other\",\"inventory\":1728009,\"inventoryRatio\":0.19,\"viewability\":76.11},{\"adSize\":\"300x251\",\"inventory\":1532170,\"inventoryRatio\":0.16,\"viewability\":77.28}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":949723503,\"inventoryRatio\":99.88,\"ivt\":12.39,\"viewability\":74.31}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":950866217,\"inventoryRatio\":82.9,\"ivt\":12.39,\"viewability\":74.31},{\"region\":\"APAC\",\"inventory\":120219189,\"inventoryRatio\":10.48,\"ivt\":8.86,\"viewability\":75.65},{\"region\":\"EMEA\",\"inventory\":58062173,\"inventoryRatio\":5.06,\"ivt\":6.68,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17830540,\"inventoryRatio\":1.55,\"ivt\":14.68,\"viewability\":68.64}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":473265598,\"inventoryRatio\":50.68,\"ivt\":13.18,\"viewability\":77.42},{\"adSize\":\"300x250\",\"inventory\":434280406,\"inventoryRatio\":46.51,\"ivt\":11.09,\"viewability\":69.97},{\"adSize\":\"480x320\",\"inventory\":8787000,\"inventoryRatio\":0.94,\"ivt\":13.16,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":5479048,\"inventoryRatio\":0.59,\"ivt\":18.34,\"viewability\":83.88},{\"adSize\":\"300x50\",\"inventory\":5175745,\"inventoryRatio\":0.55,\"ivt\":9.84,\"viewability\":89.55},{\"adSize\":\"320x480\",\"inventory\":2536110,\"inventoryRatio\":0.27,\"ivt\":45.06,\"viewability\":74.75},{\"adSize\":\"Other\",\"inventory\":1728009,\"inventoryRatio\":0.19,\"ivt\":17.5,\"viewability\":76.11},{\"adSize\":\"300x251\",\"inventory\":1532170,\"inventoryRatio\":0.16,\"ivt\":2.71,\"viewability\":77.28}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventory\":96203712,\"inventoryRatio\":11.36,\"ivt\":11.8,\"viewability\":74.83},{\"dmaName\":\"NEW YORK\",\"inventory\":85030789,\"inventoryRatio\":10.04,\"ivt\":12.84,\"viewability\":75.17},{\"dmaName\":\"HOUSTON\",\"inventory\":43656341,\"inventoryRatio\":5.15,\"ivt\":15.42,\"viewability\":74.95},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventory\":42397578,\"inventoryRatio\":5.01,\"ivt\":13.96,\"viewability\":76.81},{\"dmaName\":\"CHICAGO\",\"inventory\":35891259,\"inventoryRatio\":4.24,\"ivt\":11.84,\"viewability\":74.34},{\"dmaName\":\"PHILADELPHIA\",\"inventory\":31838230,\"inventoryRatio\":3.76,\"ivt\":9.73,\"viewability\":76.22},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventory\":28817724,\"inventoryRatio\":3.4,\"ivt\":13.35,\"viewability\":73.85},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventory\":20448157,\"inventoryRatio\":2.41,\"ivt\":14.39,\"viewability\":70.09},{\"dmaName\":\"ATLANTA\",\"inventory\":19879830,\"inventoryRatio\":2.35,\"ivt\":13.08,\"viewability\":71.87},{\"dmaName\":\"DETROIT\",\"inventory\":19319886,\"inventoryRatio\":2.28,\"ivt\":13.48,\"viewability\":77.53},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventory\":17883060,\"inventoryRatio\":2.11,\"ivt\":10.49,\"viewability\":74.08},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventory\":15942244,\"inventoryRatio\":1.88,\"ivt\":10.25,\"viewability\":77.11},{\"dmaName\":\"AUSTIN\",\"inventory\":15484613,\"inventoryRatio\":1.83,\"ivt\":8.31,\"viewability\":79.91},{\"dmaName\":\"SAN ANTONIO\",\"inventory\":14958201,\"inventoryRatio\":1.77,\"ivt\":14.29,\"viewability\":75.36},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventory\":14732769,\"inventoryRatio\":1.74,\"ivt\":11.38,\"viewability\":76.91},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventory\":14429365,\"inventoryRatio\":1.7,\"ivt\":11.8,\"viewability\":71.32},{\"dmaName\":\"INDIANAPOLIS\",\"inventory\":11818515,\"inventoryRatio\":1.4,\"ivt\":15.73,\"viewability\":78.29},{\"dmaName\":\"LAS VEGAS\",\"inventory\":11143633,\"inventoryRatio\":1.32,\"ivt\":11.24,\"viewability\":74.66},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventory\":9485617,\"inventoryRatio\":1.12,\"ivt\":19.17,\"viewability\":72.44}]},\"ctr\":{\"ctr\":0.68,\"byAdSize\":[{\"adSize\":\"300x250\",\"ctr\":0.48}]},\"rankings\":{\"regionRank\":\"N/A\",\"categoryRank\":\"N/A\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"D\",\"score\":\"0\"},\"ivt\":{\"grade\":\"D\",\"score\":\"38\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"89\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"D\",\"score\":\"34\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"NA\",\"device\":\"tablet\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"Verve Group\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Ipad\",\"displayTopAdsize\":\"300x250\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":90.78,\"videoContribution\":9.22,\"hyperLocationAvailability\":81.53,\"mraidVersion\":\"3.0\",\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":10.08,\"ivtRisk\":\"high\",\"viewability\":71.07,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"high\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":295,\"estimatedMonthlyActiveUsers\":5159,\"inventory\":8499554,\"adSpend\":522.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":287446,\"inventoryRatio\":12.7,\"ivt\":18.83,\"videoInventoryRatio\":11.96,\"viewability\":35.37},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":244016,\"inventoryRatio\":10.78,\"ivt\":13.93,\"videoInventoryRatio\":0.0,\"viewability\":68.56},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":191799,\"inventoryRatio\":8.47,\"ivt\":11.2,\"videoInventoryRatio\":9.62,\"viewability\":84.93},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":188769,\"inventoryRatio\":8.34,\"ivt\":9.34,\"videoInventoryRatio\":21.79,\"viewability\":85.27},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":146349,\"inventoryRatio\":6.47,\"ivt\":24.64,\"videoInventoryRatio\":3.33,\"viewability\":77.9},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":121604,\"inventoryRatio\":5.37,\"ivt\":5.89,\"videoInventoryRatio\":2.12,\"viewability\":49.7},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":74336,\"inventoryRatio\":3.28,\"ivt\":10.84,\"videoInventoryRatio\":0.0,\"viewability\":85.87},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":65549,\"inventoryRatio\":2.9,\"ivt\":8.4,\"videoInventoryRatio\":0.0,\"viewability\":91.22},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":46763,\"inventoryRatio\":2.07,\"ivt\":24.65,\"videoInventoryRatio\":0.0,\"viewability\":79.91},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":46258,\"inventoryRatio\":2.04,\"ivt\":10.61,\"videoInventoryRatio\":1.94,\"viewability\":77.51},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":31916,\"inventoryRatio\":1.41,\"ivt\":10.69,\"videoInventoryRatio\":26.76,\"viewability\":92.8},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":26058,\"inventoryRatio\":1.15,\"ivt\":2.71,\"videoInventoryRatio\":79.68,\"viewability\":14.55},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":23533,\"inventoryRatio\":1.04,\"ivt\":20.17,\"videoInventoryRatio\":37.63,\"viewability\":77.07},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":289466,\"inventoryRatio\":12.79,\"ivt\":8.79,\"videoInventoryRatio\":0.0,\"viewability\":49.68},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventory\":28179,\"inventoryRatio\":1.24,\"ivt\":20.77,\"videoInventoryRatio\":0.0,\"viewability\":86.33},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":202,\"inventoryRatio\":0.01,\"ivt\":50.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":230280,\"inventoryRatio\":10.17,\"ivt\":5.23,\"videoInventoryRatio\":0.0,\"viewability\":87.5},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":67064,\"inventoryRatio\":2.96,\"ivt\":12.35,\"videoInventoryRatio\":0.0,\"viewability\":39.69},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":53732,\"inventoryRatio\":2.37,\"ivt\":8.26,\"videoInventoryRatio\":0.0,\"viewability\":61.84},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":52015,\"inventoryRatio\":2.3,\"ivt\":8.35,\"videoInventoryRatio\":0.0,\"viewability\":95.24},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":19291,\"inventoryRatio\":0.85,\"ivt\":11.52,\"videoInventoryRatio\":0.0,\"viewability\":79.68},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":13938,\"inventoryRatio\":0.62,\"ivt\":5.07,\"videoInventoryRatio\":0.0,\"viewability\":32.59},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":8585,\"inventoryRatio\":0.38,\"ivt\":1.18,\"videoInventoryRatio\":96.43,\"viewability\":100.0},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":2222,\"inventoryRatio\":0.1,\"ivt\":4.55,\"videoInventoryRatio\":0.0,\"viewability\":88.24},{\"exchange\":\"Triton Digital\",\"paymentType\":\"Unauthorized\",\"inventory\":2121,\"inventoryRatio\":0.09,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Stackadapt Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":505,\"inventoryRatio\":0.02,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.02,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":50.0},{\"exchange\":\"Adobe\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.02,\"ivt\":50.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":10.08,\"givt\":1.0,\"sivt\":9.08,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.74,\"sivt\":0.0},{\"fraudType\":\"IAB Crawler\",\"givt\":0.22,\"sivt\":0.0},{\"fraudType\":\"Auto Reloader\",\"givt\":0.02,\"sivt\":0.0},{\"fraudType\":\"Idiobot\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":2.17},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":1.83},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":1.52},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.77},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.7},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.55},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.34},{\"fraudType\":\"VideoClickFraud\",\"givt\":0.0,\"sivt\":0.33},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.1},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.01}]},\"viewability\":{\"viewability\":71.07,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":6281594,\"inventoryRatio\":76.88,\"viewability\":68.79},{\"adSize\":\"320x50\",\"inventory\":795274,\"inventoryRatio\":9.73,\"viewability\":84.48},{\"adSize\":\"728x90\",\"inventory\":689729,\"inventoryRatio\":8.44,\"viewability\":70.56},{\"adSize\":\"480x320\",\"inventory\":143319,\"inventoryRatio\":1.75,\"viewability\":null},{\"adSize\":\"1920x1080\",\"inventory\":132916,\"inventoryRatio\":1.63,\"viewability\":null},{\"adSize\":\"320x480\",\"inventory\":31310,\"inventoryRatio\":0.38,\"viewability\":41.1},{\"adSize\":\"300x50\",\"inventory\":24442,\"inventoryRatio\":0.3,\"viewability\":85.38},{\"adSize\":\"300x251\",\"inventory\":24139,\"inventoryRatio\":0.3,\"viewability\":83.26},{\"adSize\":\"Other\",\"inventory\":14645,\"inventoryRatio\":0.18,\"viewability\":83.12},{\"adSize\":\"640x360\",\"inventory\":13534,\"inventoryRatio\":0.17,\"viewability\":null},{\"adSize\":\"768x1024\",\"inventory\":8585,\"inventoryRatio\":0.11,\"viewability\":null}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Ipad\",\"inventory\":8499554,\"inventoryRatio\":100.0,\"ivt\":10.08,\"viewability\":71.51}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":8499554,\"inventoryRatio\":87.37,\"ivt\":10.08,\"viewability\":71.51},{\"region\":\"APAC\",\"inventory\":970812,\"inventoryRatio\":9.98,\"ivt\":7.65,\"viewability\":77.87},{\"region\":\"LATAM\",\"inventory\":137966,\"inventoryRatio\":1.42,\"ivt\":10.6,\"viewability\":72.15},{\"region\":\"EMEA\",\"inventory\":119382,\"inventoryRatio\":1.23,\"ivt\":12.76,\"viewability\":84.82}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":6281594,\"inventoryRatio\":76.88,\"ivt\":9.12,\"viewability\":68.79},{\"adSize\":\"320x50\",\"inventory\":795274,\"inventoryRatio\":9.73,\"ivt\":12.14,\"viewability\":84.48},{\"adSize\":\"728x90\",\"inventory\":689729,\"inventoryRatio\":8.44,\"ivt\":11.77,\"viewability\":70.56},{\"adSize\":\"480x320\",\"inventory\":143319,\"inventoryRatio\":1.75,\"ivt\":7.33,\"viewability\":null},{\"adSize\":\"1920x1080\",\"inventory\":132916,\"inventoryRatio\":1.63,\"ivt\":14.36,\"viewability\":null},{\"adSize\":\"320x480\",\"inventory\":31310,\"inventoryRatio\":0.38,\"ivt\":18.06,\"viewability\":41.1},{\"adSize\":\"300x50\",\"inventory\":24442,\"inventoryRatio\":0.3,\"ivt\":24.5,\"viewability\":85.38},{\"adSize\":\"300x251\",\"inventory\":24139,\"inventoryRatio\":0.3,\"ivt\":2.93,\"viewability\":83.26},{\"adSize\":\"Other\",\"inventory\":14645,\"inventoryRatio\":0.18,\"ivt\":9.46,\"viewability\":83.12},{\"adSize\":\"640x360\",\"inventory\":13534,\"inventoryRatio\":0.17,\"ivt\":32.84,\"viewability\":null},{\"adSize\":\"768x1024\",\"inventory\":8585,\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":null}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventory\":867186,\"inventoryRatio\":11.04,\"ivt\":11.23,\"viewability\":79.69},{\"dmaName\":\"LOS ANGELES\",\"inventory\":649632,\"inventoryRatio\":8.27,\"ivt\":10.25,\"viewability\":74.7},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventory\":369559,\"inventoryRatio\":4.7,\"ivt\":9.62,\"viewability\":83.63},{\"dmaName\":\"CHICAGO\",\"inventory\":305323,\"inventoryRatio\":3.89,\"ivt\":4.84,\"viewability\":65.31},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventory\":301889,\"inventoryRatio\":3.84,\"ivt\":28.19,\"viewability\":73.49},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventory\":263610,\"inventoryRatio\":3.36,\"ivt\":15.12,\"viewability\":77.95},{\"dmaName\":\"DETROIT\",\"inventory\":202606,\"inventoryRatio\":2.58,\"ivt\":5.88,\"viewability\":75.27},{\"dmaName\":\"AUSTIN\",\"inventory\":194829,\"inventoryRatio\":2.48,\"ivt\":4.04,\"viewability\":67.05},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventory\":155843,\"inventoryRatio\":1.98,\"ivt\":30.4,\"viewability\":67.65},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventory\":149783,\"inventoryRatio\":1.91,\"ivt\":18.85,\"viewability\":70.51},{\"dmaName\":\"PHILADELPHIA\",\"inventory\":147864,\"inventoryRatio\":1.88,\"ivt\":7.37,\"viewability\":74.69},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventory\":137966,\"inventoryRatio\":1.76,\"ivt\":6.43,\"viewability\":73.4},{\"dmaName\":\"SAN ANTONIO\",\"inventory\":134128,\"inventoryRatio\":1.71,\"ivt\":2.48,\"viewability\":79.47},{\"dmaName\":\"HOUSTON\",\"inventory\":132209,\"inventoryRatio\":1.68,\"ivt\":10.9,\"viewability\":62.96},{\"dmaName\":\"PITTSBURGH\",\"inventory\":124230,\"inventoryRatio\":1.58,\"ivt\":2.27,\"viewability\":74.77},{\"dmaName\":\"GREENVLL-SPART-ASHEVLL-AND\",\"inventory\":124331,\"inventoryRatio\":1.58,\"ivt\":29.14,\"viewability\":71.62},{\"dmaName\":\"ATLANTA\",\"inventory\":105848,\"inventoryRatio\":1.35,\"ivt\":3.79,\"viewability\":70.41},{\"dmaName\":\"LAS VEGAS\",\"inventory\":104535,\"inventoryRatio\":1.33,\"ivt\":9.06,\"viewability\":71.62},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventory\":101303,\"inventoryRatio\":1.29,\"ivt\":6.68,\"viewability\":80.26}]},\"ctr\":{\"ctr\":null,\"byAdSize\":null},\"rankings\":{\"regionRank\":\"N/A\",\"categoryRank\":\"N/A\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"D\",\"score\":\"0\"},\"ivt\":{\"grade\":\"D\",\"score\":\"38\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"89\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"D\",\"score\":\"34\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":null,\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"320x50\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":99.71,\"videoContribution\":0.29,\"hyperLocationAvailability\":96.72,\"mraidVersion\":\"3.0\",\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":6.69,\"ivtRisk\":\"medium\",\"viewability\":86.88,\"viewabilityRisk\":\"low\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"medium\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"low\",\"estimatedDailyActiveUsers\":2045,\"estimatedMonthlyActiveUsers\":35833,\"inventory\":58181656,\"adSpend\":1518.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":1024746,\"inventoryRatio\":5.3,\"ivt\":13.1,\"videoInventoryRatio\":0.0,\"viewability\":66.67},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":74033,\"inventoryRatio\":0.38,\"ivt\":30.15,\"videoInventoryRatio\":2.54,\"viewability\":92.92},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":71508,\"inventoryRatio\":0.37,\"ivt\":9.89,\"videoInventoryRatio\":3.61,\"viewability\":45.45},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":20402,\"inventoryRatio\":0.11,\"ivt\":16.83,\"videoInventoryRatio\":0.0,\"viewability\":18.45},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":16059,\"inventoryRatio\":0.08,\"ivt\":20.63,\"videoInventoryRatio\":71.43,\"viewability\":84.21},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":13332,\"inventoryRatio\":0.07,\"ivt\":26.52,\"videoInventoryRatio\":43.3,\"viewability\":55.06},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":6262,\"inventoryRatio\":0.03,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":93.55},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":4040,\"inventoryRatio\":0.02,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":97.5},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":2828,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":42.86},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":2222,\"inventoryRatio\":0.01,\"ivt\":45.45,\"videoInventoryRatio\":0.0,\"viewability\":68.18},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":33.33,\"videoInventoryRatio\":0.0,\"viewability\":33.33},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":455308,\"inventoryRatio\":2.35,\"ivt\":20.71,\"videoInventoryRatio\":0.0,\"viewability\":94.01},{\"exchange\":\"Admixer UA LLC\",\"paymentType\":\"Reseller\",\"inventory\":2424,\"inventoryRatio\":0.01,\"ivt\":8.33,\"videoInventoryRatio\":0.0,\"viewability\":62.5},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":1515,\"inventoryRatio\":0.01,\"ivt\":6.67,\"videoInventoryRatio\":0.0,\"viewability\":60.0},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":16174948,\"inventoryRatio\":83.62,\"ivt\":2.55,\"videoInventoryRatio\":0.0,\"viewability\":96.68},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":1066055,\"inventoryRatio\":5.51,\"ivt\":27.43,\"videoInventoryRatio\":0.0,\"viewability\":34.82},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":256136,\"inventoryRatio\":1.32,\"ivt\":6.7,\"videoInventoryRatio\":0.0,\"viewability\":30.98},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":96051,\"inventoryRatio\":0.5,\"ivt\":8.51,\"videoInventoryRatio\":0.0,\"viewability\":27.44},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":44743,\"inventoryRatio\":0.23,\"ivt\":11.66,\"videoInventoryRatio\":0.0,\"viewability\":88.94},{\"exchange\":\"Edge226\",\"paymentType\":\"Unauthorized\",\"inventory\":2020,\"inventoryRatio\":0.01,\"ivt\":20.0,\"videoInventoryRatio\":0.0,\"viewability\":40.0},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":1414,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Mars Media Group\",\"paymentType\":\"Unauthorized\",\"inventory\":1414,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":1111,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":63.64},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":1010,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":25.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":50.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Moloco\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"Bid Machine\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"ClearPier\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":0.0},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":6.69,\"givt\":0.85,\"sivt\":5.84,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.85,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":3.59},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.76},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.64},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.54},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.14},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":86.88,\"viewabilityRisk\":\"low\",\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":43715224,\"inventoryRatio\":75.47,\"viewability\":87.55},{\"adSize\":\"300x250\",\"inventory\":13945575,\"inventoryRatio\":24.08,\"viewability\":83.19},{\"adSize\":\"300x50\",\"inventory\":115847,\"inventoryRatio\":0.2,\"viewability\":69.55},{\"adSize\":\"728x90\",\"inventory\":68781,\"inventoryRatio\":0.12,\"viewability\":87.94}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":58060658,\"inventoryRatio\":99.79,\"ivt\":6.68,\"viewability\":86.5},{\"device\":\"Apple Ipad\",\"inventory\":112514,\"inventoryRatio\":0.19,\"ivt\":11.57,\"viewability\":84.87}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":959365771,\"inventoryRatio\":82.94,\"ivt\":12.37,\"viewability\":74.28},{\"region\":\"APAC\",\"inventory\":121190001,\"inventoryRatio\":10.48,\"ivt\":8.85,\"viewability\":75.67},{\"region\":\"EMEA\",\"inventory\":58181656,\"inventoryRatio\":5.03,\"ivt\":6.69,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17968506,\"inventoryRatio\":1.55,\"ivt\":14.65,\"viewability\":68.67}],\"byCountry\":[{\"countryName\":\"Saudi Arabia\",\"inventory\":41292436,\"inventoryRatio\":1.78,\"ivt\":5.38,\"viewability\":88.83},{\"countryName\":\"Turkey\",\"inventory\":5583684,\"inventoryRatio\":0.24,\"ivt\":11.23,\"viewability\":76.39},{\"countryName\":\"Egypt\",\"inventory\":2572672,\"inventoryRatio\":0.11,\"ivt\":2.01,\"viewability\":70.34},{\"countryName\":\"Qatar\",\"inventory\":1991013,\"inventoryRatio\":0.09,\"ivt\":5.19,\"viewability\":80.83},{\"countryName\":\"Jordan\",\"inventory\":1440967,\"inventoryRatio\":0.06,\"ivt\":9.89,\"viewability\":96.58},{\"countryName\":\"Iraq\",\"inventory\":894153,\"inventoryRatio\":0.04,\"ivt\":1.28,\"viewability\":74.35},{\"countryName\":\"Kuwait\",\"inventory\":905566,\"inventoryRatio\":0.04,\"ivt\":19.42,\"viewability\":82.5},{\"countryName\":\"Bahrain\",\"inventory\":843552,\"inventoryRatio\":0.04,\"ivt\":12.14,\"viewability\":73.56},{\"countryName\":\"Russian Federation\",\"inventory\":364610,\"inventoryRatio\":0.02,\"ivt\":29.08,\"viewability\":34.62},{\"countryName\":\"Israel\",\"inventory\":379962,\"inventoryRatio\":0.02,\"ivt\":2.63,\"viewability\":76.77},{\"countryName\":\"Algeria\",\"inventory\":160792,\"inventoryRatio\":0.01,\"ivt\":0.31,\"viewability\":81.25},{\"countryName\":\"Morocco\",\"inventory\":292395,\"inventoryRatio\":0.01,\"ivt\":2.87,\"viewability\":47.34},{\"countryName\":\"Finland\",\"inventory\":124028,\"inventoryRatio\":0.01,\"ivt\":30.94,\"viewability\":99.29},{\"countryName\":\"United Arab Emirates\",\"inventory\":190486,\"inventoryRatio\":0.01,\"ivt\":26.35,\"viewability\":60.88},{\"countryName\":\"South Africa\",\"inventory\":316534,\"inventoryRatio\":0.01,\"ivt\":13.85,\"viewability\":78.62},{\"countryName\":\"Lebanon\",\"inventory\":137360,\"inventoryRatio\":0.01,\"ivt\":1.99,\"viewability\":72.27},{\"countryName\":\"United Kingdom\",\"inventory\":209777,\"inventoryRatio\":0.01,\"ivt\":16.31,\"viewability\":69.9}],\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":43715224,\"inventoryRatio\":75.47,\"ivt\":6.93,\"viewability\":87.55},{\"adSize\":\"300x250\",\"inventory\":13945575,\"inventoryRatio\":24.08,\"ivt\":5.5,\"viewability\":83.19},{\"adSize\":\"300x50\",\"inventory\":115847,\"inventoryRatio\":0.2,\"ivt\":14.56,\"viewability\":69.55},{\"adSize\":\"728x90\",\"inventory\":68781,\"inventoryRatio\":0.12,\"ivt\":9.25,\"viewability\":87.94}],\"byDma\":null},\"ctr\":{\"ctr\":null,\"byAdSize\":null},\"rankings\":{\"regionRank\":\"1487\",\"categoryRank\":\"57\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"B\",\"score\":\"73\"},\"ivt\":{\"grade\":\"B\",\"score\":\"60\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"90\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"B\",\"score\":\"77\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"EMEA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":null,\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"320x50\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":99.71,\"videoContribution\":0.29,\"hyperLocationAvailability\":96.76,\"mraidVersion\":\"3.0\",\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":6.68,\"ivtRisk\":\"medium\",\"viewability\":86.88,\"viewabilityRisk\":\"low\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"medium\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"low\",\"estimatedDailyActiveUsers\":2041,\"estimatedMonthlyActiveUsers\":35760,\"inventory\":58062173,\"adSpend\":1515.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":1022625,\"inventoryRatio\":5.29,\"ivt\":13.13,\"videoInventoryRatio\":0.0,\"viewability\":66.67},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":73730,\"inventoryRatio\":0.38,\"ivt\":30.14,\"videoInventoryRatio\":2.55,\"viewability\":92.89},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":71407,\"inventoryRatio\":0.37,\"ivt\":9.9,\"videoInventoryRatio\":3.61,\"viewability\":45.37},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":20301,\"inventoryRatio\":0.11,\"ivt\":16.92,\"videoInventoryRatio\":0.0,\"viewability\":18.56},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":16059,\"inventoryRatio\":0.08,\"ivt\":20.63,\"videoInventoryRatio\":71.43,\"viewability\":84.21},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":13231,\"inventoryRatio\":0.07,\"ivt\":26.72,\"videoInventoryRatio\":43.75,\"viewability\":55.68},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":5959,\"inventoryRatio\":0.03,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":94.92},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":4040,\"inventoryRatio\":0.02,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":97.5},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":2828,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":42.86},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":2222,\"inventoryRatio\":0.01,\"ivt\":45.45,\"videoInventoryRatio\":0.0,\"viewability\":68.18},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":33.33,\"videoInventoryRatio\":0.0,\"viewability\":33.33},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":451369,\"inventoryRatio\":2.34,\"ivt\":20.87,\"videoInventoryRatio\":0.0,\"viewability\":93.97},{\"exchange\":\"Admixer UA LLC\",\"paymentType\":\"Reseller\",\"inventory\":2424,\"inventoryRatio\":0.01,\"ivt\":8.33,\"videoInventoryRatio\":0.0,\"viewability\":62.5},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":1515,\"inventoryRatio\":0.01,\"ivt\":6.67,\"videoInventoryRatio\":0.0,\"viewability\":60.0},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":16159697,\"inventoryRatio\":83.66,\"ivt\":2.55,\"videoInventoryRatio\":0.0,\"viewability\":96.67},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":1066055,\"inventoryRatio\":5.52,\"ivt\":27.43,\"videoInventoryRatio\":0.0,\"viewability\":34.82},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":254419,\"inventoryRatio\":1.32,\"ivt\":6.58,\"videoInventoryRatio\":0.0,\"viewability\":30.75},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":93223,\"inventoryRatio\":0.48,\"ivt\":5.74,\"videoInventoryRatio\":0.0,\"viewability\":25.35},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":44642,\"inventoryRatio\":0.23,\"ivt\":11.26,\"videoInventoryRatio\":0.0,\"viewability\":89.14},{\"exchange\":\"Edge226\",\"paymentType\":\"Unauthorized\",\"inventory\":2020,\"inventoryRatio\":0.01,\"ivt\":20.0,\"videoInventoryRatio\":0.0,\"viewability\":40.0},{\"exchange\":\"Mars Media Group\",\"paymentType\":\"Unauthorized\",\"inventory\":1414,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":1111,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":63.64},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":1010,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":505,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":50.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":25.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Moloco\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"Bid Machine\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"ClearPier\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":0.0}],\"invalidTraffic\":{\"ivt\":6.68,\"givt\":0.84,\"sivt\":5.84,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.84,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":3.59},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.76},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.64},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.54},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.14},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":86.88,\"viewabilityRisk\":\"low\",\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":43700074,\"inventoryRatio\":75.6,\"viewability\":87.55},{\"adSize\":\"300x250\",\"inventory\":13888712,\"inventoryRatio\":24.03,\"viewability\":83.19},{\"adSize\":\"300x50\",\"inventory\":115847,\"inventoryRatio\":0.2,\"viewability\":69.55}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":58060557,\"inventoryRatio\":100.0,\"ivt\":6.68,\"viewability\":86.5}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":950866217,\"inventoryRatio\":82.9,\"ivt\":12.39,\"viewability\":74.31},{\"region\":\"APAC\",\"inventory\":120219189,\"inventoryRatio\":10.48,\"ivt\":8.86,\"viewability\":75.65},{\"region\":\"EMEA\",\"inventory\":58062173,\"inventoryRatio\":5.06,\"ivt\":6.68,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17830540,\"inventoryRatio\":1.55,\"ivt\":14.68,\"viewability\":68.64}],\"byCountry\":[{\"countryName\":\"Saudi Arabia\",\"inventory\":41229008,\"inventoryRatio\":1.8,\"ivt\":5.37,\"viewability\":88.83},{\"countryName\":\"Turkey\",\"inventory\":5577220,\"inventoryRatio\":0.24,\"ivt\":11.24,\"viewability\":76.39},{\"countryName\":\"Egypt\",\"inventory\":2567824,\"inventoryRatio\":0.11,\"ivt\":2.01,\"viewability\":70.22},{\"countryName\":\"Qatar\",\"inventory\":1987579,\"inventoryRatio\":0.09,\"ivt\":5.2,\"viewability\":80.84},{\"countryName\":\"Jordan\",\"inventory\":1440260,\"inventoryRatio\":0.06,\"ivt\":9.89,\"viewability\":96.58},{\"countryName\":\"Bahrain\",\"inventory\":842138,\"inventoryRatio\":0.04,\"ivt\":12.16,\"viewability\":73.55},{\"countryName\":\"Kuwait\",\"inventory\":904859,\"inventoryRatio\":0.04,\"ivt\":19.42,\"viewability\":82.53},{\"countryName\":\"Iraq\",\"inventory\":893951,\"inventoryRatio\":0.04,\"ivt\":1.28,\"viewability\":74.35},{\"countryName\":\"Russian Federation\",\"inventory\":362489,\"inventoryRatio\":0.02,\"ivt\":28.91,\"viewability\":34.71},{\"countryName\":\"Israel\",\"inventory\":369862,\"inventoryRatio\":0.02,\"ivt\":2.7,\"viewability\":76.73},{\"countryName\":\"South Africa\",\"inventory\":313706,\"inventoryRatio\":0.01,\"ivt\":13.94,\"viewability\":78.74},{\"countryName\":\"Lebanon\",\"inventory\":136552,\"inventoryRatio\":0.01,\"ivt\":2.0,\"viewability\":72.6},{\"countryName\":\"United Kingdom\",\"inventory\":196041,\"inventoryRatio\":0.01,\"ivt\":17.4,\"viewability\":69.9},{\"countryName\":\"Morocco\",\"inventory\":292294,\"inventoryRatio\":0.01,\"ivt\":2.87,\"viewability\":47.34},{\"countryName\":\"Algeria\",\"inventory\":160792,\"inventoryRatio\":0.01,\"ivt\":0.31,\"viewability\":81.25},{\"countryName\":\"Finland\",\"inventory\":118372,\"inventoryRatio\":0.01,\"ivt\":27.99,\"viewability\":99.29},{\"countryName\":\"United Arab Emirates\",\"inventory\":189375,\"inventoryRatio\":0.01,\"ivt\":26.4,\"viewability\":60.85}],\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":43700074,\"inventoryRatio\":75.6,\"ivt\":6.93,\"viewability\":87.55},{\"adSize\":\"300x250\",\"inventory\":13888712,\"inventoryRatio\":24.03,\"ivt\":5.45,\"viewability\":83.19},{\"adSize\":\"300x50\",\"inventory\":115847,\"inventoryRatio\":0.2,\"ivt\":14.56,\"viewability\":69.55}],\"byDma\":null},\"ctr\":{\"ctr\":null,\"byAdSize\":null},\"rankings\":{\"regionRank\":\"1487\",\"categoryRank\":\"57\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"B\",\"score\":\"73\"},\"ivt\":{\"grade\":\"B\",\"score\":\"60\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"90\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"B\",\"score\":\"77\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"Smart AdServer\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"300x250\",\"videoTopAdsize\":\"1920x1080\",\"displayContribution\":99.3,\"videoContribution\":0.7,\"hyperLocationAvailability\":73.13,\"mraidVersion\":\"3.0\",\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":14.65,\"ivtRisk\":\"high\",\"viewability\":68.26,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"high\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":626,\"estimatedMonthlyActiveUsers\":10963,\"inventory\":17968506,\"adSpend\":492.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":558429,\"inventoryRatio\":5.57,\"ivt\":23.17,\"videoInventoryRatio\":15.77,\"viewability\":41.88},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":498536,\"inventoryRatio\":4.97,\"ivt\":15.09,\"videoInventoryRatio\":0.0,\"viewability\":76.66},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":417332,\"inventoryRatio\":4.16,\"ivt\":12.98,\"videoInventoryRatio\":0.0,\"viewability\":70.89},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":349662,\"inventoryRatio\":3.49,\"ivt\":15.72,\"videoInventoryRatio\":0.0,\"viewability\":55.23},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":280679,\"inventoryRatio\":2.8,\"ivt\":14.31,\"videoInventoryRatio\":1.51,\"viewability\":79.85},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":240582,\"inventoryRatio\":2.4,\"ivt\":24.14,\"videoInventoryRatio\":9.8,\"viewability\":91.52},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":208363,\"inventoryRatio\":2.08,\"ivt\":14.01,\"videoInventoryRatio\":0.0,\"viewability\":52.7},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":183820,\"inventoryRatio\":1.83,\"ivt\":9.9,\"videoInventoryRatio\":0.0,\"viewability\":71.48},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":94940,\"inventoryRatio\":0.95,\"ivt\":14.67,\"videoInventoryRatio\":0.0,\"viewability\":76.6},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":13231,\"inventoryRatio\":0.13,\"ivt\":4.58,\"videoInventoryRatio\":0.0,\"viewability\":87.02},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":1818,\"inventoryRatio\":0.02,\"ivt\":27.78,\"videoInventoryRatio\":0.0,\"viewability\":38.89},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":25.0,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":50.0,\"videoInventoryRatio\":0.0,\"viewability\":50.0},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":95546,\"inventoryRatio\":0.95,\"ivt\":14.27,\"videoInventoryRatio\":0.0,\"viewability\":83.78},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":4949,\"inventoryRatio\":0.05,\"ivt\":4.08,\"videoInventoryRatio\":0.0,\"viewability\":33.33},{\"exchange\":\"MobFox\",\"paymentType\":\"Reseller\",\"inventory\":707,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":42.86},{\"exchange\":\"Thirdpresence Ltd\",\"paymentType\":\"Reseller\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":4949606,\"inventoryRatio\":49.36,\"ivt\":14.97,\"videoInventoryRatio\":0.0,\"viewability\":78.66},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":814363,\"inventoryRatio\":8.12,\"ivt\":0.35,\"videoInventoryRatio\":0.0,\"viewability\":59.89},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":686194,\"inventoryRatio\":6.84,\"ivt\":14.66,\"videoInventoryRatio\":0.0,\"viewability\":27.2},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":386224,\"inventoryRatio\":3.85,\"ivt\":22.65,\"videoInventoryRatio\":0.0,\"viewability\":23.44},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":164024,\"inventoryRatio\":1.64,\"ivt\":30.91,\"videoInventoryRatio\":0.0,\"viewability\":78.74},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":61206,\"inventoryRatio\":0.61,\"ivt\":8.42,\"videoInventoryRatio\":0.0,\"viewability\":34.33},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":7171,\"inventoryRatio\":0.07,\"ivt\":43.66,\"videoInventoryRatio\":0.0,\"viewability\":11.27},{\"exchange\":\"Sift Media\",\"paymentType\":\"Unauthorized\",\"inventory\":4848,\"inventoryRatio\":0.05,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":16.67},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":1111,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":72.73},{\"exchange\":\"Moloco\",\"paymentType\":\"Unauthorized\",\"inventory\":808,\"inventoryRatio\":0.01,\"ivt\":12.5,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":606,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"Mars Media Group\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":33.33,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":50.0},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":14.65,\"givt\":0.19,\"sivt\":14.46,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.19,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":4.5},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":3.9},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":2.95},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":1.0},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.63},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.36},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.27},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.25},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.15},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.13}]},\"viewability\":{\"viewability\":68.26,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":9976982,\"inventoryRatio\":56.08,\"viewability\":66.29},{\"adSize\":\"320x50\",\"inventory\":6668424,\"inventoryRatio\":37.48,\"viewability\":71.48},{\"adSize\":\"1200x627\",\"inventory\":590850,\"inventoryRatio\":3.32,\"viewability\":null},{\"adSize\":\"300x50\",\"inventory\":165842,\"inventoryRatio\":0.93,\"viewability\":85.5},{\"adSize\":\"728x90\",\"inventory\":142006,\"inventoryRatio\":0.8,\"viewability\":81.96},{\"adSize\":\"320x500\",\"inventory\":141703,\"inventoryRatio\":0.8,\"viewability\":85.25},{\"adSize\":\"1920x1080\",\"inventory\":75245,\"inventoryRatio\":0.42,\"viewability\":null}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":17829025,\"inventoryRatio\":99.22,\"ivt\":14.68,\"viewability\":68.64},{\"device\":\"Apple Ipad\",\"inventory\":137966,\"inventoryRatio\":0.77,\"ivt\":10.6,\"viewability\":72.15}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":959365771,\"inventoryRatio\":82.94,\"ivt\":12.37,\"viewability\":74.28},{\"region\":\"APAC\",\"inventory\":121190001,\"inventoryRatio\":10.48,\"ivt\":8.85,\"viewability\":75.67},{\"region\":\"EMEA\",\"inventory\":58181656,\"inventoryRatio\":5.03,\"ivt\":6.69,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17968506,\"inventoryRatio\":1.55,\"ivt\":14.65,\"viewability\":68.67}],\"byCountry\":[{\"countryName\":\"Mexico\",\"inventory\":7366738,\"inventoryRatio\":0.32,\"ivt\":18.29,\"viewability\":68.21},{\"countryName\":\"Colombia\",\"inventory\":2925970,\"inventoryRatio\":0.13,\"ivt\":18.39,\"viewability\":73.03},{\"countryName\":\"Brazil\",\"inventory\":2185842,\"inventoryRatio\":0.09,\"ivt\":7.56,\"viewability\":63.08},{\"countryName\":\"Chile\",\"inventory\":1204526,\"inventoryRatio\":0.05,\"ivt\":13.99,\"viewability\":55.16},{\"countryName\":\"Puerto Rico\",\"inventory\":1177458,\"inventoryRatio\":0.05,\"ivt\":8.55,\"viewability\":63.75},{\"countryName\":\"Peru\",\"inventory\":1108677,\"inventoryRatio\":0.05,\"ivt\":2.39,\"viewability\":85.15},{\"countryName\":\"Panama\",\"inventory\":652864,\"inventoryRatio\":0.03,\"ivt\":21.49,\"viewability\":73.46},{\"countryName\":\"Costa Rica\",\"inventory\":768105,\"inventoryRatio\":0.03,\"ivt\":2.77,\"viewability\":65.59},{\"countryName\":\"Argentina\",\"inventory\":344208,\"inventoryRatio\":0.01,\"ivt\":31.83,\"viewability\":75.08}],\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":9976982,\"inventoryRatio\":56.08,\"ivt\":15.57,\"viewability\":66.29},{\"adSize\":\"320x50\",\"inventory\":6668424,\"inventoryRatio\":37.48,\"ivt\":13.84,\"viewability\":71.48},{\"adSize\":\"1200x627\",\"inventory\":590850,\"inventoryRatio\":3.32,\"ivt\":2.96,\"viewability\":null},{\"adSize\":\"300x50\",\"inventory\":165842,\"inventoryRatio\":0.93,\"ivt\":25.68,\"viewability\":85.5},{\"adSize\":\"728x90\",\"inventory\":142006,\"inventoryRatio\":0.8,\"ivt\":6.7,\"viewability\":81.96},{\"adSize\":\"320x500\",\"inventory\":141703,\"inventoryRatio\":0.8,\"ivt\":3.35,\"viewability\":85.25},{\"adSize\":\"1920x1080\",\"inventory\":75245,\"inventoryRatio\":0.42,\"ivt\":79.46,\"viewability\":null}],\"byDma\":null},\"ctr\":{\"ctr\":null,\"byAdSize\":null},\"rankings\":{\"regionRank\":\"N/A\",\"categoryRank\":\"N/A\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"D\",\"score\":\"0\"},\"ivt\":{\"grade\":\"D\",\"score\":\"36\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"90\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"94\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"B\",\"score\":\"69\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"LATAM\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"Smart AdServer\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"300x250\",\"videoTopAdsize\":\"1920x1080\",\"displayContribution\":99.32,\"videoContribution\":0.68,\"hyperLocationAvailability\":73.15,\"mraidVersion\":\"3.0\",\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":14.68,\"ivtRisk\":\"high\",\"viewability\":68.23,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"high\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":621,\"estimatedMonthlyActiveUsers\":10879,\"inventory\":17830540,\"adSpend\":488.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":553783,\"inventoryRatio\":5.58,\"ivt\":23.34,\"videoInventoryRatio\":15.89,\"viewability\":41.78},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":492274,\"inventoryRatio\":4.96,\"ivt\":15.06,\"videoInventoryRatio\":0.0,\"viewability\":76.51},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":412585,\"inventoryRatio\":4.16,\"ivt\":13.13,\"videoInventoryRatio\":0.0,\"viewability\":70.72},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":343299,\"inventoryRatio\":3.46,\"ivt\":15.95,\"videoInventoryRatio\":0.0,\"viewability\":55.15},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":278255,\"inventoryRatio\":2.8,\"ivt\":14.44,\"videoInventoryRatio\":1.52,\"viewability\":79.78},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":238360,\"inventoryRatio\":2.4,\"ivt\":24.19,\"videoInventoryRatio\":9.84,\"viewability\":91.53},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":206646,\"inventoryRatio\":2.08,\"ivt\":14.13,\"videoInventoryRatio\":0.0,\"viewability\":52.87},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":182810,\"inventoryRatio\":1.84,\"ivt\":9.95,\"videoInventoryRatio\":0.0,\"viewability\":71.49},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":94334,\"inventoryRatio\":0.95,\"ivt\":14.76,\"videoInventoryRatio\":0.0,\"viewability\":76.45},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":13231,\"inventoryRatio\":0.13,\"ivt\":4.58,\"videoInventoryRatio\":0.0,\"viewability\":87.02},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":1818,\"inventoryRatio\":0.02,\"ivt\":27.78,\"videoInventoryRatio\":0.0,\"viewability\":38.89},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.0,\"ivt\":25.0,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":50.0,\"videoInventoryRatio\":0.0,\"viewability\":50.0},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":95546,\"inventoryRatio\":0.96,\"ivt\":14.27,\"videoInventoryRatio\":0.0,\"viewability\":83.78},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":4949,\"inventoryRatio\":0.05,\"ivt\":4.08,\"videoInventoryRatio\":0.0,\"viewability\":33.33},{\"exchange\":\"MobFox\",\"paymentType\":\"Reseller\",\"inventory\":707,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":42.86},{\"exchange\":\"Thirdpresence Ltd\",\"paymentType\":\"Reseller\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":4901530,\"inventoryRatio\":49.38,\"ivt\":14.99,\"videoInventoryRatio\":0.0,\"viewability\":78.62},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":809313,\"inventoryRatio\":8.15,\"ivt\":0.35,\"videoInventoryRatio\":0.0,\"viewability\":59.69},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventory\":671448,\"inventoryRatio\":6.76,\"ivt\":14.79,\"videoInventoryRatio\":0.0,\"viewability\":26.88},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":384507,\"inventoryRatio\":3.87,\"ivt\":22.75,\"videoInventoryRatio\":0.0,\"viewability\":23.52},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":162408,\"inventoryRatio\":1.64,\"ivt\":31.22,\"videoInventoryRatio\":0.0,\"viewability\":78.78},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":61206,\"inventoryRatio\":0.62,\"ivt\":8.42,\"videoInventoryRatio\":0.0,\"viewability\":34.33},{\"exchange\":\"Luna Media\",\"paymentType\":\"Unauthorized\",\"inventory\":7171,\"inventoryRatio\":0.07,\"ivt\":43.66,\"videoInventoryRatio\":0.0,\"viewability\":11.27},{\"exchange\":\"Sift Media\",\"paymentType\":\"Unauthorized\",\"inventory\":4848,\"inventoryRatio\":0.05,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":16.67},{\"exchange\":\"Beeswax\",\"paymentType\":\"Unauthorized\",\"inventory\":1111,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":72.73},{\"exchange\":\"Moloco\",\"paymentType\":\"Unauthorized\",\"inventory\":808,\"inventoryRatio\":0.01,\"ivt\":12.5,\"videoInventoryRatio\":0.0,\"viewability\":75.0},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":606,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"Mars Media Group\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":33.33,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":50.0},{\"exchange\":\"inMarket Media LLC\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":14.68,\"givt\":0.19,\"sivt\":14.49,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.19,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":4.54},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":3.88},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":2.95},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":1.01},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.63},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.37},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.27},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.25},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.15},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.13}]},\"viewability\":{\"viewability\":68.23,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":9866084,\"inventoryRatio\":55.89,\"viewability\":66.22},{\"adSize\":\"320x50\",\"inventory\":6662768,\"inventoryRatio\":37.74,\"viewability\":71.48},{\"adSize\":\"1200x627\",\"inventory\":589234,\"inventoryRatio\":3.34,\"viewability\":null},{\"adSize\":\"300x50\",\"inventory\":164024,\"inventoryRatio\":0.93,\"viewability\":85.55},{\"adSize\":\"320x500\",\"inventory\":141703,\"inventoryRatio\":0.8,\"viewability\":85.25},{\"adSize\":\"728x90\",\"inventory\":128573,\"inventoryRatio\":0.73,\"viewability\":82.15},{\"adSize\":\"1920x1080\",\"inventory\":72114,\"inventoryRatio\":0.41,\"viewability\":null}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":17829025,\"inventoryRatio\":99.99,\"ivt\":14.68,\"viewability\":68.64}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":950866217,\"inventoryRatio\":82.9,\"ivt\":12.39,\"viewability\":74.31},{\"region\":\"APAC\",\"inventory\":120219189,\"inventoryRatio\":10.48,\"ivt\":8.86,\"viewability\":75.65},{\"region\":\"EMEA\",\"inventory\":58062173,\"inventoryRatio\":5.06,\"ivt\":6.68,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17830540,\"inventoryRatio\":1.55,\"ivt\":14.68,\"viewability\":68.64}],\"byCountry\":[{\"countryName\":\"Mexico\",\"inventory\":7269879,\"inventoryRatio\":0.32,\"ivt\":18.34,\"viewability\":68.11},{\"countryName\":\"Colombia\",\"inventory\":2914254,\"inventoryRatio\":0.13,\"ivt\":18.47,\"viewability\":73.09},{\"countryName\":\"Brazil\",\"inventory\":2179378,\"inventoryRatio\":0.1,\"ivt\":7.57,\"viewability\":63.06},{\"countryName\":\"Peru\",\"inventory\":1101607,\"inventoryRatio\":0.05,\"ivt\":2.4,\"viewability\":85.1},{\"countryName\":\"Chile\",\"inventory\":1198365,\"inventoryRatio\":0.05,\"ivt\":14.06,\"viewability\":55.26},{\"countryName\":\"Puerto Rico\",\"inventory\":1174731,\"inventoryRatio\":0.05,\"ivt\":8.57,\"viewability\":63.74},{\"countryName\":\"Panama\",\"inventory\":650036,\"inventoryRatio\":0.03,\"ivt\":21.58,\"viewability\":73.6},{\"countryName\":\"Costa Rica\",\"inventory\":766893,\"inventoryRatio\":0.03,\"ivt\":2.78,\"viewability\":65.54},{\"countryName\":\"Argentina\",\"inventory\":341784,\"inventoryRatio\":0.01,\"ivt\":32.02,\"viewability\":75.1}],\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":9866084,\"inventoryRatio\":55.89,\"ivt\":15.6,\"viewability\":66.22},{\"adSize\":\"320x50\",\"inventory\":6662768,\"inventoryRatio\":37.74,\"ivt\":13.85,\"viewability\":71.48},{\"adSize\":\"1200x627\",\"inventory\":589234,\"inventoryRatio\":3.34,\"ivt\":2.97,\"viewability\":null},{\"adSize\":\"300x50\",\"inventory\":164024,\"inventoryRatio\":0.93,\"ivt\":25.97,\"viewability\":85.55},{\"adSize\":\"320x500\",\"inventory\":141703,\"inventoryRatio\":0.8,\"ivt\":3.35,\"viewability\":85.25},{\"adSize\":\"728x90\",\"inventory\":128573,\"inventoryRatio\":0.73,\"ivt\":7.17,\"viewability\":82.15},{\"adSize\":\"1920x1080\",\"inventory\":72114,\"inventoryRatio\":0.41,\"ivt\":82.77,\"viewability\":null}],\"byDma\":null},\"ctr\":{\"ctr\":null,\"byAdSize\":null},\"rankings\":{\"regionRank\":\"N/A\",\"categoryRank\":\"N/A\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"D\",\"score\":\"0\"},\"ivt\":{\"grade\":\"D\",\"score\":\"36\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"90\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"94\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"B\",\"score\":\"69\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"APAC\",\"device\":\"GLOBAL\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"TripleLift Inc.\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"320x50\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":99.92,\"videoContribution\":0.08,\"hyperLocationAvailability\":95.55,\"mraidVersion\":\"3.0\",\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":8.85,\"ivtRisk\":\"medium\",\"viewability\":75.81,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"medium\",\"advertisingIvtRisk\":\"medium\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":4246,\"estimatedMonthlyActiveUsers\":74402,\"inventory\":121190001,\"adSpend\":3032.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":4044545,\"inventoryRatio\":50.45,\"ivt\":10.58,\"videoInventoryRatio\":0.0,\"viewability\":70.59},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":1245229,\"inventoryRatio\":15.53,\"ivt\":12.73,\"videoInventoryRatio\":0.0,\"viewability\":35.06},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":516615,\"inventoryRatio\":6.44,\"ivt\":4.86,\"videoInventoryRatio\":0.02,\"viewability\":87.05},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":89688,\"inventoryRatio\":1.12,\"ivt\":14.3,\"videoInventoryRatio\":0.0,\"viewability\":87.79},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventory\":32724,\"inventoryRatio\":0.41,\"ivt\":24.69,\"videoInventoryRatio\":0.0,\"viewability\":81.48},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":14039,\"inventoryRatio\":0.18,\"ivt\":26.9,\"videoInventoryRatio\":0.0,\"viewability\":83.45},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":6565,\"inventoryRatio\":0.08,\"ivt\":66.22,\"videoInventoryRatio\":0.0,\"viewability\":87.69},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":4444,\"inventoryRatio\":0.06,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":55.0},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":3131,\"inventoryRatio\":0.04,\"ivt\":61.9,\"videoInventoryRatio\":0.0,\"viewability\":93.55},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":505,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":80.0},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":75.0},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":1553178,\"inventoryRatio\":19.37,\"ivt\":4.87,\"videoInventoryRatio\":0.0,\"viewability\":74.74},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":51611,\"inventoryRatio\":0.64,\"ivt\":9.78,\"videoInventoryRatio\":0.0,\"viewability\":22.31},{\"exchange\":\"Admixer UA LLC\",\"paymentType\":\"Reseller\",\"inventory\":17877,\"inventoryRatio\":0.22,\"ivt\":1.13,\"videoInventoryRatio\":0.0,\"viewability\":66.67},{\"exchange\":\"Brave Inc\",\"paymentType\":\"Reseller\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":132310,\"inventoryRatio\":1.65,\"ivt\":21.01,\"videoInventoryRatio\":0.0,\"viewability\":82.67},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":95344,\"inventoryRatio\":1.19,\"ivt\":2.22,\"videoInventoryRatio\":0.0,\"viewability\":79.64},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":79689,\"inventoryRatio\":0.99,\"ivt\":3.68,\"videoInventoryRatio\":0.0,\"viewability\":64.97},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":36663,\"inventoryRatio\":0.46,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":92.72},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":25048,\"inventoryRatio\":0.31,\"ivt\":10.08,\"videoInventoryRatio\":0.0,\"viewability\":17.34},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":24745,\"inventoryRatio\":0.31,\"ivt\":6.12,\"videoInventoryRatio\":0.0,\"viewability\":40.41},{\"exchange\":\"Jampp\",\"paymentType\":\"Unauthorized\",\"inventory\":14948,\"inventoryRatio\":0.19,\"ivt\":2.7,\"videoInventoryRatio\":0.0,\"viewability\":45.95},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":11211,\"inventoryRatio\":0.14,\"ivt\":5.41,\"videoInventoryRatio\":0.0,\"viewability\":47.75},{\"exchange\":\"Baidu\",\"paymentType\":\"Unauthorized\",\"inventory\":6565,\"inventoryRatio\":0.08,\"ivt\":24.62,\"videoInventoryRatio\":0.0,\"viewability\":92.31},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":3636,\"inventoryRatio\":0.05,\"ivt\":11.11,\"videoInventoryRatio\":0.0,\"viewability\":74.29},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":1818,\"inventoryRatio\":0.02,\"ivt\":5.56,\"videoInventoryRatio\":0.0,\"viewability\":38.89},{\"exchange\":\"Acuity Ads, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":1414,\"inventoryRatio\":0.02,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"YouAppi\",\"paymentType\":\"Unauthorized\",\"inventory\":707,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":71.43},{\"exchange\":\"Bid Machine\",\"paymentType\":\"Unauthorized\",\"inventory\":505,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":80.0},{\"exchange\":\"Appodeal\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.01,\"ivt\":25.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"Boldwin\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":50.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Bat-Ads\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"MobUpps\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":8.85,\"givt\":0.75,\"sivt\":8.1,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.75,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.35},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":2.55},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.95},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.23},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.16},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.05}]},\"viewability\":{\"viewability\":75.81,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":72432150,\"inventoryRatio\":60.16,\"viewability\":68.63},{\"adSize\":\"300x250\",\"inventory\":46873191,\"inventoryRatio\":38.93,\"viewability\":83.85},{\"adSize\":\"1200x627\",\"inventory\":537219,\"inventoryRatio\":0.45,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":272296,\"inventoryRatio\":0.23,\"viewability\":69.21},{\"adSize\":\"Other\",\"inventory\":136552,\"inventoryRatio\":0.11,\"viewability\":74.92}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":120171214,\"inventoryRatio\":99.16,\"ivt\":8.85,\"viewability\":75.65},{\"device\":\"Apple Ipad\",\"inventory\":970812,\"inventoryRatio\":0.8,\"ivt\":7.65,\"viewability\":77.87}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":959365771,\"inventoryRatio\":82.94,\"ivt\":12.37,\"viewability\":74.28},{\"region\":\"APAC\",\"inventory\":121190001,\"inventoryRatio\":10.48,\"ivt\":8.85,\"viewability\":75.67},{\"region\":\"EMEA\",\"inventory\":58181656,\"inventoryRatio\":5.03,\"ivt\":6.69,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17968506,\"inventoryRatio\":1.55,\"ivt\":14.65,\"viewability\":68.67}],\"byCountry\":[{\"countryName\":\"Province of China Taiwan\",\"inventory\":24887511,\"inventoryRatio\":1.08,\"ivt\":4.72,\"viewability\":94.29},{\"countryName\":\"Thailand\",\"inventory\":21392810,\"inventoryRatio\":0.92,\"ivt\":9.44,\"viewability\":46.99},{\"countryName\":\"Philippines\",\"inventory\":17716410,\"inventoryRatio\":0.77,\"ivt\":12.38,\"viewability\":47.39},{\"countryName\":\"Australia\",\"inventory\":17875586,\"inventoryRatio\":0.77,\"ivt\":9.54,\"viewability\":81.47},{\"countryName\":\"Japan\",\"inventory\":11435725,\"inventoryRatio\":0.49,\"ivt\":5.97,\"viewability\":79.4},{\"countryName\":\"Hong Kong\",\"inventory\":10359772,\"inventoryRatio\":0.45,\"ivt\":8.36,\"viewability\":71.53},{\"countryName\":\"India\",\"inventory\":6670747,\"inventoryRatio\":0.29,\"ivt\":11.2,\"viewability\":78.27},{\"countryName\":\"Singapore\",\"inventory\":3112012,\"inventoryRatio\":0.13,\"ivt\":20.87,\"viewability\":80.61},{\"countryName\":\"Republic of Korea\",\"inventory\":3088782,\"inventoryRatio\":0.13,\"ivt\":8.44,\"viewability\":86.44},{\"countryName\":\"Indonesia\",\"inventory\":1298759,\"inventoryRatio\":0.06,\"ivt\":8.07,\"viewability\":79.21},{\"countryName\":\"New Zealand\",\"inventory\":1223918,\"inventoryRatio\":0.05,\"ivt\":4.21,\"viewability\":85.08},{\"countryName\":\"Malaysia\",\"inventory\":1050602,\"inventoryRatio\":0.05,\"ivt\":7.37,\"viewability\":77.85},{\"countryName\":\"Viet Nam\",\"inventory\":604687,\"inventoryRatio\":0.03,\"ivt\":19.38,\"viewability\":55.55},{\"countryName\":\"Pakistan\",\"inventory\":289971,\"inventoryRatio\":0.01,\"ivt\":15.22,\"viewability\":40.0}],\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":72432150,\"inventoryRatio\":60.16,\"ivt\":9.62,\"viewability\":68.63},{\"adSize\":\"300x250\",\"inventory\":46873191,\"inventoryRatio\":38.93,\"ivt\":7.75,\"viewability\":83.85},{\"adSize\":\"1200x627\",\"inventory\":537219,\"inventoryRatio\":0.45,\"ivt\":6.22,\"viewability\":null},{\"adSize\":\"728x90\",\"inventory\":272296,\"inventoryRatio\":0.23,\"ivt\":6.64,\"viewability\":69.21},{\"adSize\":\"Other\",\"inventory\":136552,\"inventoryRatio\":0.11,\"ivt\":11.17,\"viewability\":74.92}],\"byDma\":null},\"ctr\":{\"ctr\":1.19,\"byAdSize\":[{\"adSize\":\"300x250\",\"ctr\":1.22},{\"adSize\":\"320x50\",\"ctr\":1.08}]},\"rankings\":{\"regionRank\":\"826\",\"categoryRank\":\"24\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"B\",\"score\":\"83\"},\"ivt\":{\"grade\":\"C\",\"score\":\"50\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"89\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"A\",\"score\":\"86\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"APAC\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"TripleLift Inc.\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"320x50\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":99.92,\"videoContribution\":0.08,\"hyperLocationAvailability\":95.58,\"mraidVersion\":\"3.0\",\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":8.86,\"ivtRisk\":\"medium\",\"viewability\":75.8,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"medium\",\"advertisingIvtRisk\":\"medium\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":4212,\"estimatedMonthlyActiveUsers\":73804,\"inventory\":120219189,\"adSpend\":3008.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":4014952,\"inventoryRatio\":50.5,\"ivt\":10.63,\"videoInventoryRatio\":0.0,\"viewability\":70.64},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":1227150,\"inventoryRatio\":15.43,\"ivt\":12.9,\"videoInventoryRatio\":0.0,\"viewability\":35.14},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":507424,\"inventoryRatio\":6.38,\"ivt\":4.87,\"videoInventoryRatio\":0.02,\"viewability\":86.98},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":89486,\"inventoryRatio\":1.13,\"ivt\":14.33,\"videoInventoryRatio\":0.0,\"viewability\":87.76},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventory\":32724,\"inventoryRatio\":0.41,\"ivt\":24.69,\"videoInventoryRatio\":0.0,\"viewability\":81.48},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventory\":14039,\"inventoryRatio\":0.18,\"ivt\":25.35,\"videoInventoryRatio\":0.0,\"viewability\":83.45},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":5858,\"inventoryRatio\":0.07,\"ivt\":61.54,\"videoInventoryRatio\":0.0,\"viewability\":86.21},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventory\":4444,\"inventoryRatio\":0.06,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":55.0},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventory\":3131,\"inventoryRatio\":0.04,\"ivt\":61.54,\"videoInventoryRatio\":0.0,\"viewability\":93.55},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventory\":505,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":80.0},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventory\":404,\"inventoryRatio\":0.01,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":75.0},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"Unruly\",\"paymentType\":\"Direct\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":1549542,\"inventoryRatio\":19.49,\"ivt\":4.88,\"videoInventoryRatio\":0.0,\"viewability\":74.72},{\"exchange\":\"SMARTYADS LLP\",\"paymentType\":\"Reseller\",\"inventory\":51611,\"inventoryRatio\":0.65,\"ivt\":9.78,\"videoInventoryRatio\":0.0,\"viewability\":22.31},{\"exchange\":\"Admixer UA LLC\",\"paymentType\":\"Reseller\",\"inventory\":17877,\"inventoryRatio\":0.22,\"ivt\":1.13,\"videoInventoryRatio\":0.0,\"viewability\":66.67},{\"exchange\":\"Brave Inc\",\"paymentType\":\"Reseller\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":130391,\"inventoryRatio\":1.64,\"ivt\":20.8,\"videoInventoryRatio\":0.0,\"viewability\":82.42},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":95243,\"inventoryRatio\":1.2,\"ivt\":2.23,\"videoInventoryRatio\":0.0,\"viewability\":79.72},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":79588,\"inventoryRatio\":1.0,\"ivt\":3.68,\"videoInventoryRatio\":0.0,\"viewability\":64.91},{\"exchange\":\"SilverMob\",\"paymentType\":\"Unauthorized\",\"inventory\":36663,\"inventoryRatio\":0.46,\"ivt\":null,\"videoInventoryRatio\":0.0,\"viewability\":92.72},{\"exchange\":\"EPOM\",\"paymentType\":\"Unauthorized\",\"inventory\":25048,\"inventoryRatio\":0.32,\"ivt\":10.08,\"videoInventoryRatio\":0.0,\"viewability\":17.34},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":22220,\"inventoryRatio\":0.28,\"ivt\":6.82,\"videoInventoryRatio\":0.0,\"viewability\":35.91},{\"exchange\":\"Jampp\",\"paymentType\":\"Unauthorized\",\"inventory\":14948,\"inventoryRatio\":0.19,\"ivt\":2.7,\"videoInventoryRatio\":0.0,\"viewability\":45.95},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":11009,\"inventoryRatio\":0.14,\"ivt\":5.5,\"videoInventoryRatio\":0.0,\"viewability\":46.79},{\"exchange\":\"Baidu\",\"paymentType\":\"Unauthorized\",\"inventory\":6464,\"inventoryRatio\":0.08,\"ivt\":25.0,\"videoInventoryRatio\":0.0,\"viewability\":92.19},{\"exchange\":\"BizzClick\",\"paymentType\":\"Unauthorized\",\"inventory\":3636,\"inventoryRatio\":0.05,\"ivt\":11.11,\"videoInventoryRatio\":0.0,\"viewability\":74.29},{\"exchange\":\"Cheetah Media Link\",\"paymentType\":\"Unauthorized\",\"inventory\":1818,\"inventoryRatio\":0.02,\"ivt\":5.56,\"videoInventoryRatio\":0.0,\"viewability\":38.89},{\"exchange\":\"Acuity Ads, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":1414,\"inventoryRatio\":0.02,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"YouAppi\",\"paymentType\":\"Unauthorized\",\"inventory\":707,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":71.43},{\"exchange\":\"Bid Machine\",\"paymentType\":\"Unauthorized\",\"inventory\":505,\"inventoryRatio\":0.01,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":80.0},{\"exchange\":\"Appodeal\",\"paymentType\":\"Unauthorized\",\"inventory\":404,\"inventoryRatio\":0.01,\"ivt\":25.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"Boldwin\",\"paymentType\":\"Unauthorized\",\"inventory\":303,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"adTheorent, Inc.\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.0,\"ivt\":50.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"MobUpps\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Bat-Ads\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.0,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":8.86,\"givt\":0.76,\"sivt\":8.1,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.75,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.34},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":2.56},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.94},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.24},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.16},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.05}]},\"viewability\":{\"viewability\":75.8,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":72346502,\"inventoryRatio\":60.57,\"viewability\":68.62},{\"adSize\":\"300x250\",\"inventory\":46283452,\"inventoryRatio\":38.75,\"viewability\":83.84},{\"adSize\":\"1200x627\",\"inventory\":529846,\"inventoryRatio\":0.44,\"viewability\":null},{\"adSize\":\"Other\",\"inventory\":137259,\"inventoryRatio\":0.11,\"viewability\":78.16}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventory\":120171214,\"inventoryRatio\":99.96,\"ivt\":8.85,\"viewability\":75.65}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":950866217,\"inventoryRatio\":82.9,\"ivt\":12.39,\"viewability\":74.31},{\"region\":\"APAC\",\"inventory\":120219189,\"inventoryRatio\":10.48,\"ivt\":8.86,\"viewability\":75.65},{\"region\":\"EMEA\",\"inventory\":58062173,\"inventoryRatio\":5.06,\"ivt\":6.68,\"viewability\":86.5},{\"region\":\"LATAM\",\"inventory\":17830540,\"inventoryRatio\":1.55,\"ivt\":14.68,\"viewability\":68.64}],\"byCountry\":[{\"countryName\":\"Province of China Taiwan\",\"inventory\":24740455,\"inventoryRatio\":1.08,\"ivt\":4.73,\"viewability\":94.37},{\"countryName\":\"Thailand\",\"inventory\":21042239,\"inventoryRatio\":0.92,\"ivt\":9.46,\"viewability\":46.79},{\"countryName\":\"Philippines\",\"inventory\":17578747,\"inventoryRatio\":0.77,\"ivt\":12.39,\"viewability\":47.18},{\"countryName\":\"Australia\",\"inventory\":17774889,\"inventoryRatio\":0.77,\"ivt\":9.57,\"viewability\":81.53},{\"countryName\":\"Japan\",\"inventory\":11336139,\"inventoryRatio\":0.49,\"ivt\":5.88,\"viewability\":79.37},{\"countryName\":\"Hong Kong\",\"inventory\":10306848,\"inventoryRatio\":0.45,\"ivt\":8.4,\"viewability\":71.54},{\"countryName\":\"India\",\"inventory\":6649234,\"inventoryRatio\":0.29,\"ivt\":11.24,\"viewability\":78.21},{\"countryName\":\"Singapore\",\"inventory\":3097064,\"inventoryRatio\":0.14,\"ivt\":20.94,\"viewability\":80.66},{\"countryName\":\"Republic of Korea\",\"inventory\":3072925,\"inventoryRatio\":0.13,\"ivt\":8.47,\"viewability\":86.41},{\"countryName\":\"Indonesia\",\"inventory\":1289366,\"inventoryRatio\":0.06,\"ivt\":8.12,\"viewability\":79.28},{\"countryName\":\"New Zealand\",\"inventory\":1219676,\"inventoryRatio\":0.05,\"ivt\":4.22,\"viewability\":85.11},{\"countryName\":\"Malaysia\",\"inventory\":1046663,\"inventoryRatio\":0.05,\"ivt\":7.39,\"viewability\":77.92},{\"countryName\":\"Viet Nam\",\"inventory\":601253,\"inventoryRatio\":0.03,\"ivt\":19.42,\"viewability\":55.01},{\"countryName\":\"Pakistan\",\"inventory\":289870,\"inventoryRatio\":0.01,\"ivt\":15.19,\"viewability\":40.0}],\"byAdSize\":[{\"adSize\":\"320x50\",\"inventory\":72346502,\"inventoryRatio\":60.57,\"ivt\":9.62,\"viewability\":68.62},{\"adSize\":\"300x250\",\"inventory\":46283452,\"inventoryRatio\":38.75,\"ivt\":7.75,\"viewability\":83.84},{\"adSize\":\"1200x627\",\"inventory\":529846,\"inventoryRatio\":0.44,\"ivt\":6.29,\"viewability\":null},{\"adSize\":\"Other\",\"inventory\":137259,\"inventoryRatio\":0.11,\"ivt\":10.67,\"viewability\":78.16}],\"byDma\":null},\"ctr\":{\"ctr\":1.19,\"byAdSize\":[{\"adSize\":\"300x250\",\"ctr\":1.23},{\"adSize\":\"320x50\",\"ctr\":1.08}]},\"rankings\":{\"regionRank\":\"826\",\"categoryRank\":\"24\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"B\",\"score\":\"83\"},\"ivt\":{\"grade\":\"C\",\"score\":\"50\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"89\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"A\",\"score\":\"86\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}},{\"appId\":\"302324249\",\"region\":\"APAC\",\"device\":\"tablet\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Skout — Meet New People\",\"screenshotUrls\":[\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/89/2e/f7/892ef7c9-81f7-15a2-6220-aa3c8e5b1710/031f5999-9524-4dba-9628-2ee5c28a4812_01_Match_Game.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/d4/b5/63/d4b563fd-2127-95d5-5f61-c7e580646ded/5c0ca553-19b6-4079-9485-aab0f98a4647_02_Match_Made.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple116/v4/a4/e3/47/a4e34753-9548-fd81-ff8d-a3d958baf75e/248eb994-0d9d-4235-992c-98eef9c82c7f_03_NextDate.png/1242x2208.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple126/v4/83/d8/e9/83d8e9b1-04a4-a780-d25f-6feff26a9e8c/25163a2d-e651-4059-a8c8-6e8646575d27_04_Meet.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/d5/14/cd/d514cd01-8d1b-c5a7-1c8d-97310023d72b/c3b4b3ed-7127-484c-8d54-0a88cea685ae_05_Chat.png/1242x2208.png\",\"https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/2c/d3/9b/2cd39bba-799a-01cb-aa76-e0094adbbf2b/9097b7a6-02e3-40f2-9397-30e1664c45b7_06_Video_Chat.png/1242x2208.png\"],\"description\":\"Skout is the global network for meeting new people.\\n\\nInstantly meet people near you or around the world! See who is broadcasting in Live. Broadcast yourself and feel the love! Discover new friends nearby or around the globe. Millions of people are connecting and meeting through Skout every day. Use exciting in-app features to increase your chances of friending or chatting!\\n\\nStart Skouting and make new friends, or meet new people, anytime, anywhere.  \\n\\nFeatures: Meet people by preference and proximity, chat, broadcast yourself and watch others’ streams, see who checked you out, get updates from nearby users, save your favorite users, browse profiles and pictures, promote your profile with in-app features.\\n\\nDownload and join Skout now!\\n\\nWhat our users are saying:\\n\\n “I consider Skout a part of my daily life.” – Mariah\\n\\n “I found my best friend on Skout. We see each other all the time and do nearly everything together.” -Suzanne\\n\\n “Found the woman of my dreams! Easy to meet people and communicate with them.” - Dan\\n\\nWhile Skout is available for free, we also offer an optional premium subscription service. Skout Premium is available in one-month ($9.99), three-month ($24.99), and 12-month ($69.99) packages. Please note that with all subscriptions:\\n-Payment will be charged to your iTunes account at confirmation of purchase.\\n-Your subscription will automatically renew, and your account will be charged the same amount as the original subscription cost ($9.99 for one-month subscriptions, $24.99 for three-month subscriptions, or $69.99 for six-month subscriptions), unless auto-renew is turned off at least 24 hours before the end of the subscription term.\\n-Your Apple ID account will be charged for renewal within 24 hours before the end of the current subscription term.\\n-You can manage your subscription and switch off auto-renewal at any time by accessing your iTunes Account Settings after purchase.\\n-You cannot cancel the current subscription during the active subscription period.\\n\\nView our Terms of Service at: http://www.skout.com/tos View our Privacy Policy at: http://www.skout.com/privacy\\n\\nPlease note: We take your privacy very seriously. You’re always in complete control – your exact location and personal information will never be given without your permission. YOU decide if, when, and how you want to connect.\",\"iabPrimaryCategory\":[\"Technology & Computing\"],\"iabSubCategory\":[\"Computing\"],\"appStoreCategories\":[\"Social Networking\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.skout.SKOUT\",\"trackId\":\"302324249\",\"appStoreUrl\":\"https://apps.apple.com/us/app/skout-meet-new-people/id302324249?uo=4\",\"appLastUpdatedDate\":\"20220210\",\"trustedSeller\":\"MoPub Inc.\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"17+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Ipad\",\"displayTopAdsize\":\"300x250\",\"videoTopAdsize\":\"300x250\",\"displayContribution\":99.95,\"videoContribution\":0.05,\"hyperLocationAvailability\":91.82,\"mraidVersion\":\"3.0\",\"adsDetected\":true},\"interactiveElements\":[\"Users Interact\",\"Shares Location\",\"Digital Purchases\"]},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"appAdvisories\":[\"Frequent/Intense Mature/Suggestive Themes\",\"Infrequent/Mild Sexual Content and Nudity\"],\"riskOverview\":{\"ivt\":7.65,\"ivtRisk\":\"medium\",\"viewability\":77.93,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"high\",\"contentBrandSafetyRisk\":\"medium\",\"risk\":[{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Highly Suspicious Traffic Characteristics\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Adult Content Has Been Detected in the App\",\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Adult Content Has Been Detected in the App\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"Skout, Inc.\",\"developerLocation\":\"301 Howard St, San Francisco, CA, USA\",\"developerEmail\":\"support@skout.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"http://www.skout.com\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"low\",\"advertisingIvtRisk\":\"medium\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":35,\"estimatedMonthlyActiveUsers\":598,\"inventory\":970812,\"adSpend\":24.0},\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"high\",\"advisoriesRisk\":\"high\",\"adultContentRisk\":\"high\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"medium\",\"adultRisk\":\"medium\",\"violenceRisk\":\"medium\",\"imagesData\":[{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/19/9c/9d199c5f-be06-7d0c-23d9-4c3969599fc1/mzl.ektusrni.png/392x696bb.png\",\"text\":\"Meet New People\\n• AT&T\\n12:00\\nSKOUT\\nTap to edit search settings\\nO Liam\\n• Sophia\\nJohn\\nКaylee\\nMike\\nTom\\nKarl\\nTanya\\nDavid\\n• Sarah\\nBrian\\nDiana\\n\",\"labels\":[{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675},{\"label\":\"Face\",\"score\":0.9675}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.5},{\"adult\":\"2\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/6f/f7/68/6ff768a3-b33d-f51d-4ec7-aede4353e642/mzl.ifvsgcsd.png/392x696bb.png\",\"text\":\"Fun Chat\\n. AT&T\\n12:00\\nSteph\\nDo you like hiking?\\nYeah! Here's my latest trip..\\n+ Send a Message\\nThe\\nWe\\nQ WER TYUI O P\\nA S DF GH JKL\\nz X C vB N M\\n123\\nspace\\nreturn\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307},{\"label\":\"Text\",\"score\":0.90307}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"medium\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"2\",\"spoof\":\"1\",\"url\":\"https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/42/44/1d/42441d68-6c6a-bf3a-a068-b9ddf5d65994/mzl.vxrgrswb.png/392x696bb.png\",\"text\":\"Share\\n.• AT&T\\n12:00\\nResponses\\nSophie, 24\\nSan Francisco, CA (3 mi)\\nI'm enjoying the day in the park with some friends.\\nWhat an amazing day!\\nO 30m\\n12 Likes\\n2 Comments\\nLike\\nComment\\n* Favorite\\nCaitlin, 25\\nHaving fun with friends!\\n7m\\nMike, 24\\nNice pic! I had fun too!\\nWhat do you think?\\nSend\\n\",\"labels\":[{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967},{\"label\":\"Text\",\"score\":0.93967}],\"violenceRating\":\"medium\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"2\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is3-ssl.mzstatic.com/image/thumb/Purple123/v4/3c/97/5a/3c975a35-1f0f-8eca-11f3-1fcbecd78c9a/mzl.wcalmfqs.png/392x696bb.png\",\"text\":\"Introduce Yourself\\nAT&T\\n12:00\\n• Amy, 23\\nSan Francisco, CA (3 m)\\n1/6\\n...\\nChat\\nFavorite\\nMore\\nGender\\nFemale\\nInterested In\\nMen and Women\\nLooking For\\nAsk me\\nRelationship Status\\nSingle\\n\",\"labels\":[{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786},{\"label\":\"Screenshot\",\"score\":0.80786}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/08/09/b9/0809b91f-9499-62db-7162-639aa88d1677/mzl.kqwpdnet.png/392x696bb.png\",\"text\":\"Go LIVE\\n0 AT&T\\n12:00\\nKira Rox\\n25 FISAN DIECO, CA\\nO LIVE\\n01.7K\\nSusanne\\ncan't believe that just happened lol\\nClarta\\nWow your hair is lovely!\\nJoy\\nIknow! You're rocking it!\\nJosh\\nI feel like I could watch this all day\\nSophia\\nlol me too\\n876\\n\",\"labels\":[{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664},{\"label\":\"Hair\",\"score\":0.98664}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWeight\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventory\":29593,\"inventoryRatio\":44.6,\"ivt\":3.07,\"videoInventoryRatio\":0.0,\"viewability\":64.01},{\"exchange\":\"Verve Group\",\"paymentType\":\"Direct\",\"inventory\":18079,\"inventoryRatio\":27.25,\"ivt\":1.12,\"videoInventoryRatio\":0.0,\"viewability\":10.53},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventory\":9191,\"inventoryRatio\":13.85,\"ivt\":4.4,\"videoInventoryRatio\":0.0,\"viewability\":91.21},{\"exchange\":\"Magnite\",\"paymentType\":\"Direct\",\"inventory\":707,\"inventoryRatio\":1.07,\"ivt\":null,\"videoInventoryRatio\":null,\"viewability\":100.0},{\"exchange\":\"InMobi\",\"paymentType\":\"Direct\",\"inventory\":202,\"inventoryRatio\":0.3,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"LoopMe\",\"paymentType\":\"Reseller\",\"inventory\":3636,\"inventoryRatio\":5.48,\"ivt\":2.78,\"videoInventoryRatio\":0.0,\"viewability\":83.33},{\"exchange\":\"Bidswitch\",\"paymentType\":\"Unauthorized\",\"inventory\":2525,\"inventoryRatio\":3.81,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":80.0},{\"exchange\":\"EMX\",\"paymentType\":\"Unauthorized\",\"inventory\":1919,\"inventoryRatio\":2.89,\"ivt\":35.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"S4M\",\"paymentType\":\"Unauthorized\",\"inventory\":202,\"inventoryRatio\":0.3,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Amobee\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.15,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":0.0},{\"exchange\":\"Baidu\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.15,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0},{\"exchange\":\"Remerge\",\"paymentType\":\"Unauthorized\",\"inventory\":101,\"inventoryRatio\":0.15,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":100.0}],\"invalidTraffic\":{\"ivt\":7.65,\"givt\":0.17,\"sivt\":7.48,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.17,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.9},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":1.62},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":1.55},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.15},{\"fraudType\":\"AppSpoofing\",\"givt\":0.0,\"sivt\":0.12},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.09},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.05}]},\"viewability\":{\"viewability\":77.93,\"viewabilityRisk\":\"medium\",\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":589739,\"inventoryRatio\":61.45,\"viewability\":83.95},{\"adSize\":\"728x90\",\"inventory\":262802,\"inventoryRatio\":27.38,\"viewability\":65.59},{\"adSize\":\"320x50\",\"inventory\":85648,\"inventoryRatio\":8.92,\"viewability\":80.77},{\"adSize\":\"300x50\",\"inventory\":13332,\"inventoryRatio\":1.39,\"viewability\":80.0},{\"adSize\":\"1200x627\",\"inventory\":7575,\"inventoryRatio\":0.79,\"viewability\":null}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Ipad\",\"inventory\":970812,\"inventoryRatio\":100.0,\"ivt\":7.65,\"viewability\":77.87}],\"byRegion\":[{\"region\":\"NA\",\"inventory\":8499554,\"inventoryRatio\":87.37,\"ivt\":10.08,\"viewability\":71.51},{\"region\":\"APAC\",\"inventory\":970812,\"inventoryRatio\":9.98,\"ivt\":7.65,\"viewability\":77.87},{\"region\":\"LATAM\",\"inventory\":137966,\"inventoryRatio\":1.42,\"ivt\":10.6,\"viewability\":72.15},{\"region\":\"EMEA\",\"inventory\":119382,\"inventoryRatio\":1.23,\"ivt\":12.76,\"viewability\":84.82}],\"byCountry\":[{\"countryName\":\"Thailand\",\"inventory\":350571,\"inventoryRatio\":1.8,\"ivt\":8.67,\"viewability\":74.48},{\"countryName\":\"Province of China Taiwan\",\"inventory\":147056,\"inventoryRatio\":0.76,\"ivt\":3.91,\"viewability\":81.57},{\"countryName\":\"Philippines\",\"inventory\":137663,\"inventoryRatio\":0.71,\"ivt\":11.15,\"viewability\":79.35}],\"byAdSize\":[{\"adSize\":\"300x250\",\"inventory\":589739,\"inventoryRatio\":61.45,\"ivt\":7.6,\"viewability\":83.95},{\"adSize\":\"728x90\",\"inventory\":262802,\"inventoryRatio\":27.38,\"ivt\":6.8,\"viewability\":65.59},{\"adSize\":\"320x50\",\"inventory\":85648,\"inventoryRatio\":8.92,\"ivt\":12.19,\"viewability\":80.77},{\"adSize\":\"300x50\",\"inventory\":13332,\"inventoryRatio\":1.39,\"ivt\":0.76,\"viewability\":80.0},{\"adSize\":\"1200x627\",\"inventory\":7575,\"inventoryRatio\":0.79,\"ivt\":1.33,\"viewability\":null}],\"byDma\":null},\"ctr\":{\"ctr\":null,\"byAdSize\":null},\"rankings\":{\"regionRank\":\"826\",\"categoryRank\":\"24\",\"category\":\"Technology & Computing\",\"final\":{\"grade\":\"B\",\"score\":\"83\"},\"ivt\":{\"grade\":\"C\",\"score\":\"50\"},\"adsTxt\":{\"grade\":\"A\",\"score\":\"89\"},\"brandSafety\":{\"grade\":\"D\",\"score\":\"30\"},\"viewability\":{\"grade\":\"A\",\"score\":\"99\"},\"permissions\":{\"grade\":\"N/A\",\"score\":\"N/A\"},\"popularity\":{\"grade\":\"A\",\"score\":\"86\"},\"globalPopularityRank\":\"374\"},\"rankingsByCountry\":{\"reach\":[{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"mauRank\":\"226\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"mauRank\":\"262\",\"mauRankChange\":\"231\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"mauRank\":\"342\",\"mauRankChange\":\"33\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"mauRank\":\"358\",\"mauRankChange\":\"354\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"mauRank\":\"365\",\"mauRankChange\":\"1294\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"mauRank\":\"381\",\"mauRankChange\":\"713\"},{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"mauRank\":\"402\",\"mauRankChange\":\"2247\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"mauRank\":\"454\",\"mauRankChange\":\"510\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"mauRank\":\"475\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"mauRank\":\"498\",\"mauRankChange\":\"361\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"mauRank\":\"509\",\"mauRankChange\":\"290\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"mauRank\":\"511\",\"mauRankChange\":\"962\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"mauRank\":\"570\",\"mauRankChange\":\"361\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"mauRank\":\"574\",\"mauRankChange\":\"242\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"mauRank\":\"576\",\"mauRankChange\":\"80\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"mauRank\":\"594\",\"mauRankChange\":\"738\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"mauRank\":\"701\",\"mauRankChange\":\"407\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"mauRank\":\"782\",\"mauRankChange\":\"833\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"mauRank\":\"807\",\"mauRankChange\":\"622\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"mauRank\":\"869\",\"mauRankChange\":\"739\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"mauRank\":\"900\",\"mauRankChange\":\"2005\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"mauRank\":\"937\",\"mauRankChange\":\"1145\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"mauRank\":\"937\",\"mauRankChange\":\"877\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"mauRank\":\"1002\",\"mauRankChange\":\"1660\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"mauRank\":\"1035\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"mauRank\":\"1225\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"mauRank\":\"1359\",\"mauRankChange\":\"2341\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"mauRank\":\"1541\",\"mauRankChange\":\"1135\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"mauRank\":\"1615\",\"mauRankChange\":\"666\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"mauRank\":\"1623\",\"mauRankChange\":\"740\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"mauRank\":\"1675\",\"mauRankChange\":\"759\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"mauRank\":\"1716\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"mauRank\":\"2034\",\"mauRankChange\":\"2342\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"mauRank\":\"2090\",\"mauRankChange\":\"1194\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"mauRank\":\"2364\",\"mauRankChange\":\"241\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"mauRank\":\"2540\",\"mauRankChange\":\"1247\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"mauRank\":\"3664\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"mauRank\":\"4310\",\"mauRankChange\":\"1040\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"mauRank\":\"4608\",\"mauRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"mauRank\":\"8235\",\"mauRankChange\":\"2188\"}],\"marketShare\":[{\"countryCode\":\"SA\",\"countryName\":\"Saudi Arabia\",\"impressionRank\":\"9\",\"impsRankChange\":\"81\"},{\"countryCode\":\"QA\",\"countryName\":\"Qatar\",\"impressionRank\":\"9\",\"impsRankChange\":\"30\"},{\"countryCode\":\"PH\",\"countryName\":\"Philippines\",\"impressionRank\":\"17\",\"impsRankChange\":\"41\"},{\"countryCode\":\"TW\",\"countryName\":\"Province of China Taiwan\",\"impressionRank\":\"18\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"JO\",\"countryName\":\"Jordan\",\"impressionRank\":\"22\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BH\",\"countryName\":\"Bahrain\",\"impressionRank\":\"23\",\"impsRankChange\":\"-13\"},{\"countryCode\":\"DZ\",\"countryName\":\"Algeria\",\"impressionRank\":\"24\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"TH\",\"countryName\":\"Thailand\",\"impressionRank\":\"25\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"EG\",\"countryName\":\"Egypt\",\"impressionRank\":\"25\",\"impsRankChange\":\"-10\"},{\"countryCode\":\"PA\",\"countryName\":\"Panama\",\"impressionRank\":\"30\",\"impsRankChange\":\"0\"},{\"countryCode\":\"HK\",\"countryName\":\"Hong Kong\",\"impressionRank\":\"32\",\"impsRankChange\":\"-16\"},{\"countryCode\":\"CR\",\"countryName\":\"Costa Rica\",\"impressionRank\":\"37\",\"impsRankChange\":\"-3\"},{\"countryCode\":\"PR\",\"countryName\":\"Puerto Rico\",\"impressionRank\":\"43\",\"impsRankChange\":\"7\"},{\"countryCode\":\"CO\",\"countryName\":\"Colombia\",\"impressionRank\":\"44\",\"impsRankChange\":\"17\"},{\"countryCode\":\"MA\",\"countryName\":\"Morocco\",\"impressionRank\":\"51\",\"impsRankChange\":\"-9\"},{\"countryCode\":\"PE\",\"countryName\":\"Peru\",\"impressionRank\":\"52\",\"impsRankChange\":\"5\"},{\"countryCode\":\"PK\",\"countryName\":\"Pakistan\",\"impressionRank\":\"52\",\"impsRankChange\":\"10\"},{\"countryCode\":\"IN\",\"countryName\":\"India\",\"impressionRank\":\"56\",\"impsRankChange\":\"114\"},{\"countryCode\":\"KW\",\"countryName\":\"Kuwait\",\"impressionRank\":\"58\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"IQ\",\"countryName\":\"Iraq\",\"impressionRank\":\"59\",\"impsRankChange\":\"12\"},{\"countryCode\":\"SG\",\"countryName\":\"Singapore\",\"impressionRank\":\"61\",\"impsRankChange\":\"5\"},{\"countryCode\":\"AU\",\"countryName\":\"Australia\",\"impressionRank\":\"74\",\"impsRankChange\":\"5\"},{\"countryCode\":\"TR\",\"countryName\":\"Turkey\",\"impressionRank\":\"75\",\"impsRankChange\":\"205\"},{\"countryCode\":\"US\",\"countryName\":\"United States\",\"impressionRank\":\"86\",\"impsRankChange\":\"-31\"},{\"countryCode\":\"CL\",\"countryName\":\"Chile\",\"impressionRank\":\"90\",\"impsRankChange\":\"158\"},{\"countryCode\":\"NZ\",\"countryName\":\"New Zealand\",\"impressionRank\":\"98\",\"impsRankChange\":\"30\"},{\"countryCode\":\"MX\",\"countryName\":\"Mexico\",\"impressionRank\":\"111\",\"impsRankChange\":\"-11\"},{\"countryCode\":\"KR\",\"countryName\":\"Republic of Korea\",\"impressionRank\":\"114\",\"impsRankChange\":\"-22\"},{\"countryCode\":\"IL\",\"countryName\":\"Israel\",\"impressionRank\":\"124\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"ID\",\"countryName\":\"Indonesia\",\"impressionRank\":\"136\",\"impsRankChange\":\"13\"},{\"countryCode\":\"MY\",\"countryName\":\"Malaysia\",\"impressionRank\":\"140\",\"impsRankChange\":\"167\"},{\"countryCode\":\"CA\",\"countryName\":\"Canada\",\"impressionRank\":\"164\",\"impsRankChange\":\"-23\"},{\"countryCode\":\"JP\",\"countryName\":\"Japan\",\"impressionRank\":\"178\",\"impsRankChange\":\"-19\"},{\"countryCode\":\"AR\",\"countryName\":\"Argentina\",\"impressionRank\":\"187\",\"impsRankChange\":\"-5\"},{\"countryCode\":\"ZA\",\"countryName\":\"South Africa\",\"impressionRank\":\"189\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"BR\",\"countryName\":\"Brazil\",\"impressionRank\":\"232\",\"impsRankChange\":\"-80\"},{\"countryCode\":\"VN\",\"countryName\":\"Viet Nam\",\"impressionRank\":\"409\",\"impsRankChange\":\"152\"},{\"countryCode\":\"AE\",\"countryName\":\"United Arab Emirates\",\"impressionRank\":\"475\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"RU\",\"countryName\":\"Russian Federation\",\"impressionRank\":\"761\",\"impsRankChange\":\"N/A\"},{\"countryCode\":\"GB\",\"countryName\":\"United Kingdom\",\"impressionRank\":\"1408\",\"impsRankChange\":\"-335\"}]},\"coppa\":{\"coppaAudience\":\"General Audience\",\"coppaAudienceReason\":[\"This app is likely General Audience. It did not meet the criteria of Pixalate's child-directed assessment\"],\"storeCategory\":null,\"storeSubCategory\":null,\"contentRating\":\"17+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"low\",\"coppaViolationRiskReason\":[\"The COPPA risk is low because the app is likely not directed to children under 13.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSLocationAlwaysUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user's location at all times.\"},{\"name\":\"NSMicrophoneUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s microphone.\"},{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSLocationUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"},{\"name\":\"NSContactsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s contacts.\"},{\"name\":\"NSLocationAlwaysAndWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information at all times.\"},{\"name\":\"NSLocationWhenInUseUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s location information while the app is running in the foreground.\"}]}}]}"}],"_postman_id":"62874940-3fa9-418a-8dbf-c859c2d808ba"},{"name":"importApps - Returning a single widget","id":"5815bfae-2498-41ec-98b6-84a63b6d321e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"text/plain"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=appOverview&username=&password=&callback=","urlObject":{"protocol":"https","path":["services","2020","Ratings","importApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":"smartphone"},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all.</p>\n","type":"text/plain"},"key":"region","value":"NA"},{"description":{"content":"<p>Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\",\"coppa\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\"</p>\n","type":"text/plain"},"key":"widget","value":"appOverview"},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"33d7fc47-6822-4145-ab2c-a2bdfc3f53c2","name":"importApps - Returning a Single widget","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=appOverview&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"smartphone","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"widget","value":"appOverview","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\",\"coppa\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default All"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\"appId\":\"1407852246\", \"status\": \"Ok\", \"data\":[{\"appId\":\"1407852246\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Happy Color™ – Color by Number\",\"screenshotUrls\":[\"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/ac/99/4f/ac994f6b-14cd-9556-9288-a8dbd55937c4/e6f7d836-edcf-4b02-825e-700cae47330f_The-Lion-King_caption.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/b0/0c/ce/b00cce5c-1cbd-d862-2608-b0e86b62fb99/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/16/dc/30/16dc309c-fd28-dd22-ec5e-75dbd04b1fe0/27ee5c76-fbab-402a-999d-e9ea298b4eae_Aladdin_caption.png/392x696bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/73/96/f7/7396f744-e893-6b50-72d4-38b584fab333/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/12/6f/27/126f277d-b267-fd67-46c2-10c486b0edae/943883ed-f77e-494c-9f4b-4e535e86492b_Coco_caption.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/00/21/38/002138b2-f5e8-9e86-ecf4-afea09e379bc/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\"https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/c2/6a/01/c26a01cf-2587-779e-7fa9-ffc7835275d5/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/2f/f9/82/2ff98221-531c-c8ce-f65a-20a911a7c6a6/4f3ae224-8200-4a1c-beb9-b50e5a0c7f42_Frozen_caption.png/392x696bb.png\"],\"description\":\"Take a deep breath... \\n\\n...and open a #1 color by number book on App Store.\\nFind different unique coloring pages with animals, unicorns, mandalas and many more. Color and recolor your favorite pictures. Rediscover the simple relaxation and joy of coloring. \\n\\nAll coloring pictures are marked by numbers. Color by numbers and form beautiful pictures to keep and share with friends. We are constantly adding new coloring pages for you.\\n\\n• Color by numbers anywhere – no pencil, paper needed\\n• Find your favorite themes: mandalas, animals, people, fantasy and many more\\n• Discover great variety of unique easy and difficult pictures to color\\n• Use hints if you can’t finish a picture because of a tiny hard-to-find cell\\n• Enjoy the simplicity and ease of the app use\\n• Paint colorful pictures, relax and feel positive emotions\\n\\nCreate lovely uplifting pictures with this Coloring Book and let your stress go away!\\n\\n© 2019 Warner Bros. Entertainment, Inc.  All Rights Reserved.\",\"iabPrimaryCategory\":[\"Video Gaming\"],\"iabSubCategory\":[\"Mobile Games\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false}}]},\n{\"appId\":\"429610587\", \"status\": \"Ok\", \"data\": [{\"appId\":\"429610587\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"iFunny – hot memes and videos\",\"screenshotUrls\":[\"https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/24/55/cc/2455cc16-bf03-c92d-05c6-860f29ed6785/mzl.laprrolf.png/576x768bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/66/8f/df/668fdfe6-9208-7216-7b7d-f7618ee8b14d/mzl.hgnvrvgw.png/576x768bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/2d/c7/bb/2dc7bb69-c11f-54d8-d838-15c51bde046f/mzl.kqgojwaa.png/576x768bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/f2/04/9df204c0-296e-18a3-f5f0-4c0a3d0a3505/mzl.qlrclpmd.png/576x768bb.png\",\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/b1/83/f6/b183f626-9cf6-73cb-952f-7cff31e36ff3/mzl.jbowjdwc.png/576x768bb.png\",\"https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/ba/e6/ec/bae6ecce-939e-5876-994b-4a6c0c30f60d/mzl.vktcgmaz.png/576x768bb.png\"],\"description\":\"Love and iFunny - the only two things you can enjoy without being good at. And if for some reason you are not having much of the first one you can still indulge yourself in the world of fun.\\nSome scientifically proven facts about iFunny:\\n- nobody wants to miss a fresh set of features.\\n- iFunny is not the same without you.\\n- be it a boring class or a slow day at work, iFunny is always there for you.\\n- iFunny users are 146% happier than baby koalas.\\n- Wait, why are you still reading this? Time to download iFunny!\\nTwitter: https://twitter.com/iFunny/\\nFacebook: https://www.facebook.com/iFunny/\\nInstagram: https://www.instagram.com/ifunny.co/\\nBy using the Application, you agree to terms of use: https://ifunny.co/docs/tos_for_inapp\",\"iabPrimaryCategory\":[\"Hobbies & Interests\"],\"iabSubCategory\":null,\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false}}]}\n]\n"}],"_postman_id":"5815bfae-2498-41ec-98b6-84a63b6d321e"},{"name":"importApps - Returning two widgets","id":"69e4ce8a-23e2-4195-bebc-8b2029a09b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"text/plain"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=invalidTraffic,viewability&username=&password=&callback=","urlObject":{"protocol":"https","path":["services","2020","Ratings","importApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":"smartphone"},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all.</p>\n","type":"text/plain"},"key":"region","value":"NA"},{"description":{"content":"<p>Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\",\"coppa\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default all</p>\n","type":"text/plain"},"key":"widget","value":"invalidTraffic,viewability"},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"4fc3f860-7171-42e4-bbe4-502f120cbc6e","name":"importApps - Returning two widgets","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=invalidTraffic,viewability&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"smartphone","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"widget","value":"invalidTraffic,viewability","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\",\"coppa\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default All"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\"appId\":\"1407852246\", \"status\": \"Ok\", \"data\":[{\"appId\":\"1407852246\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"invalidTraffic\":{\"ivt\":10.72,\"givt\":0.1,\"sivt\":10.61,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.07,\"sivt\":0.0},{\"fraudType\":\"Auto Reloader\",\"givt\":0.03,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.59},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":2.22},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":2.0},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.91},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.78},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.59},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.12},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":55.46,\"viewabilityRisk\":\"medium\",\"viewabilityByAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":64.82,\"viewability\":53.07},{\"adSize\":\"320x480\",\"inventoryRatio\":28.42,\"viewability\":43.78},{\"adSize\":\"300x250\",\"inventoryRatio\":5.09,\"viewability\":46.24},{\"adSize\":\"728x90\",\"inventoryRatio\":0.63,\"viewability\":88.57},{\"adSize\":\"300x50\",\"inventoryRatio\":0.61,\"viewability\":95.08},{\"adSize\":\"480x320\",\"inventoryRatio\":0.22,\"viewability\":100.0},{\"adSize\":\"Other\",\"inventoryRatio\":0.17,\"viewability\":95.34}]}}]},\n{\"appId\":\"com.peoplefun.wordcross\", \"status\": \"Ok\", \"data\":[{\"appId\":\"com.peoplefun.wordcross\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"android\",\"invalidTraffic\":{\"ivt\":6.2,\"givt\":0.13,\"sivt\":6.07,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.13,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.45},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.72},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.29},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.27},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.26},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.24},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.2},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.2},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.1},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":90.47,\"viewabilityRisk\":\"low\",\"viewabilityByAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":81.84,\"viewability\":90.75},{\"adSize\":\"480x320\",\"inventoryRatio\":7.9,\"viewability\":24.16},{\"adSize\":\"320x480\",\"inventoryRatio\":5.69,\"viewability\":64.31},{\"adSize\":\"728x90\",\"inventoryRatio\":2.44,\"viewability\":90.89},{\"adSize\":\"300x50\",\"inventoryRatio\":1.91,\"viewability\":92.89},{\"adSize\":\"Other\",\"inventoryRatio\":0.19,\"viewability\":84.98}]}}]}\n]\n"}],"_postman_id":"69e4ce8a-23e2-4195-bebc-8b2029a09b39"},{"name":"importApps - Returning Coppa widget","id":"bb78f523-7bce-422f-90a2-5b41e2022ac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"text/plain"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=coppa&username=&password=&callback=","urlObject":{"protocol":"https","path":["services","2020","Ratings","importApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":"smartphone"},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all.</p>\n","type":"text/plain"},"key":"region","value":"NA"},{"description":{"content":"<p>Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\", \"riskOverview\", \"developerOverview\", \"trafficOverview\", \"adCapabilities\", \"interactiveElements\",\"coppa\", \"brandSafety\", \"appPermissions\", \"trafficOverlap\", \"authorizedSellers\", \"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\"</p>\n","type":"text/plain"},"key":"widget","value":"coppa"},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"64416279-eb17-45b0-ab80-644f5403c59a","name":"importApps - Returning Coppa widget","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=appDetails,coppa&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"smartphone","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"widget","value":"appDetails,coppa","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\",\"coppa\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default All"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"appId\":\"1407852246\",\"status\":\"Ok\",\"data\":[{\"appId\":\"1407852246\",\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"appStore\":\"ios\",\"appDetails\":{\"bundleId\":\"com.coloring.color.number.ios\",\"trackId\":\"1407852246\",\"appStoreUrl\":\"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\"appLastUpdatedDate\":\"20220217\",\"trustedSeller\":\"Smart AdServer\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":4,\"contentRating\":\"12+\",\"blocklisted\":false,\"blocklistedReasons\":null,\"adCapabilities\":{\"topDevice\":\"Apple Iphone\",\"displayTopAdsize\":\"320x50\",\"videoTopAdsize\":\"320x480\",\"displayContribution\":98.28,\"videoContribution\":1.72,\"hyperLocationAvailability\":61.49,\"mraidVersion\":null,\"adsDetected\":true},\"interactiveElements\":[\"In-Game Purchases\"]},\"coppa\":{\"coppaAudience\":\"Child Directed\",\"coppaAudienceReason\":[\"This app is likely directed to children (including mixed audience) because the Android version of app is in Games Category and Age Rating is Everyone and app name or description contains child related keywords\"],\"storeCategory\":[\"Games\",\"Entertainment\"],\"storeSubCategory\":[\"Board\",\"Puzzle\"],\"contentRating\":\"12+\",\"isApprovedByTeacher\":false,\"ageGroupApprovedByTeacher\":null,\"coppaViolationRisk\":\"high\",\"coppaViolationRiskReason\":[\"The COPPA risk is high because the app is likely directed to children under 13, it has sensitive permissions, and it passes location information. The app has a privacy policy.\"],\"privacyPolicyDetected\":true,\"sensitivePermissions\":true,\"transmitsResidentialIP\":true,\"passesLocation\":true,\"permissions\":[{\"name\":\"NSCameraUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the device’s camera.\"},{\"name\":\"NSCalendarsUsageDescription\",\"description\":\"A message that tells the user why the app is requesting access to the user’s calendar data.\"}]}}]}"}],"_postman_id":"bb78f523-7bce-422f-90a2-5b41e2022ac0"},{"name":"importApps - Not found","id":"5e3bee04-7b57-460d-98bd-17bf0463878b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=&region=&widget=&username=&password=&callback=","urlObject":{"protocol":"https","path":["services","2020","Ratings","importApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default all</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"6c315618-9007-4e36-915c-3d1c94465dcb","name":"importApps - Not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=&region=&widget=&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all."},{"key":"widget","value":"","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default all"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"appId\":\"app1\", \"status\": \"NotFound\",\"data\": null}]"}],"_postman_id":"5e3bee04-7b57-460d-98bd-17bf0463878b"},{"name":"importApps - Error","id":"ad000fff-118b-41fd-9f97-a98f6b0b15a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=&region=&widget=&username=&password=&callback=","urlObject":{"protocol":"https","path":["services","2020","Ratings","importApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default all</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"b9eda222-d3af-4bfd-851c-ab9b4dcd183a","name":"importApps - Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=&region=&widget=&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all."},{"key":"widget","value":"","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default all"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"appId\":\"app1\", \"status\": \"Error\",\"data\": null}]"}],"_postman_id":"ad000fff-118b-41fd-9f97-a98f6b0b15a9"},{"name":"importApps","id":"cf53c8e5-5859-44e6-9426-6becce30630a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=&region=&widget=&username=&password=&callback=","urlObject":{"protocol":"https","path":["services","2020","Ratings","importApps"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default all</p>\n","type":"text/plain"},"key":"widget","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"03c0f210-87bb-4232-94f7-547a39f78b3e","name":"importApps (Region & Device)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"smartphone","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"widget","value":"","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default  All widgets"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"appId\":\"1407852246\", \"status\": \"Ok\", \"data\":[{\"appId\":\"1407852246\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Happy Color™ – Color by Number\",\"screenshotUrls\":[\"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/ac/99/4f/ac994f6b-14cd-9556-9288-a8dbd55937c4/e6f7d836-edcf-4b02-825e-700cae47330f_The-Lion-King_caption.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/b0/0c/ce/b00cce5c-1cbd-d862-2608-b0e86b62fb99/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/16/dc/30/16dc309c-fd28-dd22-ec5e-75dbd04b1fe0/27ee5c76-fbab-402a-999d-e9ea298b4eae_Aladdin_caption.png/392x696bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/73/96/f7/7396f744-e893-6b50-72d4-38b584fab333/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/12/6f/27/126f277d-b267-fd67-46c2-10c486b0edae/943883ed-f77e-494c-9f4b-4e535e86492b_Coco_caption.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/00/21/38/002138b2-f5e8-9e86-ecf4-afea09e379bc/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\"https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/c2/6a/01/c26a01cf-2587-779e-7fa9-ffc7835275d5/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/2f/f9/82/2ff98221-531c-c8ce-f65a-20a911a7c6a6/4f3ae224-8200-4a1c-beb9-b50e5a0c7f42_Frozen_caption.png/392x696bb.png\"],\"description\":\"Take a deep breath... \\n\\n...and open a #1 color by number book on App Store.\\nFind different unique coloring pages with animals, unicorns, mandalas and many more. Color and recolor your favorite pictures. Rediscover the simple relaxation and joy of coloring. \\n\\nAll coloring pictures are marked by numbers. Color by numbers and form beautiful pictures to keep and share with friends. We are constantly adding new coloring pages for you.\\n\\n• Color by numbers anywhere – no pencil, paper needed\\n• Find your favorite themes: mandalas, animals, people, fantasy and many more\\n• Discover great variety of unique easy and difficult pictures to color\\n• Use hints if you can’t finish a picture because of a tiny hard-to-find cell\\n• Enjoy the simplicity and ease of the app use\\n• Paint colorful pictures, relax and feel positive emotions\\n\\nCreate lovely uplifting pictures with this Coloring Book and let your stress go away!\\n\\n© 2019 Warner Bros. Entertainment, Inc.  All Rights Reserved.\",\"iabPrimaryCategory\":[\"Video Gaming\"],\"iabSubCategory\":[\"Mobile Games\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.coloring.color.number.ios\",\"trackId\":\"1407852246\",\"appStoreUrl\":\"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\"trustedSeller\":\"Smart AdServer\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":5,\"contentRating\":\"4+\",\"blocklisted\":false,\"blocklistedReasons\":null},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"riskOverview\":{\"ivt\":10.72,\"ivtRisk\":\"high\",\"viewability\":55.46,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"low\",\"contentBrandSafetyRisk\":null,\"risk\":[{\"region\":\"LATAM\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"EMEA\",\"device\":\"tablet\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"X-FLOW LTD\",\"developerLocation\":\"Ioanni Kondylaki, 46 Q TOWER, Flat/Office 4 6042 Larnaca, Cyprus\",\"developerEmail\":\"support@x-flow.app\",\"developerCountry\":\"CYPRUS\",\"developerWebsite\":\"http://x-flow.app/\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"medium\",\"advertisingIvtRisk\":\"high\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":1455100,\"estimatedMonthlyActiveUsers\":43654000,\"inventory\":50958086510},\"adCapabilities\":{\"displayTopAdsize\":\"300x50\",\"videoTopAdsize\":\"320x480\",\"displayContribution\":66.2,\"videoContribution\":33.8,\"hyperLocationAvailability\":68.65,\"mraidVersion\":null,\"adsDetected\":true,\"topDevice\":\"Apple Iphone\"},\"interactiveElements\":[\"In-Game Purchases\"],\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"low\",\"advisoriesRisk\":null,\"adultContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":null,\"adultRisk\":null,\"violenceRisk\":null,\"imagesData\":null}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Telaria\",\"paymentType\":\"Direct\",\"inventoryRatio\":21.49,\"ivt\":14.02,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":15.92,\"ivt\":10.05,\"videoInventoryRatio\":4.14,\"viewability\":95.72},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":11.59,\"ivt\":7.17,\"videoInventoryRatio\":0.0,\"viewability\":98.06},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":9.74,\"ivt\":14.87,\"videoInventoryRatio\":0.0,\"viewability\":95.19},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":8.86,\"ivt\":9.0,\"videoInventoryRatio\":0.0,\"viewability\":96.77},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":7.34,\"ivt\":8.55,\"videoInventoryRatio\":0.09,\"viewability\":10.6},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":6.0,\"ivt\":11.26,\"videoInventoryRatio\":0.22,\"viewability\":93.73},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.18,\"ivt\":6.39,\"videoInventoryRatio\":0.0,\"viewability\":98.18},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":3.25,\"ivt\":5.77,\"videoInventoryRatio\":0.0,\"viewability\":97.09},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.41,\"ivt\":8.44,\"videoInventoryRatio\":0.0,\"viewability\":93.3},{\"exchange\":\"SpotX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":8.22,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":28.57},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Reseller\",\"inventoryRatio\":4.95,\"ivt\":9.65,\"videoInventoryRatio\":0.0,\"viewability\":94.83},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":7.25,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"InMobi\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":3.35,\"ivt\":10.11,\"videoInventoryRatio\":0.0,\"viewability\":81.88},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":1.78,\"ivt\":8.04,\"videoInventoryRatio\":0.0,\"viewability\":95.45},{\"exchange\":\"MobileFuse LLC\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":9.52,\"videoInventoryRatio\":0.0,\"viewability\":71.43}],\"invalidTraffic\":{\"ivt\":10.72,\"givt\":0.1,\"sivt\":10.61,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.07,\"sivt\":0.0},{\"fraudType\":\"Auto Reloader\",\"givt\":0.03,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.59},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":2.22},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":2.0},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.91},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.78},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.59},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.12},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":55.46,\"viewabilityRisk\":\"medium\",\"viewabilityByAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":64.82,\"viewability\":53.07},{\"adSize\":\"320x480\",\"inventoryRatio\":28.42,\"viewability\":43.78},{\"adSize\":\"300x250\",\"inventoryRatio\":5.09,\"viewability\":46.24},{\"adSize\":\"728x90\",\"inventoryRatio\":0.63,\"viewability\":88.57},{\"adSize\":\"300x50\",\"inventoryRatio\":0.61,\"viewability\":95.08},{\"adSize\":\"480x320\",\"inventoryRatio\":0.22,\"viewability\":100.0},{\"adSize\":\"Other\",\"inventoryRatio\":0.17,\"viewability\":95.34}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventoryRatio\":99.95,\"ivt\":10.71,\"viewability\":53.78}],\"byRegion\":[{\"region\":\"NA\",\"inventoryRatio\":94.1,\"ivt\":10.72,\"viewability\":53.8},{\"region\":\"EMEA\",\"inventoryRatio\":3.84,\"ivt\":9.54,\"viewability\":50.48},{\"region\":\"APAC\",\"inventoryRatio\":1.59,\"ivt\":3.78,\"viewability\":94.44},{\"region\":\"LATAM\",\"inventoryRatio\":0.48,\"ivt\":7.12,\"viewability\":65.3}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":64.82,\"ivt\":9.93,\"viewability\":53.07},{\"adSize\":\"320x480\",\"inventoryRatio\":28.42,\"ivt\":12.39,\"viewability\":43.78},{\"adSize\":\"300x250\",\"inventoryRatio\":5.09,\"ivt\":10.05,\"viewability\":46.24},{\"adSize\":\"728x90\",\"inventoryRatio\":0.63,\"ivt\":12.13,\"viewability\":88.57},{\"adSize\":\"300x50\",\"inventoryRatio\":0.61,\"ivt\":8.33,\"viewability\":95.08},{\"adSize\":\"480x320\",\"inventoryRatio\":0.22,\"ivt\":12.11,\"viewability\":100.0},{\"adSize\":\"Other\",\"inventoryRatio\":0.17,\"ivt\":10.59,\"viewability\":95.34}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":4.67,\"ivt\":11.07,\"viewability\":51.25},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.32,\"ivt\":8.59,\"viewability\":57.4},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":3.86,\"ivt\":8.95,\"viewability\":58.84},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":3.42,\"ivt\":11.21,\"viewability\":56.84},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":2.89,\"ivt\":9.95,\"viewability\":69.1},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.88,\"ivt\":10.8,\"viewability\":48.08},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.56,\"ivt\":10.88,\"viewability\":53.48},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.54,\"ivt\":8.24,\"viewability\":57.05},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":2.17,\"ivt\":11.73,\"viewability\":45.06},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventoryRatio\":2.05,\"ivt\":8.78,\"viewability\":46.43},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":2.03,\"ivt\":10.78,\"viewability\":46.51},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":2.03,\"ivt\":9.7,\"viewability\":48.71},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":1.94,\"ivt\":11.24,\"viewability\":59.04},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.86,\"ivt\":8.1,\"viewability\":44.19},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":1.83,\"ivt\":11.59,\"viewability\":49.7},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.63,\"ivt\":11.6,\"viewability\":45.43},{\"dmaName\":\"SALT LAKE CITY\",\"inventoryRatio\":1.63,\"ivt\":13.54,\"viewability\":53.64},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.48,\"ivt\":11.26,\"viewability\":47.99},{\"dmaName\":\"CHARLOTTE\",\"inventoryRatio\":1.44,\"ivt\":10.89,\"viewability\":50.96}]},\"ctr\":{\"ctr\":0.01,\"byAdSize\":[{\"adSize\":\"320x480\",\"ctr\":0.01}]}}]},\n{\"appId\":\"com.peoplefun.wordcross\", \"status\": \"Ok\", \"data\":[{\"appId\":\"com.peoplefun.wordcross\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"android\",\"appOverview\":{\"appTitle\":\"Wordscapes\",\"screenshotUrls\":[\"https://lh3.googleusercontent.com/As3TOsnEheFpkg_zEnSMyKkuFkDHUH29jaMCYHxCpo5_qOoRVnJaCPCwn4n6As27gZYe=w720-h310-rw\",\"https://lh3.googleusercontent.com/1wMupfqGU_lICkrlEHGp3NU8f8h4nH2SKyCuzsUaRsV94xegDG47cB5Zxdsg9r-P4g=w720-h310-rw\",\"https://lh3.googleusercontent.com/sXKSpjVZFHU0C9RyX6fpHgB0Jtese29CYdsgf0II8UkMRXh3LyepUk6ML5nIqjGbvhY=w720-h310-rw\",\"https://lh3.googleusercontent.com/vqCsPdZGFqZ_CvQqDkQN5NtmOfc5iTKDEDYnssmZH9DoVwdoB41haS1mSIgvFBP7kf7G=w720-h310-rw\",\"https://lh3.googleusercontent.com/Xjltlum1ubVTMNNxrG9MP-OIYQm1aEmp5jbMWcB7G_-UsDSOttrhhz_Kh84U_N0Cd7Q=w720-h310-rw\",\"https://lh3.googleusercontent.com/rauTvkbOIX4_V9CnPp7Ps9KCvkdfLOGmD7XCnTob8HAs9LOTVLxzD__nQeXLzVRjFFw=w720-h310-rw\",\"https://lh3.googleusercontent.com/svaYmVLKEqHOQV4VIX1tMB70fhbl558qt6zDnLprdMx7yvPtQXKYHEN9WbuGdFOVzrwk=w720-h310-rw\",\"https://lh3.googleusercontent.com/NMwfAHIlbNiBX0aGX-NkDjyFiUB7aE0dUGHUhDIEqLwDIe34n_I71ObFnnOm2JOX2rkE=w720-h310-rw\",\"https://lh3.googleusercontent.com/FYIV5O-wliICrzetmqyyynGhKMyZKOwXgbghYVCov6RC0BD8Svd265lQeWBHoLsk5axR=w720-h310-rw\",\"https://lh3.googleusercontent.com/bNehNCnfqS4n8JeXeY_-yltdi516ygdKa7E7xsZagIq1LR-_PMymuoXRSl6iLi-vRIO5=w720-h310-rw\",\"https://lh3.googleusercontent.com/jeGF5lZml80ZrPyvlw8knxrMN7SdV4who6fHCEyvnDrsfDrBf2Ukwa2i_u69Ug0SroY=w720-h310-rw\",\"https://lh3.googleusercontent.com/8SdM6AQUdU0jgdRXqwPgnYc-GlMrgx5LmFVV1HcI0M0O5XhjPbuxrwoppQi_k9ke1b1e=w720-h310-rw\",\"https://lh3.googleusercontent.com/Q_Kp2zgKBw18v4DJinac9QXC7RDpvbtVLK7FZz_pOxEC68xQ8fu4t3LPTQG0SGhsHQ=w720-h310-rw\",\"https://lh3.googleusercontent.com/LukcuCKLLovEVJIuW3lG5fD9YjMCpXPSU1uPSWgGuTzOx6wjBnYho3SWMbzYgEkkzGY=w720-h310-rw\",\"https://lh3.googleusercontent.com/W59W9lGoIRSwNL6vANsJrzcW2R4ZBmVaTOn0e6tTa5si3W9P_92-YPK_L-o_vL-1zA=w720-h310-rw\"],\"description\":\"Playing Wordscapes 10 mins a day sharpens your mind and prepares you for your daily life and challenges! \\n\\nThis text twist of a word game is tremendous brain challenging fun. Enjoy modern word puzzles with the best of word searching, anagrams, and crosswords! Immerse yourself into the beautiful scenery backgrounds to relax and ease your mind.\\n\\nChallenge yourself to connect letters and find as many hidden words as you can! Unlock stunning landscape backgrounds to escape from home and relax your brain.\\n\\nYou’ll never experience a dull moment after you try this addicting word puzzle game! Play this crossword puzzle once and just you won’t be able to put it down. Enjoyword connect and word find games? This is your final destination!\\n\\n➤ Escape and relax your brain by visiting the beautiful destinations of Wordscapes!\\n➤ Show your vocabulary power by connecting letters and finding all the hidden words.\\n➤ Get your word hunt on with over 6,000 crossword puzzles!\\n➤ Challenge your brain and vocabulary – this crossword puzzle starts easy and becomes challenging fast!\\n➤ Think you can beat these anagram word puzzles? They start simply but ramp up fast!\\n➤ Take each level at your own pace with unlimited tries. Simply fun and relaxation!\\n\\nWordscapes is the word hunt game that over 10 million people just can't stop playing! It's a perfect fit for fans of crossword, word connect and word anagram games, combining best of word find games and crossword puzzles. Not to mention all the gorgeous landscapes you can visit to relax yourself!\\n\\nThe top-rated word game, from the makers of Word Stacks, Word Chums, Word Flowers, Word Mocha, Wordscapes Uncrossed, and Spell Blitz.\\n\\nTerms of service: https://www.peoplefun.com/terms\",\"iabPrimaryCategory\":[\"Video Gaming\"],\"iabSubCategory\":[\"Mobile Games\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.peoplefun.wordcross\",\"trackId\":null,\"appStoreUrl\":\"https://play.google.com/store/apps/details?id=com.peoplefun.wordcross\",\"trustedSeller\":null,\"incentivizedActivity\":false,\"downloadRange\":\"10000000 - 50000000\",\"averageUserRating\":4,\"contentRating\":\"Everyone\",\"blocklisted\":false,\"blocklistedReasons\":null},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":true,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"riskOverview\":{\"ivt\":6.2,\"ivtRisk\":\"medium\",\"viewability\":90.47,\"viewabilityRisk\":\"low\",\"descriptionBrandSafetyRisk\":\"low\",\"contentBrandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"LATAM\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"EMEA\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]}]},\"developerOverview\":{\"developerName\":\"PeopleFun\",\"developerLocation\":\"740 E Campbell Rd Suite 100 Richardson, TX 75081\",\"developerEmail\":\"wordscapes@peoplefun.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"https://www.peoplefun.com\",\"developerTotalApps\":1,\"privateDomain\":true,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"medium\",\"advertisingIvtRisk\":\"medium\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"low\",\"estimatedDailyActiveUsers\":584900,\"estimatedMonthlyActiveUsers\":17549200,\"inventory\":13214969886},\"adCapabilities\":{\"displayTopAdsize\":\"728x90\",\"videoTopAdsize\":\"480x320\",\"displayContribution\":87.96,\"videoContribution\":12.04,\"hyperLocationAvailability\":68.32,\"mraidVersion\":null,\"adsDetected\":true,\"topDevice\":\"Motorola Moto\"},\"interactiveElements\":[\"In-Game Purchases\"],\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"low\",\"advisoriesRisk\":\"low\",\"adultContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"low\",\"adultRisk\":\"low\",\"violenceRisk\":\"low\",\"imagesData\":[{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://lh3.googleusercontent.com/k5H-BRjBg9f-WImJoDT_tBnswuWqCuADlza6rE_vLUJM5-l1txeRTC0lj-1fiUacQjQ=h310-rw\",\"text\":\"ⓔ\\nSAND 16\\nBEACH 1。\\n@j⑥\\nGRow 41. @\\nBEAR\\nZEBR A\\nSTE E L E\\nA K\\nB LA ZE R\\nx) , TEES\\nERA\\nPARK\\nA K\\nSwipe Words Immersed In\\nGorgeous Scenery!\\n\",\"labels\":[{\"label\":\"games\",\"score\":0.91238},{\"label\":\"games\",\"score\":0.91238},{\"label\":\"text\",\"score\":0.90414},{\"label\":\"text\",\"score\":0.90414},{\"label\":\"technology\",\"score\":0.82739}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://lh3.googleusercontent.com/9x7r6ZPTGwxD8JhL0fRfhDv-2XQQqUoPGNsFs3qsMGEp0jQ59DSfPm-3-1hpfgVN5g=h310-rw\",\"text\":\"BEACH 10\\nBEAR\\nZEB R A\\n忑\\nBLAZER\\nERA\\n5890\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.93078},{\"label\":\"yellow\",\"score\":0.93078},{\"label\":\"games\",\"score\":0.89236},{\"label\":\"games\",\"score\":0.89236},{\"label\":\"text\",\"score\":0.89077}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://lh3.googleusercontent.com/795O1--wkxyCjz9UAz-vVOMLyAaChVVuq6ALCgPxf1YUa90A9QMpG4pXITYrlZU5IQ=h310-rw\",\"text\":\"FOG 11\\nWHO L E\\nSPECTACULAR\\nW O\\n600\\n\",\"labels\":[{\"label\":\"text\",\"score\":0.86108},{\"label\":\"text\",\"score\":0.86108},{\"label\":\"technology\",\"score\":0.78369},{\"label\":\"technology\",\"score\":0.78369},{\"label\":\"product\",\"score\":0.75635}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://lh3.googleusercontent.com/7Vg2cUXIsIy_Sr3HUrPQA7F284DeAahPPMoTfBHFiO-P9YOWDqJn1Up1PGhHvivUb5Q=h310-rw\",\"text\":\"Daily Puzzles!\\n\",\"labels\":[{\"label\":\"ecosystem\",\"score\":0.94582},{\"label\":\"ecosystem\",\"score\":0.94582},{\"label\":\"fauna\",\"score\":0.94028},{\"label\":\"fauna\",\"score\":0.94028},{\"label\":\"collage\",\"score\":0.8377}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/4C2UNpXIEEmtlRJnLgxPiTPAuY09TTwvBb920JPQyJn-eYFBiH_bptLx1szRJwXmO1I=h310-rw\",\"text\":\"GWORDSCAPES\\nRISE GROW SHINE\\nPINE DEW FLOW FOG LIFE\\nSPIRE ROCK SIERRA DUNE SAND\\nZ VAST WAVE STORMBLUE DEPTe\\n200 (\\n\",\"labels\":[{\"label\":\"product\",\"score\":0.84087},{\"label\":\"product\",\"score\":0.84087},{\"label\":\"screenshot\",\"score\":0.71182},{\"label\":\"screenshot\",\"score\":0.71182},{\"label\":\"font\",\"score\":0.69977}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/x5p87FkvRWPKLpztmta4-90tbZEItNqkMwr3966OBGLOC996jahdkS6hSxwiS0lEOm8=h310-rw\",\"text\":\"BEACH 10\\nBEAR\\nZEBR A\\nB LA ZER\\nERA\\n508\\nBL\\n480 (¢\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.93884},{\"label\":\"yellow\",\"score\":0.93884},{\"label\":\"text\",\"score\":0.87116},{\"label\":\"text\",\"score\":0.87116},{\"label\":\"screenshot\",\"score\":0.75972}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/zlRxet6dUSjFftPmArcHi8GZ4Yh5isfuD3ACkisFWztj_sxwC84gKTYHh79rhbPi9s0=h310-rw\",\"text\":\"BEACH 10\\nBEAR\\nZEBR A\\nB LA ZER\\nERA\\n508\\nBL\\n480 (¢\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.93884},{\"label\":\"yellow\",\"score\":0.93884},{\"label\":\"text\",\"score\":0.87116},{\"label\":\"text\",\"score\":0.87116},{\"label\":\"screenshot\",\"score\":0.75972}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/J-cmiP-xLOYFAsXL4xzcf-eTuuSUkG5eMxyd9hIpZlYYHckS2f6IdWZUrjpKmVMwZg=h310-rw\",\"text\":\"A R K\\nPA R\\nPARK\\n0-\\n509\\nA K\\n480\\n\",\"labels\":[{\"label\":\"green\",\"score\":0.9469},{\"label\":\"green\",\"score\":0.9469},{\"label\":\"yellow\",\"score\":0.92759},{\"label\":\"yellow\",\"score\":0.92759},{\"label\":\"text\",\"score\":0.90783}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/AQ_v7LBJikj2Ftn-cA3cwntp5tk1rC3BxN6B91hZXdwkGLsTs6yrqiUIv5gI-PtGm9U=h310-rw\",\"text\":\"G W RDSCAPES\\nRISEGROW SHINE\\nCOMPLETE\\nPINE DEw FLOW FOG\\nLIFE\\nCOMPLETE\\nSPIRE ROCK SIERRA DUNE SAND\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.90605},{\"label\":\"yellow\",\"score\":0.90605},{\"label\":\"text\",\"score\":0.86125},{\"label\":\"text\",\"score\":0.86125},{\"label\":\"product\",\"score\":0.85399}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/T7Bk0qwDn970Qmkqq3HMJFmg3MUL_crQUlV2CEHFlt8IB6GNhUgbJyFNA18LrP7oRtU=h310-rw\",\"text\":\"How Brilliant\\nAre You?\\nWORDSCAPES\\n6,184\\nBRILLIANCE\\nNEXT\\n2365\\n\",\"labels\":[{\"label\":\"water\",\"score\":0.88552},{\"label\":\"water\",\"score\":0.88552},{\"label\":\"water resources\",\"score\":0.87219},{\"label\":\"water resources\",\"score\":0.87219},{\"label\":\"sky\",\"score\":0.81468}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/2EOqWDSLjJPbCv9SE1pW3ocIBSjissP4CxEcrIOy_j6zXU9oXgJR5zSQ69ajaKLpWsQe=h310-rw\",\"text\":\"SUN 1\\nO PTP\\nHOO P\\nHOOT\\n500\\n50\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.9117},{\"label\":\"yellow\",\"score\":0.9117},{\"label\":\"text\",\"score\":0.87344},{\"label\":\"text\",\"score\":0.87344},{\"label\":\"orange\",\"score\":0.8327}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/0Pv-5eCb7pa6-mD9xmmmhrToXN6Nwg4FL187s_XjpGxAtpLhvvWs55wZjIMaV0RHjA=h310-rw\",\"text\":\"A R K\\nPA R\\nPARK\\n0-\\n509\\nA K\\n480\\n\",\"labels\":[{\"label\":\"green\",\"score\":0.9469},{\"label\":\"green\",\"score\":0.9469},{\"label\":\"yellow\",\"score\":0.92759},{\"label\":\"yellow\",\"score\":0.92759},{\"label\":\"text\",\"score\":0.90783}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/9qd-n4iJtsfgD2xhE6Cwn7U0ZGNVceN7y3xdBoJDx2BPtnN5hBe60u3BjRYmyfPM298=h310-rw\",\"text\":\"SAND 16\\nSTEEL\\nTEES\\n200\\n\",\"labels\":[{\"label\":\"text\",\"score\":0.92525},{\"label\":\"text\",\"score\":0.92525},{\"label\":\"orange\",\"score\":0.83419},{\"label\":\"orange\",\"score\":0.83419},{\"label\":\"product\",\"score\":0.8301}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/vAbMKQapgYxp6EQn755Yya1EasNpfIPjSjemr9Wjh-2CiKaEaxaDHOuNkRzJY_sFJriE=h310-rw\",\"text\":\"WORDSCAPES\\n6,184\\nBRILLIANCE\\nNEXT\\n\",\"labels\":[{\"label\":\"sky\",\"score\":0.94761},{\"label\":\"sky\",\"score\":0.94761},{\"label\":\"yellow\",\"score\":0.92401},{\"label\":\"yellow\",\"score\":0.92401},{\"label\":\"text\",\"score\":0.86126}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/qrarF_4H5RNk2SP6PuGVxWhfyUPnbK2vnfFwxUpOVgeyhbqgvNonfEnZ-OPL_1uUSw=h310-rw\",\"text\":\"FOG 10\\nLO DGE\\nWELL DONE!\\nL D\\n200\\n\",\"labels\":[{\"label\":\"games\",\"score\":0.82924},{\"label\":\"games\",\"score\":0.82924},{\"label\":\"technology\",\"score\":0.65214},{\"label\":\"technology\",\"score\":0.65214},{\"label\":\"font\",\"score\":0.60254}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/imikqnz4Z902LZObVhZqh1CoAPhOtr9OIVdPWKhnASICX2W_vf495fmRtYCH2kgmqA=h310-rw\",\"text\":\"GROW 4\\nPARK\\nA K\\n200\\n\",\"labels\":[{\"label\":\"green\",\"score\":0.96237},{\"label\":\"green\",\"score\":0.96237},{\"label\":\"yellow\",\"score\":0.93546},{\"label\":\"yellow\",\"score\":0.93546},{\"label\":\"text\",\"score\":0.92806}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":\"high\",\"permissions\":[{\"name\":\"WAKE_LOCK\",\"description\":\"Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.\",\"isDangerous\":false,\"ivtPermissionRisk\":\"high\"},{\"name\":\"FOREGROUND_SERVICE\",\"description\":\"Allows a regular application to use Service.startForeground.\",\"isDangerous\":false,\"ivtPermissionRisk\":\"low\"},{\"name\":\"ACCESS_NETWORK_STATE\",\"description\":\"Allows applications to access information about networks.\",\"isDangerous\":false,\"ivtPermissionRisk\":null},{\"name\":\"ACCESS_WIFI_STATE\",\"description\":\"Allows applications to access information about Wi-Fi networks.\",\"isDangerous\":false,\"ivtPermissionRisk\":null},{\"name\":\"INTERNET\",\"description\":\"Allows applications to open network sockets.\",\"isDangerous\":false,\"ivtPermissionRisk\":null},{\"name\":\"RECEIVE_BOOT_COMPLETED\",\"description\":\"Allows an application to receive the Intent.ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.\",\"isDangerous\":false,\"ivtPermissionRisk\":\"high\"}]},\"trafficOverlap\":{\"byOverallTraffic\":[{\"appName\":\"News Break: Local Breaking Stories & US Headlines\",\"developerName\":\"Particle Media Inc.\",\"inventoryOverlap\":9.56,\"userOverlap\":4.86},{\"appName\":\"Word Stacks\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":3.77,\"userOverlap\":3.45},{\"appName\":\"Wordscapes Search\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":2.98,\"userOverlap\":2.64},{\"appName\":\"Happy Color™ – Color by Number\",\"developerName\":\"X-Flow\",\"inventoryOverlap\":2.31,\"userOverlap\":2.36},{\"appName\":\"Weather by WeatherBug: Live Radar Map & Forecast\",\"developerName\":\"WeatherBug\",\"inventoryOverlap\":3.5,\"userOverlap\":2.33},{\"appName\":\"Word Collect - Free Word Games\",\"developerName\":\"Super Lucky Games LLC\",\"inventoryOverlap\":2.06,\"userOverlap\":1.88},{\"appName\":\"Match 3D - Matching Puzzle Game\",\"developerName\":\"Loop Games A.S.\",\"inventoryOverlap\":1.95,\"userOverlap\":1.76},{\"appName\":\"Weather & Hurricane Tracker: The Weather Channel\",\"developerName\":\"The Weather Channel\",\"inventoryOverlap\":3.13,\"userOverlap\":1.75},{\"appName\":\"Words With Friends 2 – Free Multiplayer Word Games\",\"developerName\":\"Zynga\",\"inventoryOverlap\":2.43,\"userOverlap\":1.62},{\"appName\":\"Solitaire\",\"developerName\":\"MobilityWare\",\"inventoryOverlap\":2.35,\"userOverlap\":1.38},{\"appName\":\"Sudoku.com - Free Sudoku\",\"developerName\":\"Easybrain\",\"inventoryOverlap\":1.61,\"userOverlap\":1.31},{\"appName\":\"Hulu: Stream TV shows & watch the latest movies\",\"developerName\":\"Hulu\",\"inventoryOverlap\":0.91,\"userOverlap\":1.1},{\"appName\":\"Wordscapes In Bloom\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":1.4,\"userOverlap\":1.08},{\"appName\":\"ZEDGE™ Wallpapers & Ringtones\",\"developerName\":\"Zedge\",\"inventoryOverlap\":0.91,\"userOverlap\":1.04},{\"appName\":\"Wood Block Puzzle - Free Classic Block Puzzle Game\",\"developerName\":\"Beetles Games Studio\",\"inventoryOverlap\":1.09,\"userOverlap\":0.98},{\"appName\":\"Word Trip\",\"developerName\":\"PlaySimple Games\",\"inventoryOverlap\":1.17,\"userOverlap\":0.97},{\"appName\":\"Solitaire\",\"developerName\":\"Tripledot Studios Limited\",\"inventoryOverlap\":1.43,\"userOverlap\":0.96},{\"appName\":\"Sudoku - Free Classic Sudoku Puzzles\",\"developerName\":\"Beetles Games Studio\",\"inventoryOverlap\":1.2,\"userOverlap\":0.95},{\"appName\":\"WEBTOON\",\"developerName\":\"NAVER WEBTOON\",\"inventoryOverlap\":1.27,\"userOverlap\":0.94},{\"appName\":\"Spider Solitaire\",\"developerName\":\"MobilityWare\",\"inventoryOverlap\":1.56,\"userOverlap\":0.91}],\"byIvt\":[{\"appName\":\"News Break: Local Breaking Stories & US Headlines\",\"developerName\":\"Particle Media Inc.\",\"inventoryOverlap\":11.31,\"userOverlap\":5.79},{\"appName\":\"Word Stacks\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":3.5,\"userOverlap\":3.5},{\"appName\":\"Weather by WeatherBug: Live Radar Map & Forecast\",\"developerName\":\"WeatherBug\",\"inventoryOverlap\":3.3,\"userOverlap\":2.51},{\"appName\":\"Wordscapes Search\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":3.04,\"userOverlap\":2.45},{\"appName\":\"Sudoku.com - Free Sudoku\",\"developerName\":\"Easybrain\",\"inventoryOverlap\":2.04,\"userOverlap\":2.34},{\"appName\":\"Happy Color™ – Color by Number\",\"developerName\":\"X-Flow\",\"inventoryOverlap\":2.35,\"userOverlap\":2.28},{\"appName\":\"Weather & Hurricane Tracker: The Weather Channel\",\"developerName\":\"The Weather Channel\",\"inventoryOverlap\":3.09,\"userOverlap\":1.88},{\"appName\":\"Words With Friends 2 – Free Multiplayer Word Games\",\"developerName\":\"Zynga\",\"inventoryOverlap\":2.57,\"userOverlap\":1.86},{\"appName\":\"Word Collect - Free Word Games\",\"developerName\":\"Super Lucky Games LLC\",\"inventoryOverlap\":1.97,\"userOverlap\":1.8},{\"appName\":\"Match 3D - Matching Puzzle Game\",\"developerName\":\"Loop Games A.S.\",\"inventoryOverlap\":1.94,\"userOverlap\":1.79},{\"appName\":\"Solitaire\",\"developerName\":\"MobilityWare\",\"inventoryOverlap\":2.36,\"userOverlap\":1.51},{\"appName\":\"Wordscapes In Bloom\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":1.44,\"userOverlap\":1.26},{\"appName\":\"Jigsaw Puzzles - Puzzle Game\",\"developerName\":\"Easybrain\",\"inventoryOverlap\":1.1,\"userOverlap\":1.17},{\"appName\":\"WEBTOON\",\"developerName\":\"NAVER WEBTOON\",\"inventoryOverlap\":1.9,\"userOverlap\":1.05},{\"appName\":\"Hulu: Stream TV shows & watch the latest movies\",\"developerName\":\"Hulu\",\"inventoryOverlap\":1.02,\"userOverlap\":1.02},{\"appName\":\"iFunny – fresh memes, gifs and videos\",\"developerName\":\"iFunny Inc.\",\"inventoryOverlap\":0.39,\"userOverlap\":1.01},{\"appName\":\"Spider Solitaire\",\"developerName\":\"MobilityWare\",\"inventoryOverlap\":1.46,\"userOverlap\":1.01},{\"appName\":\"Sudoku - Free Classic Sudoku Puzzles\",\"developerName\":\"Beetles Games Studio\",\"inventoryOverlap\":1.32,\"userOverlap\":1.01},{\"appName\":\"Word Trip\",\"developerName\":\"PlaySimple Games\",\"inventoryOverlap\":1.1,\"userOverlap\":1.0},{\"appName\":\"CNN Breaking US & World News\",\"developerName\":\"CNN\",\"inventoryOverlap\":1.73,\"userOverlap\":1.0}]},\"authorizedSellers\":[{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":23.3,\"ivt\":8.93,\"videoInventoryRatio\":0.37,\"viewability\":91.02},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":14.1,\"ivt\":7.53,\"videoInventoryRatio\":0.0,\"viewability\":94.32},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":6.81,\"ivt\":14.12,\"videoInventoryRatio\":0.41,\"viewability\":64.96},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":6.44,\"ivt\":14.7,\"videoInventoryRatio\":0.0,\"viewability\":88.27},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Reseller\",\"inventoryRatio\":15.48,\"ivt\":7.37,\"videoInventoryRatio\":3.58,\"viewability\":92.15},{\"exchange\":\"OpenX\",\"paymentType\":\"Reseller\",\"inventoryRatio\":3.64,\"ivt\":6.76,\"videoInventoryRatio\":1.74,\"viewability\":97.14},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.07,\"ivt\":0.24,\"videoInventoryRatio\":0.0,\"viewability\":63.08},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":32.91,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"SpotX\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":7.69,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"InMobi\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":15.5,\"ivt\":13.94,\"videoInventoryRatio\":2.95,\"viewability\":91.25},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":14.65,\"ivt\":11.55,\"videoInventoryRatio\":5.81,\"viewability\":91.19},{\"exchange\":\"MobileFuse LLC\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.01,\"ivt\":3.31,\"videoInventoryRatio\":0.0,\"viewability\":86.93}],\"invalidTraffic\":{\"ivt\":6.2,\"givt\":0.13,\"sivt\":6.07,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.13,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.45},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.72},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.29},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.27},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.26},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.24},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.2},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.2},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.1},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":90.47,\"viewabilityRisk\":\"low\",\"viewabilityByAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":81.84,\"viewability\":90.75},{\"adSize\":\"480x320\",\"inventoryRatio\":7.9,\"viewability\":24.16},{\"adSize\":\"320x480\",\"inventoryRatio\":5.69,\"viewability\":64.31},{\"adSize\":\"728x90\",\"inventoryRatio\":2.44,\"viewability\":90.89},{\"adSize\":\"300x50\",\"inventoryRatio\":1.91,\"viewability\":92.89},{\"adSize\":\"Other\",\"inventoryRatio\":0.19,\"viewability\":84.98}]},\"inventory\":{\"byDevice\":[{\"device\":\"Motorola Moto\",\"inventoryRatio\":6.72,\"ivt\":5.98,\"viewability\":90.14},{\"device\":\"Galaxy S9\",\"inventoryRatio\":6.23,\"ivt\":6.25,\"viewability\":91.4},{\"device\":\"Galaxy S8\",\"inventoryRatio\":5.95,\"ivt\":6.37,\"viewability\":91.14},{\"device\":\"Galaxy S7\",\"inventoryRatio\":4.26,\"ivt\":5.41,\"viewability\":90.66},{\"device\":\"Generic Android\",\"inventoryRatio\":3.66,\"ivt\":5.22,\"viewability\":91.4},{\"device\":\"Galaxy S10\",\"inventoryRatio\":3.52,\"ivt\":6.2,\"viewability\":92.57},{\"device\":\"Galaxy A10e\",\"inventoryRatio\":3.36,\"ivt\":7.29,\"viewability\":88.84},{\"device\":\"Galaxy S10e\",\"inventoryRatio\":3.26,\"ivt\":6.7,\"viewability\":92.2},{\"device\":\"Galaxy S9+\",\"inventoryRatio\":2.88,\"ivt\":6.83,\"viewability\":92.35},{\"device\":\"Galaxy S8+\",\"inventoryRatio\":2.6,\"ivt\":7.23,\"viewability\":91.1},{\"device\":\"Galaxy S10+\",\"inventoryRatio\":2.41,\"ivt\":6.68,\"viewability\":92.6},{\"device\":\"Galaxy J7 (2018)\",\"inventoryRatio\":2.34,\"ivt\":6.78,\"viewability\":90.36},{\"device\":\"Galaxy A20\",\"inventoryRatio\":2.23,\"ivt\":7.73,\"viewability\":89.61},{\"device\":\"Galaxy J7 (2017)\",\"inventoryRatio\":2.17,\"ivt\":5.94,\"viewability\":90.18},{\"device\":\"Galaxy Note8\",\"inventoryRatio\":2.08,\"ivt\":7.14,\"viewability\":92.13},{\"device\":\"Galaxy Note9\",\"inventoryRatio\":1.99,\"ivt\":7.18,\"viewability\":92.53},{\"device\":\"Galaxy A50\",\"inventoryRatio\":1.8,\"ivt\":6.01,\"viewability\":90.75},{\"device\":\"Galaxy J3 2017\",\"inventoryRatio\":1.72,\"ivt\":5.97,\"viewability\":88.7},{\"device\":\"Google Pixel\",\"inventoryRatio\":1.6,\"ivt\":5.68,\"viewability\":91.71},{\"device\":\"Stylo 5\",\"inventoryRatio\":1.1,\"ivt\":6.17,\"viewability\":87.42},{\"device\":\"Galaxy S7 Edge\",\"inventoryRatio\":1.09,\"ivt\":5.87,\"viewability\":90.39},{\"device\":\"Galaxy Note10+\",\"inventoryRatio\":1.01,\"ivt\":7.22,\"viewability\":92.59},{\"device\":\"Stylo 4\",\"inventoryRatio\":0.97,\"ivt\":7.27,\"viewability\":86.94},{\"device\":\"G6\",\"inventoryRatio\":0.95,\"ivt\":4.98,\"viewability\":88.38},{\"device\":\"Galaxy S6\",\"inventoryRatio\":0.9,\"ivt\":4.95,\"viewability\":88.45},{\"device\":\"Galaxy S20 5G\",\"inventoryRatio\":0.88,\"ivt\":6.02,\"viewability\":93.04},{\"device\":\"Galaxy J3 V 3rd Gen\",\"inventoryRatio\":0.87,\"ivt\":6.42,\"viewability\":90.69},{\"device\":\"G7 ThinQ\",\"inventoryRatio\":0.85,\"ivt\":5.15,\"viewability\":89.45},{\"device\":\"K30\",\"inventoryRatio\":0.84,\"ivt\":5.43,\"viewability\":87.27},{\"device\":\"Galaxy A51\",\"inventoryRatio\":0.81,\"ivt\":6.98,\"viewability\":90.42},{\"device\":\"Moto G6\",\"inventoryRatio\":0.75,\"ivt\":6.08,\"viewability\":91.14},{\"device\":\"Galaxy J7 Top\",\"inventoryRatio\":0.72,\"ivt\":6.58,\"viewability\":90.54},{\"device\":\"Galaxy J3 Duos\",\"inventoryRatio\":0.69,\"ivt\":5.61,\"viewability\":85.73},{\"device\":\"Galaxy S20+ 5G\",\"inventoryRatio\":0.66,\"ivt\":5.81,\"viewability\":92.63},{\"device\":\"Galaxy Amp Prime 3 2018\",\"inventoryRatio\":0.62,\"ivt\":5.59,\"viewability\":89.65},{\"device\":\"Galaxy Note10\",\"inventoryRatio\":0.62,\"ivt\":7.44,\"viewability\":92.67},{\"device\":\"Galaxy A5 (2017)\",\"inventoryRatio\":0.58,\"ivt\":3.27,\"viewability\":87.57},{\"device\":\"Galaxy A11\",\"inventoryRatio\":0.57,\"ivt\":4.41,\"viewability\":90.44},{\"device\":\"Galaxy S8 Active\",\"inventoryRatio\":0.53,\"ivt\":6.41,\"viewability\":90.65},{\"device\":\"Galaxy A8 2018\",\"inventoryRatio\":0.51,\"ivt\":5.2,\"viewability\":88.72},{\"device\":\"Stylo 6\",\"inventoryRatio\":0.5,\"ivt\":6.33,\"viewability\":90.74},{\"device\":\"Galaxy J3 Top\",\"inventoryRatio\":0.5,\"ivt\":5.61,\"viewability\":90.91},{\"device\":\"K51\",\"inventoryRatio\":0.48,\"ivt\":5.86,\"viewability\":91.49},{\"device\":\"G8 ThinQ\",\"inventoryRatio\":0.48,\"ivt\":5.15,\"viewability\":90.78},{\"device\":\"Galaxy S5\",\"inventoryRatio\":0.46,\"ivt\":6.41,\"viewability\":86.42},{\"device\":\"K12 Plus\",\"inventoryRatio\":0.46,\"ivt\":6.11,\"viewability\":88.42},{\"device\":\"Moto Z2 Force\",\"inventoryRatio\":0.44,\"ivt\":5.31,\"viewability\":91.11},{\"device\":\"Galaxy A21\",\"inventoryRatio\":0.4,\"ivt\":4.45,\"viewability\":92.19},{\"device\":\"Rebel 4\",\"inventoryRatio\":0.38,\"ivt\":6.26,\"viewability\":86.78},{\"device\":\"Galaxy Note 5\",\"inventoryRatio\":0.37,\"ivt\":5.31,\"viewability\":89.4},{\"device\":\"Moto Z2 Play\",\"inventoryRatio\":0.34,\"ivt\":5.79,\"viewability\":89.42},{\"device\":\"Galaxy S20 Ultra\",\"inventoryRatio\":0.34,\"ivt\":6.63,\"viewability\":92.82},{\"device\":\"Aristo 3\",\"inventoryRatio\":0.34,\"ivt\":6.88,\"viewability\":86.69},{\"device\":\"Galaxy A71 5G\",\"inventoryRatio\":0.34,\"ivt\":5.82,\"viewability\":92.44},{\"device\":\"Q7\",\"inventoryRatio\":0.34,\"ivt\":5.84,\"viewability\":88.7},{\"device\":\"V40 ThinQ\",\"inventoryRatio\":0.31,\"ivt\":6.61,\"viewability\":91.45},{\"device\":\"K20 V\",\"inventoryRatio\":0.29,\"ivt\":4.9,\"viewability\":87.15},{\"device\":\"Galaxy J7 2015\",\"inventoryRatio\":0.28,\"ivt\":6.16,\"viewability\":87.26},{\"device\":\"Samsung Sm\",\"inventoryRatio\":0.28,\"ivt\":5.88,\"viewability\":90.09},{\"device\":\"Galaxy J2 Core\",\"inventoryRatio\":0.27,\"ivt\":6.1,\"viewability\":91.53},{\"device\":\"Galaxy Note20 Ultra 5G\",\"inventoryRatio\":0.27,\"ivt\":4.82,\"viewability\":92.66},{\"device\":\"Galaxy Note20 5G\",\"inventoryRatio\":0.26,\"ivt\":6.42,\"viewability\":92.82},{\"device\":\"Moto Z Play\",\"inventoryRatio\":0.25,\"ivt\":6.01,\"viewability\":91.21},{\"device\":\"3V (2019)\",\"inventoryRatio\":0.24,\"ivt\":7.42,\"viewability\":90.0},{\"device\":\"Galaxy A6\",\"inventoryRatio\":0.24,\"ivt\":7.01,\"viewability\":89.64},{\"device\":\"Galaxy Note10+ 5G\",\"inventoryRatio\":0.23,\"ivt\":8.14,\"viewability\":92.48},{\"device\":\"Aristo 2\",\"inventoryRatio\":0.23,\"ivt\":4.94,\"viewability\":86.2},{\"device\":\"Stylo 3\",\"inventoryRatio\":0.23,\"ivt\":7.03,\"viewability\":84.81},{\"device\":\"G5\",\"inventoryRatio\":0.22,\"ivt\":6.16,\"viewability\":88.01},{\"device\":\"V30\",\"inventoryRatio\":0.22,\"ivt\":4.0,\"viewability\":90.83},{\"device\":\"Galaxy J3 Star\",\"inventoryRatio\":0.21,\"ivt\":7.36,\"viewability\":90.77},{\"device\":\"Galaxy A01\",\"inventoryRatio\":0.21,\"ivt\":4.36,\"viewability\":88.99},{\"device\":\"V20\",\"inventoryRatio\":0.2,\"ivt\":5.02,\"viewability\":88.26},{\"device\":\"Galaxy A70\",\"inventoryRatio\":0.2,\"ivt\":3.4,\"viewability\":91.05},{\"device\":\"Premier Pro\",\"inventoryRatio\":0.19,\"ivt\":6.84,\"viewability\":86.67},{\"device\":\"X Charge\",\"inventoryRatio\":0.19,\"ivt\":6.79,\"viewability\":85.75},{\"device\":\"Stylo 3 Plus\",\"inventoryRatio\":0.19,\"ivt\":5.56,\"viewability\":84.96},{\"device\":\"Galaxy S7 Active\",\"inventoryRatio\":0.18,\"ivt\":5.25,\"viewability\":89.71},{\"device\":\"K31\",\"inventoryRatio\":0.18,\"ivt\":5.13,\"viewability\":91.15},{\"device\":\"K20 Plus\",\"inventoryRatio\":0.18,\"ivt\":6.2,\"viewability\":86.62},{\"device\":\"V30+\",\"inventoryRatio\":0.17,\"ivt\":7.22,\"viewability\":87.69},{\"device\":\"Fortune 2\",\"inventoryRatio\":0.16,\"ivt\":6.81,\"viewability\":83.26},{\"device\":\"Alcatel A502dl\",\"inventoryRatio\":0.16,\"ivt\":6.39,\"viewability\":87.2},{\"device\":\"Legacy\",\"inventoryRatio\":0.16,\"ivt\":7.7,\"viewability\":92.1},{\"device\":\"Galaxy J3 Achieve\",\"inventoryRatio\":0.16,\"ivt\":6.93,\"viewability\":90.01},{\"device\":\"Aristo\",\"inventoryRatio\":0.16,\"ivt\":6.54,\"viewability\":84.93},{\"device\":\"Phoenix 4\",\"inventoryRatio\":0.15,\"ivt\":5.98,\"viewability\":85.6},{\"device\":\"Moto Z Droid\",\"inventoryRatio\":0.14,\"ivt\":5.66,\"viewability\":89.96},{\"device\":\"Galaxy J2 Dash\",\"inventoryRatio\":0.14,\"ivt\":6.16,\"viewability\":87.79},{\"device\":\"6T\",\"inventoryRatio\":0.13,\"ivt\":4.41,\"viewability\":93.24},{\"device\":\"Lg Lm\",\"inventoryRatio\":0.12,\"ivt\":6.93,\"viewability\":87.88},{\"device\":\"DuraForce Pro 2\",\"inventoryRatio\":0.12,\"ivt\":4.0,\"viewability\":89.62},{\"device\":\"Journey LTE\",\"inventoryRatio\":0.12,\"ivt\":7.83,\"viewability\":88.59},{\"device\":\"Droid Turbo 2\",\"inventoryRatio\":0.11,\"ivt\":5.91,\"viewability\":84.37},{\"device\":\"P30 Lite\",\"inventoryRatio\":0.1,\"ivt\":9.83,\"viewability\":91.45},{\"device\":\"Nokia 3\",\"inventoryRatio\":0.1,\"ivt\":4.33,\"viewability\":87.34}],\"byRegion\":[{\"region\":\"NA\",\"inventoryRatio\":91.78,\"ivt\":6.2,\"viewability\":90.19},{\"region\":\"APAC\",\"inventoryRatio\":5.32,\"ivt\":6.21,\"viewability\":46.21},{\"region\":\"EMEA\",\"inventoryRatio\":2.81,\"ivt\":11.0,\"viewability\":92.94},{\"region\":\"LATAM\",\"inventoryRatio\":0.08,\"ivt\":9.68,\"viewability\":88.17}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":81.84,\"ivt\":5.87,\"viewability\":90.75},{\"adSize\":\"480x320\",\"inventoryRatio\":7.9,\"ivt\":4.64,\"viewability\":24.16},{\"adSize\":\"320x480\",\"inventoryRatio\":5.69,\"ivt\":9.23,\"viewability\":64.31},{\"adSize\":\"728x90\",\"inventoryRatio\":2.44,\"ivt\":11.87,\"viewability\":90.89},{\"adSize\":\"300x50\",\"inventoryRatio\":1.91,\"ivt\":11.1,\"viewability\":92.89},{\"adSize\":\"Other\",\"inventoryRatio\":0.19,\"ivt\":4.79,\"viewability\":84.98}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":5.29,\"ivt\":7.08,\"viewability\":91.25},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":4.22,\"ivt\":4.66,\"viewability\":90.85},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":3.96,\"ivt\":5.33,\"viewability\":91.71},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.2,\"ivt\":9.88,\"viewability\":90.08},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":3.2,\"ivt\":5.07,\"viewability\":91.24},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":3.05,\"ivt\":6.09,\"viewability\":90.45},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.89,\"ivt\":4.87,\"viewability\":89.24},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.84,\"ivt\":5.17,\"viewability\":89.36},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":2.2,\"ivt\":6.2,\"viewability\":89.46},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.17,\"ivt\":5.53,\"viewability\":90.87},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":2.08,\"ivt\":5.02,\"viewability\":90.86},{\"dmaName\":\"CLEVELAND-AKRON (CANTON)\",\"inventoryRatio\":2.07,\"ivt\":10.33,\"viewability\":89.21},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.91,\"ivt\":4.43,\"viewability\":90.38},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventoryRatio\":1.85,\"ivt\":5.33,\"viewability\":89.82},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":1.82,\"ivt\":4.78,\"viewability\":91.55},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.78,\"ivt\":7.27,\"viewability\":91.34},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":1.73,\"ivt\":12.23,\"viewability\":89.65},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.65,\"ivt\":6.88,\"viewability\":88.66},{\"dmaName\":\"PITTSBURGH\",\"inventoryRatio\":1.54,\"ivt\":8.88,\"viewability\":91.1}]},\"ctr\":{\"ctr\":0.45,\"byAdSize\":null}}]}\n]"},{"id":"52bbd522-4797-443e-8fe2-68d8741793f7","name":"importApps - Returning a Single widget","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=appOverview&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"smartphone","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"widget","value":"appOverview","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default All"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"appId\":\"1407852246\", \"status\": \"Ok\", \"data\":[{\"appId\":\"1407852246\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Happy Color™ – Color by Number\",\"screenshotUrls\":[\"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/ac/99/4f/ac994f6b-14cd-9556-9288-a8dbd55937c4/e6f7d836-edcf-4b02-825e-700cae47330f_The-Lion-King_caption.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/b0/0c/ce/b00cce5c-1cbd-d862-2608-b0e86b62fb99/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/16/dc/30/16dc309c-fd28-dd22-ec5e-75dbd04b1fe0/27ee5c76-fbab-402a-999d-e9ea298b4eae_Aladdin_caption.png/392x696bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/73/96/f7/7396f744-e893-6b50-72d4-38b584fab333/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/12/6f/27/126f277d-b267-fd67-46c2-10c486b0edae/943883ed-f77e-494c-9f4b-4e535e86492b_Coco_caption.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/00/21/38/002138b2-f5e8-9e86-ecf4-afea09e379bc/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\"https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/c2/6a/01/c26a01cf-2587-779e-7fa9-ffc7835275d5/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/2f/f9/82/2ff98221-531c-c8ce-f65a-20a911a7c6a6/4f3ae224-8200-4a1c-beb9-b50e5a0c7f42_Frozen_caption.png/392x696bb.png\"],\"description\":\"Take a deep breath... \\n\\n...and open a #1 color by number book on App Store.\\nFind different unique coloring pages with animals, unicorns, mandalas and many more. Color and recolor your favorite pictures. Rediscover the simple relaxation and joy of coloring. \\n\\nAll coloring pictures are marked by numbers. Color by numbers and form beautiful pictures to keep and share with friends. We are constantly adding new coloring pages for you.\\n\\n• Color by numbers anywhere – no pencil, paper needed\\n• Find your favorite themes: mandalas, animals, people, fantasy and many more\\n• Discover great variety of unique easy and difficult pictures to color\\n• Use hints if you can’t finish a picture because of a tiny hard-to-find cell\\n• Enjoy the simplicity and ease of the app use\\n• Paint colorful pictures, relax and feel positive emotions\\n\\nCreate lovely uplifting pictures with this Coloring Book and let your stress go away!\\n\\n© 2019 Warner Bros. Entertainment, Inc.  All Rights Reserved.\",\"iabPrimaryCategory\":[\"Video Gaming\"],\"iabSubCategory\":[\"Mobile Games\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false}}]},\n{\"appId\":\"429610587\", \"status\": \"Ok\", \"data\": [{\"appId\":\"429610587\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"iFunny – hot memes and videos\",\"screenshotUrls\":[\"https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/24/55/cc/2455cc16-bf03-c92d-05c6-860f29ed6785/mzl.laprrolf.png/576x768bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/66/8f/df/668fdfe6-9208-7216-7b7d-f7618ee8b14d/mzl.hgnvrvgw.png/576x768bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/2d/c7/bb/2dc7bb69-c11f-54d8-d838-15c51bde046f/mzl.kqgojwaa.png/576x768bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple123/v4/9d/f2/04/9df204c0-296e-18a3-f5f0-4c0a3d0a3505/mzl.qlrclpmd.png/576x768bb.png\",\"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/b1/83/f6/b183f626-9cf6-73cb-952f-7cff31e36ff3/mzl.jbowjdwc.png/576x768bb.png\",\"https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/ba/e6/ec/bae6ecce-939e-5876-994b-4a6c0c30f60d/mzl.vktcgmaz.png/576x768bb.png\"],\"description\":\"Love and iFunny - the only two things you can enjoy without being good at. And if for some reason you are not having much of the first one you can still indulge yourself in the world of fun.\\nSome scientifically proven facts about iFunny:\\n- nobody wants to miss a fresh set of features.\\n- iFunny is not the same without you.\\n- be it a boring class or a slow day at work, iFunny is always there for you.\\n- iFunny users are 146% happier than baby koalas.\\n- Wait, why are you still reading this? Time to download iFunny!\\nTwitter: https://twitter.com/iFunny/\\nFacebook: https://www.facebook.com/iFunny/\\nInstagram: https://www.instagram.com/ifunny.co/\\nBy using the Application, you agree to terms of use: https://ifunny.co/docs/tos_for_inapp\",\"iabPrimaryCategory\":[\"Hobbies & Interests\"],\"iabSubCategory\":null,\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false}}]}]\n"},{"id":"7ad54dce-78a6-4353-b256-1a67c7bf7479","name":"importApps - Returning two widgets","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=invalidTraffic,viewability&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"smartphone","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"widget","value":"invalidTraffic,viewability","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default All"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"appId\":\"1407852246\", \"status\": \"Ok\", \"data\":[{\"appId\":\"1407852246\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"invalidTraffic\":{\"ivt\":10.72,\"givt\":0.1,\"sivt\":10.61,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.07,\"sivt\":0.0},{\"fraudType\":\"Auto Reloader\",\"givt\":0.03,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.59},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":2.22},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":2.0},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.91},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.78},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.59},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.12},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":55.46,\"viewabilityRisk\":\"medium\",\"viewabilityByAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":64.82,\"viewability\":53.07},{\"adSize\":\"320x480\",\"inventoryRatio\":28.42,\"viewability\":43.78},{\"adSize\":\"300x250\",\"inventoryRatio\":5.09,\"viewability\":46.24},{\"adSize\":\"728x90\",\"inventoryRatio\":0.63,\"viewability\":88.57},{\"adSize\":\"300x50\",\"inventoryRatio\":0.61,\"viewability\":95.08},{\"adSize\":\"480x320\",\"inventoryRatio\":0.22,\"viewability\":100.0},{\"adSize\":\"Other\",\"inventoryRatio\":0.17,\"viewability\":95.34}]}}]},\n{\"appId\":\"com.peoplefun.wordcross\", \"status\": \"Ok\", \"data\":[{\"appId\":\"com.peoplefun.wordcross\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"android\",\"invalidTraffic\":{\"ivt\":6.2,\"givt\":0.13,\"sivt\":6.07,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.13,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.45},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.72},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.29},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.27},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.26},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.24},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.2},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.2},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.1},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":90.47,\"viewabilityRisk\":\"low\",\"viewabilityByAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":81.84,\"viewability\":90.75},{\"adSize\":\"480x320\",\"inventoryRatio\":7.9,\"viewability\":24.16},{\"adSize\":\"320x480\",\"inventoryRatio\":5.69,\"viewability\":64.31},{\"adSize\":\"728x90\",\"inventoryRatio\":2.44,\"viewability\":90.89},{\"adSize\":\"300x50\",\"inventoryRatio\":1.91,\"viewability\":92.89},{\"adSize\":\"Other\",\"inventoryRatio\":0.19,\"viewability\":84.98}]}}]}]\n"},{"id":"6dff792c-4c3b-446f-9b13-498a96e0757c","name":"importApps (Region & Device)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=smartphone&region=NA&widget=&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"smartphone","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"widget","value":"","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default  All widgets"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"appId\":\"1407852246\", \"status\": \"Ok\", \"data\":[{\"appId\":\"1407852246\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"ios\",\"appOverview\":{\"appTitle\":\"Happy Color™ – Color by Number\",\"screenshotUrls\":[\"https://is5-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/ac/99/4f/ac994f6b-14cd-9556-9288-a8dbd55937c4/e6f7d836-edcf-4b02-825e-700cae47330f_The-Lion-King_caption.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/b0/0c/ce/b00cce5c-1cbd-d862-2608-b0e86b62fb99/a135e03d-cc77-48e5-b1e7-82c2370a1579_screenshot_appstore_cbn_1242x2208.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/16/dc/30/16dc309c-fd28-dd22-ec5e-75dbd04b1fe0/27ee5c76-fbab-402a-999d-e9ea298b4eae_Aladdin_caption.png/392x696bb.png\",\"https://is5-ssl.mzstatic.com/image/thumb/Purple114/v4/73/96/f7/7396f744-e893-6b50-72d4-38b584fab333/1ec0dd45-af47-4512-94a4-9430ccee3de8_screenshot_appstore_nature_1242x2208.png/392x696bb.png\",\"https://is4-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/12/6f/27/126f277d-b267-fd67-46c2-10c486b0edae/943883ed-f77e-494c-9f4b-4e535e86492b_Coco_caption.png/392x696bb.png\",\"https://is2-ssl.mzstatic.com/image/thumb/Purple124/v4/00/21/38/002138b2-f5e8-9e86-ecf4-afea09e379bc/c8fad858-8b78-4901-a5f4-066e5a78a061_screenshot_appstore_art_1242x2208.png/392x696bb.png\",\"https://is1-ssl.mzstatic.com/image/thumb/Purple124/v4/c2/6a/01/c26a01cf-2587-779e-7fa9-ffc7835275d5/8ca8ebd7-9eee-4ebb-ba0d-61a3dafd9727_screenshot_appstore_animals_1242x2208.png/392x696bb.png\",\"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/2f/f9/82/2ff98221-531c-c8ce-f65a-20a911a7c6a6/4f3ae224-8200-4a1c-beb9-b50e5a0c7f42_Frozen_caption.png/392x696bb.png\"],\"description\":\"Take a deep breath... \\n\\n...and open a #1 color by number book on App Store.\\nFind different unique coloring pages with animals, unicorns, mandalas and many more. Color and recolor your favorite pictures. Rediscover the simple relaxation and joy of coloring. \\n\\nAll coloring pictures are marked by numbers. Color by numbers and form beautiful pictures to keep and share with friends. We are constantly adding new coloring pages for you.\\n\\n• Color by numbers anywhere – no pencil, paper needed\\n• Find your favorite themes: mandalas, animals, people, fantasy and many more\\n• Discover great variety of unique easy and difficult pictures to color\\n• Use hints if you can’t finish a picture because of a tiny hard-to-find cell\\n• Enjoy the simplicity and ease of the app use\\n• Paint colorful pictures, relax and feel positive emotions\\n\\nCreate lovely uplifting pictures with this Coloring Book and let your stress go away!\\n\\n© 2019 Warner Bros. Entertainment, Inc.  All Rights Reserved.\",\"iabPrimaryCategory\":[\"Video Gaming\"],\"iabSubCategory\":[\"Mobile Games\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.coloring.color.number.ios\",\"trackId\":\"1407852246\",\"appStoreUrl\":\"https://apps.apple.com/us/app/happy-color-color-by-number/id1407852246?uo=4\",\"trustedSeller\":\"Smart AdServer\",\"incentivizedActivity\":false,\"downloadRange\":null,\"averageUserRating\":5,\"contentRating\":\"4+\",\"blocklisted\":false,\"blocklistedReasons\":null},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"riskOverview\":{\"ivt\":10.72,\"ivtRisk\":\"high\",\"viewability\":55.46,\"viewabilityRisk\":\"medium\",\"descriptionBrandSafetyRisk\":\"low\",\"contentBrandSafetyRisk\":null,\"risk\":[{\"region\":\"LATAM\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"EMEA\",\"device\":\"tablet\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"Ad Traffic Shows Some Suspicious Characteristics\"]}]},\"developerOverview\":{\"developerName\":\"X-FLOW LTD\",\"developerLocation\":\"Ioanni Kondylaki, 46 Q TOWER, Flat/Office 4 6042 Larnaca, Cyprus\",\"developerEmail\":\"support@x-flow.app\",\"developerCountry\":\"CYPRUS\",\"developerWebsite\":\"http://x-flow.app/\",\"developerTotalApps\":1,\"privateDomain\":false,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"medium\",\"advertisingIvtRisk\":\"high\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"estimatedDailyActiveUsers\":1455100,\"estimatedMonthlyActiveUsers\":43654000,\"inventory\":50958086510},\"adCapabilities\":{\"displayTopAdsize\":\"300x50\",\"videoTopAdsize\":\"320x480\",\"displayContribution\":66.2,\"videoContribution\":33.8,\"hyperLocationAvailability\":68.65,\"mraidVersion\":null,\"adsDetected\":true,\"topDevice\":\"Apple Iphone\"},\"interactiveElements\":[\"In-Game Purchases\"],\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"low\",\"advisoriesRisk\":null,\"adultContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":null,\"adultRisk\":null,\"violenceRisk\":null,\"imagesData\":null}},\"appPermissions\":{\"ivtPermissionRisk\":null,\"permissions\":null},\"trafficOverlap\":{\"byOverallTraffic\":null,\"byIvt\":null},\"authorizedSellers\":[{\"exchange\":\"Telaria\",\"paymentType\":\"Direct\",\"inventoryRatio\":21.49,\"ivt\":14.02,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":15.92,\"ivt\":10.05,\"videoInventoryRatio\":4.14,\"viewability\":95.72},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":11.59,\"ivt\":7.17,\"videoInventoryRatio\":0.0,\"viewability\":98.06},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":9.74,\"ivt\":14.87,\"videoInventoryRatio\":0.0,\"viewability\":95.19},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":8.86,\"ivt\":9.0,\"videoInventoryRatio\":0.0,\"viewability\":96.77},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":7.34,\"ivt\":8.55,\"videoInventoryRatio\":0.09,\"viewability\":10.6},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":6.0,\"ivt\":11.26,\"videoInventoryRatio\":0.22,\"viewability\":93.73},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.18,\"ivt\":6.39,\"videoInventoryRatio\":0.0,\"viewability\":98.18},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":3.25,\"ivt\":5.77,\"videoInventoryRatio\":0.0,\"viewability\":97.09},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.41,\"ivt\":8.44,\"videoInventoryRatio\":0.0,\"viewability\":93.3},{\"exchange\":\"SpotX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":8.22,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":0.0,\"viewability\":28.57},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Reseller\",\"inventoryRatio\":4.95,\"ivt\":9.65,\"videoInventoryRatio\":0.0,\"viewability\":94.83},{\"exchange\":\"e-Planning\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":7.25,\"videoInventoryRatio\":0.0,\"viewability\":null},{\"exchange\":\"InMobi\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":3.35,\"ivt\":10.11,\"videoInventoryRatio\":0.0,\"viewability\":81.88},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":1.78,\"ivt\":8.04,\"videoInventoryRatio\":0.0,\"viewability\":95.45},{\"exchange\":\"MobileFuse LLC\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":9.52,\"videoInventoryRatio\":0.0,\"viewability\":71.43}],\"invalidTraffic\":{\"ivt\":10.72,\"givt\":0.1,\"sivt\":10.61,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.07,\"sivt\":0.0},{\"fraudType\":\"Auto Reloader\",\"givt\":0.03,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.59},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":2.22},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":2.0},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.91},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.78},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.59},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.12},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":55.46,\"viewabilityRisk\":\"medium\",\"viewabilityByAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":64.82,\"viewability\":53.07},{\"adSize\":\"320x480\",\"inventoryRatio\":28.42,\"viewability\":43.78},{\"adSize\":\"300x250\",\"inventoryRatio\":5.09,\"viewability\":46.24},{\"adSize\":\"728x90\",\"inventoryRatio\":0.63,\"viewability\":88.57},{\"adSize\":\"300x50\",\"inventoryRatio\":0.61,\"viewability\":95.08},{\"adSize\":\"480x320\",\"inventoryRatio\":0.22,\"viewability\":100.0},{\"adSize\":\"Other\",\"inventoryRatio\":0.17,\"viewability\":95.34}]},\"inventory\":{\"byDevice\":[{\"device\":\"Apple Iphone\",\"inventoryRatio\":99.95,\"ivt\":10.71,\"viewability\":53.78}],\"byRegion\":[{\"region\":\"NA\",\"inventoryRatio\":94.1,\"ivt\":10.72,\"viewability\":53.8},{\"region\":\"EMEA\",\"inventoryRatio\":3.84,\"ivt\":9.54,\"viewability\":50.48},{\"region\":\"APAC\",\"inventoryRatio\":1.59,\"ivt\":3.78,\"viewability\":94.44},{\"region\":\"LATAM\",\"inventoryRatio\":0.48,\"ivt\":7.12,\"viewability\":65.3}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":64.82,\"ivt\":9.93,\"viewability\":53.07},{\"adSize\":\"320x480\",\"inventoryRatio\":28.42,\"ivt\":12.39,\"viewability\":43.78},{\"adSize\":\"300x250\",\"inventoryRatio\":5.09,\"ivt\":10.05,\"viewability\":46.24},{\"adSize\":\"728x90\",\"inventoryRatio\":0.63,\"ivt\":12.13,\"viewability\":88.57},{\"adSize\":\"300x50\",\"inventoryRatio\":0.61,\"ivt\":8.33,\"viewability\":95.08},{\"adSize\":\"480x320\",\"inventoryRatio\":0.22,\"ivt\":12.11,\"viewability\":100.0},{\"adSize\":\"Other\",\"inventoryRatio\":0.17,\"ivt\":10.59,\"viewability\":95.34}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":4.67,\"ivt\":11.07,\"viewability\":51.25},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.32,\"ivt\":8.59,\"viewability\":57.4},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":3.86,\"ivt\":8.95,\"viewability\":58.84},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":3.42,\"ivt\":11.21,\"viewability\":56.84},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":2.89,\"ivt\":9.95,\"viewability\":69.1},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.88,\"ivt\":10.8,\"viewability\":48.08},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.56,\"ivt\":10.88,\"viewability\":53.48},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.54,\"ivt\":8.24,\"viewability\":57.05},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":2.17,\"ivt\":11.73,\"viewability\":45.06},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventoryRatio\":2.05,\"ivt\":8.78,\"viewability\":46.43},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":2.03,\"ivt\":10.78,\"viewability\":46.51},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":2.03,\"ivt\":9.7,\"viewability\":48.71},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":1.94,\"ivt\":11.24,\"viewability\":59.04},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.86,\"ivt\":8.1,\"viewability\":44.19},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":1.83,\"ivt\":11.59,\"viewability\":49.7},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.63,\"ivt\":11.6,\"viewability\":45.43},{\"dmaName\":\"SALT LAKE CITY\",\"inventoryRatio\":1.63,\"ivt\":13.54,\"viewability\":53.64},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.48,\"ivt\":11.26,\"viewability\":47.99},{\"dmaName\":\"CHARLOTTE\",\"inventoryRatio\":1.44,\"ivt\":10.89,\"viewability\":50.96}]},\"ctr\":{\"ctr\":0.01,\"byAdSize\":[{\"adSize\":\"320x480\",\"ctr\":0.01}]}}]},\n{\"appId\":\"com.peoplefun.wordcross\", \"status\": \"Ok\", \"data\":[{\"appId\":\"com.peoplefun.wordcross\",\"region\":\"NA\",\"device\":\"smartphone\",\"appStore\":\"android\",\"appOverview\":{\"appTitle\":\"Wordscapes\",\"screenshotUrls\":[\"https://lh3.googleusercontent.com/As3TOsnEheFpkg_zEnSMyKkuFkDHUH29jaMCYHxCpo5_qOoRVnJaCPCwn4n6As27gZYe=w720-h310-rw\",\"https://lh3.googleusercontent.com/1wMupfqGU_lICkrlEHGp3NU8f8h4nH2SKyCuzsUaRsV94xegDG47cB5Zxdsg9r-P4g=w720-h310-rw\",\"https://lh3.googleusercontent.com/sXKSpjVZFHU0C9RyX6fpHgB0Jtese29CYdsgf0II8UkMRXh3LyepUk6ML5nIqjGbvhY=w720-h310-rw\",\"https://lh3.googleusercontent.com/vqCsPdZGFqZ_CvQqDkQN5NtmOfc5iTKDEDYnssmZH9DoVwdoB41haS1mSIgvFBP7kf7G=w720-h310-rw\",\"https://lh3.googleusercontent.com/Xjltlum1ubVTMNNxrG9MP-OIYQm1aEmp5jbMWcB7G_-UsDSOttrhhz_Kh84U_N0Cd7Q=w720-h310-rw\",\"https://lh3.googleusercontent.com/rauTvkbOIX4_V9CnPp7Ps9KCvkdfLOGmD7XCnTob8HAs9LOTVLxzD__nQeXLzVRjFFw=w720-h310-rw\",\"https://lh3.googleusercontent.com/svaYmVLKEqHOQV4VIX1tMB70fhbl558qt6zDnLprdMx7yvPtQXKYHEN9WbuGdFOVzrwk=w720-h310-rw\",\"https://lh3.googleusercontent.com/NMwfAHIlbNiBX0aGX-NkDjyFiUB7aE0dUGHUhDIEqLwDIe34n_I71ObFnnOm2JOX2rkE=w720-h310-rw\",\"https://lh3.googleusercontent.com/FYIV5O-wliICrzetmqyyynGhKMyZKOwXgbghYVCov6RC0BD8Svd265lQeWBHoLsk5axR=w720-h310-rw\",\"https://lh3.googleusercontent.com/bNehNCnfqS4n8JeXeY_-yltdi516ygdKa7E7xsZagIq1LR-_PMymuoXRSl6iLi-vRIO5=w720-h310-rw\",\"https://lh3.googleusercontent.com/jeGF5lZml80ZrPyvlw8knxrMN7SdV4who6fHCEyvnDrsfDrBf2Ukwa2i_u69Ug0SroY=w720-h310-rw\",\"https://lh3.googleusercontent.com/8SdM6AQUdU0jgdRXqwPgnYc-GlMrgx5LmFVV1HcI0M0O5XhjPbuxrwoppQi_k9ke1b1e=w720-h310-rw\",\"https://lh3.googleusercontent.com/Q_Kp2zgKBw18v4DJinac9QXC7RDpvbtVLK7FZz_pOxEC68xQ8fu4t3LPTQG0SGhsHQ=w720-h310-rw\",\"https://lh3.googleusercontent.com/LukcuCKLLovEVJIuW3lG5fD9YjMCpXPSU1uPSWgGuTzOx6wjBnYho3SWMbzYgEkkzGY=w720-h310-rw\",\"https://lh3.googleusercontent.com/W59W9lGoIRSwNL6vANsJrzcW2R4ZBmVaTOn0e6tTa5si3W9P_92-YPK_L-o_vL-1zA=w720-h310-rw\"],\"description\":\"Playing Wordscapes 10 mins a day sharpens your mind and prepares you for your daily life and challenges! \\n\\nThis text twist of a word game is tremendous brain challenging fun. Enjoy modern word puzzles with the best of word searching, anagrams, and crosswords! Immerse yourself into the beautiful scenery backgrounds to relax and ease your mind.\\n\\nChallenge yourself to connect letters and find as many hidden words as you can! Unlock stunning landscape backgrounds to escape from home and relax your brain.\\n\\nYou’ll never experience a dull moment after you try this addicting word puzzle game! Play this crossword puzzle once and just you won’t be able to put it down. Enjoyword connect and word find games? This is your final destination!\\n\\n➤ Escape and relax your brain by visiting the beautiful destinations of Wordscapes!\\n➤ Show your vocabulary power by connecting letters and finding all the hidden words.\\n➤ Get your word hunt on with over 6,000 crossword puzzles!\\n➤ Challenge your brain and vocabulary – this crossword puzzle starts easy and becomes challenging fast!\\n➤ Think you can beat these anagram word puzzles? They start simply but ramp up fast!\\n➤ Take each level at your own pace with unlimited tries. Simply fun and relaxation!\\n\\nWordscapes is the word hunt game that over 10 million people just can't stop playing! It's a perfect fit for fans of crossword, word connect and word anagram games, combining best of word find games and crossword puzzles. Not to mention all the gorgeous landscapes you can visit to relax yourself!\\n\\nThe top-rated word game, from the makers of Word Stacks, Word Chums, Word Flowers, Word Mocha, Wordscapes Uncrossed, and Spell Blitz.\\n\\nTerms of service: https://www.peoplefun.com/terms\",\"iabPrimaryCategory\":[\"Video Gaming\"],\"iabSubCategory\":[\"Mobile Games\"],\"delistedDate\":null,\"delistedApp\":false,\"hasDangerousPermissions\":false},\"appDetails\":{\"bundleId\":\"com.peoplefun.wordcross\",\"trackId\":null,\"appStoreUrl\":\"https://play.google.com/store/apps/details?id=com.peoplefun.wordcross\",\"trustedSeller\":null,\"incentivizedActivity\":false,\"downloadRange\":\"10000000 - 50000000\",\"averageUserRating\":4,\"contentRating\":\"Everyone\",\"blocklisted\":false,\"blocklistedReasons\":null},\"pixalateAdvisories\":{\"hasAppAdsTxt\":true,\"delistedApp\":false,\"delistedDate\":null,\"hasDangerousPermissions\":false,\"blocklisted\":false,\"privateDomain\":true,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true},\"riskOverview\":{\"ivt\":6.2,\"ivtRisk\":\"medium\",\"viewability\":90.47,\"viewabilityRisk\":\"low\",\"descriptionBrandSafetyRisk\":\"low\",\"contentBrandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"APAC\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"APAC\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"LATAM\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"GLOBAL\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"LATAM\",\"device\":\"tablet\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"NA\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"GLOBAL\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"NA\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"APAC\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"EMEA\",\"device\":\"tablet\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"NA\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]},{\"region\":\"LATAM\",\"device\":\"smartphone\",\"pixalateRisk\":\"medium\",\"pixalateRiskReasons\":[\"Moderately Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\",\"Ad Traffic Shows Some Suspicious Characteristics\"]},{\"region\":\"EMEA\",\"device\":\"smartphone\",\"pixalateRisk\":\"high\",\"pixalateRiskReasons\":[\"Significantly Elevated IVT Percentage\",\"The Publisher Hides their Corporate Details in the Domain Registry\"]}]},\"developerOverview\":{\"developerName\":\"PeopleFun\",\"developerLocation\":\"740 E Campbell Rd Suite 100 Richardson, TX 75081\",\"developerEmail\":\"wordscapes@peoplefun.com\",\"developerCountry\":\"UNITED STATES\",\"developerWebsite\":\"https://www.peoplefun.com\",\"developerTotalApps\":1,\"privateDomain\":true,\"hasTermsAndConditions\":true,\"hasPrivacyPolicy\":true,\"facebookRisk\":null,\"linkedInRating\":null,\"twitterRisk\":\"high\"},\"trafficOverview\":{\"spoofingRisk\":\"low\",\"locationMaskingRisk\":\"medium\",\"advertisingIvtRisk\":\"medium\",\"clickIvtRisk\":\"low\",\"viewabilityRisk\":\"low\",\"estimatedDailyActiveUsers\":584900,\"estimatedMonthlyActiveUsers\":17549200,\"inventory\":13214969886},\"adCapabilities\":{\"displayTopAdsize\":\"728x90\",\"videoTopAdsize\":\"480x320\",\"displayContribution\":87.96,\"videoContribution\":12.04,\"hyperLocationAvailability\":68.32,\"mraidVersion\":null,\"adsDetected\":true,\"topDevice\":\"Motorola Moto\"},\"interactiveElements\":[\"In-Game Purchases\"],\"brandSafety\":{\"descriptionBrandSafety\":{\"descriptionBrandSafetyRisk\":\"low\",\"advisoriesRisk\":\"low\",\"adultContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"offensiveContentRisk\":\"low\",\"gamblingContentRisk\":\"low\",\"violenceContentRisk\":\"low\"},\"contentBrandSafety\":{\"contentBrandSafetyRisk\":\"low\",\"adultRisk\":\"low\",\"violenceRisk\":\"low\",\"imagesData\":[{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://lh3.googleusercontent.com/k5H-BRjBg9f-WImJoDT_tBnswuWqCuADlza6rE_vLUJM5-l1txeRTC0lj-1fiUacQjQ=h310-rw\",\"text\":\"ⓔ\\nSAND 16\\nBEACH 1。\\n@j⑥\\nGRow 41. @\\nBEAR\\nZEBR A\\nSTE E L E\\nA K\\nB LA ZE R\\nx) , TEES\\nERA\\nPARK\\nA K\\nSwipe Words Immersed In\\nGorgeous Scenery!\\n\",\"labels\":[{\"label\":\"games\",\"score\":0.91238},{\"label\":\"games\",\"score\":0.91238},{\"label\":\"text\",\"score\":0.90414},{\"label\":\"text\",\"score\":0.90414},{\"label\":\"technology\",\"score\":0.82739}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://lh3.googleusercontent.com/9x7r6ZPTGwxD8JhL0fRfhDv-2XQQqUoPGNsFs3qsMGEp0jQ59DSfPm-3-1hpfgVN5g=h310-rw\",\"text\":\"BEACH 10\\nBEAR\\nZEB R A\\n忑\\nBLAZER\\nERA\\n5890\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.93078},{\"label\":\"yellow\",\"score\":0.93078},{\"label\":\"games\",\"score\":0.89236},{\"label\":\"games\",\"score\":0.89236},{\"label\":\"text\",\"score\":0.89077}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://lh3.googleusercontent.com/795O1--wkxyCjz9UAz-vVOMLyAaChVVuq6ALCgPxf1YUa90A9QMpG4pXITYrlZU5IQ=h310-rw\",\"text\":\"FOG 11\\nWHO L E\\nSPECTACULAR\\nW O\\n600\\n\",\"labels\":[{\"label\":\"text\",\"score\":0.86108},{\"label\":\"text\",\"score\":0.86108},{\"label\":\"technology\",\"score\":0.78369},{\"label\":\"technology\",\"score\":0.78369},{\"label\":\"product\",\"score\":0.75635}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"2\",\"url\":\"https://lh3.googleusercontent.com/7Vg2cUXIsIy_Sr3HUrPQA7F284DeAahPPMoTfBHFiO-P9YOWDqJn1Up1PGhHvivUb5Q=h310-rw\",\"text\":\"Daily Puzzles!\\n\",\"labels\":[{\"label\":\"ecosystem\",\"score\":0.94582},{\"label\":\"ecosystem\",\"score\":0.94582},{\"label\":\"fauna\",\"score\":0.94028},{\"label\":\"fauna\",\"score\":0.94028},{\"label\":\"collage\",\"score\":0.8377}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.25},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/4C2UNpXIEEmtlRJnLgxPiTPAuY09TTwvBb920JPQyJn-eYFBiH_bptLx1szRJwXmO1I=h310-rw\",\"text\":\"GWORDSCAPES\\nRISE GROW SHINE\\nPINE DEW FLOW FOG LIFE\\nSPIRE ROCK SIERRA DUNE SAND\\nZ VAST WAVE STORMBLUE DEPTe\\n200 (\\n\",\"labels\":[{\"label\":\"product\",\"score\":0.84087},{\"label\":\"product\",\"score\":0.84087},{\"label\":\"screenshot\",\"score\":0.71182},{\"label\":\"screenshot\",\"score\":0.71182},{\"label\":\"font\",\"score\":0.69977}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/x5p87FkvRWPKLpztmta4-90tbZEItNqkMwr3966OBGLOC996jahdkS6hSxwiS0lEOm8=h310-rw\",\"text\":\"BEACH 10\\nBEAR\\nZEBR A\\nB LA ZER\\nERA\\n508\\nBL\\n480 (¢\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.93884},{\"label\":\"yellow\",\"score\":0.93884},{\"label\":\"text\",\"score\":0.87116},{\"label\":\"text\",\"score\":0.87116},{\"label\":\"screenshot\",\"score\":0.75972}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/zlRxet6dUSjFftPmArcHi8GZ4Yh5isfuD3ACkisFWztj_sxwC84gKTYHh79rhbPi9s0=h310-rw\",\"text\":\"BEACH 10\\nBEAR\\nZEBR A\\nB LA ZER\\nERA\\n508\\nBL\\n480 (¢\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.93884},{\"label\":\"yellow\",\"score\":0.93884},{\"label\":\"text\",\"score\":0.87116},{\"label\":\"text\",\"score\":0.87116},{\"label\":\"screenshot\",\"score\":0.75972}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/J-cmiP-xLOYFAsXL4xzcf-eTuuSUkG5eMxyd9hIpZlYYHckS2f6IdWZUrjpKmVMwZg=h310-rw\",\"text\":\"A R K\\nPA R\\nPARK\\n0-\\n509\\nA K\\n480\\n\",\"labels\":[{\"label\":\"green\",\"score\":0.9469},{\"label\":\"green\",\"score\":0.9469},{\"label\":\"yellow\",\"score\":0.92759},{\"label\":\"yellow\",\"score\":0.92759},{\"label\":\"text\",\"score\":0.90783}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/AQ_v7LBJikj2Ftn-cA3cwntp5tk1rC3BxN6B91hZXdwkGLsTs6yrqiUIv5gI-PtGm9U=h310-rw\",\"text\":\"G W RDSCAPES\\nRISEGROW SHINE\\nCOMPLETE\\nPINE DEw FLOW FOG\\nLIFE\\nCOMPLETE\\nSPIRE ROCK SIERRA DUNE SAND\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.90605},{\"label\":\"yellow\",\"score\":0.90605},{\"label\":\"text\",\"score\":0.86125},{\"label\":\"text\",\"score\":0.86125},{\"label\":\"product\",\"score\":0.85399}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/T7Bk0qwDn970Qmkqq3HMJFmg3MUL_crQUlV2CEHFlt8IB6GNhUgbJyFNA18LrP7oRtU=h310-rw\",\"text\":\"How Brilliant\\nAre You?\\nWORDSCAPES\\n6,184\\nBRILLIANCE\\nNEXT\\n2365\\n\",\"labels\":[{\"label\":\"water\",\"score\":0.88552},{\"label\":\"water\",\"score\":0.88552},{\"label\":\"water resources\",\"score\":0.87219},{\"label\":\"water resources\",\"score\":0.87219},{\"label\":\"sky\",\"score\":0.81468}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/2EOqWDSLjJPbCv9SE1pW3ocIBSjissP4CxEcrIOy_j6zXU9oXgJR5zSQ69ajaKLpWsQe=h310-rw\",\"text\":\"SUN 1\\nO PTP\\nHOO P\\nHOOT\\n500\\n50\\n\",\"labels\":[{\"label\":\"yellow\",\"score\":0.9117},{\"label\":\"yellow\",\"score\":0.9117},{\"label\":\"text\",\"score\":0.87344},{\"label\":\"text\",\"score\":0.87344},{\"label\":\"orange\",\"score\":0.8327}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/0Pv-5eCb7pa6-mD9xmmmhrToXN6Nwg4FL187s_XjpGxAtpLhvvWs55wZjIMaV0RHjA=h310-rw\",\"text\":\"A R K\\nPA R\\nPARK\\n0-\\n509\\nA K\\n480\\n\",\"labels\":[{\"label\":\"green\",\"score\":0.9469},{\"label\":\"green\",\"score\":0.9469},{\"label\":\"yellow\",\"score\":0.92759},{\"label\":\"yellow\",\"score\":0.92759},{\"label\":\"text\",\"score\":0.90783}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/9qd-n4iJtsfgD2xhE6Cwn7U0ZGNVceN7y3xdBoJDx2BPtnN5hBe60u3BjRYmyfPM298=h310-rw\",\"text\":\"SAND 16\\nSTEEL\\nTEES\\n200\\n\",\"labels\":[{\"label\":\"text\",\"score\":0.92525},{\"label\":\"text\",\"score\":0.92525},{\"label\":\"orange\",\"score\":0.83419},{\"label\":\"orange\",\"score\":0.83419},{\"label\":\"product\",\"score\":0.8301}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/vAbMKQapgYxp6EQn755Yya1EasNpfIPjSjemr9Wjh-2CiKaEaxaDHOuNkRzJY_sFJriE=h310-rw\",\"text\":\"WORDSCAPES\\n6,184\\nBRILLIANCE\\nNEXT\\n\",\"labels\":[{\"label\":\"sky\",\"score\":0.94761},{\"label\":\"sky\",\"score\":0.94761},{\"label\":\"yellow\",\"score\":0.92401},{\"label\":\"yellow\",\"score\":0.92401},{\"label\":\"text\",\"score\":0.86126}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/qrarF_4H5RNk2SP6PuGVxWhfyUPnbK2vnfFwxUpOVgeyhbqgvNonfEnZ-OPL_1uUSw=h310-rw\",\"text\":\"FOG 10\\nLO DGE\\nWELL DONE!\\nL D\\n200\\n\",\"labels\":[{\"label\":\"games\",\"score\":0.82924},{\"label\":\"games\",\"score\":0.82924},{\"label\":\"technology\",\"score\":0.65214},{\"label\":\"technology\",\"score\":0.65214},{\"label\":\"font\",\"score\":0.60254}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0},{\"adult\":\"1\",\"medical\":\"1\",\"violence\":\"1\",\"spoof\":\"1\",\"url\":\"https://lh3.googleusercontent.com/imikqnz4Z902LZObVhZqh1CoAPhOtr9OIVdPWKhnASICX2W_vf495fmRtYCH2kgmqA=h310-rw\",\"text\":\"GROW 4\\nPARK\\nA K\\n200\\n\",\"labels\":[{\"label\":\"green\",\"score\":0.96237},{\"label\":\"green\",\"score\":0.96237},{\"label\":\"yellow\",\"score\":0.93546},{\"label\":\"yellow\",\"score\":0.93546},{\"label\":\"text\",\"score\":0.92806}],\"violenceRating\":\"low\",\"spoofRating\":\"low\",\"medicalRating\":\"low\",\"adultRating\":\"low\",\"scoreWieght\":1.0}]}},\"appPermissions\":{\"ivtPermissionRisk\":\"high\",\"permissions\":[{\"name\":\"WAKE_LOCK\",\"description\":\"Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.\",\"isDangerous\":false,\"ivtPermissionRisk\":\"high\"},{\"name\":\"FOREGROUND_SERVICE\",\"description\":\"Allows a regular application to use Service.startForeground.\",\"isDangerous\":false,\"ivtPermissionRisk\":\"low\"},{\"name\":\"ACCESS_NETWORK_STATE\",\"description\":\"Allows applications to access information about networks.\",\"isDangerous\":false,\"ivtPermissionRisk\":null},{\"name\":\"ACCESS_WIFI_STATE\",\"description\":\"Allows applications to access information about Wi-Fi networks.\",\"isDangerous\":false,\"ivtPermissionRisk\":null},{\"name\":\"INTERNET\",\"description\":\"Allows applications to open network sockets.\",\"isDangerous\":false,\"ivtPermissionRisk\":null},{\"name\":\"RECEIVE_BOOT_COMPLETED\",\"description\":\"Allows an application to receive the Intent.ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.\",\"isDangerous\":false,\"ivtPermissionRisk\":\"high\"}]},\"trafficOverlap\":{\"byOverallTraffic\":[{\"appName\":\"News Break: Local Breaking Stories & US Headlines\",\"developerName\":\"Particle Media Inc.\",\"inventoryOverlap\":9.56,\"userOverlap\":4.86},{\"appName\":\"Word Stacks\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":3.77,\"userOverlap\":3.45},{\"appName\":\"Wordscapes Search\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":2.98,\"userOverlap\":2.64},{\"appName\":\"Happy Color™ – Color by Number\",\"developerName\":\"X-Flow\",\"inventoryOverlap\":2.31,\"userOverlap\":2.36},{\"appName\":\"Weather by WeatherBug: Live Radar Map & Forecast\",\"developerName\":\"WeatherBug\",\"inventoryOverlap\":3.5,\"userOverlap\":2.33},{\"appName\":\"Word Collect - Free Word Games\",\"developerName\":\"Super Lucky Games LLC\",\"inventoryOverlap\":2.06,\"userOverlap\":1.88},{\"appName\":\"Match 3D - Matching Puzzle Game\",\"developerName\":\"Loop Games A.S.\",\"inventoryOverlap\":1.95,\"userOverlap\":1.76},{\"appName\":\"Weather & Hurricane Tracker: The Weather Channel\",\"developerName\":\"The Weather Channel\",\"inventoryOverlap\":3.13,\"userOverlap\":1.75},{\"appName\":\"Words With Friends 2 – Free Multiplayer Word Games\",\"developerName\":\"Zynga\",\"inventoryOverlap\":2.43,\"userOverlap\":1.62},{\"appName\":\"Solitaire\",\"developerName\":\"MobilityWare\",\"inventoryOverlap\":2.35,\"userOverlap\":1.38},{\"appName\":\"Sudoku.com - Free Sudoku\",\"developerName\":\"Easybrain\",\"inventoryOverlap\":1.61,\"userOverlap\":1.31},{\"appName\":\"Hulu: Stream TV shows & watch the latest movies\",\"developerName\":\"Hulu\",\"inventoryOverlap\":0.91,\"userOverlap\":1.1},{\"appName\":\"Wordscapes In Bloom\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":1.4,\"userOverlap\":1.08},{\"appName\":\"ZEDGE™ Wallpapers & Ringtones\",\"developerName\":\"Zedge\",\"inventoryOverlap\":0.91,\"userOverlap\":1.04},{\"appName\":\"Wood Block Puzzle - Free Classic Block Puzzle Game\",\"developerName\":\"Beetles Games Studio\",\"inventoryOverlap\":1.09,\"userOverlap\":0.98},{\"appName\":\"Word Trip\",\"developerName\":\"PlaySimple Games\",\"inventoryOverlap\":1.17,\"userOverlap\":0.97},{\"appName\":\"Solitaire\",\"developerName\":\"Tripledot Studios Limited\",\"inventoryOverlap\":1.43,\"userOverlap\":0.96},{\"appName\":\"Sudoku - Free Classic Sudoku Puzzles\",\"developerName\":\"Beetles Games Studio\",\"inventoryOverlap\":1.2,\"userOverlap\":0.95},{\"appName\":\"WEBTOON\",\"developerName\":\"NAVER WEBTOON\",\"inventoryOverlap\":1.27,\"userOverlap\":0.94},{\"appName\":\"Spider Solitaire\",\"developerName\":\"MobilityWare\",\"inventoryOverlap\":1.56,\"userOverlap\":0.91}],\"byIvt\":[{\"appName\":\"News Break: Local Breaking Stories & US Headlines\",\"developerName\":\"Particle Media Inc.\",\"inventoryOverlap\":11.31,\"userOverlap\":5.79},{\"appName\":\"Word Stacks\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":3.5,\"userOverlap\":3.5},{\"appName\":\"Weather by WeatherBug: Live Radar Map & Forecast\",\"developerName\":\"WeatherBug\",\"inventoryOverlap\":3.3,\"userOverlap\":2.51},{\"appName\":\"Wordscapes Search\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":3.04,\"userOverlap\":2.45},{\"appName\":\"Sudoku.com - Free Sudoku\",\"developerName\":\"Easybrain\",\"inventoryOverlap\":2.04,\"userOverlap\":2.34},{\"appName\":\"Happy Color™ – Color by Number\",\"developerName\":\"X-Flow\",\"inventoryOverlap\":2.35,\"userOverlap\":2.28},{\"appName\":\"Weather & Hurricane Tracker: The Weather Channel\",\"developerName\":\"The Weather Channel\",\"inventoryOverlap\":3.09,\"userOverlap\":1.88},{\"appName\":\"Words With Friends 2 – Free Multiplayer Word Games\",\"developerName\":\"Zynga\",\"inventoryOverlap\":2.57,\"userOverlap\":1.86},{\"appName\":\"Word Collect - Free Word Games\",\"developerName\":\"Super Lucky Games LLC\",\"inventoryOverlap\":1.97,\"userOverlap\":1.8},{\"appName\":\"Match 3D - Matching Puzzle Game\",\"developerName\":\"Loop Games A.S.\",\"inventoryOverlap\":1.94,\"userOverlap\":1.79},{\"appName\":\"Solitaire\",\"developerName\":\"MobilityWare\",\"inventoryOverlap\":2.36,\"userOverlap\":1.51},{\"appName\":\"Wordscapes In Bloom\",\"developerName\":\"PeopleFun\",\"inventoryOverlap\":1.44,\"userOverlap\":1.26},{\"appName\":\"Jigsaw Puzzles - Puzzle Game\",\"developerName\":\"Easybrain\",\"inventoryOverlap\":1.1,\"userOverlap\":1.17},{\"appName\":\"WEBTOON\",\"developerName\":\"NAVER WEBTOON\",\"inventoryOverlap\":1.9,\"userOverlap\":1.05},{\"appName\":\"Hulu: Stream TV shows & watch the latest movies\",\"developerName\":\"Hulu\",\"inventoryOverlap\":1.02,\"userOverlap\":1.02},{\"appName\":\"iFunny – fresh memes, gifs and videos\",\"developerName\":\"iFunny Inc.\",\"inventoryOverlap\":0.39,\"userOverlap\":1.01},{\"appName\":\"Spider Solitaire\",\"developerName\":\"MobilityWare\",\"inventoryOverlap\":1.46,\"userOverlap\":1.01},{\"appName\":\"Sudoku - Free Classic Sudoku Puzzles\",\"developerName\":\"Beetles Games Studio\",\"inventoryOverlap\":1.32,\"userOverlap\":1.01},{\"appName\":\"Word Trip\",\"developerName\":\"PlaySimple Games\",\"inventoryOverlap\":1.1,\"userOverlap\":1.0},{\"appName\":\"CNN Breaking US & World News\",\"developerName\":\"CNN\",\"inventoryOverlap\":1.73,\"userOverlap\":1.0}]},\"authorizedSellers\":[{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":23.3,\"ivt\":8.93,\"videoInventoryRatio\":0.37,\"viewability\":91.02},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":14.1,\"ivt\":7.53,\"videoInventoryRatio\":0.0,\"viewability\":94.32},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":6.81,\"ivt\":14.12,\"videoInventoryRatio\":0.41,\"viewability\":64.96},{\"exchange\":\"Smaato Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":6.44,\"ivt\":14.7,\"videoInventoryRatio\":0.0,\"viewability\":88.27},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Reseller\",\"inventoryRatio\":15.48,\"ivt\":7.37,\"videoInventoryRatio\":3.58,\"viewability\":92.15},{\"exchange\":\"OpenX\",\"paymentType\":\"Reseller\",\"inventoryRatio\":3.64,\"ivt\":6.76,\"videoInventoryRatio\":1.74,\"viewability\":97.14},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.07,\"ivt\":0.24,\"videoInventoryRatio\":0.0,\"viewability\":63.08},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":32.91,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"SpotX\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":7.69,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"videoInventoryRatio\":100.0,\"viewability\":null},{\"exchange\":\"InMobi\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":15.5,\"ivt\":13.94,\"videoInventoryRatio\":2.95,\"viewability\":91.25},{\"exchange\":\"Inneractive LTD\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":14.65,\"ivt\":11.55,\"videoInventoryRatio\":5.81,\"viewability\":91.19},{\"exchange\":\"MobileFuse LLC\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.01,\"ivt\":3.31,\"videoInventoryRatio\":0.0,\"viewability\":86.93}],\"invalidTraffic\":{\"ivt\":6.2,\"givt\":0.13,\"sivt\":6.07,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.13,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":3.45},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.72},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"LocationObfuscation\",\"givt\":0.0,\"sivt\":0.29},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.27},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.26},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.24},{\"fraudType\":\"DisplayClickFraud\",\"givt\":0.0,\"sivt\":0.2},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.2},{\"fraudType\":\"DeviceIdStuffing\",\"givt\":0.0,\"sivt\":0.1},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.02}]},\"viewability\":{\"viewability\":90.47,\"viewabilityRisk\":\"low\",\"viewabilityByAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":81.84,\"viewability\":90.75},{\"adSize\":\"480x320\",\"inventoryRatio\":7.9,\"viewability\":24.16},{\"adSize\":\"320x480\",\"inventoryRatio\":5.69,\"viewability\":64.31},{\"adSize\":\"728x90\",\"inventoryRatio\":2.44,\"viewability\":90.89},{\"adSize\":\"300x50\",\"inventoryRatio\":1.91,\"viewability\":92.89},{\"adSize\":\"Other\",\"inventoryRatio\":0.19,\"viewability\":84.98}]},\"inventory\":{\"byDevice\":[{\"device\":\"Motorola Moto\",\"inventoryRatio\":6.72,\"ivt\":5.98,\"viewability\":90.14},{\"device\":\"Galaxy S9\",\"inventoryRatio\":6.23,\"ivt\":6.25,\"viewability\":91.4},{\"device\":\"Galaxy S8\",\"inventoryRatio\":5.95,\"ivt\":6.37,\"viewability\":91.14},{\"device\":\"Galaxy S7\",\"inventoryRatio\":4.26,\"ivt\":5.41,\"viewability\":90.66},{\"device\":\"Generic Android\",\"inventoryRatio\":3.66,\"ivt\":5.22,\"viewability\":91.4},{\"device\":\"Galaxy S10\",\"inventoryRatio\":3.52,\"ivt\":6.2,\"viewability\":92.57},{\"device\":\"Galaxy A10e\",\"inventoryRatio\":3.36,\"ivt\":7.29,\"viewability\":88.84},{\"device\":\"Galaxy S10e\",\"inventoryRatio\":3.26,\"ivt\":6.7,\"viewability\":92.2},{\"device\":\"Galaxy S9+\",\"inventoryRatio\":2.88,\"ivt\":6.83,\"viewability\":92.35},{\"device\":\"Galaxy S8+\",\"inventoryRatio\":2.6,\"ivt\":7.23,\"viewability\":91.1},{\"device\":\"Galaxy S10+\",\"inventoryRatio\":2.41,\"ivt\":6.68,\"viewability\":92.6},{\"device\":\"Galaxy J7 (2018)\",\"inventoryRatio\":2.34,\"ivt\":6.78,\"viewability\":90.36},{\"device\":\"Galaxy A20\",\"inventoryRatio\":2.23,\"ivt\":7.73,\"viewability\":89.61},{\"device\":\"Galaxy J7 (2017)\",\"inventoryRatio\":2.17,\"ivt\":5.94,\"viewability\":90.18},{\"device\":\"Galaxy Note8\",\"inventoryRatio\":2.08,\"ivt\":7.14,\"viewability\":92.13},{\"device\":\"Galaxy Note9\",\"inventoryRatio\":1.99,\"ivt\":7.18,\"viewability\":92.53},{\"device\":\"Galaxy A50\",\"inventoryRatio\":1.8,\"ivt\":6.01,\"viewability\":90.75},{\"device\":\"Galaxy J3 2017\",\"inventoryRatio\":1.72,\"ivt\":5.97,\"viewability\":88.7},{\"device\":\"Google Pixel\",\"inventoryRatio\":1.6,\"ivt\":5.68,\"viewability\":91.71},{\"device\":\"Stylo 5\",\"inventoryRatio\":1.1,\"ivt\":6.17,\"viewability\":87.42},{\"device\":\"Galaxy S7 Edge\",\"inventoryRatio\":1.09,\"ivt\":5.87,\"viewability\":90.39},{\"device\":\"Galaxy Note10+\",\"inventoryRatio\":1.01,\"ivt\":7.22,\"viewability\":92.59},{\"device\":\"Stylo 4\",\"inventoryRatio\":0.97,\"ivt\":7.27,\"viewability\":86.94},{\"device\":\"G6\",\"inventoryRatio\":0.95,\"ivt\":4.98,\"viewability\":88.38},{\"device\":\"Galaxy S6\",\"inventoryRatio\":0.9,\"ivt\":4.95,\"viewability\":88.45},{\"device\":\"Galaxy S20 5G\",\"inventoryRatio\":0.88,\"ivt\":6.02,\"viewability\":93.04},{\"device\":\"Galaxy J3 V 3rd Gen\",\"inventoryRatio\":0.87,\"ivt\":6.42,\"viewability\":90.69},{\"device\":\"G7 ThinQ\",\"inventoryRatio\":0.85,\"ivt\":5.15,\"viewability\":89.45},{\"device\":\"K30\",\"inventoryRatio\":0.84,\"ivt\":5.43,\"viewability\":87.27},{\"device\":\"Galaxy A51\",\"inventoryRatio\":0.81,\"ivt\":6.98,\"viewability\":90.42},{\"device\":\"Moto G6\",\"inventoryRatio\":0.75,\"ivt\":6.08,\"viewability\":91.14},{\"device\":\"Galaxy J7 Top\",\"inventoryRatio\":0.72,\"ivt\":6.58,\"viewability\":90.54},{\"device\":\"Galaxy J3 Duos\",\"inventoryRatio\":0.69,\"ivt\":5.61,\"viewability\":85.73},{\"device\":\"Galaxy S20+ 5G\",\"inventoryRatio\":0.66,\"ivt\":5.81,\"viewability\":92.63},{\"device\":\"Galaxy Amp Prime 3 2018\",\"inventoryRatio\":0.62,\"ivt\":5.59,\"viewability\":89.65},{\"device\":\"Galaxy Note10\",\"inventoryRatio\":0.62,\"ivt\":7.44,\"viewability\":92.67},{\"device\":\"Galaxy A5 (2017)\",\"inventoryRatio\":0.58,\"ivt\":3.27,\"viewability\":87.57},{\"device\":\"Galaxy A11\",\"inventoryRatio\":0.57,\"ivt\":4.41,\"viewability\":90.44},{\"device\":\"Galaxy S8 Active\",\"inventoryRatio\":0.53,\"ivt\":6.41,\"viewability\":90.65},{\"device\":\"Galaxy A8 2018\",\"inventoryRatio\":0.51,\"ivt\":5.2,\"viewability\":88.72},{\"device\":\"Stylo 6\",\"inventoryRatio\":0.5,\"ivt\":6.33,\"viewability\":90.74},{\"device\":\"Galaxy J3 Top\",\"inventoryRatio\":0.5,\"ivt\":5.61,\"viewability\":90.91},{\"device\":\"K51\",\"inventoryRatio\":0.48,\"ivt\":5.86,\"viewability\":91.49},{\"device\":\"G8 ThinQ\",\"inventoryRatio\":0.48,\"ivt\":5.15,\"viewability\":90.78},{\"device\":\"Galaxy S5\",\"inventoryRatio\":0.46,\"ivt\":6.41,\"viewability\":86.42},{\"device\":\"K12 Plus\",\"inventoryRatio\":0.46,\"ivt\":6.11,\"viewability\":88.42},{\"device\":\"Moto Z2 Force\",\"inventoryRatio\":0.44,\"ivt\":5.31,\"viewability\":91.11},{\"device\":\"Galaxy A21\",\"inventoryRatio\":0.4,\"ivt\":4.45,\"viewability\":92.19},{\"device\":\"Rebel 4\",\"inventoryRatio\":0.38,\"ivt\":6.26,\"viewability\":86.78},{\"device\":\"Galaxy Note 5\",\"inventoryRatio\":0.37,\"ivt\":5.31,\"viewability\":89.4},{\"device\":\"Moto Z2 Play\",\"inventoryRatio\":0.34,\"ivt\":5.79,\"viewability\":89.42},{\"device\":\"Galaxy S20 Ultra\",\"inventoryRatio\":0.34,\"ivt\":6.63,\"viewability\":92.82},{\"device\":\"Aristo 3\",\"inventoryRatio\":0.34,\"ivt\":6.88,\"viewability\":86.69},{\"device\":\"Galaxy A71 5G\",\"inventoryRatio\":0.34,\"ivt\":5.82,\"viewability\":92.44},{\"device\":\"Q7\",\"inventoryRatio\":0.34,\"ivt\":5.84,\"viewability\":88.7},{\"device\":\"V40 ThinQ\",\"inventoryRatio\":0.31,\"ivt\":6.61,\"viewability\":91.45},{\"device\":\"K20 V\",\"inventoryRatio\":0.29,\"ivt\":4.9,\"viewability\":87.15},{\"device\":\"Galaxy J7 2015\",\"inventoryRatio\":0.28,\"ivt\":6.16,\"viewability\":87.26},{\"device\":\"Samsung Sm\",\"inventoryRatio\":0.28,\"ivt\":5.88,\"viewability\":90.09},{\"device\":\"Galaxy J2 Core\",\"inventoryRatio\":0.27,\"ivt\":6.1,\"viewability\":91.53},{\"device\":\"Galaxy Note20 Ultra 5G\",\"inventoryRatio\":0.27,\"ivt\":4.82,\"viewability\":92.66},{\"device\":\"Galaxy Note20 5G\",\"inventoryRatio\":0.26,\"ivt\":6.42,\"viewability\":92.82},{\"device\":\"Moto Z Play\",\"inventoryRatio\":0.25,\"ivt\":6.01,\"viewability\":91.21},{\"device\":\"3V (2019)\",\"inventoryRatio\":0.24,\"ivt\":7.42,\"viewability\":90.0},{\"device\":\"Galaxy A6\",\"inventoryRatio\":0.24,\"ivt\":7.01,\"viewability\":89.64},{\"device\":\"Galaxy Note10+ 5G\",\"inventoryRatio\":0.23,\"ivt\":8.14,\"viewability\":92.48},{\"device\":\"Aristo 2\",\"inventoryRatio\":0.23,\"ivt\":4.94,\"viewability\":86.2},{\"device\":\"Stylo 3\",\"inventoryRatio\":0.23,\"ivt\":7.03,\"viewability\":84.81},{\"device\":\"G5\",\"inventoryRatio\":0.22,\"ivt\":6.16,\"viewability\":88.01},{\"device\":\"V30\",\"inventoryRatio\":0.22,\"ivt\":4.0,\"viewability\":90.83},{\"device\":\"Galaxy J3 Star\",\"inventoryRatio\":0.21,\"ivt\":7.36,\"viewability\":90.77},{\"device\":\"Galaxy A01\",\"inventoryRatio\":0.21,\"ivt\":4.36,\"viewability\":88.99},{\"device\":\"V20\",\"inventoryRatio\":0.2,\"ivt\":5.02,\"viewability\":88.26},{\"device\":\"Galaxy A70\",\"inventoryRatio\":0.2,\"ivt\":3.4,\"viewability\":91.05},{\"device\":\"Premier Pro\",\"inventoryRatio\":0.19,\"ivt\":6.84,\"viewability\":86.67},{\"device\":\"X Charge\",\"inventoryRatio\":0.19,\"ivt\":6.79,\"viewability\":85.75},{\"device\":\"Stylo 3 Plus\",\"inventoryRatio\":0.19,\"ivt\":5.56,\"viewability\":84.96},{\"device\":\"Galaxy S7 Active\",\"inventoryRatio\":0.18,\"ivt\":5.25,\"viewability\":89.71},{\"device\":\"K31\",\"inventoryRatio\":0.18,\"ivt\":5.13,\"viewability\":91.15},{\"device\":\"K20 Plus\",\"inventoryRatio\":0.18,\"ivt\":6.2,\"viewability\":86.62},{\"device\":\"V30+\",\"inventoryRatio\":0.17,\"ivt\":7.22,\"viewability\":87.69},{\"device\":\"Fortune 2\",\"inventoryRatio\":0.16,\"ivt\":6.81,\"viewability\":83.26},{\"device\":\"Alcatel A502dl\",\"inventoryRatio\":0.16,\"ivt\":6.39,\"viewability\":87.2},{\"device\":\"Legacy\",\"inventoryRatio\":0.16,\"ivt\":7.7,\"viewability\":92.1},{\"device\":\"Galaxy J3 Achieve\",\"inventoryRatio\":0.16,\"ivt\":6.93,\"viewability\":90.01},{\"device\":\"Aristo\",\"inventoryRatio\":0.16,\"ivt\":6.54,\"viewability\":84.93},{\"device\":\"Phoenix 4\",\"inventoryRatio\":0.15,\"ivt\":5.98,\"viewability\":85.6},{\"device\":\"Moto Z Droid\",\"inventoryRatio\":0.14,\"ivt\":5.66,\"viewability\":89.96},{\"device\":\"Galaxy J2 Dash\",\"inventoryRatio\":0.14,\"ivt\":6.16,\"viewability\":87.79},{\"device\":\"6T\",\"inventoryRatio\":0.13,\"ivt\":4.41,\"viewability\":93.24},{\"device\":\"Lg Lm\",\"inventoryRatio\":0.12,\"ivt\":6.93,\"viewability\":87.88},{\"device\":\"DuraForce Pro 2\",\"inventoryRatio\":0.12,\"ivt\":4.0,\"viewability\":89.62},{\"device\":\"Journey LTE\",\"inventoryRatio\":0.12,\"ivt\":7.83,\"viewability\":88.59},{\"device\":\"Droid Turbo 2\",\"inventoryRatio\":0.11,\"ivt\":5.91,\"viewability\":84.37},{\"device\":\"P30 Lite\",\"inventoryRatio\":0.1,\"ivt\":9.83,\"viewability\":91.45},{\"device\":\"Nokia 3\",\"inventoryRatio\":0.1,\"ivt\":4.33,\"viewability\":87.34}],\"byRegion\":[{\"region\":\"NA\",\"inventoryRatio\":91.78,\"ivt\":6.2,\"viewability\":90.19},{\"region\":\"APAC\",\"inventoryRatio\":5.32,\"ivt\":6.21,\"viewability\":46.21},{\"region\":\"EMEA\",\"inventoryRatio\":2.81,\"ivt\":11.0,\"viewability\":92.94},{\"region\":\"LATAM\",\"inventoryRatio\":0.08,\"ivt\":9.68,\"viewability\":88.17}],\"byCountry\":null,\"byAdSize\":[{\"adSize\":\"320x50\",\"inventoryRatio\":81.84,\"ivt\":5.87,\"viewability\":90.75},{\"adSize\":\"480x320\",\"inventoryRatio\":7.9,\"ivt\":4.64,\"viewability\":24.16},{\"adSize\":\"320x480\",\"inventoryRatio\":5.69,\"ivt\":9.23,\"viewability\":64.31},{\"adSize\":\"728x90\",\"inventoryRatio\":2.44,\"ivt\":11.87,\"viewability\":90.89},{\"adSize\":\"300x50\",\"inventoryRatio\":1.91,\"ivt\":11.1,\"viewability\":92.89},{\"adSize\":\"Other\",\"inventoryRatio\":0.19,\"ivt\":4.79,\"viewability\":84.98}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":5.29,\"ivt\":7.08,\"viewability\":91.25},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":4.22,\"ivt\":4.66,\"viewability\":90.85},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":3.96,\"ivt\":5.33,\"viewability\":91.71},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.2,\"ivt\":9.88,\"viewability\":90.08},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":3.2,\"ivt\":5.07,\"viewability\":91.24},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":3.05,\"ivt\":6.09,\"viewability\":90.45},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.89,\"ivt\":4.87,\"viewability\":89.24},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.84,\"ivt\":5.17,\"viewability\":89.36},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":2.2,\"ivt\":6.2,\"viewability\":89.46},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.17,\"ivt\":5.53,\"viewability\":90.87},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":2.08,\"ivt\":5.02,\"viewability\":90.86},{\"dmaName\":\"CLEVELAND-AKRON (CANTON)\",\"inventoryRatio\":2.07,\"ivt\":10.33,\"viewability\":89.21},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.91,\"ivt\":4.43,\"viewability\":90.38},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventoryRatio\":1.85,\"ivt\":5.33,\"viewability\":89.82},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":1.82,\"ivt\":4.78,\"viewability\":91.55},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.78,\"ivt\":7.27,\"viewability\":91.34},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":1.73,\"ivt\":12.23,\"viewability\":89.65},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.65,\"ivt\":6.88,\"viewability\":88.66},{\"dmaName\":\"PITTSBURGH\",\"inventoryRatio\":1.54,\"ivt\":8.88,\"viewability\":91.1}]},\"ctr\":{\"ctr\":0.45,\"byAdSize\":null}}]}\n]"},{"id":"d03e20e7-a8ed-479a-b8ce-386063972bd3","name":"importApps - Not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=&region=&widget=&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all."},{"key":"widget","value":"","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default all"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"appId\":\"app1\", \"status\": \"NotFound\",\"data\": null}]"},{"id":"8ada185c-577a-454c-8bbc-53e8eca2a9d3","name":"importApps - Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"1407852246 or com.peoplefun.wordcross"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=&region=&widget=&username=&password=&callback=","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importApps"],"query":[{"key":"device","value":"","description":"Optional. \"smartphone\", \"tablet\", \"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default all."},{"key":"widget","value":"","description":"Optional. \"appOverview\", \"appDetails\", \"pixalateAdvisories\",\n\"riskOverview\", \"developerOverview\", \"trafficOverview\",\n\"adCapabilities\", \"interactiveElements\", \"brandSafety\",\n\"appPermissions\", \"trafficOverlap\", \"authorizedSellers\",\n\"invalidTraffic\", \"viewability\", \"inventory\", \"ctr\". Default all"},{"key":"username","value":"","description":"Required. Refer to your onboarding email."},{"key":"password","value":"","description":"Required. Refer to your onboarding email."},{"key":"callback","value":"","description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"appId\":\"app1\", \"status\": \"Error\",\"data\": null}]"}],"_postman_id":"cf53c8e5-5859-44e6-9426-6becce30630a"}],"id":"20b3d3bd-2ab2-495f-8721-202ea9ed23be","description":"<p>The report will not be available for download at the returned URI location until processing has been completed.  While creating the report, a request to retrieve the report using the response URL will return an HTTP status code Not Found (404).  Once asynchronous processing has completed, the report is returned as normal.  If asynchronous processing of a report fails because of an invalid query the request to retrieve the report using the response URL will return an HTTP status code Bad Request (400).  Or, if the submitted file contained more than 5000 domains, then an HTTP status code Request Entity Too Large (413) is returned. Or if the account's quota limit has been exceeded, then an HTTP status code Forbidden (403) is returned. For all other errors, a request to retrieve the report using the response URL will return an HTTP status code Internal Service Error  (500).  Client systems should poll the response URL until the report is available, or a non 404 HTTP status code is returned.</p>\n<p>Data\nPosted data should be uploaded as the MIME type: text/plain</p>\n<p>Posted data is in JSON format.  Each line consists of a single field which is the Bundle ID or Track ID.</p>\n<p><strong>Sample Request</strong> - <a href=\"https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=&amp;region=&amp;widget=&amp;username&amp;password&amp;callback\">https://ratings2.api.pixalate.com/services/2020/Ratings/importApps?device=&amp;region=&amp;widget=&amp;username&amp;password&amp;callback</a></p>\n<p><strong>Sample Response</strong> - <a href=\"https://dashboardcdn.pixalate.com/www/exported/Client/YYYY-MM-DD/qprdbkr9dfeoostip8ltqgmecd/apps_YYYY-MM-DD\">https://dashboardcdn.pixalate.com/www/exported/Client/YYYY-MM-DD/qprdbkr9dfeoostip8ltqgmecd/apps_YYYY-MM-DD</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8f5456c1-6020-48f6-929e-b0845558fb0c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a7862bfb-57a6-4fb0-b0ba-960383e17327"}}],"_postman_id":"20b3d3bd-2ab2-495f-8721-202ea9ed23be"},{"name":"Import Domains","item":[{"name":"importDomains - Region & Device","id":"7a6e1ebc-8447-475e-82d7-d48bb6c73c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&username&password&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importDomains"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":"desktop"},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":"US"},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":null},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":null},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":null}],"variable":[]}},"response":[{"id":"d66bdeca-e785-4922-819a-e1eb15414941","name":"importDomains (Region & Device)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"desktop","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"US","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"cnn.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":2.21,\"ivtRisk\":\"low\",\"viewability\":53.74,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":3376963078,\"desktopTrafficRatio\":55.14,\"mobileTrafficRatio\":44.77,\"videoTrafficRatio\":89.16,\"ctr\":0.17,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":10868},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":2.18},\"invalidTraffic\":{\"ivt\":2.21,\"givt\":0.41,\"sivt\":1.8,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.4,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.86},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.37},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.07},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.03}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":64.0},{\"name\":\"IT World\",\"trafficRatio\":13.47},{\"name\":\"Psychz Networks\",\"trafficRatio\":6.29},{\"name\":\"ServerMania\",\"trafficRatio\":2.37},{\"name\":\"My Tec Sa\",\"trafficRatio\":1.88},{\"name\":\"Enzu\",\"trafficRatio\":1.22},{\"name\":\"QuickPacket, LLC\",\"trafficRatio\":1.14},{\"name\":\"Windstream Communications\",\"trafficRatio\":1.06},{\"name\":\"HOST1PLUS hosting services. Brazil.\",\"trafficRatio\":1.06},{\"name\":\"Amazon.com\",\"trafficRatio\":0.9},{\"name\":\"Google Cloud\",\"trafficRatio\":0.9},{\"name\":\"ABE\",\"trafficRatio\":0.65},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.65},{\"name\":\"VeloCloud Networks\",\"trafficRatio\":0.57},{\"name\":\"Hype Enterprises\",\"trafficRatio\":0.57},{\"name\":\"Global Digital DC\",\"trafficRatio\":0.41},{\"name\":\"Zscaler\",\"trafficRatio\":0.33},{\"name\":\"ColoCrossing\",\"trafficRatio\":0.33},{\"name\":\"Amazon Office\",\"trafficRatio\":0.33},{\"name\":\"Comcast Cable\",\"trafficRatio\":0.24},{\"name\":\"Microsoft Azure\",\"trafficRatio\":0.16},{\"name\":\"Fuse Internet Access\",\"trafficRatio\":0.16},{\"name\":\"Choopa, LLC\",\"trafficRatio\":0.16},{\"name\":\"Performive\",\"trafficRatio\":0.16},{\"name\":\"Igigle Host\",\"trafficRatio\":0.16},{\"name\":\"TierPoint, LLC\",\"trafficRatio\":0.16},{\"name\":\"Desert iNET\",\"trafficRatio\":0.16},{\"name\":\"Amazon\",\"trafficRatio\":0.08},{\"name\":\"Green Cloud Technologies,LLC\",\"trafficRatio\":0.08},{\"name\":\"123.Net\",\"trafficRatio\":0.08},{\"name\":\"Leaseweb USA\",\"trafficRatio\":0.08},{\"name\":\"Digital Ocean\",\"trafficRatio\":0.08},{\"name\":\"MOJOHOST\",\"trafficRatio\":0.08}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":81.12,\"ivt\":2.21,\"viewability\":55.35},{\"region\":\"NON-US\",\"inventoryRatio\":18.88,\"ivt\":2.14,\"viewability\":52.78},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":2.2,\"viewability\":54.7}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":42.76,\"ivt\":1.42,\"viewability\":2.86},{\"adSize\":\"Other\",\"inventoryRatio\":20.92,\"ivt\":1.89,\"viewability\":45.26},{\"adSize\":\"300x250\",\"inventoryRatio\":12.13,\"ivt\":2.25,\"viewability\":57.6},{\"adSize\":\"300x600\",\"inventoryRatio\":10.08,\"ivt\":2.99,\"viewability\":59.71},{\"adSize\":\"970x250\",\"inventoryRatio\":8.72,\"ivt\":2.95,\"viewability\":57.77},{\"adSize\":\"728x90\",\"inventoryRatio\":4.45,\"ivt\":2.58,\"viewability\":36.67},{\"adSize\":\"768x1024\",\"inventoryRatio\":0.87,\"ivt\":0.33,\"viewability\":0.0}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":8.85,\"ivt\":3.09,\"viewability\":55.2},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":5.53,\"ivt\":2.09,\"viewability\":55.55},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":5.04,\"ivt\":2.75,\"viewability\":56.91},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":3.99,\"ivt\":3.2,\"viewability\":54.91},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.77,\"ivt\":1.51,\"viewability\":55.27},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":3.67,\"ivt\":1.67,\"viewability\":57.69},{\"dmaName\":\"DENVER\",\"inventoryRatio\":3.51,\"ivt\":1.48,\"viewability\":55.98},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":3.44,\"ivt\":1.69,\"viewability\":55.06},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":2.68,\"ivt\":3.5,\"viewability\":53.71},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":2.5,\"ivt\":1.32,\"viewability\":54.88},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.4,\"ivt\":2.83,\"viewability\":53.09},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":2.09,\"ivt\":2.76,\"viewability\":52.83},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":1.96,\"ivt\":3.51,\"viewability\":53.35},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":1.75,\"ivt\":2.16,\"viewability\":55.66},{\"dmaName\":\"PORTLAND, OR\",\"inventoryRatio\":1.72,\"ivt\":2.21,\"viewability\":57.45},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.67,\"ivt\":1.96,\"viewability\":56.93},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.45,\"ivt\":1.99,\"viewability\":53.42},{\"dmaName\":\"SAN DIEGO\",\"inventoryRatio\":1.36,\"ivt\":1.69,\"viewability\":56.47},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.32,\"ivt\":1.92,\"viewability\":57.61}]},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":56.33,\"ivt\":2.15,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":47.61},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":18.92,\"ivt\":1.96,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":52.66},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":18.78,\"ivt\":2.55,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":51.87},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":4.95,\"ivt\":5.39,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":69.34},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.9,\"ivt\":0.83,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":33.98},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.09,\"ivt\":2.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":3.93},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.02,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":96.54,\"ivt\":null},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":94.66,\"ivt\":null},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":83.33,\"ivt\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":10.0},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"PulsePoint\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":0.0,\"ivt\":null},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null}],\"viewability\":{\"viewability\":53.74,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":42.76,\"viewability\":2.86},{\"adSize\":\"Other\",\"inventoryRatio\":20.92,\"viewability\":45.26},{\"adSize\":\"300x250\",\"inventoryRatio\":12.13,\"viewability\":57.6},{\"adSize\":\"300x600\",\"inventoryRatio\":10.08,\"viewability\":59.71},{\"adSize\":\"970x250\",\"inventoryRatio\":8.72,\"viewability\":57.77},{\"adSize\":\"728x90\",\"inventoryRatio\":4.45,\"viewability\":36.67},{\"adSize\":\"768x1024\",\"inventoryRatio\":0.87,\"viewability\":0.0}]},\"ctr\":{\"ctr\":0.17,\"byAdSize\":[{\"adSize\":\"1120x700\",\"ctr\":1.92},{\"adSize\":\"1241x698\",\"ctr\":1.89},{\"adSize\":\"1408x792\",\"ctr\":1.82},{\"adSize\":\"1067x600\",\"ctr\":1.25},{\"adSize\":\"727x454\",\"ctr\":1.09},{\"adSize\":\"1098x618\",\"ctr\":1.08},{\"adSize\":\"2560x1600\",\"ctr\":1.03},{\"adSize\":\"1280x768\",\"ctr\":0.9},{\"adSize\":\"1440x960\",\"ctr\":0.74},{\"adSize\":\"3840x2160\",\"ctr\":0.69},{\"adSize\":\"1504x1003\",\"ctr\":0.67},{\"adSize\":\"1500x1000\",\"ctr\":0.67},{\"adSize\":\"1093x615\",\"ctr\":0.66},{\"adSize\":\"1707x960\",\"ctr\":0.59},{\"adSize\":\"1536x960\",\"ctr\":0.57},{\"adSize\":\"537x298\",\"ctr\":0.57},{\"adSize\":\"1200x800\",\"ctr\":0.51},{\"adSize\":\"1360x768\",\"ctr\":0.46},{\"adSize\":\"1600x1200\",\"ctr\":0.46},{\"adSize\":\"1344x840\",\"ctr\":0.44},{\"adSize\":\"1368x912\",\"ctr\":0.38},{\"adSize\":\"2560x1080\",\"ctr\":0.37},{\"adSize\":\"1024x768\",\"ctr\":0.34},{\"adSize\":\"3440x1440\",\"ctr\":0.33},{\"adSize\":\"1792x1120\",\"ctr\":0.32},{\"adSize\":\"1366x768\",\"ctr\":0.23},{\"adSize\":\"780x487\",\"ctr\":0.23},{\"adSize\":\"1280x800\",\"ctr\":0.22},{\"adSize\":\"2048x1152\",\"ctr\":0.22},{\"adSize\":\"780x438\",\"ctr\":0.22},{\"adSize\":\"1280x720\",\"ctr\":0.21},{\"adSize\":\"1536x864\",\"ctr\":0.2},{\"adSize\":\"1024x1366\",\"ctr\":0.2},{\"adSize\":\"1440x900\",\"ctr\":0.19},{\"adSize\":\"1600x900\",\"ctr\":0.19},{\"adSize\":\"1680x1050\",\"ctr\":0.19},{\"adSize\":\"2560x1440\",\"ctr\":0.19},{\"adSize\":\"1920x1200\",\"ctr\":0.19},{\"adSize\":\"1280x1024\",\"ctr\":0.18},{\"adSize\":\"768x1024\",\"ctr\":0.18},{\"adSize\":\"770x481\",\"ctr\":0.15},{\"adSize\":\"1920x1080\",\"ctr\":0.12},{\"adSize\":\"780x488\",\"ctr\":0.1}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":68.9,\"ivt\":3.7,\"viewability\":57.91,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":26.89,\"ivt\":1.78,\"viewability\":44.68,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":61.21,\"ivt\":2.01,\"viewability\":45.97},{\"domain\":\"news.google.com\",\"inventoryRatio\":32.35,\"ivt\":1.51,\"viewability\":41.06},{\"domain\":\"bing.com\",\"inventoryRatio\":3.65,\"ivt\":1.23,\"viewability\":50.63},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.53,\"ivt\":0.6,\"viewability\":53.08},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.39,\"ivt\":0.13,\"viewability\":50.86},{\"domain\":\"msn.com\",\"inventoryRatio\":0.38,\"ivt\":1.2,\"viewability\":46.87},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":48.82}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":2.18,\"ivt\":0.5,\"viewability\":41.61,\"domains\":[{\"domain\":\"l.facebook.com\",\"inventoryRatio\":46.23,\"ivt\":0.29,\"viewability\":44.23},{\"domain\":\"t.co\",\"inventoryRatio\":37.61,\"ivt\":0.64,\"viewability\":39.13},{\"domain\":\"reddit.com\",\"inventoryRatio\":8.72,\"ivt\":1.02,\"viewability\":41.6},{\"domain\":\"facebook.com\",\"inventoryRatio\":4.6,\"ivt\":0.28,\"viewability\":40.83},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":1.36,\"ivt\":0.0,\"viewability\":27.7},{\"domain\":\"linkedin.com\",\"inventoryRatio\":0.82,\"ivt\":1.54,\"viewability\":40.31},{\"domain\":\"youtube.com\",\"inventoryRatio\":0.3,\"ivt\":2.13,\"viewability\":38.3},{\"domain\":\"m.facebook.com\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":28.13}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":1.9,\"ivt\":1.45,\"viewability\":37.42,\"domains\":[{\"domain\":\"drudgereport.com\",\"inventoryRatio\":19.55,\"ivt\":0.89,\"viewability\":41.96},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":7.25,\"ivt\":0.2,\"viewability\":8.69},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":6.47,\"ivt\":0.34,\"viewability\":35.84},{\"domain\":\"apple.news\",\"inventoryRatio\":4.81,\"ivt\":0.6,\"viewability\":44.84},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":3.3,\"ivt\":0.0,\"viewability\":3.08},{\"domain\":\"recaptcha-demo.appspot.com\",\"inventoryRatio\":3.11,\"ivt\":0.0,\"viewability\":0.0},{\"domain\":\"fark.com\",\"inventoryRatio\":2.67,\"ivt\":0.54,\"viewability\":41.69},{\"domain\":\"url.google.com\",\"inventoryRatio\":2.11,\"ivt\":3.44,\"viewability\":60.51},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":2.06,\"ivt\":0.0,\"viewability\":74.45},{\"domain\":\"old.reddit.com\",\"inventoryRatio\":1.97,\"ivt\":0.74,\"viewability\":37.04},{\"domain\":\"flipboard.com\",\"inventoryRatio\":1.93,\"ivt\":1.5,\"viewability\":37.55},{\"domain\":\"getpocket.com\",\"inventoryRatio\":1.63,\"ivt\":0.0,\"viewability\":20.0},{\"domain\":\"ighome.com\",\"inventoryRatio\":1.43,\"ivt\":2.03,\"viewability\":49.46},{\"domain\":\"bleacherreport.com\",\"inventoryRatio\":1.26,\"ivt\":1.73,\"viewability\":58.48},{\"domain\":\"ecosia.org\",\"inventoryRatio\":1.21,\"ivt\":0.6,\"viewability\":46.63},{\"domain\":\"rss.ighome.com\",\"inventoryRatio\":1.13,\"ivt\":0.0,\"viewability\":47.3},{\"domain\":\"outbrain.com\",\"inventoryRatio\":1.08,\"ivt\":0.0,\"viewability\":43.92},{\"domain\":\"en.wikipedia.org\",\"inventoryRatio\":0.86,\"ivt\":0.85,\"viewability\":41.88},{\"domain\":\"cloud.appspace.com\",\"inventoryRatio\":0.75,\"ivt\":72.82,\"viewability\":0.0},{\"domain\":\"refdesk.com\",\"inventoryRatio\":0.73,\"ivt\":0.0,\"viewability\":59.18},{\"domain\":\"classroom.google.com\",\"inventoryRatio\":0.72,\"ivt\":1.01,\"viewability\":24.49},{\"domain\":\"washingtonpost.com\",\"inventoryRatio\":0.72,\"ivt\":1.01,\"viewability\":47.96},{\"domain\":\"hotsheet.com\",\"inventoryRatio\":0.6,\"ivt\":0.0,\"viewability\":66.27},{\"domain\":\"supremenewyork.com\",\"inventoryRatio\":0.52,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"sandbox.google.com\",\"inventoryRatio\":0.51,\"ivt\":1.43,\"viewability\":44.78},{\"domain\":\"nabdapp.com\",\"inventoryRatio\":0.39,\"ivt\":0.0,\"viewability\":22.22},{\"domain\":\"memeorandum.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":42.0},{\"domain\":\"politicalwire.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":40.82},{\"domain\":\"finviz.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":61.22},{\"domain\":\"smartnews.com\",\"inventoryRatio\":0.35,\"ivt\":0.0,\"viewability\":4.55},{\"domain\":\"ceoexpress.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":65.96},{\"domain\":\"protopage.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":48.89},{\"domain\":\"arabicnewshome.blogspot.com\",\"inventoryRatio\":0.31,\"ivt\":0.0,\"viewability\":47.62},{\"domain\":\"besthomepageever.com\",\"inventoryRatio\":0.29,\"ivt\":0.0,\"viewability\":75.0},{\"domain\":\"pdfconverterguru.com\",\"inventoryRatio\":0.29,\"ivt\":2.5,\"viewability\":30.0},{\"domain\":\"newsandguts.com\",\"inventoryRatio\":0.27,\"ivt\":0.0,\"viewability\":37.14},{\"domain\":\"remolacha.net\",\"inventoryRatio\":0.27,\"ivt\":0.0,\"viewability\":10.81},{\"domain\":\"home.saulttribe.net\",\"inventoryRatio\":0.26,\"ivt\":0.0,\"viewability\":58.33},{\"domain\":\"arabic-media.com\",\"inventoryRatio\":0.25,\"ivt\":0.0,\"viewability\":48.57},{\"domain\":\"i.maxthon.com\",\"inventoryRatio\":0.24,\"ivt\":0.0,\"viewability\":37.5},{\"domain\":\"dailykos.com\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":45.16},{\"domain\":\"thedailybeast.com\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":45.16},{\"domain\":\"revolver.news\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"medpagetoday.com\",\"inventoryRatio\":0.22,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"politico.com\",\"inventoryRatio\":0.2,\"ivt\":3.57,\"viewability\":35.71},{\"domain\":\"my.yahoo.com\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":70.37},{\"domain\":\"start.me\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":53.85},{\"domain\":\"engageya.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":56.0},{\"domain\":\"trends.google.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":39.13},{\"domain\":\"theguardian.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":60.87},{\"domain\":\"vox.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":34.78},{\"domain\":\"gothamist.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":31.82},{\"domain\":\"democraticunderground.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":39.13},{\"domain\":\"frontpage.pch.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":59.09},{\"domain\":\"telikin.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":45.45},{\"domain\":\"godlikeproductions.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"saigonbao.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":36.84},{\"domain\":\"yeezysupply.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"quora.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"c.newsnow.co.uk\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":52.94},{\"domain\":\"www2.smartbrief.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"electoral-vote.com\",\"inventoryRatio\":0.14,\"ivt\":5.26,\"viewability\":21.05},{\"domain\":\"smartsearching.net\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":63.16},{\"domain\":\"watch-television.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":52.63},{\"domain\":\"symbaloo.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":68.75},{\"domain\":\"theatlantic.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"202020.net\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":12.5},{\"domain\":\"dealmoon.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"stocktwits.com\",\"inventoryRatio\":0.12,\"ivt\":5.88,\"viewability\":58.82},{\"domain\":\"quickneasyrecipes.co\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":31.25},{\"domain\":\"messages.google.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":31.25},{\"domain\":\"l.messenger.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"freerepublic.com\",\"inventoryRatio\":0.11,\"ivt\":6.67,\"viewability\":46.67},{\"domain\":\"hotair.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":35.71},{\"domain\":\"app.meltwater.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"officeapps.live.com\",\"inventoryRatio\":0.11,\"ivt\":20.0,\"viewability\":26.67},{\"domain\":\"printmyrecipes.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":21.43},{\"domain\":\"cincinnatibell.net\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":57.14},{\"domain\":\"buzzflash.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":38.46},{\"domain\":\"slate.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":50.0}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":0.08,\"ivt\":0.17,\"viewability\":35.79,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.83,\"ivt\":0.17,\"viewability\":35.68},{\"domain\":\"paid.outbrain.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.05,\"ivt\":1.51,\"viewability\":50.76,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":73.49,\"ivt\":1.64,\"viewability\":51.44},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":15.96,\"ivt\":1.89,\"viewability\":50.94},{\"domain\":\"aol.com\",\"inventoryRatio\":3.31,\"ivt\":0.0,\"viewability\":45.45},{\"domain\":\"mail.aol.com\",\"inventoryRatio\":2.41,\"ivt\":0.0,\"viewability\":37.5},{\"domain\":\"webmaila.juno.com\",\"inventoryRatio\":1.81,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"webmail.earthlink.net\",\"inventoryRatio\":1.51,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"outlook.live.com\",\"inventoryRatio\":0.9,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"webmailb.juno.com\",\"inventoryRatio\":0.6,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":50.0,\"domains\":[{\"domain\":\"chartbeat.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":50.0}]}],\"subDomains\":[{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":83.89,\"maskingRatio\":0.0,\"ivt\":1.72,\"viewability\":null},{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":7.89,\"maskingRatio\":1.45,\"ivt\":3.51,\"viewability\":50.04},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":2.5,\"maskingRatio\":0.03,\"ivt\":2.54,\"viewability\":50.76},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":1.78,\"maskingRatio\":0.64,\"ivt\":3.1,\"viewability\":49.76},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":1.73,\"maskingRatio\":0.2,\"ivt\":1.76,\"viewability\":24.85},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":1.41,\"maskingRatio\":0.23,\"ivt\":2.08,\"viewability\":53.03},{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":0.69,\"maskingRatio\":0.0,\"ivt\":1.07,\"viewability\":71.43},{\"subDomain\":\"preview.cnn.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.09,\"ivt\":0.69,\"viewability\":20.06},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.74,\"viewability\":30.18},{\"subDomain\":\"elections.cnn.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.86,\"viewability\":26.09},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"cnne-test.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":100.0},{\"subDomain\":\"localhost.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":33.33},{\"subDomain\":\"games.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":100.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"stellar.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":60.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":55.14,\"maskingRatio\":0.05,\"ivt\":2.21,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":44.77,\"maskingRatio\":0.03,\"ivt\":0.67,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.07,\"maskingRatio\":0.03,\"ivt\":2.33,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.41,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":98.9,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":66.9},{\"os\":\"Mac OS X\",\"inventoryRatio\":23.15},{\"os\":\"Windows 7\",\"inventoryRatio\":5.28},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.67},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.33},{\"os\":\"Linux\",\"inventoryRatio\":0.38},{\"os\":\"Windows 8\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":40.28},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":27.92},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.3},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.11},{\"os\":\"Android\",\"inventoryRatio\":2.06},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.86},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.84},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.24},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.17},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.13}]}}]},\n{\"adDomain\":\"yahoo.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":5.02,\"ivtRisk\":\"medium\",\"viewability\":67.31,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":19249093686,\"desktopTrafficRatio\":91.88,\"mobileTrafficRatio\":8.01,\"videoTrafficRatio\":3.58,\"ctr\":0.06,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.39,\"bidPriceHigh\":2.12,\"trustedSeller\":\"Verizon Media\",\"trueReach\":54944},\"trafficQualityRisk\":{\"ivtRisk\":\"medium\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":null},\"invalidTraffic\":{\"ivt\":5.02,\"givt\":0.24,\"sivt\":4.78,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.22,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":2.83},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.6},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.44},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.43},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.02}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":99.24},{\"name\":\"Google Cloud\",\"trafficRatio\":0.51},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.25}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":87.1,\"ivt\":5.02,\"viewability\":70.79},{\"region\":\"NON-US\",\"inventoryRatio\":12.9,\"ivt\":2.94,\"viewability\":72.1},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":4.75,\"viewability\":70.96}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":67.53,\"ivt\":5.21,\"viewability\":70.41},{\"adSize\":\"728x90\",\"inventoryRatio\":10.26,\"ivt\":6.49,\"viewability\":59.97},{\"adSize\":\"300x600\",\"inventoryRatio\":9.86,\"ivt\":3.46,\"viewability\":79.99},{\"adSize\":\"160x600\",\"inventoryRatio\":9.39,\"ivt\":2.67,\"viewability\":75.99},{\"adSize\":\"970x250\",\"inventoryRatio\":1.6,\"ivt\":5.21,\"viewability\":73.3},{\"adSize\":\"300x50\",\"inventoryRatio\":0.72,\"ivt\":5.99,\"viewability\":56.23},{\"adSize\":\"Other\",\"inventoryRatio\":0.29,\"ivt\":21.29,\"viewability\":78.29},{\"adSize\":\"300x251\",\"inventoryRatio\":0.19,\"ivt\":9.73,\"viewability\":60.76},{\"adSize\":\"320x50\",\"inventoryRatio\":0.17,\"ivt\":83.37,\"viewability\":97.07}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":6.79,\"ivt\":4.28,\"viewability\":70.36},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":6.58,\"ivt\":9.75,\"viewability\":70.8},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":6.07,\"ivt\":8.76,\"viewability\":69.57},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.98,\"ivt\":2.42,\"viewability\":67.91},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":4.33,\"ivt\":2.6,\"viewability\":69.43},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.92,\"ivt\":2.22,\"viewability\":72.07},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.62,\"ivt\":6.32,\"viewability\":70.71},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.12,\"ivt\":3.36,\"viewability\":71.53},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.03,\"ivt\":1.54,\"viewability\":66.9},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":1.92,\"ivt\":1.52,\"viewability\":70.3},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.92,\"ivt\":3.04,\"viewability\":74.04},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":1.87,\"ivt\":1.7,\"viewability\":70.07},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.83,\"ivt\":3.23,\"viewability\":72.67},{\"dmaName\":\"CLEVELAND-AKRON (CANTON)\",\"inventoryRatio\":1.67,\"ivt\":5.84,\"viewability\":72.29},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.6,\"ivt\":5.02,\"viewability\":70.56},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":1.58,\"ivt\":5.36,\"viewability\":70.79},{\"dmaName\":\"RALEIGH-DURHAM (FAYETVLLE)\",\"inventoryRatio\":1.3,\"ivt\":7.73,\"viewability\":69.8},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.26,\"ivt\":1.62,\"viewability\":69.98},{\"dmaName\":\"SAN DIEGO\",\"inventoryRatio\":1.24,\"ivt\":5.48,\"viewability\":70.51}]},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":64.96,\"ivt\":7.98,\"estBidLow\":0.39,\"estBidHigh\":2.12,\"viewability\":69.22},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":23.04,\"ivt\":3.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":68.33},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.81,\"ivt\":6.67,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":62.13},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":92.8,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":90.14},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":86.4,\"ivt\":null},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":55.99,\"ivt\":null},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":4.53,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":14.16},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":38.46,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":68.42},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":6.18,\"ivt\":6.17,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":70.13},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":40.0},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":47.06},{\"exchange\":\"Sovrn\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":76.92},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":4.26,\"viewability\":100.0,\"ivt\":null}],\"viewability\":{\"viewability\":67.31,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":67.53,\"viewability\":70.41},{\"adSize\":\"728x90\",\"inventoryRatio\":10.26,\"viewability\":59.97},{\"adSize\":\"300x600\",\"inventoryRatio\":9.86,\"viewability\":79.99},{\"adSize\":\"160x600\",\"inventoryRatio\":9.39,\"viewability\":75.99},{\"adSize\":\"970x250\",\"inventoryRatio\":1.6,\"viewability\":73.3},{\"adSize\":\"300x50\",\"inventoryRatio\":0.72,\"viewability\":56.23},{\"adSize\":\"Other\",\"inventoryRatio\":0.29,\"viewability\":78.29},{\"adSize\":\"300x251\",\"inventoryRatio\":0.19,\"viewability\":60.76},{\"adSize\":\"320x50\",\"inventoryRatio\":0.17,\"viewability\":97.07}]},\"ctr\":{\"ctr\":0.06,\"byAdSize\":[{\"adSize\":\"300x250\",\"ctr\":0.79},{\"adSize\":\"728x90\",\"ctr\":0.75}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":98.98,\"ivt\":71.35,\"viewability\":25.87,\"domains\":null},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.57,\"ivt\":2.17,\"viewability\":1.12,\"domains\":[{\"domain\":\"traffic.swagbucks.com\",\"inventoryRatio\":95.27,\"ivt\":0.24,\"viewability\":0.14},{\"domain\":\"syn.entertainow.com\",\"inventoryRatio\":1.94,\"ivt\":0.0,\"viewability\":37.29},{\"domain\":\"https\",\"inventoryRatio\":0.46,\"ivt\":85.71,\"viewability\":0.0},{\"domain\":\"s.yimg.com\",\"inventoryRatio\":0.33,\"ivt\":50.0,\"viewability\":30.0},{\"domain\":\"falconui\",\"inventoryRatio\":0.16,\"ivt\":80.0,\"viewability\":0.0},{\"domain\":\"falconui.adx.yaho\",\"inventoryRatio\":0.13,\"ivt\":100.0,\"viewability\":0.0}]},{\"trafficSource\":\"Search\",\"inventoryRatio\":0.45,\"ivt\":41.67,\"viewability\":34.52,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":88.83,\"ivt\":46.91,\"viewability\":34.05},{\"domain\":\"bing.com\",\"inventoryRatio\":10.33,\"ivt\":0.0,\"viewability\":39.27},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.59,\"ivt\":0.0,\"viewability\":21.43},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":25.0}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":66.67,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":66.67}]}],\"subDomains\":[{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":62.09,\"maskingRatio\":0.02,\"ivt\":5.13,\"viewability\":74.13},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":15.47,\"maskingRatio\":0.07,\"ivt\":8.06,\"viewability\":40.9},{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":8.79,\"maskingRatio\":0.01,\"ivt\":6.62,\"viewability\":50.94},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":5.27,\"maskingRatio\":0.1,\"ivt\":7.21,\"viewability\":39.76},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":3.02,\"maskingRatio\":0.0,\"ivt\":4.09,\"viewability\":52.19},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":2.73,\"maskingRatio\":0.0,\"ivt\":4.44,\"viewability\":62.32},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.58,\"maskingRatio\":0.05,\"ivt\":2.89,\"viewability\":69.41},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.43,\"maskingRatio\":0.72,\"ivt\":9.93,\"viewability\":41.9},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.41,\"maskingRatio\":0.0,\"ivt\":2.71,\"viewability\":81.48},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":0.3,\"maskingRatio\":0.0,\"ivt\":6.05,\"viewability\":75.36},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":0.0,\"ivt\":6.79,\"viewability\":65.02},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":1.13,\"viewability\":21.57},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.76,\"ivt\":2.87,\"viewability\":60.93},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":0.08,\"maskingRatio\":0.0,\"ivt\":1.93,\"viewability\":100.0},{\"subDomain\":\"adx.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":59.35,\"ivt\":85.83,\"viewability\":6.83},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.0,\"ivt\":9.53,\"viewability\":61.77},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.01,\"ivt\":6.43,\"viewability\":58.06},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":1.87,\"ivt\":6.41,\"viewability\":52.87},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.18,\"viewability\":60.43},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.01,\"ivt\":6.2,\"viewability\":62.34},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.01,\"ivt\":12.93,\"viewability\":59.54},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":64.02,\"ivt\":97.72,\"viewability\":1.79},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":12.2,\"viewability\":59.44},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.11,\"viewability\":59.4},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":3.81,\"viewability\":57.82},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":5.7,\"viewability\":59.25},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":7.25,\"viewability\":52.67},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.35,\"viewability\":40.5},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.02,\"ivt\":5.05,\"viewability\":52.16},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":6.45,\"viewability\":43.4},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.64,\"viewability\":58.18},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":7.36,\"viewability\":61.85},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":6.04,\"ivt\":0.55,\"viewability\":50.67},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.75,\"viewability\":78.36},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":10.92,\"viewability\":61.84},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.92,\"viewability\":55.45},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.6,\"viewability\":53.58},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.04,\"ivt\":18.39,\"viewability\":53.22},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.08,\"ivt\":12.2,\"viewability\":61.63},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.04,\"ivt\":16.98,\"viewability\":45.25},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.15,\"viewability\":52.22},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.92,\"viewability\":82.8},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.53,\"viewability\":48.61},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":54.32,\"ivt\":72.48,\"viewability\":30.4},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":12.64,\"viewability\":60.9},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":16.07,\"viewability\":51.49},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.35,\"viewability\":48.76},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.88,\"viewability\":55.68},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.58,\"viewability\":46.98},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":18.44,\"viewability\":46.96},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.96,\"viewability\":38.76},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":48.05,\"viewability\":21.64},{\"subDomain\":\"screen.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.15,\"ivt\":80.43,\"viewability\":22.7},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":16.17,\"viewability\":61.71},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":11.76,\"viewability\":57.41},{\"subDomain\":\"weather.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":60.91,\"ivt\":74.24,\"viewability\":27.06},{\"subDomain\":\"omega.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":28.29},{\"subDomain\":\"commercecentral.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.35,\"ivt\":76.19,\"viewability\":25.55},{\"subDomain\":\"business.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.6,\"ivt\":72.67,\"viewability\":28.12},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":52.4,\"viewability\":null},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":66.74,\"ivt\":77.62,\"viewability\":24.77},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.49,\"viewability\":58.73},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.64,\"viewability\":74.29},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":14.46,\"viewability\":81.52},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":20.31,\"viewability\":63.1},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.58,\"ivt\":17.34,\"viewability\":52.69},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":18.93,\"viewability\":53.25},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":53.64,\"viewability\":42.28},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.8,\"viewability\":78.38},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":7.72,\"viewability\":31.68},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.46,\"ivt\":79.03,\"viewability\":22.83},{\"subDomain\":\"fp.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":47.95,\"ivt\":88.83,\"viewability\":9.36},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":31.39,\"viewability\":23.08},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.77,\"viewability\":42.86},{\"subDomain\":\"shopping.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.98,\"ivt\":0.0,\"viewability\":93.07},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.32,\"viewability\":31.67},{\"subDomain\":\"gq1.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":37.84,\"viewability\":10.81},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":71.43,\"viewability\":26.98},{\"subDomain\":\"hsrd.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":97.44},{\"subDomain\":\"guce.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.55,\"viewability\":90.91},{\"subDomain\":\"frontpage.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":null},{\"subDomain\":\"dev.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":90.0,\"viewability\":0.0},{\"subDomain\":\"youcard.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.53,\"viewability\":null},{\"subDomain\":\"article-server.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":54.55},{\"subDomain\":\"brb.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.33,\"viewability\":91.67}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":91.88,\"maskingRatio\":0.51,\"ivt\":5.02,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":8.01,\"maskingRatio\":0.22,\"ivt\":1.32,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.09,\"maskingRatio\":0.26,\"ivt\":6.14,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.14,\"ivt\":11.62,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.19,\"ivt\":14.49,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":69.55},{\"os\":\"Mac OS X\",\"inventoryRatio\":14.84},{\"os\":\"Windows 7\",\"inventoryRatio\":7.96},{\"os\":\"Windows 8.1\",\"inventoryRatio\":2.85},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.73},{\"os\":\"Linux\",\"inventoryRatio\":1.23},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.27},{\"os\":\"Windows 8\",\"inventoryRatio\":0.26},{\"os\":\"Windows XP\",\"inventoryRatio\":0.17},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":31.95},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":25.48},{\"os\":\"Android Mobile\",\"inventoryRatio\":22.68},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.74},{\"os\":\"Android\",\"inventoryRatio\":4.37},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":3.37},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.98},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.67},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.64},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.38},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.36}]}}]}]"}],"_postman_id":"7a6e1ebc-8447-475e-82d7-d48bb6c73c2e"},{"name":"importDomains  - Returning a Single Widget","id":"82860f5d-cf40-4991-aec3-c9e66a31c964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&widget=domainDetails&username&password&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importDomains"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":"desktop"},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":"US"},{"description":{"content":"<p>Optional. \"domainOverview\", \"riskOverview\", \"domainDetails\",\n\"trafficQualityRisk\", \"siteRisk\", \"siteInfo\",\n\"brandSafetyRisk\", \"socialMediaRisk\", \"invalidTraffic\",\n\"inventory\", \"authorizedSellers\", \"viewability\",\n\"ctr\", \"trafficSources\", \"subDomains\", \"deviceDistribution\". Default all</p>\n","type":"text/plain"},"key":"widget","value":"domainDetails"},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":null},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":null},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":null}],"variable":[]}},"response":[{"id":"466f315a-0c66-49a3-a9fc-73ccbd9105e1","name":"importDomains  - Returning a Single Widget","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&widget=domainDetails&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"desktop","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"US","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"widget","value":"domainDetails","description":"Optional. \"domainOverview\", \"riskOverview\", \"domainDetails\",\n\"trafficQualityRisk\", \"siteRisk\", \"siteInfo\",\n\"brandSafetyRisk\", \"socialMediaRisk\", \"invalidTraffic\",\n\"inventory\", \"authorizedSellers\", \"viewability\",\n\"ctr\", \"trafficSources\", \"subDomains\", \"deviceDistribution\". Default all"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"yahoo.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainDetails\":{\"inventory\":19249093686,\"desktopTrafficRatio\":91.88,\"mobileTrafficRatio\":8.01,\"videoTrafficRatio\":3.58,\"ctr\":0.06,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.39,\"bidPriceHigh\":2.12,\"trustedSeller\":\"Verizon Media\",\"trueReach\":54944}}]},\n{\"adDomain\":\"cnn.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainDetails\":{\"inventory\":3376963078,\"desktopTrafficRatio\":55.14,\"mobileTrafficRatio\":44.77,\"videoTrafficRatio\":89.16,\"ctr\":0.17,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":10868}}]}]"}],"_postman_id":"82860f5d-cf40-4991-aec3-c9e66a31c964"},{"name":"importDomains - Returning two Widgets","id":"2cdd41a7-0b8d-4de1-bdd8-ea4be146e0f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&widget=siteInfo,socialMediaRisk&username&password&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importDomains"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":"desktop"},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":"US"},{"description":{"content":"<p>Optional. \"domainOverview\", \"riskOverview\", \"domainDetails\",\n\"trafficQualityRisk\", \"siteRisk\", \"siteInfo\",\n\"brandSafetyRisk\", \"socialMediaRisk\", \"invalidTraffic\",\n\"inventory\", \"authorizedSellers\", \"viewability\",\n\"ctr\", \"trafficSources\", \"subDomains\", \"deviceDistribution\". Default all</p>\n","type":"text/plain"},"key":"widget","value":"siteInfo,socialMediaRisk"},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":null},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":null},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":null}],"variable":[]}},"response":[{"id":"17b4c349-b5da-48fb-b7b1-5227cdb7f4c6","name":"importDomains - Returning two Widgets","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&widget=siteInfo,socialMediaRisk&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"desktop","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"US","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"widget","value":"siteInfo,socialMediaRisk","description":"Optional. \"domainOverview\", \"riskOverview\", \"domainDetails\",\n\"trafficQualityRisk\", \"siteRisk\", \"siteInfo\",\n\"brandSafetyRisk\", \"socialMediaRisk\", \"invalidTraffic\",\n\"inventory\", \"authorizedSellers\", \"viewability\",\n\"ctr\", \"trafficSources\", \"subDomains\", \"deviceDistribution\". Default all"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"cnn.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"desktop\",\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":2.18}}]},\n{\"adDomain\":\"yahoo.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"desktop\",\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":null}}]}]"}],"_postman_id":"2cdd41a7-0b8d-4de1-bdd8-ea4be146e0f8"},{"name":"importDomains - Not found","id":"b21f45af-78fc-4474-9a9c-154d2fde0978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importDomains"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":null},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":null},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":null}],"variable":[]}},"response":[{"id":"25599e98-55bc-4318-bbb4-4639df4b6f18","name":"importDomains - Not found domain","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"<<invaliddomain>>\", \"status\": \"NotFound\",\"data\": null}]"}],"_postman_id":"b21f45af-78fc-4474-9a9c-154d2fde0978"},{"name":"importDomains - Error","id":"0e618de2-aa20-4218-8fc0-5693a4e00842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importDomains"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":null},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":null},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":null}],"variable":[]}},"response":[{"id":"a1a1068d-e202-4dad-83da-8444efd6baf3","name":"importDomains - Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"adDomain\", \"status\": \"Error\",\"data\": null}]"}],"_postman_id":"0e618de2-aa20-4218-8fc0-5693a4e00842"},{"name":"importDomains","id":"ccee7cdb-5331-46d1-be1a-25a2bc1d2b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","urlObject":{"protocol":"https","path":["services","2020","Ratings","importDomains"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":null},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":null},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":null}],"variable":[]}},"response":[{"id":"fab75631-1f7b-436a-b218-0a0b06ea5d08","name":"importDomains - Returning two Widgets","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&widget=siteInfo,socialMediaRisk&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"desktop","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"US","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"widget","value":"siteInfo,socialMediaRisk","description":"Optional. \"domainOverview\", \"riskOverview\", \"domainDetails\",\n\"trafficQualityRisk\", \"siteRisk\", \"siteInfo\",\n\"brandSafetyRisk\", \"socialMediaRisk\", \"invalidTraffic\",\n\"inventory\", \"authorizedSellers\", \"viewability\",\n\"ctr\", \"trafficSources\", \"subDomains\", \"deviceDistribution\". Default all"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"cnn.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"desktop\",\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":2.18}}]},\n{\"adDomain\":\"yahoo.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"desktop\",\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":null}}]}]"},{"id":"4db6cad7-3b41-4e35-877c-302ffc421f87","name":"importDomains - Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"adDomain\", \"status\": \"Error\",\"data\": null}]"},{"id":"1f8be605-18d2-40d4-b942-6ee223b33881","name":"importDomains","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"yahoo.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"yahoo.com\",\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":4.53,\"ivtRisk\":\"medium\",\"viewability\":66.75,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":23973178907,\"desktopTrafficRatio\":92.18,\"mobileTrafficRatio\":7.7,\"videoTrafficRatio\":4.99,\"ctr\":0.07,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":2.12,\"bidPriceHigh\":4.77,\"trustedSeller\":\"Verizon Media\",\"trueReach\":13343},\"trafficQualityRisk\":{\"ivtRisk\":\"medium\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":0.0},\"invalidTraffic\":{\"ivt\":4.53,\"givt\":0.28,\"sivt\":4.25,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.26,\"sivt\":0.0},{\"fraudType\":\"Idiobot\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":2.41},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.54},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.45},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.4},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.02}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":96.29},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":1.91},{\"name\":\"N/A\",\"trafficRatio\":1.24},{\"name\":\"Google Cloud\",\"trafficRatio\":0.22},{\"name\":\"GigeNET\",\"trafficRatio\":0.11},{\"name\":\"Cogeco Peer 1\",\"trafficRatio\":0.11},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.11}]},\"inventory\":{\"byRegion\":[{\"region\":\"NON-US\",\"inventoryRatio\":100.0,\"ivt\":3.13,\"viewability\":71.02},{\"region\":\"US\",\"inventoryRatio\":100.0,\"ivt\":4.73,\"viewability\":69.79},{\"region\":\"GLOBAL\",\"inventoryRatio\":100.0,\"ivt\":4.53,\"viewability\":69.94}],\"byCountry\":[{\"countryName\":\"United States\",\"inventoryRatio\":89.29,\"ivt\":4.73,\"viewability\":69.79},{\"countryName\":\"Canada\",\"inventoryRatio\":1.76,\"ivt\":3.86,\"viewability\":68.41},{\"countryName\":\"United Kingdom\",\"inventoryRatio\":1.05,\"ivt\":1.09,\"viewability\":73.99},{\"countryName\":\"France\",\"inventoryRatio\":0.75,\"ivt\":0.91,\"viewability\":68.64},{\"countryName\":\"Australia\",\"inventoryRatio\":0.69,\"ivt\":2.93,\"viewability\":69.96},{\"countryName\":\"Mexico\",\"inventoryRatio\":0.65,\"ivt\":3.47,\"viewability\":74.53},{\"countryName\":\"Brazil\",\"inventoryRatio\":0.56,\"ivt\":5.13,\"viewability\":77.91},{\"countryName\":\"Spain\",\"inventoryRatio\":0.4,\"ivt\":1.04,\"viewability\":70.06},{\"countryName\":\"Romania\",\"inventoryRatio\":0.39,\"ivt\":0.2,\"viewability\":76.73},{\"countryName\":\"Italy\",\"inventoryRatio\":0.38,\"ivt\":0.65,\"viewability\":71.0},{\"countryName\":\"Germany\",\"inventoryRatio\":0.28,\"ivt\":1.62,\"viewability\":72.05},{\"countryName\":\"Philippines\",\"inventoryRatio\":0.27,\"ivt\":3.11,\"viewability\":71.59},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":0.25,\"ivt\":6.65,\"viewability\":49.77},{\"countryName\":\"India\",\"inventoryRatio\":0.23,\"ivt\":5.12,\"viewability\":70.52},{\"countryName\":\"Hong Kong\",\"inventoryRatio\":0.2,\"ivt\":8.38,\"viewability\":56.55},{\"countryName\":\"Argentina\",\"inventoryRatio\":0.17,\"ivt\":0.94,\"viewability\":74.91},{\"countryName\":\"Greece\",\"inventoryRatio\":0.15,\"ivt\":0.56,\"viewability\":78.46},{\"countryName\":\"Colombia\",\"inventoryRatio\":0.13,\"ivt\":1.83,\"viewability\":75.42},{\"countryName\":\"Nigeria\",\"inventoryRatio\":0.12,\"ivt\":2.76,\"viewability\":70.01},{\"countryName\":\"Belgium\",\"inventoryRatio\":0.12,\"ivt\":0.62,\"viewability\":74.89},{\"countryName\":\"Singapore\",\"inventoryRatio\":0.12,\"ivt\":3.13,\"viewability\":62.68},{\"countryName\":\"Puerto Rico\",\"inventoryRatio\":0.12,\"ivt\":3.68,\"viewability\":78.5},{\"countryName\":\"Switzerland\",\"inventoryRatio\":0.1,\"ivt\":2.23,\"viewability\":68.94},{\"countryName\":\"United Arab Emirates\",\"inventoryRatio\":0.1,\"ivt\":1.99,\"viewability\":72.12},{\"countryName\":\"South Africa\",\"inventoryRatio\":0.1,\"ivt\":2.06,\"viewability\":69.33}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":64.71,\"ivt\":4.85,\"viewability\":69.6},{\"adSize\":\"728x90\",\"inventoryRatio\":10.22,\"ivt\":5.97,\"viewability\":60.79},{\"adSize\":\"300x600\",\"inventoryRatio\":10.02,\"ivt\":3.25,\"viewability\":78.75},{\"adSize\":\"160x600\",\"inventoryRatio\":9.65,\"ivt\":2.54,\"viewability\":76.07},{\"adSize\":\"320x50\",\"inventoryRatio\":2.39,\"ivt\":7.2,\"viewability\":58.92},{\"adSize\":\"970x250\",\"inventoryRatio\":1.59,\"ivt\":4.83,\"viewability\":72.76},{\"adSize\":\"300x50\",\"inventoryRatio\":0.63,\"ivt\":6.35,\"viewability\":57.3},{\"adSize\":\"300x251\",\"inventoryRatio\":0.4,\"ivt\":4.22,\"viewability\":62.99},{\"adSize\":\"Other\",\"inventoryRatio\":0.4,\"ivt\":14.15,\"viewability\":76.24}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":6.77,\"ivt\":4.03,\"viewability\":69.17},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":6.4,\"ivt\":9.27,\"viewability\":70.0},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":6.01,\"ivt\":8.23,\"viewability\":68.48},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.96,\"ivt\":2.33,\"viewability\":67.15},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":4.29,\"ivt\":2.5,\"viewability\":68.48},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.91,\"ivt\":2.15,\"viewability\":70.89},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.59,\"ivt\":5.94,\"viewability\":69.8},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.13,\"ivt\":3.8,\"viewability\":70.51},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.05,\"ivt\":1.48,\"viewability\":66.1},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":2.05,\"ivt\":1.51,\"viewability\":68.94},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":1.91,\"ivt\":1.58,\"viewability\":68.9},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.89,\"ivt\":2.9,\"viewability\":72.82},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.86,\"ivt\":2.99,\"viewability\":71.34},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.67,\"ivt\":4.51,\"viewability\":69.21},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":1.65,\"ivt\":4.85,\"viewability\":69.3},{\"dmaName\":\"CLEVELAND-AKRON (CANTON)\",\"inventoryRatio\":1.64,\"ivt\":5.5,\"viewability\":71.46},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.27,\"ivt\":1.58,\"viewability\":68.96},{\"dmaName\":\"RALEIGH-DURHAM (FAYETVLLE)\",\"inventoryRatio\":1.27,\"ivt\":7.29,\"viewability\":69.05},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.24,\"ivt\":0.97,\"viewability\":70.42}]},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":65.91,\"ivt\":7.36,\"estBidLow\":2.12,\"estBidHigh\":4.77,\"viewability\":68.22},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":22.04,\"ivt\":3.29,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":67.33},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.49,\"ivt\":6.36,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":62.31},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.11,\"ivt\":13.06,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":79.34},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.02,\"ivt\":39.31,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":66.21},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":3.98,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":12.27},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":0.79,\"estBidHigh\":0.92,\"viewability\":56.12,\"ivt\":null},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":10.8,\"estBidLow\":0.8,\"estBidHigh\":4.26,\"viewability\":66.39},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":6.43,\"ivt\":5.87,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":68.21},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":54.55},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":38.1},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.0},{\"exchange\":\"Sovrn\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":84.51,\"ivt\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":74.07},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":4.26,\"viewability\":80.0,\"ivt\":null}],\"viewability\":{\"viewability\":66.75,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":64.71,\"viewability\":69.6},{\"adSize\":\"728x90\",\"inventoryRatio\":10.22,\"viewability\":60.79},{\"adSize\":\"300x600\",\"inventoryRatio\":10.02,\"viewability\":78.75},{\"adSize\":\"160x600\",\"inventoryRatio\":9.65,\"viewability\":76.07},{\"adSize\":\"320x50\",\"inventoryRatio\":2.39,\"viewability\":58.92},{\"adSize\":\"970x250\",\"inventoryRatio\":1.59,\"viewability\":72.76},{\"adSize\":\"300x50\",\"inventoryRatio\":0.63,\"viewability\":57.3},{\"adSize\":\"300x251\",\"inventoryRatio\":0.4,\"viewability\":62.99},{\"adSize\":\"Other\",\"inventoryRatio\":0.4,\"viewability\":76.24}]},\"ctr\":{\"ctr\":0.07,\"byAdSize\":[{\"adSize\":\"635x355\",\"ctr\":1.69},{\"adSize\":\"320x50\",\"ctr\":1.37},{\"adSize\":\"650x400\",\"ctr\":1.25},{\"adSize\":\"728x90\",\"ctr\":0.84},{\"adSize\":\"640x360\",\"ctr\":0.42},{\"adSize\":\"635x356\",\"ctr\":0.4},{\"adSize\":\"600x320\",\"ctr\":0.26},{\"adSize\":\"300x250\",\"ctr\":0.23}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":98.79,\"ivt\":68.93,\"viewability\":27.37,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":0.8,\"ivt\":31.16,\"viewability\":48.04,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":91.87,\"ivt\":33.91,\"viewability\":48.31},{\"domain\":\"bing.com\",\"inventoryRatio\":5.34,\"ivt\":0.0,\"viewability\":43.1},{\"domain\":\"google.ca\",\"inventoryRatio\":1.38,\"ivt\":0.0,\"viewability\":74.44},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.83,\"ivt\":0.0,\"viewability\":13.21},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":4.55},{\"domain\":\"google.com.mx\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.4,\"ivt\":2.54,\"viewability\":1.26,\"domains\":[{\"domain\":\"traffic.swagbucks.com\",\"inventoryRatio\":94.71,\"ivt\":0.23,\"viewability\":0.16},{\"domain\":\"syn.entertainow.com\",\"inventoryRatio\":1.96,\"ivt\":0.0,\"viewability\":35.94},{\"domain\":\"s.yimg.com\",\"inventoryRatio\":0.67,\"ivt\":72.73,\"viewability\":18.18},{\"domain\":\"https\",\"inventoryRatio\":0.43,\"ivt\":85.71,\"viewability\":0.0},{\"domain\":\"safeframe.googlesyndication.com\",\"inventoryRatio\":0.18,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"falconui\",\"inventoryRatio\":0.15,\"ivt\":80.0,\"viewability\":0.0},{\"domain\":\"falconui.adx.yaho\",\"inventoryRatio\":0.12,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"accounts.google.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.0,\"ivt\":8.7,\"viewability\":68.18,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":95.65,\"ivt\":9.09,\"viewability\":68.18},{\"domain\":\"aol.com\",\"inventoryRatio\":4.35,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":0.0,\"ivt\":33.33,\"viewability\":0.0,\"domains\":[{\"domain\":\"t.co\",\"inventoryRatio\":33.33,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"m.facebook.com\",\"inventoryRatio\":33.33,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"l.facebook.com\",\"inventoryRatio\":33.33,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":58.19,\"maskingRatio\":0.09,\"ivt\":5.14,\"viewability\":74.16},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":14.91,\"maskingRatio\":0.08,\"ivt\":7.64,\"viewability\":42.71},{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":10.01,\"maskingRatio\":0.1,\"ivt\":5.49,\"viewability\":51.24},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":5.43,\"maskingRatio\":0.12,\"ivt\":6.28,\"viewability\":42.42},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":3.46,\"maskingRatio\":0.0,\"ivt\":3.78,\"viewability\":55.99},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":2.86,\"maskingRatio\":0.0,\"ivt\":3.89,\"viewability\":62.04},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.52,\"maskingRatio\":0.05,\"ivt\":2.89,\"viewability\":69.43},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":0.5,\"maskingRatio\":0.0,\"ivt\":2.44,\"viewability\":60.5},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.45,\"maskingRatio\":0.89,\"ivt\":8.75,\"viewability\":46.02},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":0.44,\"maskingRatio\":0.0,\"ivt\":5.6,\"viewability\":72.04},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.36,\"maskingRatio\":0.0,\"ivt\":2.74,\"viewability\":81.14},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":0.31,\"maskingRatio\":0.0,\"ivt\":0.46,\"viewability\":null},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":0.3,\"maskingRatio\":0.18,\"ivt\":3.28,\"viewability\":59.36},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":0.24,\"maskingRatio\":0.0,\"ivt\":2.86,\"viewability\":55.81},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":0.24,\"maskingRatio\":0.0,\"ivt\":2.14,\"viewability\":35.0},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.23,\"maskingRatio\":0.0,\"ivt\":5.19,\"viewability\":62.09},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":0.19,\"maskingRatio\":0.0,\"ivt\":2.53,\"viewability\":100.0},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.12,\"maskingRatio\":2.9,\"ivt\":2.73,\"viewability\":57.66},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.12,\"maskingRatio\":0.57,\"ivt\":2.4,\"viewability\":56.13},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.11,\"maskingRatio\":0.6,\"ivt\":4.25,\"viewability\":59.69},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.0,\"ivt\":1.19,\"viewability\":21.5},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.08,\"maskingRatio\":67.88,\"ivt\":84.24,\"viewability\":11.67},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.0,\"ivt\":2.93,\"viewability\":54.26},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.15,\"ivt\":3.61,\"viewability\":55.52},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.04,\"ivt\":3.81,\"viewability\":57.23},{\"subDomain\":\"adx.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":59.31,\"ivt\":85.4,\"viewability\":7.09},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":1.32,\"ivt\":4.85,\"viewability\":52.73},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.01,\"ivt\":1.79,\"viewability\":44.61},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.12,\"ivt\":2.99,\"viewability\":47.21},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":1.11,\"ivt\":3.6,\"viewability\":45.97},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":2.09,\"viewability\":58.91},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.06,\"ivt\":3.39,\"viewability\":48.49},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.3,\"viewability\":54.95},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.43,\"viewability\":60.71},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.28,\"viewability\":40.86},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.01,\"ivt\":5.88,\"viewability\":52.09},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":4.36,\"viewability\":58.72},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.07,\"ivt\":3.61,\"viewability\":47.61},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":2.26,\"viewability\":59.19},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":5.6,\"ivt\":5.63,\"viewability\":53.84},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":3.88,\"ivt\":2.73,\"viewability\":54.85},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":6.04,\"viewability\":54.62},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":14.81,\"viewability\":55.26},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":4.04,\"viewability\":57.62},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.15,\"ivt\":2.99,\"viewability\":41.09},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":4.7,\"viewability\":53.12},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":6.8,\"ivt\":1.05,\"viewability\":43.46},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.7,\"viewability\":61.89},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.73,\"viewability\":78.11},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":4.51,\"viewability\":55.94},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":3.48,\"viewability\":46.73},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.25,\"viewability\":51.75},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.14,\"viewability\":47.99},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.02,\"ivt\":5.8,\"viewability\":54.18},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.92,\"viewability\":73.37},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.01,\"viewability\":42.34},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.32,\"viewability\":59.67},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.51,\"viewability\":74.25},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.62,\"ivt\":3.42,\"viewability\":50.47},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":1.4,\"ivt\":4.31,\"viewability\":58.3},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":50.84,\"ivt\":69.62,\"viewability\":33.06},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.13,\"ivt\":9.95,\"viewability\":45.89},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.31,\"viewability\":63.38},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.34,\"viewability\":59.84},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.99,\"viewability\":50.85},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.74,\"viewability\":77.02},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":2.28,\"ivt\":3.75,\"viewability\":61.19},{\"subDomain\":\"screen.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.16,\"ivt\":80.14,\"viewability\":22.98},{\"subDomain\":\"weather.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.18,\"ivt\":73.74,\"viewability\":27.66},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.13,\"viewability\":46.17},{\"subDomain\":\"omega.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":28.22},{\"subDomain\":\"commercecentral.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.45,\"ivt\":75.44,\"viewability\":26.44},{\"subDomain\":\"business.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.52,\"ivt\":72.31,\"viewability\":28.51},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":66.0,\"ivt\":76.92,\"viewability\":25.39},{\"subDomain\":\"frontpage.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.87,\"viewability\":null},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":1.1,\"ivt\":75.91,\"viewability\":26.01},{\"subDomain\":\"fp.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":47.95,\"ivt\":88.83,\"viewability\":9.36},{\"subDomain\":\"shopping.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.95,\"ivt\":0.0,\"viewability\":93.2},{\"subDomain\":\"gq1.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":31.82,\"viewability\":22.73},{\"subDomain\":\"guce.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.04,\"viewability\":75.0},{\"subDomain\":\"hsrd.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":97.44},{\"subDomain\":\"dev.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":90.48,\"viewability\":0.0},{\"subDomain\":\"youcard.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.0,\"viewability\":null},{\"subDomain\":\"article-server.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":54.55},{\"subDomain\":\"brb.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.33,\"viewability\":91.67},{\"subDomain\":\"saudebucal.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.09,\"viewability\":36.36},{\"subDomain\":\"yql.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.09,\"viewability\":null},{\"subDomain\":\"hkfood.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":92.18,\"maskingRatio\":0.48,\"ivt\":4.75,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":7.7,\"maskingRatio\":0.43,\"ivt\":1.74,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.1,\"maskingRatio\":0.32,\"ivt\":9.13,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.42,\"ivt\":11.45,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.18,\"ivt\":14.37,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":69.42},{\"os\":\"Mac OS X\",\"inventoryRatio\":14.26},{\"os\":\"Windows 7\",\"inventoryRatio\":8.75},{\"os\":\"Windows 8.1\",\"inventoryRatio\":3.0},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.52},{\"os\":\"Linux\",\"inventoryRatio\":1.13},{\"os\":\"Windows 8\",\"inventoryRatio\":0.3},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.26},{\"os\":\"Windows XP\",\"inventoryRatio\":0.2},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.17}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":31.8},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":24.9},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.3},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.71},{\"os\":\"Android\",\"inventoryRatio\":4.43},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":3.2},{\"os\":\"Android 6.x\",\"inventoryRatio\":1.08},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.68},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.64},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.44},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.38}]}},{\"adDomain\":\"yahoo.com\",\"region\":\"GLOBAL\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":4.75,\"ivtRisk\":\"medium\",\"viewability\":67.65,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":22098741016,\"desktopTrafficRatio\":92.18,\"mobileTrafficRatio\":7.7,\"videoTrafficRatio\":3.48,\"ctr\":0.08,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.43,\"bidPriceHigh\":2.55,\"trustedSeller\":\"Verizon Media\",\"trueReach\":47491},\"trafficQualityRisk\":{\"ivtRisk\":\"medium\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":0.0},\"invalidTraffic\":{\"ivt\":4.75,\"givt\":0.26,\"sivt\":4.5,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.24,\"sivt\":0.0},{\"fraudType\":\"Idiobot\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":2.59},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.56},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.44},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.44},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.34},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.02}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":95.53},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":3.05},{\"name\":\"N/A\",\"trafficRatio\":0.81},{\"name\":\"Google Cloud\",\"trafficRatio\":0.41},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.2}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":87.1,\"ivt\":5.02,\"viewability\":70.79},{\"region\":\"NON-US\",\"inventoryRatio\":12.9,\"ivt\":2.94,\"viewability\":72.1},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":4.75,\"viewability\":70.96}],\"byCountry\":[{\"countryName\":\"United States\",\"inventoryRatio\":89.01,\"ivt\":5.02,\"viewability\":70.79},{\"countryName\":\"Canada\",\"inventoryRatio\":1.74,\"ivt\":3.12,\"viewability\":68.9},{\"countryName\":\"United Kingdom\",\"inventoryRatio\":1.11,\"ivt\":1.09,\"viewability\":74.63},{\"countryName\":\"France\",\"inventoryRatio\":0.72,\"ivt\":1.01,\"viewability\":73.0},{\"countryName\":\"Australia\",\"inventoryRatio\":0.7,\"ivt\":3.08,\"viewability\":71.06},{\"countryName\":\"Mexico\",\"inventoryRatio\":0.66,\"ivt\":3.57,\"viewability\":76.21},{\"countryName\":\"Brazil\",\"inventoryRatio\":0.59,\"ivt\":3.03,\"viewability\":77.74},{\"countryName\":\"Romania\",\"inventoryRatio\":0.42,\"ivt\":0.2,\"viewability\":76.78},{\"countryName\":\"Spain\",\"inventoryRatio\":0.42,\"ivt\":1.04,\"viewability\":70.88},{\"countryName\":\"Italy\",\"inventoryRatio\":0.41,\"ivt\":0.66,\"viewability\":71.47},{\"countryName\":\"Germany\",\"inventoryRatio\":0.3,\"ivt\":1.64,\"viewability\":72.63},{\"countryName\":\"Philippines\",\"inventoryRatio\":0.28,\"ivt\":3.2,\"viewability\":72.23},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":0.24,\"ivt\":5.63,\"viewability\":50.25},{\"countryName\":\"India\",\"inventoryRatio\":0.24,\"ivt\":5.16,\"viewability\":70.72},{\"countryName\":\"Hong Kong\",\"inventoryRatio\":0.19,\"ivt\":5.79,\"viewability\":59.06},{\"countryName\":\"Argentina\",\"inventoryRatio\":0.18,\"ivt\":0.92,\"viewability\":75.45},{\"countryName\":\"Greece\",\"inventoryRatio\":0.16,\"ivt\":0.56,\"viewability\":78.71},{\"countryName\":\"Colombia\",\"inventoryRatio\":0.14,\"ivt\":1.85,\"viewability\":76.57},{\"countryName\":\"Belgium\",\"inventoryRatio\":0.13,\"ivt\":0.63,\"viewability\":75.72},{\"countryName\":\"Puerto Rico\",\"inventoryRatio\":0.12,\"ivt\":3.74,\"viewability\":79.61},{\"countryName\":\"Singapore\",\"inventoryRatio\":0.12,\"ivt\":3.37,\"viewability\":65.01},{\"countryName\":\"Nigeria\",\"inventoryRatio\":0.12,\"ivt\":2.79,\"viewability\":70.39},{\"countryName\":\"South Africa\",\"inventoryRatio\":0.11,\"ivt\":2.07,\"viewability\":69.59},{\"countryName\":\"United Arab Emirates\",\"inventoryRatio\":0.11,\"ivt\":2.02,\"viewability\":72.56},{\"countryName\":\"Switzerland\",\"inventoryRatio\":0.11,\"ivt\":2.37,\"viewability\":70.83}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":66.07,\"ivt\":5.0,\"viewability\":70.49},{\"adSize\":\"300x600\",\"inventoryRatio\":10.66,\"ivt\":3.14,\"viewability\":78.88},{\"adSize\":\"160x600\",\"inventoryRatio\":10.29,\"ivt\":2.46,\"viewability\":76.05},{\"adSize\":\"728x90\",\"inventoryRatio\":9.87,\"ivt\":6.3,\"viewability\":60.61},{\"adSize\":\"970x250\",\"inventoryRatio\":1.68,\"ivt\":4.7,\"viewability\":72.85},{\"adSize\":\"300x50\",\"inventoryRatio\":0.67,\"ivt\":6.08,\"viewability\":57.2},{\"adSize\":\"Other\",\"inventoryRatio\":0.4,\"ivt\":14.72,\"viewability\":77.17},{\"adSize\":\"300x251\",\"inventoryRatio\":0.21,\"ivt\":8.24,\"viewability\":57.26},{\"adSize\":\"320x50\",\"inventoryRatio\":0.16,\"ivt\":81.98,\"viewability\":97.08}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":6.79,\"ivt\":4.28,\"viewability\":70.36},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":6.58,\"ivt\":9.75,\"viewability\":70.8},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":6.07,\"ivt\":8.76,\"viewability\":69.57},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.98,\"ivt\":2.42,\"viewability\":67.91},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":4.33,\"ivt\":2.6,\"viewability\":69.43},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.92,\"ivt\":2.22,\"viewability\":72.07},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.62,\"ivt\":6.32,\"viewability\":70.71},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.12,\"ivt\":3.36,\"viewability\":71.53},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.03,\"ivt\":1.54,\"viewability\":66.9},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":1.92,\"ivt\":1.52,\"viewability\":70.3},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.92,\"ivt\":3.04,\"viewability\":74.04},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":1.87,\"ivt\":1.7,\"viewability\":70.07},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.83,\"ivt\":3.23,\"viewability\":72.67},{\"dmaName\":\"CLEVELAND-AKRON (CANTON)\",\"inventoryRatio\":1.67,\"ivt\":5.84,\"viewability\":72.29},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.6,\"ivt\":5.02,\"viewability\":70.56},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":1.58,\"ivt\":5.36,\"viewability\":70.79},{\"dmaName\":\"RALEIGH-DURHAM (FAYETVLLE)\",\"inventoryRatio\":1.3,\"ivt\":7.73,\"viewability\":69.8},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.26,\"ivt\":1.62,\"viewability\":69.98},{\"dmaName\":\"SAN DIEGO\",\"inventoryRatio\":1.24,\"ivt\":5.48,\"viewability\":70.51}]},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":65.64,\"ivt\":7.79,\"estBidLow\":0.43,\"estBidHigh\":2.55,\"viewability\":69.35},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":22.32,\"ivt\":3.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":68.17},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.82,\"ivt\":6.47,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":62.6},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.12,\"ivt\":12.68,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":79.35},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":86.39,\"ivt\":null},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":0.79,\"estBidHigh\":0.92,\"viewability\":55.9,\"ivt\":null},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":6.06,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":14.6},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":9.61,\"estBidLow\":0.8,\"estBidHigh\":4.26,\"viewability\":66.82},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":6.08,\"ivt\":6.2,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":70.06},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":38.1},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.0},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.0},{\"exchange\":\"Sovrn\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":76.92},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":4.26,\"viewability\":100.0,\"ivt\":null}],\"viewability\":{\"viewability\":67.65,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":66.07,\"viewability\":70.49},{\"adSize\":\"300x600\",\"inventoryRatio\":10.66,\"viewability\":78.88},{\"adSize\":\"160x600\",\"inventoryRatio\":10.29,\"viewability\":76.05},{\"adSize\":\"728x90\",\"inventoryRatio\":9.87,\"viewability\":60.61},{\"adSize\":\"970x250\",\"inventoryRatio\":1.68,\"viewability\":72.85},{\"adSize\":\"300x50\",\"inventoryRatio\":0.67,\"viewability\":57.2},{\"adSize\":\"Other\",\"inventoryRatio\":0.4,\"viewability\":77.17},{\"adSize\":\"300x251\",\"inventoryRatio\":0.21,\"viewability\":57.26},{\"adSize\":\"320x50\",\"inventoryRatio\":0.16,\"viewability\":97.08}]},\"ctr\":{\"ctr\":0.08,\"byAdSize\":[{\"adSize\":\"635x355\",\"ctr\":1.82},{\"adSize\":\"728x90\",\"ctr\":0.89},{\"adSize\":\"640x360\",\"ctr\":0.74},{\"adSize\":\"300x250\",\"ctr\":0.59},{\"adSize\":\"635x356\",\"ctr\":0.41},{\"adSize\":\"600x320\",\"ctr\":0.26}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":99.07,\"ivt\":70.25,\"viewability\":26.88,\"domains\":null},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.51,\"ivt\":2.48,\"viewability\":1.11,\"domains\":[{\"domain\":\"traffic.swagbucks.com\",\"inventoryRatio\":94.94,\"ivt\":0.23,\"viewability\":0.16},{\"domain\":\"syn.entertainow.com\",\"inventoryRatio\":1.96,\"ivt\":0.0,\"viewability\":35.94},{\"domain\":\"s.yimg.com\",\"inventoryRatio\":0.61,\"ivt\":75.0,\"viewability\":15.0},{\"domain\":\"https\",\"inventoryRatio\":0.43,\"ivt\":85.71,\"viewability\":0.0},{\"domain\":\"safeframe.googlesyndication.com\",\"inventoryRatio\":0.18,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"falconui\",\"inventoryRatio\":0.15,\"ivt\":80.0,\"viewability\":0.0},{\"domain\":\"falconui.adx.yaho\",\"inventoryRatio\":0.12,\"ivt\":100.0,\"viewability\":0.0}]},{\"trafficSource\":\"Search\",\"inventoryRatio\":0.42,\"ivt\":43.22,\"viewability\":33.9,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":88.67,\"ivt\":48.74,\"viewability\":33.14},{\"domain\":\"bing.com\",\"inventoryRatio\":9.8,\"ivt\":0.0,\"viewability\":40.3},{\"domain\":\"google.ca\",\"inventoryRatio\":0.63,\"ivt\":0.0,\"viewability\":52.94},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.56,\"ivt\":0.0,\"viewability\":20.0},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.22,\"ivt\":0.0,\"viewability\":16.67}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":66.67,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":66.67}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"l.facebook.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":61.94,\"maskingRatio\":0.05,\"ivt\":5.04,\"viewability\":74.24},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":14.95,\"maskingRatio\":0.08,\"ivt\":7.93,\"viewability\":41.89},{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":8.45,\"maskingRatio\":0.04,\"ivt\":6.59,\"viewability\":50.77},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":4.97,\"maskingRatio\":0.1,\"ivt\":7.08,\"viewability\":40.01},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":2.84,\"maskingRatio\":0.0,\"ivt\":4.12,\"viewability\":52.08},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":2.49,\"maskingRatio\":0.0,\"ivt\":4.49,\"viewability\":62.23},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.54,\"maskingRatio\":0.05,\"ivt\":2.88,\"viewability\":69.36},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.48,\"maskingRatio\":0.68,\"ivt\":8.8,\"viewability\":46.03},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":0.45,\"maskingRatio\":0.0,\"ivt\":2.72,\"viewability\":58.34},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":0.39,\"maskingRatio\":0.0,\"ivt\":6.34,\"viewability\":74.81},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.37,\"maskingRatio\":0.0,\"ivt\":2.73,\"viewability\":81.42},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":0.28,\"maskingRatio\":0.2,\"ivt\":3.5,\"viewability\":60.49},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":0.24,\"maskingRatio\":0.0,\"ivt\":2.18,\"viewability\":35.11},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":0.23,\"maskingRatio\":0.0,\"ivt\":3.08,\"viewability\":56.36},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.19,\"maskingRatio\":0.0,\"ivt\":6.19,\"viewability\":62.33},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.11,\"maskingRatio\":3.35,\"ivt\":2.89,\"viewability\":59.53},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.11,\"maskingRatio\":0.68,\"ivt\":4.2,\"viewability\":60.92},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.74,\"ivt\":3.03,\"viewability\":60.56},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.0,\"ivt\":1.94,\"viewability\":100.0},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.0,\"ivt\":3.09,\"viewability\":54.34},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.16,\"ivt\":3.51,\"viewability\":56.12},{\"subDomain\":\"adx.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":59.31,\"ivt\":85.4,\"viewability\":7.09},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.04,\"ivt\":4.16,\"viewability\":54.85},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":65.59,\"ivt\":83.34,\"viewability\":13.72},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":1.82,\"ivt\":6.32,\"viewability\":52.97},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":2.15,\"viewability\":58.19},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.34,\"viewability\":54.56},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.32,\"viewability\":60.68},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":1.48,\"ivt\":4.27,\"viewability\":47.45},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.28,\"viewability\":40.82},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.88,\"viewability\":43.35},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.08,\"ivt\":3.65,\"viewability\":53.46},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":4.39,\"viewability\":59.17},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.01,\"ivt\":6.78,\"viewability\":53.18},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":2.3,\"viewability\":59.12},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":5.99,\"ivt\":5.63,\"viewability\":54.08},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":4.26,\"ivt\":2.78,\"viewability\":54.84},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":5.92,\"viewability\":55.42},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.1,\"ivt\":6.66,\"viewability\":55.04},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":16.43,\"viewability\":55.13},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":3.93,\"viewability\":57.76},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.02,\"ivt\":6.24,\"viewability\":59.57},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":4.86,\"viewability\":53.01},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.74,\"viewability\":59.83},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":5.82,\"ivt\":0.61,\"viewability\":50.15},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.72,\"viewability\":78.12},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":4.43,\"viewability\":55.82},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":3.41,\"viewability\":47.1},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.4,\"viewability\":51.87},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.1,\"viewability\":47.02},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.27,\"ivt\":6.65,\"viewability\":50.37},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.03,\"ivt\":5.81,\"viewability\":54.73},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.18,\"viewability\":60.15},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.62,\"viewability\":74.16},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.94,\"viewability\":43.86},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":53.53,\"ivt\":71.9,\"viewability\":31.09},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.67,\"ivt\":4.01,\"viewability\":52.92},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":1.64,\"ivt\":4.52,\"viewability\":59.69},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.55,\"viewability\":57.03},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":2.37,\"ivt\":3.9,\"viewability\":61.08},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.02,\"viewability\":49.72},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.18,\"ivt\":10.91,\"viewability\":50.42},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":38.78,\"viewability\":20.27},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.1,\"viewability\":61.88},{\"subDomain\":\"screen.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.16,\"ivt\":80.14,\"viewability\":22.98},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":11.71,\"viewability\":80.73},{\"subDomain\":\"weather.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.18,\"ivt\":73.74,\"viewability\":27.66},{\"subDomain\":\"omega.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":28.22},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.85,\"viewability\":74.44},{\"subDomain\":\"commercecentral.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.45,\"ivt\":75.44,\"viewability\":26.44},{\"subDomain\":\"business.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.52,\"ivt\":72.31,\"viewability\":28.51},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":66.29,\"ivt\":76.83,\"viewability\":25.51},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":52.44,\"viewability\":null},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.94,\"viewability\":46.97},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.84,\"ivt\":77.9,\"viewability\":24.05},{\"subDomain\":\"fp.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":47.95,\"ivt\":88.83,\"viewability\":9.36},{\"subDomain\":\"shopping.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.97,\"ivt\":0.0,\"viewability\":93.14},{\"subDomain\":\"gq1.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":36.84,\"viewability\":13.16},{\"subDomain\":\"hsrd.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":97.44},{\"subDomain\":\"guce.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.7,\"viewability\":88.89},{\"subDomain\":\"frontpage.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":null},{\"subDomain\":\"dev.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":90.0,\"viewability\":0.0},{\"subDomain\":\"youcard.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.0,\"viewability\":null},{\"subDomain\":\"article-server.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":54.55},{\"subDomain\":\"brb.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.33,\"viewability\":91.67},{\"subDomain\":\"yql.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.09,\"viewability\":null},{\"subDomain\":\"hkfood.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"saudebucal.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":14.29,\"viewability\":42.86}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":92.18,\"maskingRatio\":0.48,\"ivt\":4.75,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":7.7,\"maskingRatio\":0.43,\"ivt\":1.74,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.1,\"maskingRatio\":0.32,\"ivt\":9.13,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.42,\"ivt\":11.45,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.18,\"ivt\":14.37,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":69.42},{\"os\":\"Mac OS X\",\"inventoryRatio\":14.26},{\"os\":\"Windows 7\",\"inventoryRatio\":8.75},{\"os\":\"Windows 8.1\",\"inventoryRatio\":3.0},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.52},{\"os\":\"Linux\",\"inventoryRatio\":1.13},{\"os\":\"Windows 8\",\"inventoryRatio\":0.3},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.26},{\"os\":\"Windows XP\",\"inventoryRatio\":0.2},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.17}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":31.8},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":24.9},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.3},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.71},{\"os\":\"Android\",\"inventoryRatio\":4.43},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":3.2},{\"os\":\"Android 6.x\",\"inventoryRatio\":1.08},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.68},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.64},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.44},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.38}]}},{\"adDomain\":\"yahoo.com\",\"region\":\"GLOBAL\",\"device\":\"mobile\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":1.74,\"ivtRisk\":\"low\",\"viewability\":53.99,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":1846515633,\"desktopTrafficRatio\":92.18,\"mobileTrafficRatio\":7.7,\"videoTrafficRatio\":21.69,\"ctr\":0.09,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.17,\"bidPriceHigh\":6.57,\"trustedSeller\":\"Verizon Media\",\"trueReach\":5618},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":0.0},\"invalidTraffic\":{\"ivt\":1.74,\"givt\":0.47,\"sivt\":1.27,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.45,\"sivt\":0.0},{\"fraudType\":\"Idiobot\",\"givt\":0.02,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.53},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.32},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.24},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.13},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.01}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":97.4},{\"name\":\"N/A\",\"trafficRatio\":1.56},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":0.52},{\"name\":\"Cogeco Peer 1\",\"trafficRatio\":0.26},{\"name\":\"GigeNET\",\"trafficRatio\":0.26}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":90.85,\"ivt\":1.32,\"viewability\":55.74},{\"region\":\"NON-US\",\"inventoryRatio\":9.15,\"ivt\":5.89,\"viewability\":51.55},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":1.74,\"viewability\":55.31}],\"byCountry\":[{\"countryName\":\"United States\",\"inventoryRatio\":92.73,\"ivt\":1.32,\"viewability\":55.74},{\"countryName\":\"Canada\",\"inventoryRatio\":1.91,\"ivt\":10.75,\"viewability\":62.5},{\"countryName\":\"France\",\"inventoryRatio\":1.18,\"ivt\":0.15,\"viewability\":39.62},{\"countryName\":\"Australia\",\"inventoryRatio\":0.54,\"ivt\":0.64,\"viewability\":42.76},{\"countryName\":\"Mexico\",\"inventoryRatio\":0.51,\"ivt\":1.93,\"viewability\":48.81},{\"countryName\":\"Hong Kong\",\"inventoryRatio\":0.36,\"ivt\":22.77,\"viewability\":42.14},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":0.35,\"ivt\":13.94,\"viewability\":45.57},{\"countryName\":\"United Kingdom\",\"inventoryRatio\":0.31,\"ivt\":1.3,\"viewability\":47.35},{\"countryName\":\"Brazil\",\"inventoryRatio\":0.25,\"ivt\":58.89,\"viewability\":83.16},{\"countryName\":\"Spain\",\"inventoryRatio\":0.16,\"ivt\":0.9,\"viewability\":46.32},{\"countryName\":\"Singapore\",\"inventoryRatio\":0.12,\"ivt\":0.61,\"viewability\":36.86},{\"countryName\":\"Philippines\",\"inventoryRatio\":0.11,\"ivt\":0.76,\"viewability\":53.35}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":45.14,\"ivt\":1.62,\"viewability\":50.9},{\"adSize\":\"320x50\",\"inventoryRatio\":34.7,\"ivt\":1.04,\"viewability\":56.31},{\"adSize\":\"728x90\",\"inventoryRatio\":15.24,\"ivt\":2.65,\"viewability\":62.68},{\"adSize\":\"300x251\",\"inventoryRatio\":3.26,\"ivt\":0.51,\"viewability\":68.26},{\"adSize\":\"300x600\",\"inventoryRatio\":0.83,\"ivt\":24.5,\"viewability\":52.97},{\"adSize\":\"160x600\",\"inventoryRatio\":0.33,\"ivt\":36.66,\"viewability\":86.52},{\"adSize\":\"Other\",\"inventoryRatio\":0.3,\"ivt\":16.77,\"viewability\":58.9},{\"adSize\":\"970x250\",\"inventoryRatio\":0.18,\"ivt\":22.53,\"viewability\":60.99}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":6.59,\"ivt\":1.17,\"viewability\":53.56},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":5.43,\"ivt\":1.59,\"viewability\":53.34},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.74,\"ivt\":1.19,\"viewability\":55.12},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":4.34,\"ivt\":1.02,\"viewability\":54.43},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":3.8,\"ivt\":1.05,\"viewability\":55.39},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":3.58,\"ivt\":1.45,\"viewability\":55.18},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.84,\"ivt\":1.3,\"viewability\":54.18},{\"dmaName\":\"DENVER\",\"inventoryRatio\":2.47,\"ivt\":0.68,\"viewability\":54.38},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":2.46,\"ivt\":1.09,\"viewability\":56.36},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":2.33,\"ivt\":0.43,\"viewability\":55.23},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.25,\"ivt\":0.83,\"viewability\":55.98},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.23,\"ivt\":7.73,\"viewability\":58.15},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.19,\"ivt\":0.85,\"viewability\":55.25},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":2.19,\"ivt\":0.71,\"viewability\":54.61},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.6,\"ivt\":0.9,\"viewability\":54.58},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":1.55,\"ivt\":0.71,\"viewability\":56.46},{\"dmaName\":\"MILWAUKEE\",\"inventoryRatio\":1.45,\"ivt\":0.57,\"viewability\":57.04},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.45,\"ivt\":0.46,\"viewability\":57.48},{\"dmaName\":\"CINCINNATI\",\"inventoryRatio\":1.42,\"ivt\":1.7,\"viewability\":55.95}]},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":69.17,\"ivt\":2.35,\"estBidLow\":0.17,\"estBidHigh\":6.57,\"viewability\":55.7},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":18.64,\"ivt\":1.43,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":55.55},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":1.55,\"ivt\":1.56,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":49.62},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.11,\"ivt\":0.94,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":53.15},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":1.84,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":57.35},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.83,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":8.75},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":20.0,\"estBidLow\":1.1,\"estBidHigh\":4.26,\"viewability\":61.11},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":10.52,\"ivt\":3.52,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":55.6},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":75.0},{\"exchange\":\"33Across\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":0.39,\"ivt\":null,\"viewability\":null}],\"viewability\":{\"viewability\":53.99,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":45.14,\"viewability\":50.9},{\"adSize\":\"320x50\",\"inventoryRatio\":34.7,\"viewability\":56.31},{\"adSize\":\"728x90\",\"inventoryRatio\":15.24,\"viewability\":62.68},{\"adSize\":\"300x251\",\"inventoryRatio\":3.26,\"viewability\":68.26},{\"adSize\":\"300x600\",\"inventoryRatio\":0.83,\"viewability\":52.97},{\"adSize\":\"160x600\",\"inventoryRatio\":0.33,\"viewability\":86.52},{\"adSize\":\"Other\",\"inventoryRatio\":0.3,\"viewability\":58.9},{\"adSize\":\"970x250\",\"inventoryRatio\":0.18,\"viewability\":60.99}]},\"ctr\":{\"ctr\":0.09,\"byAdSize\":[{\"adSize\":\"320x50\",\"ctr\":1.37},{\"adSize\":\"640x360\",\"ctr\":1.04},{\"adSize\":\"300x250\",\"ctr\":0.44}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":97.45,\"ivt\":61.15,\"viewability\":31.51,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":2.53,\"ivt\":22.4,\"viewability\":58.1,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":94.09,\"ivt\":23.81,\"viewability\":58.48},{\"domain\":\"bing.com\",\"inventoryRatio\":2.22,\"ivt\":0.0,\"viewability\":51.76},{\"domain\":\"google.ca\",\"inventoryRatio\":1.91,\"ivt\":0.0,\"viewability\":79.45},{\"domain\":\"search.aol.com\",\"inventoryRatio\":1.02,\"ivt\":0.0,\"viewability\":10.53},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.42,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"google.com.mx\",\"inventoryRatio\":0.26,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.01,\"ivt\":10.0,\"viewability\":68.42,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":95.0,\"ivt\":10.53,\"viewability\":68.42},{\"domain\":\"aol.com\",\"inventoryRatio\":5.0,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.01,\"ivt\":25.0,\"viewability\":71.43,\"domains\":[{\"domain\":\"accounts.google.com\",\"inventoryRatio\":50.0,\"ivt\":0.0,\"viewability\":100.0},{\"domain\":\"s.yimg.com\",\"inventoryRatio\":25.0,\"ivt\":50.0,\"viewability\":50.0},{\"domain\":\"google\",\"inventoryRatio\":12.5,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"d-7640712761143893290.ampproject.net\",\"inventoryRatio\":12.5,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":0.0,\"ivt\":50.0,\"viewability\":0.0,\"domains\":[{\"domain\":\"m.facebook.com\",\"inventoryRatio\":50.0,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"t.co\",\"inventoryRatio\":50.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":33.48,\"maskingRatio\":0.37,\"ivt\":1.31,\"viewability\":53.23},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":14.41,\"maskingRatio\":0.13,\"ivt\":3.0,\"viewability\":58.04},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":13.11,\"maskingRatio\":0.0,\"ivt\":2.65,\"viewability\":68.79},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":12.47,\"maskingRatio\":0.25,\"ivt\":1.51,\"viewability\":60.05},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":8.54,\"maskingRatio\":0.0,\"ivt\":1.19,\"viewability\":60.97},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":4.97,\"maskingRatio\":0.0,\"ivt\":0.37,\"viewability\":null},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":1.88,\"maskingRatio\":0.0,\"ivt\":2.92,\"viewability\":null},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":1.42,\"maskingRatio\":0.0,\"ivt\":0.7,\"viewability\":21.51},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":1.3,\"maskingRatio\":0.0,\"ivt\":0.99,\"viewability\":71.53},{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":1.21,\"maskingRatio\":36.65,\"ivt\":74.84,\"viewability\":19.49},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":1.11,\"maskingRatio\":0.0,\"ivt\":1.67,\"viewability\":54.56},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.74,\"maskingRatio\":0.0,\"ivt\":1.11,\"viewability\":61.06},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":0.65,\"maskingRatio\":0.01,\"ivt\":1.83,\"viewability\":51.29},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.55,\"maskingRatio\":0.18,\"ivt\":0.86,\"viewability\":42.78},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.47,\"maskingRatio\":93.39,\"ivt\":86.25,\"viewability\":7.59},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":0.41,\"maskingRatio\":0.0,\"ivt\":1.06,\"viewability\":47.41},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.38,\"maskingRatio\":0.03,\"ivt\":0.45,\"viewability\":45.9},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.33,\"maskingRatio\":0.04,\"ivt\":1.36,\"viewability\":43.61},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.27,\"maskingRatio\":0.0,\"ivt\":1.71,\"viewability\":44.86},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.25,\"maskingRatio\":0.19,\"ivt\":1.9,\"viewability\":38.18},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.25,\"maskingRatio\":0.08,\"ivt\":1.18,\"viewability\":52.17},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.22,\"maskingRatio\":0.1,\"ivt\":1.9,\"viewability\":40.16},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.2,\"maskingRatio\":0.04,\"ivt\":4.83,\"viewability\":50.37},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.18,\"maskingRatio\":0.14,\"ivt\":1.98,\"viewability\":42.16},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":0.0,\"ivt\":1.01,\"viewability\":32.39},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":0.02,\"ivt\":1.48,\"viewability\":71.9},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.11,\"maskingRatio\":0.09,\"ivt\":1.05,\"viewability\":36.38},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":1.33,\"viewability\":53.38},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.02,\"ivt\":3.53,\"viewability\":60.41},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.02,\"ivt\":4.71,\"viewability\":48.16},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.06,\"ivt\":4.6,\"viewability\":77.42},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.03,\"ivt\":1.15,\"viewability\":41.0},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":7.11,\"viewability\":47.71},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":39.71,\"ivt\":0.54,\"viewability\":44.2},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":0.61,\"viewability\":81.5},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":1.85,\"viewability\":60.34},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":1.23,\"viewability\":70.6},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.12,\"viewability\":55.06},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":0.82,\"viewability\":56.26},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":3.64,\"viewability\":52.06},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":2.39,\"viewability\":41.58},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":5.57,\"viewability\":49.57},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":13.13,\"ivt\":3.94,\"viewability\":23.49},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":4.98,\"viewability\":39.44},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.47,\"viewability\":54.37},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.24,\"viewability\":80.52},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.63,\"viewability\":73.43},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.85,\"viewability\":61.67},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.54,\"viewability\":54.34},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":3.56,\"viewability\":57.53},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":11.6,\"viewability\":62.86},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":4.66,\"viewability\":41.23},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":3.3,\"viewability\":67.41},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":8.33,\"viewability\":29.87},{\"subDomain\":\"frontpage.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.36,\"ivt\":0.36,\"viewability\":38.75},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.15,\"viewability\":50.0},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.37,\"viewability\":60.0},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.4,\"viewability\":49.56},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.13,\"viewability\":40.0},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.56,\"viewability\":36.67},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.62,\"viewability\":64.77},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":11.63,\"viewability\":47.67},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":20.73,\"viewability\":70.89},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.97,\"viewability\":45.45},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":63.83},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.5,\"viewability\":76.92},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":2.78,\"ivt\":61.11,\"viewability\":38.89},{\"subDomain\":\"guce.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":57.14},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":100.0},{\"subDomain\":\"gq1.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":83.33},{\"subDomain\":\"saudebucal.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":25.0},{\"subDomain\":\"shopping.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":100.0},{\"subDomain\":\"hkfood.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"article-server.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"dev.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":92.18,\"maskingRatio\":0.48,\"ivt\":4.75,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":7.7,\"maskingRatio\":0.43,\"ivt\":1.74,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.1,\"maskingRatio\":0.32,\"ivt\":9.13,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.42,\"ivt\":11.45,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.18,\"ivt\":14.37,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":69.42},{\"os\":\"Mac OS X\",\"inventoryRatio\":14.26},{\"os\":\"Windows 7\",\"inventoryRatio\":8.75},{\"os\":\"Windows 8.1\",\"inventoryRatio\":3.0},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.52},{\"os\":\"Linux\",\"inventoryRatio\":1.13},{\"os\":\"Windows 8\",\"inventoryRatio\":0.3},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.26},{\"os\":\"Windows XP\",\"inventoryRatio\":0.2},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.17}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":31.8},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":24.9},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.3},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.71},{\"os\":\"Android\",\"inventoryRatio\":4.43},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":3.2},{\"os\":\"Android 6.x\",\"inventoryRatio\":1.08},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.68},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.64},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.44},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.38}]}},{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"GLOBAL\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":4.73,\"ivtRisk\":\"medium\",\"viewability\":66.47,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":20950582813,\"desktopTrafficRatio\":91.88,\"mobileTrafficRatio\":8.01,\"videoTrafficRatio\":5.23,\"ctr\":0.06,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":2.3,\"bidPriceHigh\":4.12,\"trustedSeller\":\"Verizon Media\",\"trueReach\":17894},\"trafficQualityRisk\":{\"ivtRisk\":\"medium\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":0.0},\"invalidTraffic\":{\"ivt\":4.73,\"givt\":0.25,\"sivt\":4.47,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.24,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":2.62},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.57},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.42},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.4},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.35},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.01}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":99.46},{\"name\":\"Google Cloud\",\"trafficRatio\":0.27},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.13},{\"name\":\"GigeNET\",\"trafficRatio\":0.13}]},\"inventory\":{\"byRegion\":[{\"region\":\"NON-US\",\"inventoryRatio\":100.0,\"ivt\":3.13,\"viewability\":71.02},{\"region\":\"US\",\"inventoryRatio\":100.0,\"ivt\":4.73,\"viewability\":69.79},{\"region\":\"GLOBAL\",\"inventoryRatio\":100.0,\"ivt\":4.53,\"viewability\":69.94}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":65.95,\"ivt\":5.04,\"viewability\":69.58},{\"adSize\":\"728x90\",\"inventoryRatio\":10.63,\"ivt\":6.04,\"viewability\":60.2},{\"adSize\":\"300x600\",\"inventoryRatio\":9.23,\"ivt\":3.53,\"viewability\":79.93},{\"adSize\":\"160x600\",\"inventoryRatio\":8.79,\"ivt\":2.71,\"viewability\":76.0},{\"adSize\":\"320x50\",\"inventoryRatio\":2.55,\"ivt\":7.02,\"viewability\":58.93},{\"adSize\":\"970x250\",\"inventoryRatio\":1.49,\"ivt\":5.29,\"viewability\":73.29},{\"adSize\":\"300x50\",\"inventoryRatio\":0.67,\"ivt\":6.1,\"viewability\":56.28},{\"adSize\":\"300x251\",\"inventoryRatio\":0.41,\"ivt\":4.56,\"viewability\":64.98},{\"adSize\":\"Other\",\"inventoryRatio\":0.29,\"ivt\":20.42,\"viewability\":77.52}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":6.77,\"ivt\":4.03,\"viewability\":69.17},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":6.4,\"ivt\":9.27,\"viewability\":70.0},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":6.01,\"ivt\":8.23,\"viewability\":68.48},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.96,\"ivt\":2.33,\"viewability\":67.15},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":4.29,\"ivt\":2.5,\"viewability\":68.48},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.91,\"ivt\":2.15,\"viewability\":70.89},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.59,\"ivt\":5.94,\"viewability\":69.8},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.13,\"ivt\":3.8,\"viewability\":70.51},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":2.05,\"ivt\":1.51,\"viewability\":68.94},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.05,\"ivt\":1.48,\"viewability\":66.1},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":1.91,\"ivt\":1.58,\"viewability\":68.9},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.89,\"ivt\":2.9,\"viewability\":72.82},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.86,\"ivt\":2.99,\"viewability\":71.34},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.67,\"ivt\":4.51,\"viewability\":69.21},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":1.65,\"ivt\":4.85,\"viewability\":69.3},{\"dmaName\":\"CLEVELAND-AKRON (CANTON)\",\"inventoryRatio\":1.64,\"ivt\":5.5,\"viewability\":71.46},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.27,\"ivt\":1.58,\"viewability\":68.96},{\"dmaName\":\"RALEIGH-DURHAM (FAYETVLLE)\",\"inventoryRatio\":1.27,\"ivt\":7.29,\"viewability\":69.05},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.24,\"ivt\":0.97,\"viewability\":70.42}]},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":65.31,\"ivt\":7.46,\"estBidLow\":2.3,\"estBidHigh\":4.12,\"viewability\":68.08},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":22.71,\"ivt\":3.3,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":67.48},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.45,\"ivt\":6.58,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":61.91},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.02,\"ivt\":38.36,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":65.93},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":91.48,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":89.16},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":3.05,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":12.01},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":56.2,\"ivt\":null},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":35.71,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":67.92},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":6.5,\"ivt\":5.67,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":68.3},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":52.38},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":40.0},{\"exchange\":\"Sovrn\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":81.48,\"ivt\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":74.07},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":4.26,\"viewability\":75.0,\"ivt\":null}],\"viewability\":{\"viewability\":66.47,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":65.95,\"viewability\":69.58},{\"adSize\":\"728x90\",\"inventoryRatio\":10.63,\"viewability\":60.2},{\"adSize\":\"300x600\",\"inventoryRatio\":9.23,\"viewability\":79.93},{\"adSize\":\"160x600\",\"inventoryRatio\":8.79,\"viewability\":76.0},{\"adSize\":\"320x50\",\"inventoryRatio\":2.55,\"viewability\":58.93},{\"adSize\":\"970x250\",\"inventoryRatio\":1.49,\"viewability\":73.29},{\"adSize\":\"300x50\",\"inventoryRatio\":0.67,\"viewability\":56.28},{\"adSize\":\"300x251\",\"inventoryRatio\":0.41,\"viewability\":64.98},{\"adSize\":\"Other\",\"inventoryRatio\":0.29,\"viewability\":77.52}]},\"ctr\":{\"ctr\":0.06,\"byAdSize\":[{\"adSize\":\"320x50\",\"ctr\":1.64},{\"adSize\":\"300x250\",\"ctr\":0.78},{\"adSize\":\"728x90\",\"ctr\":0.71}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":98.56,\"ivt\":70.36,\"viewability\":26.11,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":0.94,\"ivt\":30.56,\"viewability\":47.79,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":93.12,\"ivt\":32.82,\"viewability\":48.62},{\"domain\":\"bing.com\",\"inventoryRatio\":5.56,\"ivt\":0.0,\"viewability\":42.11},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.89,\"ivt\":0.0,\"viewability\":13.73},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":5.0}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.5,\"ivt\":2.2,\"viewability\":1.25,\"domains\":[{\"domain\":\"traffic.swagbucks.com\",\"inventoryRatio\":95.08,\"ivt\":0.24,\"viewability\":0.14},{\"domain\":\"syn.entertainow.com\",\"inventoryRatio\":1.93,\"ivt\":0.0,\"viewability\":37.29},{\"domain\":\"https\",\"inventoryRatio\":0.46,\"ivt\":85.71,\"viewability\":0.0},{\"domain\":\"s.yimg.com\",\"inventoryRatio\":0.33,\"ivt\":50.0,\"viewability\":30.0},{\"domain\":\"falconui\",\"inventoryRatio\":0.16,\"ivt\":80.0,\"viewability\":0.0},{\"domain\":\"falconui.adx.yaho\",\"inventoryRatio\":0.13,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"accounts.google.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.0,\"ivt\":10.53,\"viewability\":61.11,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":94.74,\"ivt\":11.11,\"viewability\":61.11},{\"domain\":\"aol.com\",\"inventoryRatio\":5.26,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"t.co\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":58.3,\"maskingRatio\":0.04,\"ivt\":5.18,\"viewability\":74.09},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":15.41,\"maskingRatio\":0.08,\"ivt\":7.74,\"viewability\":41.83},{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":10.46,\"maskingRatio\":0.09,\"ivt\":5.47,\"viewability\":51.45},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":5.76,\"maskingRatio\":0.12,\"ivt\":6.36,\"viewability\":42.25},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":3.69,\"maskingRatio\":0.0,\"ivt\":3.73,\"viewability\":56.09},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":3.13,\"maskingRatio\":0.0,\"ivt\":3.84,\"viewability\":62.17},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.55,\"maskingRatio\":0.05,\"ivt\":2.88,\"viewability\":69.49},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.4,\"maskingRatio\":0.83,\"ivt\":9.89,\"viewability\":41.92},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.39,\"maskingRatio\":0.0,\"ivt\":2.7,\"viewability\":81.22},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":0.33,\"maskingRatio\":0.0,\"ivt\":5.33,\"viewability\":72.68},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":0.33,\"maskingRatio\":0.0,\"ivt\":0.47,\"viewability\":null},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":0.2,\"maskingRatio\":0.0,\"ivt\":2.53,\"viewability\":100.0},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.16,\"maskingRatio\":0.0,\"ivt\":5.33,\"viewability\":64.41},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.12,\"maskingRatio\":0.59,\"ivt\":2.23,\"viewability\":56.3},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":1.1,\"viewability\":21.77},{\"subDomain\":\"adx.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":59.35,\"ivt\":85.83,\"viewability\":6.83},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.02,\"ivt\":5.46,\"viewability\":56.5},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.0,\"ivt\":8.74,\"viewability\":63.39},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":1.36,\"ivt\":4.81,\"viewability\":52.65},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.0,\"ivt\":1.54,\"viewability\":21.19},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.01,\"ivt\":5.51,\"viewability\":59.54},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.23,\"viewability\":60.49},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":64.5,\"ivt\":98.01,\"viewability\":1.45},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.02,\"ivt\":12.28,\"viewability\":57.19},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.03,\"ivt\":3.66,\"viewability\":41.82},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.02,\"ivt\":3.62,\"viewability\":58.52},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.06,\"ivt\":4.57,\"viewability\":43.79},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":12.06,\"viewability\":58.65},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.02,\"viewability\":58.84},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.59,\"viewability\":52.02},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":5.57,\"viewability\":58.8},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.27,\"viewability\":40.66},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":5.52,\"viewability\":43.79},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.06,\"viewability\":57.15},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.39,\"viewability\":61.43},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":7.03,\"ivt\":1.02,\"viewability\":43.77},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.03,\"ivt\":6.82,\"viewability\":36.78},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":11.32,\"viewability\":58.93},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.76,\"viewability\":78.35},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.06,\"ivt\":2.56,\"viewability\":51.98},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.39,\"viewability\":54.8},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.03,\"viewability\":72.61},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.39,\"viewability\":37.6},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.58,\"viewability\":53.51},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.07,\"ivt\":10.79,\"viewability\":60.62},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.17,\"viewability\":52.47},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.88,\"viewability\":82.8},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.38,\"viewability\":52.02},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":52.14,\"ivt\":70.18,\"viewability\":32.48},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":12.62,\"viewability\":61.04},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.35,\"viewability\":40.79},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.19,\"viewability\":48.69},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.3,\"viewability\":57.75},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":16.82,\"viewability\":47.34},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.26,\"viewability\":81.66},{\"subDomain\":\"screen.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.15,\"ivt\":80.43,\"viewability\":22.7},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":17.13,\"viewability\":61.04},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.38,\"viewability\":58.87},{\"subDomain\":\"weather.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":60.91,\"ivt\":74.24,\"viewability\":27.06},{\"subDomain\":\"omega.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":28.29},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":7.89,\"viewability\":56.68},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.41,\"ivt\":17.73,\"viewability\":44.84},{\"subDomain\":\"commercecentral.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.35,\"ivt\":76.19,\"viewability\":25.55},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":18.14,\"viewability\":63.31},{\"subDomain\":\"business.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.6,\"ivt\":72.67,\"viewability\":28.12},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":66.74,\"ivt\":77.62,\"viewability\":24.77},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":48.18,\"viewability\":39.95},{\"subDomain\":\"frontpage.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.73,\"viewability\":null},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":19.67,\"viewability\":53.28},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.31,\"viewability\":33.33},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.73,\"viewability\":78.19},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.87,\"ivt\":79.92,\"viewability\":21.74},{\"subDomain\":\"fp.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":47.95,\"ivt\":88.83,\"viewability\":9.36},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.99,\"viewability\":42.86},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.31,\"viewability\":36.71},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":31.47,\"viewability\":23.58},{\"subDomain\":\"shopping.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.96,\"ivt\":0.0,\"viewability\":93.14},{\"subDomain\":\"gq1.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":32.56,\"viewability\":20.93},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":71.21,\"viewability\":27.27},{\"subDomain\":\"guce.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.38,\"viewability\":73.81},{\"subDomain\":\"hsrd.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":97.44},{\"subDomain\":\"dev.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":90.48,\"viewability\":0.0},{\"subDomain\":\"youcard.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.53,\"viewability\":null},{\"subDomain\":\"article-server.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":54.55},{\"subDomain\":\"brb.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.33,\"viewability\":91.67}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":91.88,\"maskingRatio\":0.51,\"ivt\":5.02,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":8.01,\"maskingRatio\":0.22,\"ivt\":1.32,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.09,\"maskingRatio\":0.26,\"ivt\":6.14,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.14,\"ivt\":11.62,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.19,\"ivt\":14.49,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":69.55},{\"os\":\"Mac OS X\",\"inventoryRatio\":14.84},{\"os\":\"Windows 7\",\"inventoryRatio\":7.96},{\"os\":\"Windows 8.1\",\"inventoryRatio\":2.85},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.73},{\"os\":\"Linux\",\"inventoryRatio\":1.23},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.27},{\"os\":\"Windows 8\",\"inventoryRatio\":0.26},{\"os\":\"Windows XP\",\"inventoryRatio\":0.17},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":31.95},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":25.48},{\"os\":\"Android Mobile\",\"inventoryRatio\":22.68},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.74},{\"os\":\"Android\",\"inventoryRatio\":4.37},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":3.37},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.98},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.67},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.64},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.38},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.36}]}},{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":5.02,\"ivtRisk\":\"medium\",\"viewability\":67.31,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":19249093686,\"desktopTrafficRatio\":91.88,\"mobileTrafficRatio\":8.01,\"videoTrafficRatio\":3.58,\"ctr\":0.06,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.39,\"bidPriceHigh\":2.12,\"trustedSeller\":\"Verizon Media\",\"trueReach\":54944},\"trafficQualityRisk\":{\"ivtRisk\":\"medium\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":null},\"invalidTraffic\":{\"ivt\":5.02,\"givt\":0.24,\"sivt\":4.78,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.22,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":2.83},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.6},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.44},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.43},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.02}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":99.24},{\"name\":\"Google Cloud\",\"trafficRatio\":0.51},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.25}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":87.1,\"ivt\":5.02,\"viewability\":70.79},{\"region\":\"NON-US\",\"inventoryRatio\":12.9,\"ivt\":2.94,\"viewability\":72.1},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":4.75,\"viewability\":70.96}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":67.53,\"ivt\":5.21,\"viewability\":70.41},{\"adSize\":\"728x90\",\"inventoryRatio\":10.26,\"ivt\":6.49,\"viewability\":59.97},{\"adSize\":\"300x600\",\"inventoryRatio\":9.86,\"ivt\":3.46,\"viewability\":79.99},{\"adSize\":\"160x600\",\"inventoryRatio\":9.39,\"ivt\":2.67,\"viewability\":75.99},{\"adSize\":\"970x250\",\"inventoryRatio\":1.6,\"ivt\":5.21,\"viewability\":73.3},{\"adSize\":\"300x50\",\"inventoryRatio\":0.72,\"ivt\":5.99,\"viewability\":56.23},{\"adSize\":\"Other\",\"inventoryRatio\":0.29,\"ivt\":21.29,\"viewability\":78.29},{\"adSize\":\"300x251\",\"inventoryRatio\":0.19,\"ivt\":9.73,\"viewability\":60.76},{\"adSize\":\"320x50\",\"inventoryRatio\":0.17,\"ivt\":83.37,\"viewability\":97.07}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":6.79,\"ivt\":4.28,\"viewability\":70.36},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":6.58,\"ivt\":9.75,\"viewability\":70.8},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":6.07,\"ivt\":8.76,\"viewability\":69.57},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.98,\"ivt\":2.42,\"viewability\":67.91},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":4.33,\"ivt\":2.6,\"viewability\":69.43},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.92,\"ivt\":2.22,\"viewability\":72.07},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.62,\"ivt\":6.32,\"viewability\":70.71},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.12,\"ivt\":3.36,\"viewability\":71.53},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.03,\"ivt\":1.54,\"viewability\":66.9},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":1.92,\"ivt\":1.52,\"viewability\":70.3},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.92,\"ivt\":3.04,\"viewability\":74.04},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":1.87,\"ivt\":1.7,\"viewability\":70.07},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.83,\"ivt\":3.23,\"viewability\":72.67},{\"dmaName\":\"CLEVELAND-AKRON (CANTON)\",\"inventoryRatio\":1.67,\"ivt\":5.84,\"viewability\":72.29},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.6,\"ivt\":5.02,\"viewability\":70.56},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":1.58,\"ivt\":5.36,\"viewability\":70.79},{\"dmaName\":\"RALEIGH-DURHAM (FAYETVLLE)\",\"inventoryRatio\":1.3,\"ivt\":7.73,\"viewability\":69.8},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.26,\"ivt\":1.62,\"viewability\":69.98},{\"dmaName\":\"SAN DIEGO\",\"inventoryRatio\":1.24,\"ivt\":5.48,\"viewability\":70.51}]},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":64.96,\"ivt\":7.98,\"estBidLow\":0.39,\"estBidHigh\":2.12,\"viewability\":69.22},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":23.04,\"ivt\":3.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":68.33},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.81,\"ivt\":6.67,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":62.13},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":92.8,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":90.14},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":86.4,\"ivt\":null},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":55.99,\"ivt\":null},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":4.53,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":14.16},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":38.46,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":68.42},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":6.18,\"ivt\":6.17,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":70.13},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":40.0},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":47.06},{\"exchange\":\"Sovrn\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":76.92},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":4.26,\"viewability\":100.0,\"ivt\":null}],\"viewability\":{\"viewability\":67.31,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":67.53,\"viewability\":70.41},{\"adSize\":\"728x90\",\"inventoryRatio\":10.26,\"viewability\":59.97},{\"adSize\":\"300x600\",\"inventoryRatio\":9.86,\"viewability\":79.99},{\"adSize\":\"160x600\",\"inventoryRatio\":9.39,\"viewability\":75.99},{\"adSize\":\"970x250\",\"inventoryRatio\":1.6,\"viewability\":73.3},{\"adSize\":\"300x50\",\"inventoryRatio\":0.72,\"viewability\":56.23},{\"adSize\":\"Other\",\"inventoryRatio\":0.29,\"viewability\":78.29},{\"adSize\":\"300x251\",\"inventoryRatio\":0.19,\"viewability\":60.76},{\"adSize\":\"320x50\",\"inventoryRatio\":0.17,\"viewability\":97.07}]},\"ctr\":{\"ctr\":0.06,\"byAdSize\":[{\"adSize\":\"300x250\",\"ctr\":0.79},{\"adSize\":\"728x90\",\"ctr\":0.75}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":98.98,\"ivt\":71.35,\"viewability\":25.87,\"domains\":null},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.57,\"ivt\":2.17,\"viewability\":1.12,\"domains\":[{\"domain\":\"traffic.swagbucks.com\",\"inventoryRatio\":95.27,\"ivt\":0.24,\"viewability\":0.14},{\"domain\":\"syn.entertainow.com\",\"inventoryRatio\":1.94,\"ivt\":0.0,\"viewability\":37.29},{\"domain\":\"https\",\"inventoryRatio\":0.46,\"ivt\":85.71,\"viewability\":0.0},{\"domain\":\"s.yimg.com\",\"inventoryRatio\":0.33,\"ivt\":50.0,\"viewability\":30.0},{\"domain\":\"falconui\",\"inventoryRatio\":0.16,\"ivt\":80.0,\"viewability\":0.0},{\"domain\":\"falconui.adx.yaho\",\"inventoryRatio\":0.13,\"ivt\":100.0,\"viewability\":0.0}]},{\"trafficSource\":\"Search\",\"inventoryRatio\":0.45,\"ivt\":41.67,\"viewability\":34.52,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":88.83,\"ivt\":46.91,\"viewability\":34.05},{\"domain\":\"bing.com\",\"inventoryRatio\":10.33,\"ivt\":0.0,\"viewability\":39.27},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.59,\"ivt\":0.0,\"viewability\":21.43},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":25.0}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":66.67,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":66.67}]}],\"subDomains\":[{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":62.09,\"maskingRatio\":0.02,\"ivt\":5.13,\"viewability\":74.13},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":15.47,\"maskingRatio\":0.07,\"ivt\":8.06,\"viewability\":40.9},{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":8.79,\"maskingRatio\":0.01,\"ivt\":6.62,\"viewability\":50.94},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":5.27,\"maskingRatio\":0.1,\"ivt\":7.21,\"viewability\":39.76},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":3.02,\"maskingRatio\":0.0,\"ivt\":4.09,\"viewability\":52.19},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":2.73,\"maskingRatio\":0.0,\"ivt\":4.44,\"viewability\":62.32},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.58,\"maskingRatio\":0.05,\"ivt\":2.89,\"viewability\":69.41},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.43,\"maskingRatio\":0.72,\"ivt\":9.93,\"viewability\":41.9},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.41,\"maskingRatio\":0.0,\"ivt\":2.71,\"viewability\":81.48},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":0.3,\"maskingRatio\":0.0,\"ivt\":6.05,\"viewability\":75.36},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":0.0,\"ivt\":6.79,\"viewability\":65.02},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":1.13,\"viewability\":21.57},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.76,\"ivt\":2.87,\"viewability\":60.93},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":0.08,\"maskingRatio\":0.0,\"ivt\":1.93,\"viewability\":100.0},{\"subDomain\":\"adx.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":59.35,\"ivt\":85.83,\"viewability\":6.83},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.0,\"ivt\":9.53,\"viewability\":61.77},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.01,\"ivt\":6.43,\"viewability\":58.06},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":1.87,\"ivt\":6.41,\"viewability\":52.87},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.18,\"viewability\":60.43},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.01,\"ivt\":6.2,\"viewability\":62.34},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.01,\"ivt\":12.93,\"viewability\":59.54},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":64.02,\"ivt\":97.72,\"viewability\":1.79},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":12.2,\"viewability\":59.44},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.11,\"viewability\":59.4},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":3.81,\"viewability\":57.82},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":5.7,\"viewability\":59.25},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":7.25,\"viewability\":52.67},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.35,\"viewability\":40.5},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.02,\"ivt\":5.05,\"viewability\":52.16},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":6.45,\"viewability\":43.4},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.64,\"viewability\":58.18},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":7.36,\"viewability\":61.85},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":6.04,\"ivt\":0.55,\"viewability\":50.67},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.75,\"viewability\":78.36},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":10.92,\"viewability\":61.84},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.92,\"viewability\":55.45},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.6,\"viewability\":53.58},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.04,\"ivt\":18.39,\"viewability\":53.22},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.08,\"ivt\":12.2,\"viewability\":61.63},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.04,\"ivt\":16.98,\"viewability\":45.25},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.15,\"viewability\":52.22},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.92,\"viewability\":82.8},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.53,\"viewability\":48.61},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":54.32,\"ivt\":72.48,\"viewability\":30.4},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":12.64,\"viewability\":60.9},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":16.07,\"viewability\":51.49},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.35,\"viewability\":48.76},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.88,\"viewability\":55.68},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.58,\"viewability\":46.98},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":18.44,\"viewability\":46.96},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.96,\"viewability\":38.76},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":48.05,\"viewability\":21.64},{\"subDomain\":\"screen.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.15,\"ivt\":80.43,\"viewability\":22.7},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":16.17,\"viewability\":61.71},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":11.76,\"viewability\":57.41},{\"subDomain\":\"weather.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":60.91,\"ivt\":74.24,\"viewability\":27.06},{\"subDomain\":\"omega.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":28.29},{\"subDomain\":\"commercecentral.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.35,\"ivt\":76.19,\"viewability\":25.55},{\"subDomain\":\"business.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.6,\"ivt\":72.67,\"viewability\":28.12},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":52.4,\"viewability\":null},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":66.74,\"ivt\":77.62,\"viewability\":24.77},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.49,\"viewability\":58.73},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.64,\"viewability\":74.29},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":14.46,\"viewability\":81.52},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":20.31,\"viewability\":63.1},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.58,\"ivt\":17.34,\"viewability\":52.69},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":18.93,\"viewability\":53.25},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":53.64,\"viewability\":42.28},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.8,\"viewability\":78.38},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":7.72,\"viewability\":31.68},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.46,\"ivt\":79.03,\"viewability\":22.83},{\"subDomain\":\"fp.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":47.95,\"ivt\":88.83,\"viewability\":9.36},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":31.39,\"viewability\":23.08},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.77,\"viewability\":42.86},{\"subDomain\":\"shopping.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.98,\"ivt\":0.0,\"viewability\":93.07},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.32,\"viewability\":31.67},{\"subDomain\":\"gq1.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":37.84,\"viewability\":10.81},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":71.43,\"viewability\":26.98},{\"subDomain\":\"hsrd.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":97.44},{\"subDomain\":\"guce.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.55,\"viewability\":90.91},{\"subDomain\":\"frontpage.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":null},{\"subDomain\":\"dev.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":90.0,\"viewability\":0.0},{\"subDomain\":\"youcard.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.53,\"viewability\":null},{\"subDomain\":\"article-server.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":54.55},{\"subDomain\":\"brb.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.33,\"viewability\":91.67}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":91.88,\"maskingRatio\":0.51,\"ivt\":5.02,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":8.01,\"maskingRatio\":0.22,\"ivt\":1.32,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.09,\"maskingRatio\":0.26,\"ivt\":6.14,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.14,\"ivt\":11.62,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.19,\"ivt\":14.49,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":69.55},{\"os\":\"Mac OS X\",\"inventoryRatio\":14.84},{\"os\":\"Windows 7\",\"inventoryRatio\":7.96},{\"os\":\"Windows 8.1\",\"inventoryRatio\":2.85},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.73},{\"os\":\"Linux\",\"inventoryRatio\":1.23},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.27},{\"os\":\"Windows 8\",\"inventoryRatio\":0.26},{\"os\":\"Windows XP\",\"inventoryRatio\":0.17},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":31.95},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":25.48},{\"os\":\"Android Mobile\",\"inventoryRatio\":22.68},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.74},{\"os\":\"Android\",\"inventoryRatio\":4.37},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":3.37},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.98},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.67},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.64},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.38},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.36}]}},{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"mobile\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":1.32,\"ivtRisk\":\"low\",\"viewability\":54.82,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":1677634139,\"desktopTrafficRatio\":91.88,\"mobileTrafficRatio\":8.01,\"videoTrafficRatio\":22.71,\"ctr\":0.09,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.38,\"bidPriceHigh\":0.38,\"trustedSeller\":\"Verizon Media\",\"trueReach\":7570},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":0.0},\"invalidTraffic\":{\"ivt\":1.32,\"givt\":0.37,\"sivt\":0.95,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.36,\"sivt\":0.0},{\"fraudType\":\"Idiobot\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.24},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.22},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.14},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.01}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":99.71},{\"name\":\"GigeNET\",\"trafficRatio\":0.29}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":90.85,\"ivt\":1.32,\"viewability\":55.74},{\"region\":\"NON-US\",\"inventoryRatio\":9.15,\"ivt\":5.89,\"viewability\":51.55},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":1.74,\"viewability\":55.31}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":43.77,\"ivt\":1.32,\"viewability\":51.64},{\"adSize\":\"320x50\",\"inventoryRatio\":36.14,\"ivt\":0.87,\"viewability\":56.38},{\"adSize\":\"728x90\",\"inventoryRatio\":15.86,\"ivt\":1.85,\"viewability\":62.46},{\"adSize\":\"300x251\",\"inventoryRatio\":3.5,\"ivt\":0.52,\"viewability\":68.27},{\"adSize\":\"300x600\",\"inventoryRatio\":0.32,\"ivt\":30.95,\"viewability\":49.84},{\"adSize\":\"Other\",\"inventoryRatio\":0.22,\"ivt\":19.93,\"viewability\":62.31},{\"adSize\":\"160x600\",\"inventoryRatio\":0.2,\"ivt\":31.13,\"viewability\":84.33}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":6.59,\"ivt\":1.17,\"viewability\":53.56},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":5.43,\"ivt\":1.59,\"viewability\":53.34},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.74,\"ivt\":1.19,\"viewability\":55.12},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":4.34,\"ivt\":1.02,\"viewability\":54.43},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":3.8,\"ivt\":1.05,\"viewability\":55.39},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":3.58,\"ivt\":1.45,\"viewability\":55.18},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.84,\"ivt\":1.3,\"viewability\":54.18},{\"dmaName\":\"DENVER\",\"inventoryRatio\":2.47,\"ivt\":0.68,\"viewability\":54.38},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":2.46,\"ivt\":1.09,\"viewability\":56.36},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":2.33,\"ivt\":0.43,\"viewability\":55.23},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.25,\"ivt\":0.83,\"viewability\":55.98},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.23,\"ivt\":7.73,\"viewability\":58.15},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.19,\"ivt\":0.85,\"viewability\":55.25},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":2.19,\"ivt\":0.71,\"viewability\":54.61},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.6,\"ivt\":0.9,\"viewability\":54.58},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":1.55,\"ivt\":0.71,\"viewability\":56.46},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.45,\"ivt\":0.46,\"viewability\":57.48},{\"dmaName\":\"MILWAUKEE\",\"inventoryRatio\":1.45,\"ivt\":0.57,\"viewability\":57.04},{\"dmaName\":\"CINCINNATI\",\"inventoryRatio\":1.42,\"ivt\":1.7,\"viewability\":55.95}]},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":69.55,\"ivt\":1.56,\"estBidLow\":0.38,\"estBidHigh\":0.38,\"viewability\":55.69},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":18.78,\"ivt\":1.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":55.46},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":1.27,\"ivt\":1.61,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.16},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.12,\"ivt\":0.94,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":53.19},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.84,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":8.82},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":2.14,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":47.06},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":25.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":66.67},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":10.27,\"ivt\":2.06,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":55.39},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":75.0},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":0.39,\"ivt\":null,\"viewability\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null}],\"viewability\":{\"viewability\":54.82,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":43.77,\"viewability\":51.64},{\"adSize\":\"320x50\",\"inventoryRatio\":36.14,\"viewability\":56.38},{\"adSize\":\"728x90\",\"inventoryRatio\":15.86,\"viewability\":62.46},{\"adSize\":\"300x251\",\"inventoryRatio\":3.5,\"viewability\":68.27},{\"adSize\":\"300x600\",\"inventoryRatio\":0.32,\"viewability\":49.84},{\"adSize\":\"Other\",\"inventoryRatio\":0.22,\"viewability\":62.31},{\"adSize\":\"160x600\",\"inventoryRatio\":0.2,\"viewability\":84.33}]},\"ctr\":{\"ctr\":0.09,\"byAdSize\":[{\"adSize\":\"320x50\",\"ctr\":1.64}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":95.22,\"ivt\":58.84,\"viewability\":31.57,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":4.75,\"ivt\":22.51,\"viewability\":57.19,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":96.1,\"ivt\":23.42,\"viewability\":58.15},{\"domain\":\"bing.com\",\"inventoryRatio\":2.23,\"ivt\":0.0,\"viewability\":51.32},{\"domain\":\"search.aol.com\",\"inventoryRatio\":1.12,\"ivt\":0.0,\"viewability\":10.81},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.47,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.02,\"ivt\":12.5,\"viewability\":60.0,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":93.75,\"ivt\":13.33,\"viewability\":60.0},{\"domain\":\"aol.com\",\"inventoryRatio\":6.25,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.01,\"ivt\":16.67,\"viewability\":80.0,\"domains\":[{\"domain\":\"accounts.google.com\",\"inventoryRatio\":66.67,\"ivt\":0.0,\"viewability\":100.0},{\"domain\":\"google\",\"inventoryRatio\":16.67,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"d-7640712761143893290.ampproject.net\",\"inventoryRatio\":16.67,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"t.co\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":35.78,\"maskingRatio\":0.38,\"ivt\":1.21,\"viewability\":53.55},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":14.69,\"maskingRatio\":0.12,\"ivt\":2.42,\"viewability\":59.95},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":14.05,\"maskingRatio\":0.0,\"ivt\":2.52,\"viewability\":68.83},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":13.29,\"maskingRatio\":0.24,\"ivt\":1.31,\"viewability\":60.87},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":9.25,\"maskingRatio\":0.0,\"ivt\":1.09,\"viewability\":61.34},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":5.32,\"maskingRatio\":0.0,\"ivt\":0.37,\"viewability\":null},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":2.06,\"maskingRatio\":0.0,\"ivt\":2.93,\"viewability\":null},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":0.88,\"maskingRatio\":0.0,\"ivt\":0.71,\"viewability\":21.18},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":0.82,\"maskingRatio\":0.0,\"ivt\":1.24,\"viewability\":52.88},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.67,\"maskingRatio\":0.0,\"ivt\":1.01,\"viewability\":62.53},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.59,\"maskingRatio\":0.18,\"ivt\":0.7,\"viewability\":42.41},{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":0.56,\"maskingRatio\":28.41,\"ivt\":76.05,\"viewability\":19.53},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.26,\"maskingRatio\":0.08,\"ivt\":0.76,\"viewability\":52.12},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":0.22,\"maskingRatio\":0.03,\"ivt\":1.75,\"viewability\":48.51},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.17,\"maskingRatio\":92.87,\"ivt\":98.23,\"viewability\":1.02},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":0.05,\"ivt\":1.7,\"viewability\":32.49},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":0.0,\"ivt\":1.0,\"viewability\":38.72},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":0.12,\"maskingRatio\":0.0,\"ivt\":2.41,\"viewability\":76.38},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.11,\"maskingRatio\":0.0,\"ivt\":2.44,\"viewability\":44.15},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":2.54,\"viewability\":61.13},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.16,\"ivt\":1.2,\"viewability\":44.44},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.02,\"ivt\":2.35,\"viewability\":34.28},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":0.08,\"maskingRatio\":0.0,\"ivt\":0.62,\"viewability\":24.95},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.07,\"ivt\":2.44,\"viewability\":78.99},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.1,\"ivt\":0.82,\"viewability\":53.93},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.07,\"ivt\":2.7,\"viewability\":61.6},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.11,\"ivt\":7.22,\"viewability\":38.97},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":0.61,\"viewability\":80.98},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":0.81,\"viewability\":31.95},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":25.43,\"ivt\":0.74,\"viewability\":45.41},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":1.07,\"viewability\":41.63},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":0.52,\"viewability\":58.88},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":10.34,\"viewability\":46.65},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":14.06,\"viewability\":38.32},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":13.34,\"ivt\":4.03,\"viewability\":23.41},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":1.21,\"viewability\":47.64},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":4.44,\"viewability\":50.3},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.18,\"viewability\":42.7},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.54,\"viewability\":53.28},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.82,\"viewability\":49.46},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.91,\"viewability\":45.05},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.0,\"viewability\":54.47},{\"subDomain\":\"frontpage.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.47,\"viewability\":66.36},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":8.1,\"viewability\":46.3},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.32,\"viewability\":82.05},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":64.49},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":18.8,\"viewability\":13.41},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":7.63,\"viewability\":58.56},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.02,\"viewability\":51.02},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.76,\"viewability\":64.38},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":21.43,\"viewability\":30.0},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":7.94,\"viewability\":83.33},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.84,\"viewability\":61.02},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.45,\"viewability\":42.86},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":39.22},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.85,\"viewability\":52.63},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.08,\"viewability\":46.81},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.5,\"viewability\":76.92},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":42.86},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":28.57,\"viewability\":53.57},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":11.54,\"viewability\":69.23},{\"subDomain\":\"guce.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":55.0},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":41.18},{\"subDomain\":\"gq1.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":83.33},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":9.09,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":88.89,\"viewability\":11.11},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":33.33,\"viewability\":33.33},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":66.67,\"viewability\":33.33},{\"subDomain\":\"shopping.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":100.0},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":50.0},{\"subDomain\":\"article-server.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"dev.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":91.88,\"maskingRatio\":0.51,\"ivt\":5.02,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":8.01,\"maskingRatio\":0.22,\"ivt\":1.32,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.09,\"maskingRatio\":0.26,\"ivt\":6.14,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.14,\"ivt\":11.62,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.19,\"ivt\":14.49,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":69.55},{\"os\":\"Mac OS X\",\"inventoryRatio\":14.84},{\"os\":\"Windows 7\",\"inventoryRatio\":7.96},{\"os\":\"Windows 8.1\",\"inventoryRatio\":2.85},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.73},{\"os\":\"Linux\",\"inventoryRatio\":1.23},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.27},{\"os\":\"Windows 8\",\"inventoryRatio\":0.26},{\"os\":\"Windows XP\",\"inventoryRatio\":0.17},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":31.95},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":25.48},{\"os\":\"Android Mobile\",\"inventoryRatio\":22.68},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.74},{\"os\":\"Android\",\"inventoryRatio\":4.37},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":3.37},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.98},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.67},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.64},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.38},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.36}]}},{\"adDomain\":\"yahoo.com\",\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":3.13,\"ivtRisk\":\"medium\",\"viewability\":68.7,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":3022596094,\"desktopTrafficRatio\":94.28,\"mobileTrafficRatio\":5.59,\"videoTrafficRatio\":3.34,\"ctr\":0.23,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.18,\"bidPriceHigh\":6.57,\"trustedSeller\":\"Verizon Media\",\"trueReach\":5209},\"trafficQualityRisk\":{\"ivtRisk\":\"medium\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":0.0},\"invalidTraffic\":{\"ivt\":3.13,\"givt\":0.44,\"sivt\":2.69,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.4,\"sivt\":0.0},{\"fraudType\":\"Idiobot\",\"givt\":0.03,\"sivt\":0.0},{\"fraudType\":\"IAB Crawler\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.93},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.66},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.44},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.32},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.13},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.09},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.01}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":79.86},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":11.81},{\"name\":\"N/A\",\"trafficRatio\":7.64},{\"name\":\"Cogeco Peer 1\",\"trafficRatio\":0.69}]},\"inventory\":{\"byRegion\":[{\"region\":\"NON-US\",\"inventoryRatio\":100.0,\"ivt\":3.13,\"viewability\":71.02},{\"region\":\"US\",\"inventoryRatio\":100.0,\"ivt\":4.73,\"viewability\":69.79},{\"region\":\"GLOBAL\",\"inventoryRatio\":100.0,\"ivt\":4.53,\"viewability\":69.94}],\"byCountry\":[{\"countryName\":\"Canada\",\"inventoryRatio\":16.43,\"ivt\":3.86,\"viewability\":68.41},{\"countryName\":\"United Kingdom\",\"inventoryRatio\":9.77,\"ivt\":1.09,\"viewability\":73.99},{\"countryName\":\"France\",\"inventoryRatio\":7.01,\"ivt\":0.91,\"viewability\":68.64},{\"countryName\":\"Australia\",\"inventoryRatio\":6.4,\"ivt\":2.93,\"viewability\":69.96},{\"countryName\":\"Mexico\",\"inventoryRatio\":6.08,\"ivt\":3.47,\"viewability\":74.53},{\"countryName\":\"Brazil\",\"inventoryRatio\":5.28,\"ivt\":5.13,\"viewability\":77.91},{\"countryName\":\"Spain\",\"inventoryRatio\":3.7,\"ivt\":1.04,\"viewability\":70.06},{\"countryName\":\"Romania\",\"inventoryRatio\":3.6,\"ivt\":0.2,\"viewability\":76.73},{\"countryName\":\"Italy\",\"inventoryRatio\":3.56,\"ivt\":0.65,\"viewability\":71.0},{\"countryName\":\"Germany\",\"inventoryRatio\":2.62,\"ivt\":1.62,\"viewability\":72.05},{\"countryName\":\"Philippines\",\"inventoryRatio\":2.51,\"ivt\":3.11,\"viewability\":71.59},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":2.35,\"ivt\":6.65,\"viewability\":49.77},{\"countryName\":\"India\",\"inventoryRatio\":2.11,\"ivt\":5.12,\"viewability\":70.52},{\"countryName\":\"Hong Kong\",\"inventoryRatio\":1.87,\"ivt\":8.38,\"viewability\":56.55},{\"countryName\":\"Argentina\",\"inventoryRatio\":1.57,\"ivt\":0.94,\"viewability\":74.91},{\"countryName\":\"Greece\",\"inventoryRatio\":1.36,\"ivt\":0.56,\"viewability\":78.46},{\"countryName\":\"Colombia\",\"inventoryRatio\":1.24,\"ivt\":1.83,\"viewability\":75.42},{\"countryName\":\"Belgium\",\"inventoryRatio\":1.17,\"ivt\":0.62,\"viewability\":74.89},{\"countryName\":\"Singapore\",\"inventoryRatio\":1.14,\"ivt\":3.13,\"viewability\":62.68},{\"countryName\":\"Nigeria\",\"inventoryRatio\":1.11,\"ivt\":2.76,\"viewability\":70.01},{\"countryName\":\"Puerto Rico\",\"inventoryRatio\":1.09,\"ivt\":3.68,\"viewability\":78.5},{\"countryName\":\"United Arab Emirates\",\"inventoryRatio\":0.97,\"ivt\":1.99,\"viewability\":72.12},{\"countryName\":\"Switzerland\",\"inventoryRatio\":0.97,\"ivt\":2.23,\"viewability\":68.94},{\"countryName\":\"South Africa\",\"inventoryRatio\":0.96,\"ivt\":2.06,\"viewability\":69.33},{\"countryName\":\"Netherlands\",\"inventoryRatio\":0.66,\"ivt\":2.35,\"viewability\":71.23},{\"countryName\":\"Israel\",\"inventoryRatio\":0.66,\"ivt\":1.83,\"viewability\":68.28},{\"countryName\":\"Indonesia\",\"inventoryRatio\":0.65,\"ivt\":4.95,\"viewability\":66.71},{\"countryName\":\"Sweden\",\"inventoryRatio\":0.61,\"ivt\":1.14,\"viewability\":71.37},{\"countryName\":\"Ireland\",\"inventoryRatio\":0.54,\"ivt\":1.54,\"viewability\":73.21},{\"countryName\":\"Turkey\",\"inventoryRatio\":0.54,\"ivt\":0.62,\"viewability\":72.59},{\"countryName\":\"Egypt\",\"inventoryRatio\":0.54,\"ivt\":1.72,\"viewability\":70.98},{\"countryName\":\"Jamaica\",\"inventoryRatio\":0.46,\"ivt\":1.92,\"viewability\":75.1},{\"countryName\":\"New Zealand\",\"inventoryRatio\":0.45,\"ivt\":2.15,\"viewability\":72.49},{\"countryName\":\"Denmark\",\"inventoryRatio\":0.44,\"ivt\":1.54,\"viewability\":72.0},{\"countryName\":\"Malaysia\",\"inventoryRatio\":0.42,\"ivt\":3.38,\"viewability\":70.72},{\"countryName\":\"Saudi Arabia\",\"inventoryRatio\":0.4,\"ivt\":3.14,\"viewability\":70.06},{\"countryName\":\"Norway\",\"inventoryRatio\":0.37,\"ivt\":1.75,\"viewability\":74.34},{\"countryName\":\"Costa Rica\",\"inventoryRatio\":0.34,\"ivt\":2.09,\"viewability\":74.01},{\"countryName\":\"Chile\",\"inventoryRatio\":0.31,\"ivt\":1.08,\"viewability\":75.46},{\"countryName\":\"Poland\",\"inventoryRatio\":0.31,\"ivt\":1.57,\"viewability\":73.98},{\"countryName\":\"Ecuador\",\"inventoryRatio\":0.26,\"ivt\":2.95,\"viewability\":78.44},{\"countryName\":\"Austria\",\"inventoryRatio\":0.26,\"ivt\":3.59,\"viewability\":70.45},{\"countryName\":\"Peru\",\"inventoryRatio\":0.25,\"ivt\":1.19,\"viewability\":74.42},{\"countryName\":\"Kenya\",\"inventoryRatio\":0.25,\"ivt\":1.68,\"viewability\":74.22},{\"countryName\":\"Thailand\",\"inventoryRatio\":0.24,\"ivt\":6.64,\"viewability\":71.57},{\"countryName\":\"Hungary\",\"inventoryRatio\":0.24,\"ivt\":2.31,\"viewability\":77.04},{\"countryName\":\"Portugal\",\"inventoryRatio\":0.24,\"ivt\":0.57,\"viewability\":72.56},{\"countryName\":\"Bahamas\",\"inventoryRatio\":0.24,\"ivt\":3.7,\"viewability\":75.25},{\"countryName\":\"Pakistan\",\"inventoryRatio\":0.22,\"ivt\":3.96,\"viewability\":70.45},{\"countryName\":\"Japan\",\"inventoryRatio\":0.2,\"ivt\":11.74,\"viewability\":57.32},{\"countryName\":\"Guatemala\",\"inventoryRatio\":0.2,\"ivt\":1.36,\"viewability\":75.26},{\"countryName\":\"Cayman Islands\",\"inventoryRatio\":0.19,\"ivt\":1.11,\"viewability\":70.86},{\"countryName\":\"Finland\",\"inventoryRatio\":0.18,\"ivt\":1.23,\"viewability\":68.88},{\"countryName\":\"Kuwait\",\"inventoryRatio\":0.16,\"ivt\":1.37,\"viewability\":69.3},{\"countryName\":\"Viet Nam\",\"inventoryRatio\":0.14,\"ivt\":9.32,\"viewability\":69.82},{\"countryName\":\"Trinidad and Tobago\",\"inventoryRatio\":0.14,\"ivt\":1.16,\"viewability\":75.68},{\"countryName\":\"Czech Republic\",\"inventoryRatio\":0.14,\"ivt\":2.36,\"viewability\":69.04},{\"countryName\":\"Honduras\",\"inventoryRatio\":0.13,\"ivt\":2.74,\"viewability\":74.3},{\"countryName\":\"Bangladesh\",\"inventoryRatio\":0.13,\"ivt\":4.93,\"viewability\":73.81},{\"countryName\":\"Guyana\",\"inventoryRatio\":0.13,\"ivt\":4.35,\"viewability\":77.34},{\"countryName\":\"Panama\",\"inventoryRatio\":0.12,\"ivt\":1.43,\"viewability\":71.2},{\"countryName\":\"Jordan\",\"inventoryRatio\":0.1,\"ivt\":2.23,\"viewability\":70.97}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":56.65,\"ivt\":3.34,\"viewability\":69.79},{\"adSize\":\"160x600\",\"inventoryRatio\":15.66,\"ivt\":1.87,\"viewability\":76.35},{\"adSize\":\"300x600\",\"inventoryRatio\":15.54,\"ivt\":2.13,\"viewability\":73.89},{\"adSize\":\"728x90\",\"inventoryRatio\":7.47,\"ivt\":5.25,\"viewability\":66.62},{\"adSize\":\"970x250\",\"inventoryRatio\":2.23,\"ivt\":2.73,\"viewability\":70.33},{\"adSize\":\"320x50\",\"inventoryRatio\":1.32,\"ivt\":9.57,\"viewability\":58.75},{\"adSize\":\"Other\",\"inventoryRatio\":0.44,\"ivt\":7.14,\"viewability\":68.54},{\"adSize\":\"300x50\",\"inventoryRatio\":0.35,\"ivt\":9.52,\"viewability\":71.14},{\"adSize\":\"300x251\",\"inventoryRatio\":0.35,\"ivt\":1.45,\"viewability\":46.77}],\"byDma\":null},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":72.9,\"ivt\":6.31,\"estBidLow\":0.18,\"estBidHigh\":6.57,\"viewability\":69.69},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":14.21,\"ivt\":3.11,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":64.44},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.93,\"ivt\":4.06,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":66.63},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":1.33,\"ivt\":2.74,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":78.5},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":64.61,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":75.8},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":3.61,\"estBidLow\":0.8,\"estBidHigh\":4.26,\"viewability\":65.96},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":50.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":25.0},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":0.79,\"estBidHigh\":0.92,\"viewability\":50.0},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":5.62,\"ivt\":8.52,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":67.03},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.0},{\"exchange\":\"Sovrn\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"MoPub Inc.\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":94.12,\"ivt\":null},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":0.39,\"viewability\":100.0,\"ivt\":null}],\"viewability\":{\"viewability\":68.7,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":56.65,\"viewability\":69.79},{\"adSize\":\"160x600\",\"inventoryRatio\":15.66,\"viewability\":76.35},{\"adSize\":\"300x600\",\"inventoryRatio\":15.54,\"viewability\":73.89},{\"adSize\":\"728x90\",\"inventoryRatio\":7.47,\"viewability\":66.62},{\"adSize\":\"970x250\",\"inventoryRatio\":2.23,\"viewability\":70.33},{\"adSize\":\"320x50\",\"inventoryRatio\":1.32,\"viewability\":58.75},{\"adSize\":\"Other\",\"inventoryRatio\":0.44,\"viewability\":68.54},{\"adSize\":\"300x50\",\"inventoryRatio\":0.35,\"viewability\":71.14},{\"adSize\":\"300x251\",\"inventoryRatio\":0.35,\"viewability\":46.77}]},\"ctr\":{\"ctr\":0.23,\"byAdSize\":[{\"adSize\":\"635x355\",\"ctr\":1.69},{\"adSize\":\"650x400\",\"ctr\":1.25},{\"adSize\":\"640x360\",\"ctr\":0.42},{\"adSize\":\"635x356\",\"ctr\":0.4},{\"adSize\":\"300x250\",\"ctr\":0.32},{\"adSize\":\"600x320\",\"ctr\":0.26}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":99.52,\"ivt\":64.49,\"viewability\":31.39,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":0.36,\"ivt\":36.06,\"viewability\":50.14,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":81.69,\"ivt\":44.14,\"viewability\":45.52},{\"domain\":\"google.ca\",\"inventoryRatio\":12.68,\"ivt\":0.0,\"viewability\":74.44},{\"domain\":\"bing.com\",\"inventoryRatio\":3.52,\"ivt\":0.0,\"viewability\":56.0},{\"domain\":\"google.com.mx\",\"inventoryRatio\":1.55,\"ivt\":0.0,\"viewability\":100.0},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.28,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.28,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.11,\"ivt\":7.27,\"viewability\":1.36,\"domains\":[{\"domain\":\"traffic.swagbucks.com\",\"inventoryRatio\":89.55,\"ivt\":0.0,\"viewability\":0.51},{\"domain\":\"s.yimg.com\",\"inventoryRatio\":5.45,\"ivt\":91.67,\"viewability\":8.33},{\"domain\":\"syn.entertainow.com\",\"inventoryRatio\":2.27,\"ivt\":0.0,\"viewability\":20.0},{\"domain\":\"safeframe.googlesyndication.com\",\"inventoryRatio\":2.27,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"mail.yahoosmallbusiness.com\",\"inventoryRatio\":0.45,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":100.0,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":0.0,\"ivt\":50.0,\"viewability\":0.0,\"domains\":[{\"domain\":\"l.facebook.com\",\"inventoryRatio\":50.0,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"m.facebook.com\",\"inventoryRatio\":50.0,\"ivt\":100.0,\"viewability\":0.0}]}],\"subDomains\":[{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":57.25,\"maskingRatio\":0.57,\"ivt\":4.89,\"viewability\":74.7},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":10.95,\"maskingRatio\":0.15,\"ivt\":6.6,\"viewability\":52.22},{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":6.46,\"maskingRatio\":0.3,\"ivt\":5.72,\"viewability\":48.6},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":3.95,\"maskingRatio\":0.0,\"ivt\":1.65,\"viewability\":60.02},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":2.8,\"maskingRatio\":0.13,\"ivt\":4.92,\"viewability\":46.04},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":2.16,\"maskingRatio\":0.21,\"ivt\":2.77,\"viewability\":59.94},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":2.01,\"maskingRatio\":0.0,\"ivt\":2.73,\"viewability\":55.48},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":1.67,\"maskingRatio\":0.01,\"ivt\":4.71,\"viewability\":54.23},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":1.35,\"maskingRatio\":0.0,\"ivt\":2.72,\"viewability\":42.13},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":1.23,\"maskingRatio\":0.0,\"ivt\":6.18,\"viewability\":70.68},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.83,\"maskingRatio\":3.85,\"ivt\":1.82,\"viewability\":57.07},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.81,\"maskingRatio\":1.12,\"ivt\":4.28,\"viewability\":65.77},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.81,\"maskingRatio\":0.74,\"ivt\":2.34,\"viewability\":60.3},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.76,\"maskingRatio\":0.0,\"ivt\":4.96,\"viewability\":58.2},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":0.71,\"maskingRatio\":0.0,\"ivt\":5.56,\"viewability\":57.33},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.58,\"maskingRatio\":0.0,\"ivt\":2.5,\"viewability\":53.83},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.48,\"maskingRatio\":0.19,\"ivt\":1.41,\"viewability\":54.8},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.47,\"maskingRatio\":69.54,\"ivt\":77.48,\"viewability\":16.91},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.41,\"maskingRatio\":0.01,\"ivt\":1.72,\"viewability\":39.44},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.4,\"maskingRatio\":0.04,\"ivt\":3.87,\"viewability\":56.83},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":0.35,\"maskingRatio\":0.0,\"ivt\":0.76,\"viewability\":21.87},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.29,\"maskingRatio\":0.0,\"ivt\":1.67,\"viewability\":59.29},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.28,\"maskingRatio\":0.0,\"ivt\":1.77,\"viewability\":55.11},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.24,\"maskingRatio\":0.02,\"ivt\":3.07,\"viewability\":68.41},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.23,\"maskingRatio\":1.68,\"ivt\":3.06,\"viewability\":47.3},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.21,\"maskingRatio\":0.19,\"ivt\":2.5,\"viewability\":49.75},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.21,\"maskingRatio\":0.08,\"ivt\":2.46,\"viewability\":49.78},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.17,\"maskingRatio\":0.0,\"ivt\":2.03,\"viewability\":59.2},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.16,\"maskingRatio\":0.0,\"ivt\":2.29,\"viewability\":41.0},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":0.15,\"maskingRatio\":0.0,\"ivt\":0.41,\"viewability\":null},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.14,\"maskingRatio\":0.02,\"ivt\":5.34,\"viewability\":52.15},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.14,\"maskingRatio\":7.12,\"ivt\":2.9,\"viewability\":53.57},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":0.09,\"ivt\":2.12,\"viewability\":51.03},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":4.53,\"ivt\":1.33,\"viewability\":53.86},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":2.43,\"viewability\":58.54},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":2.55,\"viewability\":58.35},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":2.77,\"viewability\":52.51},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.08,\"maskingRatio\":0.01,\"ivt\":4.27,\"viewability\":78.25},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.0,\"ivt\":3.28,\"viewability\":54.12},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.21,\"ivt\":1.72,\"viewability\":41.99},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.0,\"ivt\":1.18,\"viewability\":62.48},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.29,\"ivt\":5.11,\"viewability\":53.62},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.0,\"ivt\":2.46,\"viewability\":100.0},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.0,\"ivt\":28.57,\"viewability\":44.76},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":2.24,\"viewability\":54.46},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":1.92,\"viewability\":47.59},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":2.77,\"viewability\":46.17},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.82,\"ivt\":5.44,\"viewability\":53.85},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.03,\"ivt\":5.9,\"viewability\":54.71},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":4.65,\"viewability\":63.09},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":8.39,\"viewability\":43.75},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":3.1,\"viewability\":59.24},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":5.5,\"viewability\":43.6},{\"subDomain\":\"adx.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":57.79,\"ivt\":69.06,\"viewability\":17.03},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.75,\"ivt\":2.8,\"viewability\":53.13},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":1.96,\"ivt\":2.86,\"viewability\":58.94},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.31,\"viewability\":52.26},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.33,\"viewability\":64.79},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.3,\"viewability\":46.36},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":3.02,\"ivt\":1.83,\"viewability\":55.3},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":3.37,\"viewability\":63.42},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.61,\"viewability\":70.46},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.75,\"viewability\":48.15},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.64,\"ivt\":1.91,\"viewability\":32.2},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.66,\"viewability\":82.15},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":71.48},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.59,\"viewability\":64.15},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":20.9,\"ivt\":56.16,\"viewability\":46.27},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":2.33,\"ivt\":52.27,\"viewability\":48.84},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":42.86,\"ivt\":56.25,\"viewability\":46.15},{\"subDomain\":\"weather.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":71.43,\"ivt\":56.25,\"viewability\":50.0},{\"subDomain\":\"screen.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.54,\"ivt\":61.54,\"viewability\":38.46},{\"subDomain\":\"commercecentral.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":63.64,\"ivt\":46.15,\"viewability\":63.64}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":94.28,\"maskingRatio\":0.26,\"ivt\":2.94,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":5.59,\"maskingRatio\":2.54,\"ivt\":5.89,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.12,\"maskingRatio\":0.68,\"ivt\":25.25,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":3.11,\"ivt\":9.79,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.91,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":68.49},{\"os\":\"Windows 7\",\"inventoryRatio\":14.1},{\"os\":\"Mac OS X\",\"inventoryRatio\":10.37},{\"os\":\"Windows 8.1\",\"inventoryRatio\":3.97},{\"os\":\"Chrome OS\",\"inventoryRatio\":1.09},{\"os\":\"Windows 8\",\"inventoryRatio\":0.53},{\"os\":\"Linux\",\"inventoryRatio\":0.5},{\"os\":\"Windows XP\",\"inventoryRatio\":0.42},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.32},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.19}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":30.32},{\"os\":\"Android Mobile\",\"inventoryRatio\":29.43},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":19.15},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.45},{\"os\":\"Android\",\"inventoryRatio\":4.98},{\"os\":\"Android 6.x\",\"inventoryRatio\":1.99},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":1.57},{\"os\":\"Android 5.x\",\"inventoryRatio\":1.06},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.76},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.7},{\"os\":\"Android Tablet\",\"inventoryRatio\":0.58},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.49},{\"os\":\"Android 4.x\",\"inventoryRatio\":0.24}]}},{\"adDomain\":\"yahoo.com\",\"region\":\"NON-US\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":2.94,\"ivtRisk\":\"low\",\"viewability\":69.96,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":2849647330,\"desktopTrafficRatio\":94.28,\"mobileTrafficRatio\":5.59,\"videoTrafficRatio\":2.83,\"ctr\":0.24,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.68,\"bidPriceHigh\":4.86,\"trustedSeller\":\"Verizon Media\",\"trueReach\":26475},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":0.0},\"invalidTraffic\":{\"ivt\":2.94,\"givt\":0.37,\"sivt\":2.57,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.33,\"sivt\":0.0},{\"fraudType\":\"Idiobot\",\"givt\":0.02,\"sivt\":0.0},{\"fraudType\":\"IAB Crawler\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.98},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.48},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.47},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.32},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.14},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.09},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"HighRiskDeviceId\",\"givt\":0.0,\"sivt\":0.01}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":80.81},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":15.15},{\"name\":\"N/A\",\"trafficRatio\":4.04}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":87.1,\"ivt\":5.02,\"viewability\":70.79},{\"region\":\"NON-US\",\"inventoryRatio\":12.9,\"ivt\":2.94,\"viewability\":72.1},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":4.75,\"viewability\":70.96}],\"byCountry\":[{\"countryName\":\"Canada\",\"inventoryRatio\":15.87,\"ivt\":3.12,\"viewability\":68.9},{\"countryName\":\"United Kingdom\",\"inventoryRatio\":10.09,\"ivt\":1.09,\"viewability\":74.63},{\"countryName\":\"France\",\"inventoryRatio\":6.51,\"ivt\":1.01,\"viewability\":73.0},{\"countryName\":\"Australia\",\"inventoryRatio\":6.34,\"ivt\":3.08,\"viewability\":71.06},{\"countryName\":\"Mexico\",\"inventoryRatio\":6.04,\"ivt\":3.57,\"viewability\":76.21},{\"countryName\":\"Brazil\",\"inventoryRatio\":5.37,\"ivt\":3.03,\"viewability\":77.74},{\"countryName\":\"Romania\",\"inventoryRatio\":3.8,\"ivt\":0.2,\"viewability\":76.78},{\"countryName\":\"Spain\",\"inventoryRatio\":3.78,\"ivt\":1.04,\"viewability\":70.88},{\"countryName\":\"Italy\",\"inventoryRatio\":3.69,\"ivt\":0.66,\"viewability\":71.47},{\"countryName\":\"Germany\",\"inventoryRatio\":2.7,\"ivt\":1.64,\"viewability\":72.63},{\"countryName\":\"Philippines\",\"inventoryRatio\":2.56,\"ivt\":3.2,\"viewability\":72.23},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":2.21,\"ivt\":5.63,\"viewability\":50.25},{\"countryName\":\"India\",\"inventoryRatio\":2.21,\"ivt\":5.16,\"viewability\":70.72},{\"countryName\":\"Hong Kong\",\"inventoryRatio\":1.69,\"ivt\":5.79,\"viewability\":59.06},{\"countryName\":\"Argentina\",\"inventoryRatio\":1.63,\"ivt\":0.92,\"viewability\":75.45},{\"countryName\":\"Greece\",\"inventoryRatio\":1.42,\"ivt\":0.56,\"viewability\":78.71},{\"countryName\":\"Colombia\",\"inventoryRatio\":1.26,\"ivt\":1.85,\"viewability\":76.57},{\"countryName\":\"Belgium\",\"inventoryRatio\":1.21,\"ivt\":0.63,\"viewability\":75.72},{\"countryName\":\"Nigeria\",\"inventoryRatio\":1.13,\"ivt\":2.79,\"viewability\":70.39},{\"countryName\":\"Puerto Rico\",\"inventoryRatio\":1.1,\"ivt\":3.74,\"viewability\":79.61},{\"countryName\":\"Singapore\",\"inventoryRatio\":1.1,\"ivt\":3.37,\"viewability\":65.01},{\"countryName\":\"South Africa\",\"inventoryRatio\":1.0,\"ivt\":2.07,\"viewability\":69.59},{\"countryName\":\"United Arab Emirates\",\"inventoryRatio\":1.0,\"ivt\":2.02,\"viewability\":72.56},{\"countryName\":\"Switzerland\",\"inventoryRatio\":0.96,\"ivt\":2.37,\"viewability\":70.83},{\"countryName\":\"Netherlands\",\"inventoryRatio\":0.68,\"ivt\":2.39,\"viewability\":72.2},{\"countryName\":\"Indonesia\",\"inventoryRatio\":0.66,\"ivt\":5.07,\"viewability\":67.87},{\"countryName\":\"Israel\",\"inventoryRatio\":0.65,\"ivt\":1.92,\"viewability\":70.5},{\"countryName\":\"Sweden\",\"inventoryRatio\":0.62,\"ivt\":1.16,\"viewability\":72.69},{\"countryName\":\"Turkey\",\"inventoryRatio\":0.56,\"ivt\":0.6,\"viewability\":72.91},{\"countryName\":\"Ireland\",\"inventoryRatio\":0.56,\"ivt\":1.59,\"viewability\":74.01},{\"countryName\":\"Egypt\",\"inventoryRatio\":0.56,\"ivt\":1.74,\"viewability\":71.2},{\"countryName\":\"Denmark\",\"inventoryRatio\":0.46,\"ivt\":1.58,\"viewability\":73.27},{\"countryName\":\"New Zealand\",\"inventoryRatio\":0.46,\"ivt\":2.21,\"viewability\":73.94},{\"countryName\":\"Jamaica\",\"inventoryRatio\":0.46,\"ivt\":2.02,\"viewability\":76.76},{\"countryName\":\"Malaysia\",\"inventoryRatio\":0.43,\"ivt\":3.44,\"viewability\":71.25},{\"countryName\":\"Saudi Arabia\",\"inventoryRatio\":0.41,\"ivt\":3.23,\"viewability\":70.79},{\"countryName\":\"Norway\",\"inventoryRatio\":0.38,\"ivt\":1.78,\"viewability\":74.99},{\"countryName\":\"Costa Rica\",\"inventoryRatio\":0.35,\"ivt\":2.11,\"viewability\":74.78},{\"countryName\":\"Chile\",\"inventoryRatio\":0.32,\"ivt\":1.08,\"viewability\":75.8},{\"countryName\":\"Poland\",\"inventoryRatio\":0.32,\"ivt\":1.6,\"viewability\":74.78},{\"countryName\":\"Austria\",\"inventoryRatio\":0.27,\"ivt\":3.71,\"viewability\":71.5},{\"countryName\":\"Ecuador\",\"inventoryRatio\":0.27,\"ivt\":2.99,\"viewability\":78.95},{\"countryName\":\"Peru\",\"inventoryRatio\":0.26,\"ivt\":1.2,\"viewability\":74.93},{\"countryName\":\"Kenya\",\"inventoryRatio\":0.25,\"ivt\":1.72,\"viewability\":74.58},{\"countryName\":\"Hungary\",\"inventoryRatio\":0.25,\"ivt\":2.33,\"viewability\":77.43},{\"countryName\":\"Portugal\",\"inventoryRatio\":0.24,\"ivt\":0.57,\"viewability\":73.67},{\"countryName\":\"Thailand\",\"inventoryRatio\":0.23,\"ivt\":6.86,\"viewability\":72.17},{\"countryName\":\"Pakistan\",\"inventoryRatio\":0.23,\"ivt\":3.99,\"viewability\":70.64},{\"countryName\":\"Bahamas\",\"inventoryRatio\":0.22,\"ivt\":4.14,\"viewability\":78.13},{\"countryName\":\"Guatemala\",\"inventoryRatio\":0.2,\"ivt\":1.32,\"viewability\":75.95},{\"countryName\":\"Japan\",\"inventoryRatio\":0.2,\"ivt\":12.49,\"viewability\":58.99},{\"countryName\":\"Cayman Islands\",\"inventoryRatio\":0.17,\"ivt\":1.18,\"viewability\":73.31},{\"countryName\":\"Finland\",\"inventoryRatio\":0.17,\"ivt\":1.31,\"viewability\":71.31},{\"countryName\":\"Kuwait\",\"inventoryRatio\":0.16,\"ivt\":1.41,\"viewability\":69.74},{\"countryName\":\"Viet Nam\",\"inventoryRatio\":0.15,\"ivt\":9.53,\"viewability\":70.58},{\"countryName\":\"Czech Republic\",\"inventoryRatio\":0.15,\"ivt\":2.44,\"viewability\":70.04},{\"countryName\":\"Guyana\",\"inventoryRatio\":0.13,\"ivt\":4.66,\"viewability\":79.45},{\"countryName\":\"Trinidad and Tobago\",\"inventoryRatio\":0.13,\"ivt\":1.26,\"viewability\":78.35},{\"countryName\":\"Bangladesh\",\"inventoryRatio\":0.13,\"ivt\":4.99,\"viewability\":74.16},{\"countryName\":\"Honduras\",\"inventoryRatio\":0.13,\"ivt\":2.26,\"viewability\":76.01},{\"countryName\":\"Panama\",\"inventoryRatio\":0.12,\"ivt\":1.43,\"viewability\":72.33},{\"countryName\":\"Jordan\",\"inventoryRatio\":0.11,\"ivt\":2.27,\"viewability\":71.97},{\"countryName\":\"Venezuela\",\"inventoryRatio\":0.1,\"ivt\":2.14,\"viewability\":67.21}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":56.63,\"ivt\":3.31,\"viewability\":71.15},{\"adSize\":\"160x600\",\"inventoryRatio\":16.46,\"ivt\":1.67,\"viewability\":76.29},{\"adSize\":\"300x600\",\"inventoryRatio\":16.11,\"ivt\":1.79,\"viewability\":74.23},{\"adSize\":\"728x90\",\"inventoryRatio\":7.32,\"ivt\":4.55,\"viewability\":66.72},{\"adSize\":\"970x250\",\"inventoryRatio\":2.29,\"ivt\":2.3,\"viewability\":70.71},{\"adSize\":\"Other\",\"inventoryRatio\":0.47,\"ivt\":11.17,\"viewability\":73.41},{\"adSize\":\"300x50\",\"inventoryRatio\":0.36,\"ivt\":7.17,\"viewability\":70.61},{\"adSize\":\"300x251\",\"inventoryRatio\":0.3,\"ivt\":1.68,\"viewability\":41.88}],\"byDma\":null},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":73.57,\"ivt\":5.79,\"estBidLow\":0.68,\"estBidHigh\":4.86,\"viewability\":70.65},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":14.01,\"ivt\":3.26,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":65.19},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":6.0,\"ivt\":4.24,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":67.89},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":1.43,\"ivt\":2.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":78.46},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":86.25,\"ivt\":null},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":3.68,\"estBidLow\":0.8,\"estBidHigh\":4.26,\"viewability\":66.49},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":60.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":30.0},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":0.79,\"estBidHigh\":0.92,\"viewability\":50.0},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":4.98,\"ivt\":6.66,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":69.02},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.0},{\"exchange\":\"Sovrn\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":0.39,\"viewability\":100.0,\"ivt\":null}],\"viewability\":{\"viewability\":69.96,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":56.63,\"viewability\":71.15},{\"adSize\":\"160x600\",\"inventoryRatio\":16.46,\"viewability\":76.29},{\"adSize\":\"300x600\",\"inventoryRatio\":16.11,\"viewability\":74.23},{\"adSize\":\"728x90\",\"inventoryRatio\":7.32,\"viewability\":66.72},{\"adSize\":\"970x250\",\"inventoryRatio\":2.29,\"viewability\":70.71},{\"adSize\":\"Other\",\"inventoryRatio\":0.47,\"viewability\":73.41},{\"adSize\":\"300x50\",\"inventoryRatio\":0.36,\"viewability\":70.61},{\"adSize\":\"300x251\",\"inventoryRatio\":0.3,\"viewability\":41.88}]},\"ctr\":{\"ctr\":0.24,\"byAdSize\":[{\"adSize\":\"635x355\",\"ctr\":1.82},{\"adSize\":\"640x360\",\"ctr\":0.74},{\"adSize\":\"635x356\",\"ctr\":0.41},{\"adSize\":\"600x320\",\"ctr\":0.26}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":99.51,\"ivt\":64.68,\"viewability\":32.16,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":0.28,\"ivt\":55.78,\"viewability\":28.91,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":87.42,\"ivt\":63.81,\"viewability\":25.68},{\"domain\":\"google.ca\",\"inventoryRatio\":5.78,\"ivt\":0.0,\"viewability\":52.94},{\"domain\":\"bing.com\",\"inventoryRatio\":5.44,\"ivt\":0.0,\"viewability\":56.25},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.68,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"google.com.mx\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":100.0},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.21,\"ivt\":6.88,\"viewability\":0.92,\"domains\":[{\"domain\":\"traffic.swagbucks.com\",\"inventoryRatio\":90.37,\"ivt\":0.0,\"viewability\":0.51},{\"domain\":\"s.yimg.com\",\"inventoryRatio\":4.59,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"syn.entertainow.com\",\"inventoryRatio\":2.29,\"ivt\":0.0,\"viewability\":20.0},{\"domain\":\"safeframe.googlesyndication.com\",\"inventoryRatio\":2.29,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"mail.yahoosmallbusiness.com\",\"inventoryRatio\":0.46,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"l.facebook.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":60.77,\"maskingRatio\":0.29,\"ivt\":4.36,\"viewability\":75.12},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":10.86,\"maskingRatio\":0.15,\"ivt\":6.49,\"viewability\":52.87},{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":5.79,\"maskingRatio\":0.29,\"ivt\":6.24,\"viewability\":48.66},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":3.53,\"maskingRatio\":0.0,\"ivt\":1.81,\"viewability\":57.72},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":2.57,\"maskingRatio\":0.1,\"ivt\":4.97,\"viewability\":45.43},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":2.04,\"maskingRatio\":0.24,\"ivt\":2.88,\"viewability\":60.96},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":1.91,\"maskingRatio\":0.0,\"ivt\":2.94,\"viewability\":56.04},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":1.41,\"maskingRatio\":0.0,\"ivt\":2.75,\"viewability\":42.16},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":1.39,\"maskingRatio\":0.01,\"ivt\":4.61,\"viewability\":50.19},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":1.08,\"maskingRatio\":0.0,\"ivt\":6.99,\"viewability\":73.57},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.86,\"maskingRatio\":0.52,\"ivt\":4.32,\"viewability\":66.06},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.78,\"maskingRatio\":4.36,\"ivt\":1.88,\"viewability\":58.68},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.76,\"maskingRatio\":0.83,\"ivt\":2.12,\"viewability\":61.26},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.73,\"maskingRatio\":0.0,\"ivt\":5.36,\"viewability\":58.54},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.57,\"maskingRatio\":0.0,\"ivt\":2.61,\"viewability\":53.78},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":0.54,\"maskingRatio\":0.0,\"ivt\":6.46,\"viewability\":58.71},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.47,\"maskingRatio\":0.2,\"ivt\":1.25,\"viewability\":55.35},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.38,\"maskingRatio\":0.05,\"ivt\":4.26,\"viewability\":54.0},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.3,\"maskingRatio\":0.0,\"ivt\":1.71,\"viewability\":58.55},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.28,\"maskingRatio\":0.0,\"ivt\":1.8,\"viewability\":54.68},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.26,\"maskingRatio\":66.34,\"ivt\":76.54,\"viewability\":19.58},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.25,\"maskingRatio\":0.02,\"ivt\":2.72,\"viewability\":68.49},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.25,\"maskingRatio\":0.0,\"ivt\":2.73,\"viewability\":41.14},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.19,\"maskingRatio\":2.17,\"ivt\":3.25,\"viewability\":49.54},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.18,\"maskingRatio\":0.0,\"ivt\":2.05,\"viewability\":59.16},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.17,\"maskingRatio\":0.0,\"ivt\":2.23,\"viewability\":41.04},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.15,\"maskingRatio\":0.12,\"ivt\":2.75,\"viewability\":53.9},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.14,\"maskingRatio\":7.59,\"ivt\":2.78,\"viewability\":53.7},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":4.93,\"ivt\":1.24,\"viewability\":53.74},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.12,\"maskingRatio\":0.01,\"ivt\":6.39,\"viewability\":53.65},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":2.43,\"viewability\":58.81},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":2.44,\"viewability\":58.52},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.12,\"ivt\":3.61,\"viewability\":55.43},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.0,\"ivt\":2.97,\"viewability\":52.38},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.08,\"maskingRatio\":0.0,\"ivt\":3.67,\"viewability\":79.05},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.0,\"ivt\":3.35,\"viewability\":54.03},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.0,\"ivt\":1.19,\"viewability\":60.43},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.01,\"ivt\":2.77,\"viewability\":61.97},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.35,\"ivt\":5.53,\"viewability\":55.14},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.0,\"ivt\":29.72,\"viewability\":44.89},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":2.07,\"viewability\":54.3},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":2.62,\"viewability\":46.62},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":1.93,\"viewability\":46.55},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.03,\"ivt\":5.87,\"viewability\":55.18},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":1.16,\"ivt\":5.04,\"viewability\":54.26},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.38,\"ivt\":2.89,\"viewability\":51.38},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":3.88,\"viewability\":63.5},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":2.27,\"viewability\":100.0},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":8.89,\"viewability\":43.5},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":3.13,\"viewability\":59.65},{\"subDomain\":\"adx.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":57.79,\"ivt\":69.06,\"viewability\":17.03},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.81,\"ivt\":3.24,\"viewability\":55.88},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":4.18,\"viewability\":48.01},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.21,\"viewability\":51.12},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":2.34,\"ivt\":2.83,\"viewability\":60.09},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.63,\"viewability\":64.54},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":3.17,\"ivt\":1.93,\"viewability\":54.79},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":7.96,\"viewability\":49.38},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":3.8,\"viewability\":61.09},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.86,\"viewability\":49.7},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.78,\"viewability\":16.85},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.35,\"ivt\":2.08,\"viewability\":33.33},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":71.48},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.7,\"viewability\":79.23},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.94,\"viewability\":71.84},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.0,\"viewability\":74.6},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":29.17,\"ivt\":53.7,\"viewability\":52.08},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":5.56,\"ivt\":63.16,\"viewability\":38.89},{\"subDomain\":\"weather.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":71.43,\"ivt\":56.25,\"viewability\":50.0},{\"subDomain\":\"screen.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.54,\"ivt\":61.54,\"viewability\":38.46},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":50.0,\"ivt\":50.0,\"viewability\":54.55},{\"subDomain\":\"commercecentral.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":63.64,\"ivt\":46.15,\"viewability\":63.64},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":54.55,\"viewability\":null}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":94.28,\"maskingRatio\":0.26,\"ivt\":2.94,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":5.59,\"maskingRatio\":2.54,\"ivt\":5.89,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.12,\"maskingRatio\":0.68,\"ivt\":25.25,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":3.11,\"ivt\":9.79,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.91,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":68.49},{\"os\":\"Windows 7\",\"inventoryRatio\":14.1},{\"os\":\"Mac OS X\",\"inventoryRatio\":10.37},{\"os\":\"Windows 8.1\",\"inventoryRatio\":3.97},{\"os\":\"Chrome OS\",\"inventoryRatio\":1.09},{\"os\":\"Windows 8\",\"inventoryRatio\":0.53},{\"os\":\"Linux\",\"inventoryRatio\":0.5},{\"os\":\"Windows XP\",\"inventoryRatio\":0.42},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.32},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.19}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":30.32},{\"os\":\"Android Mobile\",\"inventoryRatio\":29.43},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":19.15},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.45},{\"os\":\"Android\",\"inventoryRatio\":4.98},{\"os\":\"Android 6.x\",\"inventoryRatio\":1.99},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":1.57},{\"os\":\"Android 5.x\",\"inventoryRatio\":1.06},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.76},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.7},{\"os\":\"Android Tablet\",\"inventoryRatio\":0.58},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.49},{\"os\":\"Android 4.x\",\"inventoryRatio\":0.24}]}},{\"adDomain\":\"yahoo.com\",\"region\":\"NON-US\",\"device\":\"mobile\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":5.89,\"ivtRisk\":\"medium\",\"viewability\":46.78,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":168881494,\"desktopTrafficRatio\":94.28,\"mobileTrafficRatio\":5.59,\"videoTrafficRatio\":11.06,\"ctr\":0.81,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.17,\"bidPriceHigh\":6.61,\"trustedSeller\":\"Verizon Media\",\"trueReach\":1588},\"trafficQualityRisk\":{\"ivtRisk\":\"medium\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":0.0},\"invalidTraffic\":{\"ivt\":5.89,\"givt\":1.5,\"sivt\":4.39,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":1.42,\"sivt\":0.0},{\"fraudType\":\"Idiobot\",\"givt\":0.08,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":3.55},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.46},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.19},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.09},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.01},{\"fraudType\":\"CookieStuffing\",\"givt\":0.0,\"sivt\":0.01}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":78.57},{\"name\":\"N/A\",\"trafficRatio\":14.29},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":4.76},{\"name\":\"Cogeco Peer 1\",\"trafficRatio\":2.38}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":90.85,\"ivt\":1.32,\"viewability\":55.74},{\"region\":\"NON-US\",\"inventoryRatio\":9.15,\"ivt\":5.89,\"viewability\":51.55},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":1.74,\"viewability\":55.31}],\"byCountry\":[{\"countryName\":\"Canada\",\"inventoryRatio\":26.25,\"ivt\":10.75,\"viewability\":62.5},{\"countryName\":\"France\",\"inventoryRatio\":16.23,\"ivt\":0.15,\"viewability\":39.62},{\"countryName\":\"Australia\",\"inventoryRatio\":7.49,\"ivt\":0.64,\"viewability\":42.76},{\"countryName\":\"Mexico\",\"inventoryRatio\":6.99,\"ivt\":1.93,\"viewability\":48.81},{\"countryName\":\"Hong Kong\",\"inventoryRatio\":4.92,\"ivt\":22.77,\"viewability\":42.14},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":4.88,\"ivt\":13.94,\"viewability\":45.57},{\"countryName\":\"United Kingdom\",\"inventoryRatio\":4.23,\"ivt\":1.3,\"viewability\":47.35},{\"countryName\":\"Brazil\",\"inventoryRatio\":3.45,\"ivt\":58.89,\"viewability\":83.16},{\"countryName\":\"Spain\",\"inventoryRatio\":2.26,\"ivt\":0.9,\"viewability\":46.32},{\"countryName\":\"Singapore\",\"inventoryRatio\":1.66,\"ivt\":0.61,\"viewability\":36.86},{\"countryName\":\"Philippines\",\"inventoryRatio\":1.53,\"ivt\":0.76,\"viewability\":53.35},{\"countryName\":\"Germany\",\"inventoryRatio\":1.25,\"ivt\":1.07,\"viewability\":51.46},{\"countryName\":\"Italy\",\"inventoryRatio\":1.22,\"ivt\":0.24,\"viewability\":47.73},{\"countryName\":\"Switzerland\",\"inventoryRatio\":1.16,\"ivt\":0.22,\"viewability\":42.73},{\"countryName\":\"Colombia\",\"inventoryRatio\":0.9,\"ivt\":1.27,\"viewability\":46.61},{\"countryName\":\"Puerto Rico\",\"inventoryRatio\":0.9,\"ivt\":2.24,\"viewability\":54.59},{\"countryName\":\"Israel\",\"inventoryRatio\":0.72,\"ivt\":0.28,\"viewability\":32.63},{\"countryName\":\"Nigeria\",\"inventoryRatio\":0.63,\"ivt\":1.93,\"viewability\":58.37},{\"countryName\":\"Jamaica\",\"inventoryRatio\":0.56,\"ivt\":0.45,\"viewability\":51.12},{\"countryName\":\"Bahamas\",\"inventoryRatio\":0.55,\"ivt\":0.59,\"viewability\":54.57},{\"countryName\":\"Cayman Islands\",\"inventoryRatio\":0.52,\"ivt\":0.69,\"viewability\":56.47},{\"countryName\":\"Argentina\",\"inventoryRatio\":0.47,\"ivt\":2.22,\"viewability\":41.39},{\"countryName\":\"Belgium\",\"inventoryRatio\":0.47,\"ivt\":0.46,\"viewability\":39.74},{\"countryName\":\"Netherlands\",\"inventoryRatio\":0.44,\"ivt\":1.08,\"viewability\":45.14},{\"countryName\":\"Sweden\",\"inventoryRatio\":0.43,\"ivt\":0.45,\"viewability\":38.82},{\"countryName\":\"Indonesia\",\"inventoryRatio\":0.42,\"ivt\":1.57,\"viewability\":37.9},{\"countryName\":\"New Zealand\",\"inventoryRatio\":0.41,\"ivt\":1.03,\"viewability\":47.31},{\"countryName\":\"India\",\"inventoryRatio\":0.39,\"ivt\":1.07,\"viewability\":51.59},{\"countryName\":\"United Arab Emirates\",\"inventoryRatio\":0.34,\"ivt\":0.36,\"viewability\":49.97},{\"countryName\":\"Ireland\",\"inventoryRatio\":0.3,\"ivt\":0.15,\"viewability\":47.11},{\"countryName\":\"Japan\",\"inventoryRatio\":0.28,\"ivt\":2.92,\"viewability\":40.98},{\"countryName\":\"Greece\",\"inventoryRatio\":0.28,\"ivt\":0.08,\"viewability\":56.02},{\"countryName\":\"Denmark\",\"inventoryRatio\":0.27,\"ivt\":0.11,\"viewability\":34.05},{\"countryName\":\"Saudi Arabia\",\"inventoryRatio\":0.27,\"ivt\":0.7,\"viewability\":50.93},{\"countryName\":\"Finland\",\"inventoryRatio\":0.26,\"ivt\":0.24,\"viewability\":40.72},{\"countryName\":\"Trinidad and Tobago\",\"inventoryRatio\":0.26,\"ivt\":0.27,\"viewability\":51.88},{\"countryName\":\"Romania\",\"inventoryRatio\":0.23,\"ivt\":0.1,\"viewability\":61.54},{\"countryName\":\"South Africa\",\"inventoryRatio\":0.22,\"ivt\":0.63,\"viewability\":48.78},{\"countryName\":\"Portugal\",\"inventoryRatio\":0.21,\"ivt\":0.63,\"viewability\":50.39},{\"countryName\":\"Costa Rica\",\"inventoryRatio\":0.2,\"ivt\":1.5,\"viewability\":50.08},{\"countryName\":\"Thailand\",\"inventoryRatio\":0.19,\"ivt\":1.82,\"viewability\":60.17},{\"countryName\":\"Barbados\",\"inventoryRatio\":0.19,\"ivt\":0.08,\"viewability\":52.85},{\"countryName\":\"Poland\",\"inventoryRatio\":0.19,\"ivt\":0.52,\"viewability\":51.66},{\"countryName\":\"Austria\",\"inventoryRatio\":0.19,\"ivt\":0.55,\"viewability\":47.22},{\"countryName\":\"Guyana\",\"inventoryRatio\":0.18,\"ivt\":0.09,\"viewability\":48.68},{\"countryName\":\"Honduras\",\"inventoryRatio\":0.18,\"ivt\":9.11,\"viewability\":52.28},{\"countryName\":\"Egypt\",\"inventoryRatio\":0.16,\"ivt\":0.47,\"viewability\":58.15},{\"countryName\":\"Ghana\",\"inventoryRatio\":0.15,\"ivt\":0.55,\"viewability\":56.85},{\"countryName\":\"Turkey\",\"inventoryRatio\":0.15,\"ivt\":1.75,\"viewability\":52.21},{\"countryName\":\"Panama\",\"inventoryRatio\":0.15,\"ivt\":1.43,\"viewability\":54.5},{\"countryName\":\"Norway\",\"inventoryRatio\":0.15,\"ivt\":0.45,\"viewability\":46.1},{\"countryName\":\"Morocco\",\"inventoryRatio\":0.14,\"ivt\":0.33,\"viewability\":47.64},{\"countryName\":\"Kenya\",\"inventoryRatio\":0.14,\"ivt\":0.34,\"viewability\":62.22},{\"countryName\":\"Belize\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":58.18},{\"countryName\":\"Guatemala\",\"inventoryRatio\":0.12,\"ivt\":2.3,\"viewability\":52.03},{\"countryName\":\"Malaysia\",\"inventoryRatio\":0.11,\"ivt\":0.62,\"viewability\":40.33},{\"countryName\":\"Kuwait\",\"inventoryRatio\":0.11,\"ivt\":0.36,\"viewability\":58.18}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":57.16,\"ivt\":3.61,\"viewability\":45.99},{\"adSize\":\"320x50\",\"inventoryRatio\":22.57,\"ivt\":3.42,\"viewability\":55.35},{\"adSize\":\"728x90\",\"inventoryRatio\":10.03,\"ivt\":13.42,\"viewability\":65.9},{\"adSize\":\"300x600\",\"inventoryRatio\":5.27,\"ivt\":21.16,\"viewability\":54.45},{\"adSize\":\"160x600\",\"inventoryRatio\":1.47,\"ivt\":43.04,\"viewability\":89.21},{\"adSize\":\"300x251\",\"inventoryRatio\":1.22,\"ivt\":0.43,\"viewability\":68.07},{\"adSize\":\"970x250\",\"inventoryRatio\":1.17,\"ivt\":17.75,\"viewability\":56.64},{\"adSize\":\"Other\",\"inventoryRatio\":0.84,\"ivt\":15.9,\"viewability\":49.27},{\"adSize\":\"300x50\",\"inventoryRatio\":0.2,\"ivt\":81.94,\"viewability\":95.7}],\"byDma\":null},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":64.48,\"ivt\":12.83,\"estBidLow\":0.17,\"estBidHigh\":6.61,\"viewability\":55.84},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":16.82,\"ivt\":1.55,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":56.73},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.07,\"ivt\":1.41,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":47.9},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":1.18,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":80.0},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":45.61},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":1.1,\"estBidHigh\":4.26,\"viewability\":33.33},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":13.61,\"ivt\":17.02,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":57.66}],\"viewability\":{\"viewability\":46.78,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":57.16,\"viewability\":45.99},{\"adSize\":\"320x50\",\"inventoryRatio\":22.57,\"viewability\":55.35},{\"adSize\":\"728x90\",\"inventoryRatio\":10.03,\"viewability\":65.9},{\"adSize\":\"300x600\",\"inventoryRatio\":5.27,\"viewability\":54.45},{\"adSize\":\"160x600\",\"inventoryRatio\":1.47,\"viewability\":89.21},{\"adSize\":\"300x251\",\"inventoryRatio\":1.22,\"viewability\":68.07},{\"adSize\":\"970x250\",\"inventoryRatio\":1.17,\"viewability\":56.64},{\"adSize\":\"Other\",\"inventoryRatio\":0.84,\"viewability\":49.27},{\"adSize\":\"300x50\",\"inventoryRatio\":0.2,\"viewability\":95.7}]},\"ctr\":{\"ctr\":0.81,\"byAdSize\":[{\"adSize\":\"640x360\",\"ctr\":1.04}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":99.47,\"ivt\":63.16,\"viewability\":31.46,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":0.52,\"ivt\":21.55,\"viewability\":65.62,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":77.48,\"ivt\":27.81,\"viewability\":61.88},{\"domain\":\"google.ca\",\"inventoryRatio\":17.68,\"ivt\":0.0,\"viewability\":79.45},{\"domain\":\"google.com.mx\",\"inventoryRatio\":2.42,\"ivt\":0.0,\"viewability\":100.0},{\"domain\":\"bing.com\",\"inventoryRatio\":2.18,\"ivt\":0.0,\"viewability\":55.56},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.24,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.01,\"ivt\":0.0,\"viewability\":100.0,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.0,\"ivt\":50.0,\"viewability\":50.0,\"domains\":[{\"domain\":\"s.yimg.com\",\"inventoryRatio\":100.0,\"ivt\":50.0,\"viewability\":50.0}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0,\"domains\":[{\"domain\":\"m.facebook.com\",\"inventoryRatio\":100.0,\"ivt\":100.0,\"viewability\":0.0}]}],\"subDomains\":[{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":16.01,\"maskingRatio\":0.34,\"ivt\":3.05,\"viewability\":48.32},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":12.26,\"maskingRatio\":0.19,\"ivt\":8.32,\"viewability\":43.52},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":10.32,\"maskingRatio\":0.01,\"ivt\":0.86,\"viewability\":71.01},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":6.21,\"maskingRatio\":0.3,\"ivt\":4.68,\"viewability\":48.91},{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":6.13,\"maskingRatio\":42.38,\"ivt\":73.97,\"viewability\":19.47},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":5.94,\"maskingRatio\":0.01,\"ivt\":5.07,\"viewability\":68.04},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":5.55,\"maskingRatio\":0.0,\"ivt\":0.69,\"viewability\":21.91},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":3.97,\"maskingRatio\":0.0,\"ivt\":1.86,\"viewability\":52.1},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":3.46,\"maskingRatio\":0.0,\"ivt\":1.03,\"viewability\":47.24},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":3.33,\"maskingRatio\":0.0,\"ivt\":2.46,\"viewability\":56.98},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":3.2,\"maskingRatio\":0.0,\"ivt\":3.31,\"viewability\":53.27},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":2.86,\"maskingRatio\":0.02,\"ivt\":0.4,\"viewability\":36.95},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":2.76,\"maskingRatio\":93.64,\"ivt\":80.78,\"viewability\":10.77},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":2.29,\"maskingRatio\":0.0,\"ivt\":0.39,\"viewability\":null},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":1.81,\"maskingRatio\":0.06,\"ivt\":1.56,\"viewability\":45.18},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":1.55,\"maskingRatio\":0.0,\"ivt\":1.33,\"viewability\":45.15},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":1.42,\"maskingRatio\":0.02,\"ivt\":4.26,\"viewability\":53.04},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":1.25,\"maskingRatio\":0.01,\"ivt\":1.5,\"viewability\":55.24},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":1.2,\"maskingRatio\":0.15,\"ivt\":1.64,\"viewability\":42.68},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":1.16,\"maskingRatio\":0.32,\"ivt\":2.07,\"viewability\":42.12},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.8,\"maskingRatio\":0.13,\"ivt\":2.68,\"viewability\":40.06},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.76,\"maskingRatio\":0.0,\"ivt\":0.91,\"viewability\":76.65},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.73,\"maskingRatio\":0.12,\"ivt\":1.13,\"viewability\":37.44},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.71,\"maskingRatio\":0.0,\"ivt\":1.36,\"viewability\":54.39},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.59,\"maskingRatio\":0.02,\"ivt\":3.25,\"viewability\":48.42},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":0.53,\"maskingRatio\":0.0,\"ivt\":1.45,\"viewability\":40.91},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":0.47,\"maskingRatio\":0.0,\"ivt\":2.64,\"viewability\":null},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.28,\"maskingRatio\":0.0,\"ivt\":1.23,\"viewability\":61.31},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.27,\"maskingRatio\":0.0,\"ivt\":0.99,\"viewability\":70.88},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.24,\"maskingRatio\":0.11,\"ivt\":3.9,\"viewability\":48.59},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.21,\"maskingRatio\":0.06,\"ivt\":1.21,\"viewability\":40.71},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.19,\"maskingRatio\":0.0,\"ivt\":1.55,\"viewability\":53.71},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.17,\"maskingRatio\":0.0,\"ivt\":2.16,\"viewability\":55.22},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.16,\"maskingRatio\":0.0,\"ivt\":6.49,\"viewability\":52.88},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":0.0,\"ivt\":4.79,\"viewability\":50.77},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.12,\"maskingRatio\":63.5,\"ivt\":0.21,\"viewability\":42.18},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":1.0,\"viewability\":80.88},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.08,\"maskingRatio\":0.0,\"ivt\":2.46,\"viewability\":54.56},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.0,\"ivt\":4.2,\"viewability\":39.81},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":0.0,\"ivt\":8.17,\"viewability\":34.88},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.0,\"ivt\":23.21,\"viewability\":63.6},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.0,\"ivt\":1.11,\"viewability\":60.8},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.0,\"ivt\":1.9,\"viewability\":57.79},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.0,\"ivt\":1.68,\"viewability\":55.27},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":5.05,\"viewability\":40.38},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":3.04,\"viewability\":64.29},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":0.0,\"ivt\":2.41,\"viewability\":68.18},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.38,\"ivt\":25.84,\"viewability\":45.61},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.47,\"viewability\":41.98},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.2,\"viewability\":36.11},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":5.78,\"viewability\":58.93},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.45,\"ivt\":0.45,\"viewability\":38.64},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":3.06,\"viewability\":52.44},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":0.51,\"viewability\":87.63},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":13.45,\"viewability\":41.03},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":57.29},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":3.49,\"viewability\":65.88},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.6,\"viewability\":51.95},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":8.06,\"viewability\":33.87},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":8.16,\"viewability\":46.94},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":47.92,\"viewability\":38.3},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":64.44},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":34.15},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":4.0,\"ivt\":0.0,\"viewability\":27.27},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":44.0,\"viewability\":56.0},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":63.16,\"viewability\":31.58},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":100.0},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":94.28,\"maskingRatio\":0.26,\"ivt\":2.94,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":5.59,\"maskingRatio\":2.54,\"ivt\":5.89,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.12,\"maskingRatio\":0.68,\"ivt\":25.25,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":3.11,\"ivt\":9.79,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.91,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":68.49},{\"os\":\"Windows 7\",\"inventoryRatio\":14.1},{\"os\":\"Mac OS X\",\"inventoryRatio\":10.37},{\"os\":\"Windows 8.1\",\"inventoryRatio\":3.97},{\"os\":\"Chrome OS\",\"inventoryRatio\":1.09},{\"os\":\"Windows 8\",\"inventoryRatio\":0.53},{\"os\":\"Linux\",\"inventoryRatio\":0.5},{\"os\":\"Windows XP\",\"inventoryRatio\":0.42},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.32},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.19}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":30.32},{\"os\":\"Android Mobile\",\"inventoryRatio\":29.43},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":19.15},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.45},{\"os\":\"Android\",\"inventoryRatio\":4.98},{\"os\":\"Android 6.x\",\"inventoryRatio\":1.99},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":1.57},{\"os\":\"Android 5.x\",\"inventoryRatio\":1.06},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.76},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.7},{\"os\":\"Android Tablet\",\"inventoryRatio\":0.58},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.49},{\"os\":\"Android 4.x\",\"inventoryRatio\":0.24}]}}]},\n{\"adDomain\":\"cnn.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"cnn.com\",\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":1.56,\"ivtRisk\":\"low\",\"viewability\":54.56,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":7387054150,\"desktopTrafficRatio\":56.36,\"mobileTrafficRatio\":43.53,\"videoTrafficRatio\":85.19,\"ctr\":0.23,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":4548},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":7.44},\"invalidTraffic\":{\"ivt\":1.56,\"givt\":0.29,\"sivt\":1.27,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.26,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.02,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.46},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.08},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.03}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":72.5},{\"name\":\"IT World\",\"trafficRatio\":8.37},{\"name\":\"Psychz Networks\",\"trafficRatio\":3.96},{\"name\":\"ServerMania\",\"trafficRatio\":1.47},{\"name\":\"N/A\",\"trafficRatio\":1.42},{\"name\":\"My Tec Sa\",\"trafficRatio\":1.17},{\"name\":\"Amazon.com\",\"trafficRatio\":0.91},{\"name\":\"Enzu\",\"trafficRatio\":0.76},{\"name\":\"QuickPacket, LLC\",\"trafficRatio\":0.71},{\"name\":\"Hype Enterprises\",\"trafficRatio\":0.66},{\"name\":\"Google Cloud\",\"trafficRatio\":0.66},{\"name\":\"Windstream Communications\",\"trafficRatio\":0.66},{\"name\":\"HOST1PLUS hosting services. Brazil.\",\"trafficRatio\":0.66},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.51},{\"name\":\"VeloCloud Networks\",\"trafficRatio\":0.46},{\"name\":\"ABE\",\"trafficRatio\":0.41},{\"name\":\"Starry\",\"trafficRatio\":0.41},{\"name\":\"Zscaler\",\"trafficRatio\":0.41},{\"name\":\"Fuse Internet Access\",\"trafficRatio\":0.3},{\"name\":\"Global Digital DC\",\"trafficRatio\":0.25},{\"name\":\"ALTAN REDES, S.A.P.I. de C. V.\",\"trafficRatio\":0.25},{\"name\":\"ColoCrossing\",\"trafficRatio\":0.2},{\"name\":\"MOJOHOST\",\"trafficRatio\":0.2},{\"name\":\"Performive\",\"trafficRatio\":0.2},{\"name\":\"Amazon Office\",\"trafficRatio\":0.2},{\"name\":\"GigeNET\",\"trafficRatio\":0.2},{\"name\":\"ExpressVPN\",\"trafficRatio\":0.2},{\"name\":\"SoftLayer Technologies\",\"trafficRatio\":0.15},{\"name\":\"Microsoft Azure\",\"trafficRatio\":0.15},{\"name\":\"Comcast Cable\",\"trafficRatio\":0.15},{\"name\":\"Digital Ocean\",\"trafficRatio\":0.1},{\"name\":\"Total Server Solutions L.L.C.\",\"trafficRatio\":0.1},{\"name\":\"Choopa, LLC\",\"trafficRatio\":0.1},{\"name\":\"Zenlayer\",\"trafficRatio\":0.1},{\"name\":\"123.Net\",\"trafficRatio\":0.1},{\"name\":\"AIS Fibre\",\"trafficRatio\":0.1},{\"name\":\"TierPoint, LLC\",\"trafficRatio\":0.1},{\"name\":\"Igigle Host\",\"trafficRatio\":0.1},{\"name\":\"Desert iNET\",\"trafficRatio\":0.1},{\"name\":\"Alibaba\",\"trafficRatio\":0.05},{\"name\":\"HostDime.com\",\"trafficRatio\":0.05},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":0.05},{\"name\":\"Anexia\",\"trafficRatio\":0.05},{\"name\":\"Hurricane Electric\",\"trafficRatio\":0.05},{\"name\":\"Green Cloud Technologies,LLC\",\"trafficRatio\":0.05},{\"name\":\"Scaleway\",\"trafficRatio\":0.05},{\"name\":\"OVH Hosting\",\"trafficRatio\":0.05},{\"name\":\"Amazon\",\"trafficRatio\":0.05},{\"name\":\"Leaseweb USA\",\"trafficRatio\":0.05}]},\"inventory\":{\"byRegion\":[{\"region\":\"NON-US\",\"inventoryRatio\":100.0,\"ivt\":1.67,\"viewability\":47.65},{\"region\":\"US\",\"inventoryRatio\":100.0,\"ivt\":1.53,\"viewability\":58.81},{\"region\":\"GLOBAL\",\"inventoryRatio\":100.0,\"ivt\":1.56,\"viewability\":55.64}],\"byCountry\":[{\"countryName\":\"United States\",\"inventoryRatio\":84.73,\"ivt\":1.53,\"viewability\":58.81},{\"countryName\":\"Canada\",\"inventoryRatio\":9.33,\"ivt\":1.18,\"viewability\":57.57},{\"countryName\":\"Australia\",\"inventoryRatio\":2.29,\"ivt\":2.57,\"viewability\":47.34},{\"countryName\":\"Mexico\",\"inventoryRatio\":1.76,\"ivt\":1.58,\"viewability\":36.18},{\"countryName\":\"New Zealand\",\"inventoryRatio\":0.18,\"ivt\":1.27,\"viewability\":50.07},{\"countryName\":\"Singapore\",\"inventoryRatio\":0.17,\"ivt\":2.96,\"viewability\":55.61},{\"countryName\":\"Malaysia\",\"inventoryRatio\":0.15,\"ivt\":1.16,\"viewability\":57.95},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":0.12,\"ivt\":6.14,\"viewability\":50.05}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":42.96,\"ivt\":0.89,\"viewability\":2.23},{\"adSize\":\"300x250\",\"inventoryRatio\":22.13,\"ivt\":1.57,\"viewability\":57.55},{\"adSize\":\"Other\",\"inventoryRatio\":20.43,\"ivt\":1.22,\"viewability\":52.69},{\"adSize\":\"300x600\",\"inventoryRatio\":5.97,\"ivt\":2.42,\"viewability\":55.62},{\"adSize\":\"970x250\",\"inventoryRatio\":3.94,\"ivt\":2.89,\"viewability\":55.11},{\"adSize\":\"728x90\",\"inventoryRatio\":1.97,\"ivt\":2.36,\"viewability\":38.02},{\"adSize\":\"768x1024\",\"inventoryRatio\":1.3,\"ivt\":0.32,\"viewability\":0.0},{\"adSize\":\"340x336\",\"inventoryRatio\":0.52,\"ivt\":0.52,\"viewability\":100.0},{\"adSize\":\"1024x768\",\"inventoryRatio\":0.36,\"ivt\":2.17,\"viewability\":0.0},{\"adSize\":\"320x50\",\"inventoryRatio\":0.26,\"ivt\":1.71,\"viewability\":45.17}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":6.97,\"ivt\":2.4,\"viewability\":59.56},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":4.86,\"ivt\":1.64,\"viewability\":58.74},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":4.85,\"ivt\":2.07,\"viewability\":58.22},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":4.14,\"ivt\":1.05,\"viewability\":61.03},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":3.99,\"ivt\":2.04,\"viewability\":59.86},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.78,\"ivt\":1.09,\"viewability\":60.42},{\"dmaName\":\"DENVER\",\"inventoryRatio\":3.57,\"ivt\":1.1,\"viewability\":59.9},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":3.27,\"ivt\":1.04,\"viewability\":60.04},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":3.13,\"ivt\":1.17,\"viewability\":47.56},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":2.99,\"ivt\":2.18,\"viewability\":58.34},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.96,\"ivt\":1.6,\"viewability\":57.43},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":2.07,\"ivt\":1.81,\"viewability\":57.87},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":1.88,\"ivt\":1.43,\"viewability\":58.9},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":1.77,\"ivt\":2.55,\"viewability\":55.48},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.73,\"ivt\":1.33,\"viewability\":55.64},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.7,\"ivt\":1.36,\"viewability\":60.0},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.61,\"ivt\":0.63,\"viewability\":60.72},{\"dmaName\":\"PORTLAND, OR\",\"inventoryRatio\":1.6,\"ivt\":1.58,\"viewability\":60.15},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventoryRatio\":1.58,\"ivt\":0.8,\"viewability\":60.75}]},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":62.25,\"ivt\":1.64,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":54.02},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":17.59,\"ivt\":1.71,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":55.9},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":13.08,\"ivt\":2.23,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":56.8},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":4.92,\"ivt\":3.71,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":66.91},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":2.03,\"ivt\":1.27,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":41.14},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.08,\"ivt\":66.26,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":78.28},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.05,\"ivt\":2.27,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":5.77},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":94.01,\"ivt\":null},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":28.11,\"estBidLow\":0.19,\"estBidHigh\":1.56,\"viewability\":53.68},{\"exchange\":\"33Across\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":91.67,\"ivt\":null},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":9.09},{\"exchange\":\"PulsePoint\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":0.0,\"ivt\":null},{\"exchange\":\"Turner Broadcasting Europe\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.98,\"estBidLow\":0.29,\"estBidHigh\":1.84,\"viewability\":47.06},{\"exchange\":\"Multi Channel Network Pty Ltd.\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":11.11,\"estBidLow\":7.6,\"estBidHigh\":7.96,\"viewability\":66.67},{\"exchange\":\"Pangaea Alliance\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":55.56},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null}],\"viewability\":{\"viewability\":54.56,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":42.96,\"viewability\":2.23},{\"adSize\":\"300x250\",\"inventoryRatio\":22.13,\"viewability\":57.55},{\"adSize\":\"Other\",\"inventoryRatio\":20.43,\"viewability\":52.69},{\"adSize\":\"300x600\",\"inventoryRatio\":5.97,\"viewability\":55.62},{\"adSize\":\"970x250\",\"inventoryRatio\":3.94,\"viewability\":55.11},{\"adSize\":\"728x90\",\"inventoryRatio\":1.97,\"viewability\":38.02},{\"adSize\":\"768x1024\",\"inventoryRatio\":1.3,\"viewability\":0.0},{\"adSize\":\"340x336\",\"inventoryRatio\":0.52,\"viewability\":100.0},{\"adSize\":\"1024x768\",\"inventoryRatio\":0.36,\"viewability\":0.0},{\"adSize\":\"320x50\",\"inventoryRatio\":0.26,\"viewability\":45.17}]},\"ctr\":{\"ctr\":0.23,\"byAdSize\":[{\"adSize\":\"392x273\",\"ctr\":1.96},{\"adSize\":\"1152x720\",\"ctr\":1.92},{\"adSize\":\"300x243\",\"ctr\":1.89},{\"adSize\":\"1098x618\",\"ctr\":1.82},{\"adSize\":\"340x301\",\"ctr\":1.47},{\"adSize\":\"394x222\",\"ctr\":1.33},{\"adSize\":\"300x305\",\"ctr\":1.3},{\"adSize\":\"1760x990\",\"ctr\":1.22},{\"adSize\":\"790x444\",\"ctr\":1.2},{\"adSize\":\"537x298\",\"ctr\":1.14},{\"adSize\":\"814x457\",\"ctr\":1.09},{\"adSize\":\"727x454\",\"ctr\":1.09},{\"adSize\":\"1504x1003\",\"ctr\":0.97},{\"adSize\":\"1500x1000\",\"ctr\":0.96},{\"adSize\":\"800x1280\",\"ctr\":0.8},{\"adSize\":\"692x389\",\"ctr\":0.73},{\"adSize\":\"414x736\",\"ctr\":0.69},{\"adSize\":\"392x377\",\"ctr\":0.64},{\"adSize\":\"1344x840\",\"ctr\":0.53},{\"adSize\":\"760x428\",\"ctr\":0.52},{\"adSize\":\"340x324\",\"ctr\":0.51},{\"adSize\":\"1093x615\",\"ctr\":0.49},{\"adSize\":\"640x480\",\"ctr\":0.47},{\"adSize\":\"1707x960\",\"ctr\":0.46},{\"adSize\":\"1360x768\",\"ctr\":0.45},{\"adSize\":\"601x962\",\"ctr\":0.45},{\"adSize\":\"375x667\",\"ctr\":0.42},{\"adSize\":\"1024x768\",\"ctr\":0.4},{\"adSize\":\"760x635\",\"ctr\":0.4},{\"adSize\":\"355x346\",\"ctr\":0.38},{\"adSize\":\"392x295\",\"ctr\":0.37},{\"adSize\":\"1536x960\",\"ctr\":0.37},{\"adSize\":\"355x273\",\"ctr\":0.35},{\"adSize\":\"1368x912\",\"ctr\":0.34},{\"adSize\":\"810x1080\",\"ctr\":0.34},{\"adSize\":\"834x1194\",\"ctr\":0.34},{\"adSize\":\"2560x1080\",\"ctr\":0.31},{\"adSize\":\"414x896\",\"ctr\":0.31},{\"adSize\":\"3440x1440\",\"ctr\":0.27},{\"adSize\":\"394x295\",\"ctr\":0.27},{\"adSize\":\"1024x1366\",\"ctr\":0.26},{\"adSize\":\"748x420\",\"ctr\":0.26},{\"adSize\":\"1792x1120\",\"ctr\":0.25},{\"adSize\":\"581x327\",\"ctr\":0.24},{\"adSize\":\"1366x768\",\"ctr\":0.23},{\"adSize\":\"1280x720\",\"ctr\":0.22},{\"adSize\":\"1280x800\",\"ctr\":0.22},{\"adSize\":\"834x1112\",\"ctr\":0.22},{\"adSize\":\"1600x900\",\"ctr\":0.21},{\"adSize\":\"340x192\",\"ctr\":0.21},{\"adSize\":\"1920x1080\",\"ctr\":0.2},{\"adSize\":\"1536x864\",\"ctr\":0.2},{\"adSize\":\"2048x1152\",\"ctr\":0.2},{\"adSize\":\"340x266\",\"ctr\":0.2},{\"adSize\":\"392x376\",\"ctr\":0.2},{\"adSize\":\"392x336\",\"ctr\":0.2},{\"adSize\":\"1680x1050\",\"ctr\":0.19},{\"adSize\":\"780x438\",\"ctr\":0.19},{\"adSize\":\"780x487\",\"ctr\":0.19},{\"adSize\":\"1440x900\",\"ctr\":0.18},{\"adSize\":\"394x376\",\"ctr\":0.18},{\"adSize\":\"684x428\",\"ctr\":0.18},{\"adSize\":\"1280x1024\",\"ctr\":0.17},{\"adSize\":\"2560x1440\",\"ctr\":0.16},{\"adSize\":\"1920x1200\",\"ctr\":0.16},{\"adSize\":\"392x296\",\"ctr\":0.16},{\"adSize\":\"340x336\",\"ctr\":0.15},{\"adSize\":\"355x199\",\"ctr\":0.15},{\"adSize\":\"768x1024\",\"ctr\":0.14},{\"adSize\":\"375x812\",\"ctr\":0.13},{\"adSize\":\"770x481\",\"ctr\":0.13},{\"adSize\":\"392x220\",\"ctr\":0.12},{\"adSize\":\"392x221\",\"ctr\":0.11},{\"adSize\":\"760x479\",\"ctr\":0.11},{\"adSize\":\"300x168\",\"ctr\":0.11},{\"adSize\":\"780x488\",\"ctr\":0.09},{\"adSize\":\"300x169\",\"ctr\":0.09},{\"adSize\":\"760x427\",\"ctr\":0.08},{\"adSize\":\"340x191\",\"ctr\":0.06}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":60.83,\"ivt\":2.61,\"viewability\":54.6,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":21.27,\"ivt\":1.6,\"viewability\":44.42,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":73.06,\"ivt\":1.71,\"viewability\":44.79},{\"domain\":\"news.google.com\",\"inventoryRatio\":17.03,\"ivt\":1.5,\"viewability\":41.21},{\"domain\":\"bing.com\",\"inventoryRatio\":2.96,\"ivt\":1.1,\"viewability\":49.83},{\"domain\":\"google.ca\",\"inventoryRatio\":2.63,\"ivt\":0.78,\"viewability\":50.37},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.4,\"ivt\":0.78,\"viewability\":51.77},{\"domain\":\"google.com.mx\",\"inventoryRatio\":1.35,\"ivt\":1.29,\"viewability\":30.11},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.49,\"ivt\":0.91,\"viewability\":53.48},{\"domain\":\"msn.com\",\"inventoryRatio\":0.26,\"ivt\":0.93,\"viewability\":46.07}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":9.94,\"ivt\":0.8,\"viewability\":40.45,\"domains\":[{\"domain\":\"android-app\",\"inventoryRatio\":50.17,\"ivt\":0.78,\"viewability\":26.25},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":22.87,\"ivt\":0.5,\"viewability\":59.86},{\"domain\":\"cdn.ampproject.org\",\"inventoryRatio\":4.12,\"ivt\":0.96,\"viewability\":48.21},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":2.67,\"ivt\":0.53,\"viewability\":62.72},{\"domain\":\"drudgereport.com\",\"inventoryRatio\":2.5,\"ivt\":0.85,\"viewability\":49.55},{\"domain\":\"smartnews.com\",\"inventoryRatio\":2.19,\"ivt\":0.31,\"viewability\":40.17},{\"domain\":\"apple.news\",\"inventoryRatio\":1.27,\"ivt\":0.75,\"viewability\":52.01},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":0.75,\"ivt\":0.35,\"viewability\":46.33},{\"domain\":\"outbrain.com\",\"inventoryRatio\":0.7,\"ivt\":2.5,\"viewability\":40.55},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":0.47,\"ivt\":0.56,\"viewability\":74.29},{\"domain\":\"m.break.ma\",\"inventoryRatio\":0.3,\"ivt\":0.52,\"viewability\":57.45},{\"domain\":\"recaptcha-demo.appspot.com\",\"inventoryRatio\":0.25,\"ivt\":0.0,\"viewability\":0.0},{\"domain\":\"flipboard.com\",\"inventoryRatio\":0.25,\"ivt\":1.72,\"viewability\":40.26},{\"domain\":\"nabdapp.com\",\"inventoryRatio\":0.24,\"ivt\":1.09,\"viewability\":63.05},{\"domain\":\"fark.com\",\"inventoryRatio\":0.23,\"ivt\":0.47,\"viewability\":41.5},{\"domain\":\"old.reddit.com\",\"inventoryRatio\":0.22,\"ivt\":0.73,\"viewability\":43.77},{\"domain\":\"getpocket.com\",\"inventoryRatio\":0.16,\"ivt\":0.34,\"viewability\":23.81},{\"domain\":\"ecosia.org\",\"inventoryRatio\":0.16,\"ivt\":0.34,\"viewability\":44.6},{\"domain\":\"url.google.com\",\"inventoryRatio\":0.15,\"ivt\":4.14,\"viewability\":58.76},{\"domain\":\"newsandguts.com\",\"inventoryRatio\":0.13,\"ivt\":1.57,\"viewability\":62.1},{\"domain\":\"ighome.com\",\"inventoryRatio\":0.13,\"ivt\":1.67,\"viewability\":50.0},{\"domain\":\"remolacha.net\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":25.0}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":7.44,\"ivt\":0.8,\"viewability\":40.73,\"domains\":[{\"domain\":\"m.facebook.com\",\"inventoryRatio\":78.52,\"ivt\":0.83,\"viewability\":40.44},{\"domain\":\"t.co\",\"inventoryRatio\":9.28,\"ivt\":0.72,\"viewability\":40.04},{\"domain\":\"l.facebook.com\",\"inventoryRatio\":7.41,\"ivt\":0.47,\"viewability\":43.22},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":1.84,\"ivt\":0.88,\"viewability\":38.42},{\"domain\":\"reddit.com\",\"inventoryRatio\":1.75,\"ivt\":0.85,\"viewability\":48.79},{\"domain\":\"facebook.com\",\"inventoryRatio\":0.84,\"ivt\":0.5,\"viewability\":40.43},{\"domain\":\"linkedin.com\",\"inventoryRatio\":0.14,\"ivt\":1.48,\"viewability\":45.5}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":0.49,\"ivt\":1.42,\"viewability\":33.43,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.94,\"ivt\":1.42,\"viewability\":33.4}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.02,\"ivt\":2.77,\"viewability\":49.25,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":73.56,\"ivt\":2.32,\"viewability\":50.58},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":14.71,\"ivt\":2.9,\"viewability\":46.38},{\"domain\":\"mail.aol.com\",\"inventoryRatio\":3.62,\"ivt\":0.0,\"viewability\":43.75},{\"domain\":\"aol.com\",\"inventoryRatio\":2.99,\"ivt\":0.0,\"viewability\":42.86},{\"domain\":\"webmaila.juno.com\",\"inventoryRatio\":1.71,\"ivt\":25.0,\"viewability\":37.5},{\"domain\":\"outlook.live.com\",\"inventoryRatio\":1.71,\"ivt\":12.5,\"viewability\":37.5},{\"domain\":\"webmail.earthlink.net\",\"inventoryRatio\":1.07,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"webmailb.juno.com\",\"inventoryRatio\":0.64,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":11.11,\"domains\":[{\"domain\":\"googlesyndication.com\",\"inventoryRatio\":55.56,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"partner.googleadservices.com\",\"inventoryRatio\":22.22,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"chartbeat.com\",\"inventoryRatio\":22.22,\"ivt\":0.0,\"viewability\":50.0}]},{\"trafficSource\":\"AdWords\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"g.doubleclick.net\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":33.18,\"maskingRatio\":0.62,\"ivt\":2.49,\"viewability\":56.71},{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":30.99,\"maskingRatio\":0.02,\"ivt\":0.51,\"viewability\":69.92},{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":20.09,\"maskingRatio\":0.0,\"ivt\":1.66,\"viewability\":null},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":11.09,\"maskingRatio\":0.16,\"ivt\":1.27,\"viewability\":26.67},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":1.99,\"maskingRatio\":0.11,\"ivt\":1.62,\"viewability\":57.63},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":1.65,\"maskingRatio\":0.22,\"ivt\":1.67,\"viewability\":55.31},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":0.98,\"maskingRatio\":0.96,\"ivt\":2.64,\"viewability\":39.31},{\"subDomain\":\"preview.cnn.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.08,\"ivt\":0.66,\"viewability\":20.97},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.55,\"viewability\":30.19},{\"subDomain\":\"elections.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.94,\"viewability\":24.17},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":1.89,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"fave-api.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"cnne-test.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":30.0},{\"subDomain\":\"stellar.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":7.69,\"viewability\":50.0},{\"subDomain\":\"localhost.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":31.25},{\"subDomain\":\"games.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":100.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":56.36,\"maskingRatio\":0.07,\"ivt\":2.2,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":43.53,\"maskingRatio\":0.06,\"ivt\":0.7,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.09,\"maskingRatio\":0.02,\"ivt\":2.01,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.49,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":98.64,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":66.48},{\"os\":\"Mac OS X\",\"inventoryRatio\":23.42},{\"os\":\"Windows 7\",\"inventoryRatio\":5.51},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.42},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.41},{\"os\":\"Linux\",\"inventoryRatio\":0.4},{\"os\":\"Windows 8\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":39.08},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":28.75},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.34},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.17},{\"os\":\"Android\",\"inventoryRatio\":2.19},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.94},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.81},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.3},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.18},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.15}]}},{\"adDomain\":\"cnn.com\",\"region\":\"GLOBAL\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":2.2,\"ivtRisk\":\"low\",\"viewability\":53.19,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":4163121525,\"desktopTrafficRatio\":56.36,\"mobileTrafficRatio\":43.53,\"videoTrafficRatio\":88.13,\"ctr\":0.2,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":9690},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":2.33},\"invalidTraffic\":{\"ivt\":2.2,\"givt\":0.4,\"sivt\":1.8,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.38,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.02,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.81},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.36},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.34},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.09},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.08},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.04}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":69.16},{\"name\":\"IT World\",\"trafficRatio\":10.3},{\"name\":\"Psychz Networks\",\"trafficRatio\":4.87},{\"name\":\"ServerMania\",\"trafficRatio\":1.81},{\"name\":\"N/A\",\"trafficRatio\":1.56},{\"name\":\"My Tec Sa\",\"trafficRatio\":1.44},{\"name\":\"Amazon.com\",\"trafficRatio\":1.0},{\"name\":\"Enzu\",\"trafficRatio\":0.94},{\"name\":\"QuickPacket, LLC\",\"trafficRatio\":0.87},{\"name\":\"Hype Enterprises\",\"trafficRatio\":0.81},{\"name\":\"Windstream Communications\",\"trafficRatio\":0.81},{\"name\":\"Google Cloud\",\"trafficRatio\":0.81},{\"name\":\"HOST1PLUS hosting services. Brazil.\",\"trafficRatio\":0.81},{\"name\":\"ABE\",\"trafficRatio\":0.5},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.5},{\"name\":\"VeloCloud Networks\",\"trafficRatio\":0.44},{\"name\":\"Zscaler\",\"trafficRatio\":0.37},{\"name\":\"Global Digital DC\",\"trafficRatio\":0.31},{\"name\":\"Amazon Office\",\"trafficRatio\":0.25},{\"name\":\"ColoCrossing\",\"trafficRatio\":0.25},{\"name\":\"Performive\",\"trafficRatio\":0.25},{\"name\":\"Microsoft Azure\",\"trafficRatio\":0.19},{\"name\":\"Comcast Cable\",\"trafficRatio\":0.19},{\"name\":\"Fuse Internet Access\",\"trafficRatio\":0.12},{\"name\":\"TierPoint, LLC\",\"trafficRatio\":0.12},{\"name\":\"Igigle Host\",\"trafficRatio\":0.12},{\"name\":\"AIS Fibre\",\"trafficRatio\":0.12},{\"name\":\"Desert iNET\",\"trafficRatio\":0.12},{\"name\":\"Zenlayer\",\"trafficRatio\":0.12},{\"name\":\"SoftLayer Technologies\",\"trafficRatio\":0.12},{\"name\":\"Choopa, LLC\",\"trafficRatio\":0.12},{\"name\":\"Amazon\",\"trafficRatio\":0.06},{\"name\":\"Leaseweb USA\",\"trafficRatio\":0.06},{\"name\":\"123.Net\",\"trafficRatio\":0.06},{\"name\":\"OVH Hosting\",\"trafficRatio\":0.06},{\"name\":\"Digital Ocean\",\"trafficRatio\":0.06},{\"name\":\"Scaleway\",\"trafficRatio\":0.06},{\"name\":\"MOJOHOST\",\"trafficRatio\":0.06},{\"name\":\"Alibaba\",\"trafficRatio\":0.06},{\"name\":\"Green Cloud Technologies,LLC\",\"trafficRatio\":0.06}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":81.12,\"ivt\":2.21,\"viewability\":55.35},{\"region\":\"NON-US\",\"inventoryRatio\":18.88,\"ivt\":2.14,\"viewability\":52.78},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":2.2,\"viewability\":54.7}],\"byCountry\":[{\"countryName\":\"United States\",\"inventoryRatio\":82.88,\"ivt\":2.21,\"viewability\":55.35},{\"countryName\":\"Canada\",\"inventoryRatio\":11.54,\"ivt\":1.41,\"viewability\":54.52},{\"countryName\":\"Australia\",\"inventoryRatio\":3.12,\"ivt\":3.16,\"viewability\":47.55},{\"countryName\":\"Mexico\",\"inventoryRatio\":0.56,\"ivt\":1.62,\"viewability\":46.03},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":0.2,\"ivt\":6.66,\"viewability\":49.09},{\"countryName\":\"New Zealand\",\"inventoryRatio\":0.19,\"ivt\":1.8,\"viewability\":50.21},{\"countryName\":\"Germany\",\"inventoryRatio\":0.11,\"ivt\":5.24,\"viewability\":59.49},{\"countryName\":\"Singapore\",\"inventoryRatio\":0.11,\"ivt\":6.3,\"viewability\":52.99}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":36.65,\"ivt\":1.45,\"viewability\":2.67},{\"adSize\":\"Other\",\"inventoryRatio\":21.01,\"ivt\":1.91,\"viewability\":46.58},{\"adSize\":\"300x250\",\"inventoryRatio\":14.48,\"ivt\":2.17,\"viewability\":57.76},{\"adSize\":\"300x600\",\"inventoryRatio\":10.91,\"ivt\":2.88,\"viewability\":58.01},{\"adSize\":\"970x250\",\"inventoryRatio\":9.87,\"ivt\":2.93,\"viewability\":55.52},{\"adSize\":\"728x90\",\"inventoryRatio\":4.54,\"ivt\":2.46,\"viewability\":37.15},{\"adSize\":\"768x1024\",\"inventoryRatio\":2.15,\"ivt\":0.3,\"viewability\":0.0},{\"adSize\":\"970x90\",\"inventoryRatio\":0.38,\"ivt\":2.37,\"viewability\":49.9}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":8.85,\"ivt\":3.09,\"viewability\":55.2},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":5.53,\"ivt\":2.09,\"viewability\":55.55},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":5.04,\"ivt\":2.75,\"viewability\":56.91},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":3.99,\"ivt\":3.2,\"viewability\":54.91},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.77,\"ivt\":1.51,\"viewability\":55.27},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":3.67,\"ivt\":1.67,\"viewability\":57.69},{\"dmaName\":\"DENVER\",\"inventoryRatio\":3.51,\"ivt\":1.48,\"viewability\":55.98},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":3.44,\"ivt\":1.69,\"viewability\":55.06},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":2.68,\"ivt\":3.5,\"viewability\":53.71},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":2.5,\"ivt\":1.32,\"viewability\":54.88},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.4,\"ivt\":2.83,\"viewability\":53.09},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":2.09,\"ivt\":2.76,\"viewability\":52.83},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":1.96,\"ivt\":3.51,\"viewability\":53.35},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":1.75,\"ivt\":2.16,\"viewability\":55.66},{\"dmaName\":\"PORTLAND, OR\",\"inventoryRatio\":1.72,\"ivt\":2.21,\"viewability\":57.45},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.67,\"ivt\":1.96,\"viewability\":56.93},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.45,\"ivt\":1.99,\"viewability\":53.42},{\"dmaName\":\"SAN DIEGO\",\"inventoryRatio\":1.36,\"ivt\":1.69,\"viewability\":56.47},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.32,\"ivt\":1.92,\"viewability\":57.61}]},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":56.07,\"ivt\":1.95,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":47.93},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":21.43,\"ivt\":2.12,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":51.86},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":15.26,\"ivt\":2.57,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":51.79},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.86,\"ivt\":5.32,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":67.01},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":1.29,\"ivt\":1.11,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":37.39},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.07,\"ivt\":2.41,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":3.91},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":96.67,\"ivt\":null},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":95.88,\"ivt\":null},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":84.72,\"ivt\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":10.0},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"PulsePoint\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":0.0,\"ivt\":null},{\"exchange\":\"Turner Broadcasting Europe\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":8.33,\"estBidLow\":0.73,\"estBidHigh\":1.09,\"viewability\":75.0},{\"exchange\":\"Pangaea Alliance\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":33.33},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null}],\"viewability\":{\"viewability\":53.19,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":36.65,\"viewability\":2.67},{\"adSize\":\"Other\",\"inventoryRatio\":21.01,\"viewability\":46.58},{\"adSize\":\"300x250\",\"inventoryRatio\":14.48,\"viewability\":57.76},{\"adSize\":\"300x600\",\"inventoryRatio\":10.91,\"viewability\":58.01},{\"adSize\":\"970x250\",\"inventoryRatio\":9.87,\"viewability\":55.52},{\"adSize\":\"728x90\",\"inventoryRatio\":4.54,\"viewability\":37.15},{\"adSize\":\"768x1024\",\"inventoryRatio\":2.15,\"viewability\":0.0},{\"adSize\":\"970x90\",\"inventoryRatio\":0.38,\"viewability\":49.9}]},\"ctr\":{\"ctr\":0.2,\"byAdSize\":[{\"adSize\":\"1152x720\",\"ctr\":1.92},{\"adSize\":\"911x512\",\"ctr\":1.89},{\"adSize\":\"1098x618\",\"ctr\":1.82},{\"adSize\":\"1760x990\",\"ctr\":1.42},{\"adSize\":\"912x608\",\"ctr\":1.28},{\"adSize\":\"1280x768\",\"ctr\":1.23},{\"adSize\":\"537x298\",\"ctr\":1.16},{\"adSize\":\"727x454\",\"ctr\":1.09},{\"adSize\":\"1500x1000\",\"ctr\":0.96},{\"adSize\":\"1024x820\",\"ctr\":0.89},{\"adSize\":\"3840x2160\",\"ctr\":0.69},{\"adSize\":\"834x1194\",\"ctr\":0.67},{\"adSize\":\"1504x1003\",\"ctr\":0.64},{\"adSize\":\"1536x960\",\"ctr\":0.62},{\"adSize\":\"1707x960\",\"ctr\":0.52},{\"adSize\":\"1093x615\",\"ctr\":0.51},{\"adSize\":\"2752x1152\",\"ctr\":0.49},{\"adSize\":\"1360x768\",\"ctr\":0.47},{\"adSize\":\"1344x840\",\"ctr\":0.43},{\"adSize\":\"1024x768\",\"ctr\":0.42},{\"adSize\":\"640x480\",\"ctr\":0.39},{\"adSize\":\"1368x912\",\"ctr\":0.35},{\"adSize\":\"2560x1080\",\"ctr\":0.33},{\"adSize\":\"810x1080\",\"ctr\":0.32},{\"adSize\":\"1792x1120\",\"ctr\":0.31},{\"adSize\":\"3440x1440\",\"ctr\":0.28},{\"adSize\":\"1024x1366\",\"ctr\":0.27},{\"adSize\":\"1366x768\",\"ctr\":0.24},{\"adSize\":\"1280x720\",\"ctr\":0.23},{\"adSize\":\"1280x800\",\"ctr\":0.22},{\"adSize\":\"834x1112\",\"ctr\":0.22},{\"adSize\":\"1536x864\",\"ctr\":0.21},{\"adSize\":\"1600x900\",\"ctr\":0.21},{\"adSize\":\"2048x1152\",\"ctr\":0.21},{\"adSize\":\"1680x1050\",\"ctr\":0.2},{\"adSize\":\"780x487\",\"ctr\":0.19},{\"adSize\":\"1440x900\",\"ctr\":0.18},{\"adSize\":\"1280x1024\",\"ctr\":0.18},{\"adSize\":\"1920x1200\",\"ctr\":0.18},{\"adSize\":\"780x438\",\"ctr\":0.18},{\"adSize\":\"2560x1440\",\"ctr\":0.17},{\"adSize\":\"1920x1080\",\"ctr\":0.13},{\"adSize\":\"770x481\",\"ctr\":0.13},{\"adSize\":\"768x1024\",\"ctr\":0.11},{\"adSize\":\"780x488\",\"ctr\":0.09}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":68.25,\"ivt\":3.28,\"viewability\":57.78,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":27.29,\"ivt\":1.78,\"viewability\":44.36,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":64.59,\"ivt\":2.02,\"viewability\":45.03},{\"domain\":\"news.google.com\",\"inventoryRatio\":25.42,\"ivt\":1.51,\"viewability\":41.19},{\"domain\":\"bing.com\",\"inventoryRatio\":3.72,\"ivt\":1.17,\"viewability\":49.71},{\"domain\":\"google.ca\",\"inventoryRatio\":2.28,\"ivt\":0.53,\"viewability\":51.21},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.53,\"ivt\":0.61,\"viewability\":51.73},{\"domain\":\"google.com.mx\",\"inventoryRatio\":0.85,\"ivt\":0.62,\"viewability\":29.17},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.35,\"ivt\":0.54,\"viewability\":51.25},{\"domain\":\"msn.com\",\"inventoryRatio\":0.34,\"ivt\":1.09,\"viewability\":46.51}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":2.33,\"ivt\":0.62,\"viewability\":40.58,\"domains\":[{\"domain\":\"l.facebook.com\",\"inventoryRatio\":43.9,\"ivt\":0.42,\"viewability\":43.37},{\"domain\":\"t.co\",\"inventoryRatio\":40.84,\"ivt\":0.75,\"viewability\":37.62},{\"domain\":\"reddit.com\",\"inventoryRatio\":7.59,\"ivt\":1.16,\"viewability\":43.25},{\"domain\":\"facebook.com\",\"inventoryRatio\":4.84,\"ivt\":0.36,\"viewability\":39.42},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":1.23,\"ivt\":0.0,\"viewability\":30.22},{\"domain\":\"linkedin.com\",\"inventoryRatio\":0.91,\"ivt\":1.93,\"viewability\":41.46},{\"domain\":\"youtube.com\",\"inventoryRatio\":0.34,\"ivt\":1.28,\"viewability\":38.46},{\"domain\":\"m.facebook.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":27.5}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":1.8,\"ivt\":1.57,\"viewability\":38.35,\"domains\":[{\"domain\":\"drudgereport.com\",\"inventoryRatio\":16.93,\"ivt\":0.87,\"viewability\":42.56},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":5.79,\"ivt\":0.2,\"viewability\":8.82},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":5.53,\"ivt\":0.31,\"viewability\":36.46},{\"domain\":\"apple.news\",\"inventoryRatio\":4.16,\"ivt\":0.55,\"viewability\":45.4},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":3.74,\"ivt\":0.0,\"viewability\":3.65},{\"domain\":\"outbrain.com\",\"inventoryRatio\":3.39,\"ivt\":0.17,\"viewability\":39.16},{\"domain\":\"recaptcha-demo.appspot.com\",\"inventoryRatio\":2.75,\"ivt\":0.0,\"viewability\":0.0},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":2.51,\"ivt\":0.23,\"viewability\":71.3},{\"domain\":\"fark.com\",\"inventoryRatio\":2.44,\"ivt\":0.47,\"viewability\":42.17},{\"domain\":\"flipboard.com\",\"inventoryRatio\":2.23,\"ivt\":1.53,\"viewability\":40.16},{\"domain\":\"old.reddit.com\",\"inventoryRatio\":1.92,\"ivt\":0.59,\"viewability\":38.99},{\"domain\":\"url.google.com\",\"inventoryRatio\":1.85,\"ivt\":3.69,\"viewability\":58.9},{\"domain\":\"getpocket.com\",\"inventoryRatio\":1.62,\"ivt\":0.35,\"viewability\":23.24},{\"domain\":\"ighome.com\",\"inventoryRatio\":1.47,\"ivt\":1.54,\"viewability\":49.6},{\"domain\":\"ecosia.org\",\"inventoryRatio\":1.39,\"ivt\":0.41,\"viewability\":43.98},{\"domain\":\"rss.ighome.com\",\"inventoryRatio\":1.22,\"ivt\":0.0,\"viewability\":46.6},{\"domain\":\"bleacherreport.com\",\"inventoryRatio\":1.1,\"ivt\":1.55,\"viewability\":59.16},{\"domain\":\"classroom.google.com\",\"inventoryRatio\":0.97,\"ivt\":0.58,\"viewability\":26.47},{\"domain\":\"en.wikipedia.org\",\"inventoryRatio\":0.93,\"ivt\":1.22,\"viewability\":39.88},{\"domain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.71,\"ivt\":0.81,\"viewability\":71.77},{\"domain\":\"refdesk.com\",\"inventoryRatio\":0.66,\"ivt\":0.86,\"viewability\":55.26},{\"domain\":\"washingtonpost.com\",\"inventoryRatio\":0.64,\"ivt\":0.89,\"viewability\":47.32},{\"domain\":\"cloud.appspace.com\",\"inventoryRatio\":0.63,\"ivt\":74.77,\"viewability\":0.0},{\"domain\":\"hotsheet.com\",\"inventoryRatio\":0.53,\"ivt\":0.0,\"viewability\":65.96},{\"domain\":\"finviz.com\",\"inventoryRatio\":0.46,\"ivt\":1.25,\"viewability\":52.5},{\"domain\":\"c.newsnow.co.uk\",\"inventoryRatio\":0.44,\"ivt\":0.0,\"viewability\":43.42},{\"domain\":\"supremenewyork.com\",\"inventoryRatio\":0.43,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"sandbox.google.com\",\"inventoryRatio\":0.42,\"ivt\":1.37,\"viewability\":43.48},{\"domain\":\"protopage.com\",\"inventoryRatio\":0.37,\"ivt\":0.0,\"viewability\":42.86},{\"domain\":\"nabdapp.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":24.07},{\"domain\":\"ceoexpress.com\",\"inventoryRatio\":0.35,\"ivt\":0.0,\"viewability\":66.13},{\"domain\":\"remolacha.net\",\"inventoryRatio\":0.35,\"ivt\":0.0,\"viewability\":13.95},{\"domain\":\"memeorandum.com\",\"inventoryRatio\":0.31,\"ivt\":0.0,\"viewability\":46.3},{\"domain\":\"politicalwire.com\",\"inventoryRatio\":0.3,\"ivt\":0.0,\"viewability\":41.18},{\"domain\":\"arabic-media.com\",\"inventoryRatio\":0.29,\"ivt\":0.0,\"viewability\":44.0},{\"domain\":\"smartnews.com\",\"inventoryRatio\":0.28,\"ivt\":0.0,\"viewability\":4.44},{\"domain\":\"cn.bing.com\",\"inventoryRatio\":0.27,\"ivt\":10.64,\"viewability\":48.94},{\"domain\":\"newsandguts.com\",\"inventoryRatio\":0.27,\"ivt\":0.0,\"viewability\":35.56},{\"domain\":\"trends.google.com\",\"inventoryRatio\":0.27,\"ivt\":2.13,\"viewability\":42.55},{\"domain\":\"i.maxthon.com\",\"inventoryRatio\":0.25,\"ivt\":0.0,\"viewability\":46.51},{\"domain\":\"arabicnewshome.blogspot.com\",\"inventoryRatio\":0.24,\"ivt\":0.0,\"viewability\":48.84},{\"domain\":\"uhrs.playmsn.com\",\"inventoryRatio\":0.24,\"ivt\":0.0,\"viewability\":27.91},{\"domain\":\"theguardian.com\",\"inventoryRatio\":0.24,\"ivt\":2.38,\"viewability\":54.76},{\"domain\":\"pdfconverterguru.com\",\"inventoryRatio\":0.23,\"ivt\":2.44,\"viewability\":31.71},{\"domain\":\"besthomepageever.com\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":75.61},{\"domain\":\"202020.net\",\"inventoryRatio\":0.22,\"ivt\":0.0,\"viewability\":41.67},{\"domain\":\"my.yahoo.com\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":65.71},{\"domain\":\"home.saulttribe.net\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":58.33},{\"domain\":\"dailykos.com\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":41.18},{\"domain\":\"thedailybeast.com\",\"inventoryRatio\":0.19,\"ivt\":0.0,\"viewability\":45.45},{\"domain\":\"revolver.news\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":41.94},{\"domain\":\"politico.com\",\"inventoryRatio\":0.18,\"ivt\":3.13,\"viewability\":37.5},{\"domain\":\"start.me\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":55.17},{\"domain\":\"medpagetoday.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"saigonbao.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":39.29},{\"domain\":\"engageya.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":51.72},{\"domain\":\"vox.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":30.77},{\"domain\":\"results.searchlock.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"democraticunderground.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"gothamist.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":30.43},{\"domain\":\"yeezysupply.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"zihuatanejo.net\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":82.61},{\"domain\":\"stocktwits.com\",\"inventoryRatio\":0.13,\"ivt\":4.35,\"viewability\":52.17},{\"domain\":\"coccoc.com\",\"inventoryRatio\":0.13,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"l.messenger.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":36.36},{\"domain\":\"telikin.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":43.48},{\"domain\":\"www2.smartbrief.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":54.55},{\"domain\":\"quora.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":63.64},{\"domain\":\"electoral-vote.com\",\"inventoryRatio\":0.13,\"ivt\":4.55,\"viewability\":18.18},{\"domain\":\"theatlantic.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":59.09},{\"domain\":\"symbaloo.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":60.0},{\"domain\":\"frontpage.pch.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":61.9},{\"domain\":\"godlikeproductions.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"feedly.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":38.1},{\"domain\":\"baidu.com\",\"inventoryRatio\":0.12,\"ivt\":4.76,\"viewability\":47.62},{\"domain\":\"ctvnews.ca\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"officeapps.live.com\",\"inventoryRatio\":0.11,\"ivt\":15.0,\"viewability\":20.0},{\"domain\":\"qwant.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"watch-television.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":55.0},{\"domain\":\"news.ycombinator.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":36.84},{\"domain\":\"smartsearching.net\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":63.16},{\"domain\":\"messages.google.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":26.32},{\"domain\":\"ebizmba.com\",\"inventoryRatio\":0.11,\"ivt\":5.26,\"viewability\":47.37},{\"domain\":\"dealmoon.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":52.63},{\"domain\":\"drudge.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":57.89},{\"domain\":\"apps.crowdtangle.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":11.11}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":0.29,\"ivt\":2.2,\"viewability\":37.24,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.97,\"ivt\":2.2,\"viewability\":37.22}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.04,\"ivt\":2.64,\"viewability\":48.31,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":73.86,\"ivt\":2.6,\"viewability\":49.51},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":15.83,\"ivt\":3.03,\"viewability\":45.45},{\"domain\":\"aol.com\",\"inventoryRatio\":3.36,\"ivt\":0.0,\"viewability\":42.86},{\"domain\":\"mail.aol.com\",\"inventoryRatio\":1.92,\"ivt\":0.0,\"viewability\":37.5},{\"domain\":\"outlook.live.com\",\"inventoryRatio\":1.92,\"ivt\":12.5,\"viewability\":37.5},{\"domain\":\"webmaila.juno.com\",\"inventoryRatio\":1.44,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"webmail.earthlink.net\",\"inventoryRatio\":1.2,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"webmailb.juno.com\",\"inventoryRatio\":0.48,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":33.33,\"domains\":[{\"domain\":\"chartbeat.com\",\"inventoryRatio\":66.67,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"partner.googleadservices.com\",\"inventoryRatio\":33.33,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"AdWords\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"g.doubleclick.net\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":45.78,\"maskingRatio\":0.0,\"ivt\":1.66,\"viewability\":null},{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":45.35,\"maskingRatio\":0.61,\"ivt\":3.36,\"viewability\":53.27},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":3.66,\"maskingRatio\":0.3,\"ivt\":1.45,\"viewability\":34.08},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":2.52,\"maskingRatio\":0.16,\"ivt\":2.14,\"viewability\":54.44},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":1.26,\"maskingRatio\":0.8,\"ivt\":3.03,\"viewability\":46.74},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":1.01,\"maskingRatio\":0.42,\"ivt\":2.0,\"viewability\":55.49},{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":0.36,\"maskingRatio\":0.0,\"ivt\":1.06,\"viewability\":64.0},{\"subDomain\":\"preview.cnn.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.08,\"ivt\":0.66,\"viewability\":20.97},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":2.71,\"viewability\":30.83},{\"subDomain\":\"elections.cnn.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.12,\"viewability\":26.36},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"cnne-test.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":60.0},{\"subDomain\":\"localhost.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":33.33},{\"subDomain\":\"games.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":100.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"stellar.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":60.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":56.36,\"maskingRatio\":0.07,\"ivt\":2.2,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":43.53,\"maskingRatio\":0.06,\"ivt\":0.7,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.09,\"maskingRatio\":0.02,\"ivt\":2.01,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.49,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":98.64,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":66.48},{\"os\":\"Mac OS X\",\"inventoryRatio\":23.42},{\"os\":\"Windows 7\",\"inventoryRatio\":5.51},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.42},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.41},{\"os\":\"Linux\",\"inventoryRatio\":0.4},{\"os\":\"Windows 8\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":39.08},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":28.75},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.34},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.17},{\"os\":\"Android\",\"inventoryRatio\":2.19},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.94},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.81},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.3},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.18},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.15}]}},{\"adDomain\":\"cnn.com\",\"region\":\"GLOBAL\",\"device\":\"mobile\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":0.7,\"ivtRisk\":\"low\",\"viewability\":55.67,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":3215438020,\"desktopTrafficRatio\":56.36,\"mobileTrafficRatio\":43.53,\"videoTrafficRatio\":81.48,\"ctr\":0.16,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":9919},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":12.89},\"invalidTraffic\":{\"ivt\":0.7,\"givt\":0.12,\"sivt\":0.58,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.08,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.03,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.25},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.22},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.05}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":86.85},{\"name\":\"Starry\",\"trafficRatio\":2.19},{\"name\":\"ALTAN REDES, S.A.P.I. de C. V.\",\"trafficRatio\":1.37},{\"name\":\"Fuse Internet Access\",\"trafficRatio\":1.1},{\"name\":\"GigeNET\",\"trafficRatio\":1.1},{\"name\":\"ExpressVPN\",\"trafficRatio\":1.1},{\"name\":\"N/A\",\"trafficRatio\":0.82},{\"name\":\"MOJOHOST\",\"trafficRatio\":0.82},{\"name\":\"VeloCloud Networks\",\"trafficRatio\":0.55},{\"name\":\"Total Server Solutions L.L.C.\",\"trafficRatio\":0.55},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.55},{\"name\":\"Amazon.com\",\"trafficRatio\":0.55},{\"name\":\"Zscaler\",\"trafficRatio\":0.55},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":0.27},{\"name\":\"Hurricane Electric\",\"trafficRatio\":0.27},{\"name\":\"SoftLayer Technologies\",\"trafficRatio\":0.27},{\"name\":\"Digital Ocean\",\"trafficRatio\":0.27},{\"name\":\"HostDime.com\",\"trafficRatio\":0.27},{\"name\":\"Anexia\",\"trafficRatio\":0.27},{\"name\":\"123.Net\",\"trafficRatio\":0.27}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":85.27,\"ivt\":0.67,\"viewability\":61.82},{\"region\":\"NON-US\",\"inventoryRatio\":14.73,\"ivt\":0.9,\"viewability\":44.19},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":0.7,\"viewability\":56.4}],\"byCountry\":[{\"countryName\":\"United States\",\"inventoryRatio\":87.16,\"ivt\":0.67,\"viewability\":61.82},{\"countryName\":\"Canada\",\"inventoryRatio\":6.48,\"ivt\":0.66,\"viewability\":61.23},{\"countryName\":\"Mexico\",\"inventoryRatio\":3.32,\"ivt\":1.57,\"viewability\":34.11},{\"countryName\":\"Australia\",\"inventoryRatio\":1.23,\"ivt\":0.65,\"viewability\":47.03},{\"countryName\":\"Malaysia\",\"inventoryRatio\":0.25,\"ivt\":0.44,\"viewability\":61.03},{\"countryName\":\"Singapore\",\"inventoryRatio\":0.24,\"ivt\":0.91,\"viewability\":59.26},{\"countryName\":\"New Zealand\",\"inventoryRatio\":0.17,\"ivt\":0.52,\"viewability\":49.89},{\"countryName\":\"Colombia\",\"inventoryRatio\":0.1,\"ivt\":1.33,\"viewability\":38.93}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":50.57,\"ivt\":0.53,\"viewability\":0.0},{\"adSize\":\"300x250\",\"inventoryRatio\":28.98,\"ivt\":1.35,\"viewability\":57.47},{\"adSize\":\"Other\",\"inventoryRatio\":14.77,\"ivt\":0.6,\"viewability\":59.93},{\"adSize\":\"300x600\",\"inventoryRatio\":3.09,\"ivt\":1.31,\"viewability\":49.95},{\"adSize\":\"340x336\",\"inventoryRatio\":0.98,\"ivt\":0.51,\"viewability\":64.71},{\"adSize\":\"320x50\",\"inventoryRatio\":0.56,\"ivt\":1.43,\"viewability\":45.12},{\"adSize\":\"728x90\",\"inventoryRatio\":0.38,\"ivt\":1.38,\"viewability\":44.93},{\"adSize\":\"340x301\",\"inventoryRatio\":0.21,\"ivt\":0.43,\"viewability\":100.0},{\"adSize\":\"970x250\",\"inventoryRatio\":0.18,\"ivt\":1.59,\"viewability\":42.59},{\"adSize\":\"340x288\",\"inventoryRatio\":0.15,\"ivt\":0.58,\"viewability\":65.01}],\"byDma\":[{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":4.72,\"ivt\":0.46,\"viewability\":63.9},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.64,\"ivt\":0.8,\"viewability\":63.11},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":4.6,\"ivt\":1.14,\"viewability\":59.24},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":4.24,\"ivt\":0.83,\"viewability\":63.54},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":4.05,\"ivt\":0.85,\"viewability\":62.09},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":4.0,\"ivt\":0.6,\"viewability\":63.97},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.8,\"ivt\":0.58,\"viewability\":64.94},{\"dmaName\":\"DENVER\",\"inventoryRatio\":3.66,\"ivt\":0.65,\"viewability\":63.18},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":3.62,\"ivt\":0.61,\"viewability\":60.66},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":3.37,\"ivt\":0.88,\"viewability\":61.86},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":2.74,\"ivt\":0.36,\"viewability\":42.71},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":2.09,\"ivt\":0.77,\"viewability\":57.12},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventoryRatio\":2.07,\"ivt\":0.62,\"viewability\":64.49},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":2.04,\"ivt\":0.6,\"viewability\":62.44},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.04,\"ivt\":0.64,\"viewability\":61.22},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":2.02,\"ivt\":0.43,\"viewability\":64.97},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.73,\"ivt\":0.65,\"viewability\":62.7},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":1.53,\"ivt\":1.05,\"viewability\":57.27},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.48,\"ivt\":0.79,\"viewability\":61.03}]},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":68.27,\"ivt\":1.38,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":58.91},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":13.85,\"ivt\":1.1,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":61.99},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":10.95,\"ivt\":1.73,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":63.19},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":4.02,\"ivt\":1.43,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":66.79},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":2.75,\"ivt\":1.35,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":42.85},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.12,\"ivt\":56.67,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":74.91},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.02,\"ivt\":1.86,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":11.23},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":12.54,\"estBidLow\":0.19,\"estBidHigh\":1.56,\"viewability\":44.95},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":93.66,\"ivt\":null},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":57.14,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":85.71},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"Turner Broadcasting Europe\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":0.29,\"estBidHigh\":1.84,\"viewability\":43.33},{\"exchange\":\"Multi Channel Network Pty Ltd.\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":11.11,\"estBidLow\":7.6,\"estBidHigh\":7.96,\"viewability\":66.67},{\"exchange\":\"Pangaea Alliance\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":66.67}],\"viewability\":{\"viewability\":55.67,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":50.57,\"viewability\":0.0},{\"adSize\":\"300x250\",\"inventoryRatio\":28.98,\"viewability\":57.47},{\"adSize\":\"Other\",\"inventoryRatio\":14.77,\"viewability\":59.93},{\"adSize\":\"300x600\",\"inventoryRatio\":3.09,\"viewability\":49.95},{\"adSize\":\"340x336\",\"inventoryRatio\":0.98,\"viewability\":64.71},{\"adSize\":\"320x50\",\"inventoryRatio\":0.56,\"viewability\":45.12},{\"adSize\":\"728x90\",\"inventoryRatio\":0.38,\"viewability\":44.93},{\"adSize\":\"340x301\",\"inventoryRatio\":0.21,\"viewability\":100.0},{\"adSize\":\"970x250\",\"inventoryRatio\":0.18,\"viewability\":42.59},{\"adSize\":\"340x288\",\"inventoryRatio\":0.15,\"viewability\":65.01}]},\"ctr\":{\"ctr\":0.16,\"byAdSize\":[{\"adSize\":\"392x399\",\"ctr\":1.92},{\"adSize\":\"580x326\",\"ctr\":1.89},{\"adSize\":\"340x288\",\"ctr\":1.79},{\"adSize\":\"1024x1366\",\"ctr\":1.79},{\"adSize\":\"581x379\",\"ctr\":1.77},{\"adSize\":\"412x846\",\"ctr\":1.75},{\"adSize\":\"360x780\",\"ctr\":1.72},{\"adSize\":\"300x326\",\"ctr\":1.69},{\"adSize\":\"355x200\",\"ctr\":1.56},{\"adSize\":\"355x310\",\"ctr\":1.52},{\"adSize\":\"1024x768\",\"ctr\":1.37},{\"adSize\":\"300x243\",\"ctr\":1.36},{\"adSize\":\"300x305\",\"ctr\":1.3},{\"adSize\":\"360x640\",\"ctr\":1.28},{\"adSize\":\"392x354\",\"ctr\":1.28},{\"adSize\":\"790x444\",\"ctr\":1.2},{\"adSize\":\"394x222\",\"ctr\":1.19},{\"adSize\":\"300x242\",\"ctr\":1.14},{\"adSize\":\"340x265\",\"ctr\":1.14},{\"adSize\":\"340x359\",\"ctr\":1.1},{\"adSize\":\"814x457\",\"ctr\":1.09},{\"adSize\":\"760x480\",\"ctr\":1.08},{\"adSize\":\"780x488\",\"ctr\":1.01},{\"adSize\":\"340x358\",\"ctr\":0.98},{\"adSize\":\"412x231\",\"ctr\":0.98},{\"adSize\":\"392x273\",\"ctr\":0.97},{\"adSize\":\"760x475\",\"ctr\":0.96},{\"adSize\":\"392x353\",\"ctr\":0.93},{\"adSize\":\"760x636\",\"ctr\":0.88},{\"adSize\":\"1280x800\",\"ctr\":0.84},{\"adSize\":\"581x401\",\"ctr\":0.84},{\"adSize\":\"748x472\",\"ctr\":0.82},{\"adSize\":\"748x421\",\"ctr\":0.81},{\"adSize\":\"340x227\",\"ctr\":0.8},{\"adSize\":\"392x261\",\"ctr\":0.76},{\"adSize\":\"800x1280\",\"ctr\":0.74},{\"adSize\":\"692x389\",\"ctr\":0.73},{\"adSize\":\"601x962\",\"ctr\":0.7},{\"adSize\":\"355x295\",\"ctr\":0.69},{\"adSize\":\"392x377\",\"ctr\":0.64},{\"adSize\":\"760x428\",\"ctr\":0.56},{\"adSize\":\"414x736\",\"ctr\":0.55},{\"adSize\":\"340x301\",\"ctr\":0.54},{\"adSize\":\"373x361\",\"ctr\":0.52},{\"adSize\":\"375x667\",\"ctr\":0.51},{\"adSize\":\"340x324\",\"ctr\":0.51},{\"adSize\":\"355x346\",\"ctr\":0.46},{\"adSize\":\"760x635\",\"ctr\":0.44},{\"adSize\":\"394x295\",\"ctr\":0.43},{\"adSize\":\"640x480\",\"ctr\":0.41},{\"adSize\":\"392x295\",\"ctr\":0.38},{\"adSize\":\"414x896\",\"ctr\":0.36},{\"adSize\":\"1920x1080\",\"ctr\":0.35},{\"adSize\":\"355x273\",\"ctr\":0.35},{\"adSize\":\"768x1024\",\"ctr\":0.33},{\"adSize\":\"581x327\",\"ctr\":0.32},{\"adSize\":\"748x420\",\"ctr\":0.31},{\"adSize\":\"684x428\",\"ctr\":0.3},{\"adSize\":\"392x336\",\"ctr\":0.29},{\"adSize\":\"300x168\",\"ctr\":0.28},{\"adSize\":\"340x266\",\"ctr\":0.27},{\"adSize\":\"392x376\",\"ctr\":0.25},{\"adSize\":\"392x296\",\"ctr\":0.25},{\"adSize\":\"340x192\",\"ctr\":0.23},{\"adSize\":\"394x376\",\"ctr\":0.23},{\"adSize\":\"300x169\",\"ctr\":0.23},{\"adSize\":\"340x336\",\"ctr\":0.21},{\"adSize\":\"760x479\",\"ctr\":0.18},{\"adSize\":\"392x221\",\"ctr\":0.16},{\"adSize\":\"375x812\",\"ctr\":0.16},{\"adSize\":\"392x220\",\"ctr\":0.15},{\"adSize\":\"355x199\",\"ctr\":0.15},{\"adSize\":\"780x438\",\"ctr\":0.13},{\"adSize\":\"340x191\",\"ctr\":0.09},{\"adSize\":\"760x427\",\"ctr\":0.08}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":52.83,\"ivt\":1.62,\"viewability\":50.17,\"domains\":null},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":18.63,\"ivt\":0.72,\"viewability\":40.67,\"domains\":[{\"domain\":\"android-app\",\"inventoryRatio\":55.32,\"ivt\":0.78,\"viewability\":26.25},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":24.83,\"ivt\":0.51,\"viewability\":60.76},{\"domain\":\"cdn.ampproject.org\",\"inventoryRatio\":4.54,\"ivt\":0.96,\"viewability\":48.26},{\"domain\":\"smartnews.com\",\"inventoryRatio\":2.38,\"ivt\":0.32,\"viewability\":40.56},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":2.35,\"ivt\":0.62,\"viewability\":76.17},{\"domain\":\"drudgereport.com\",\"inventoryRatio\":1.03,\"ivt\":0.8,\"viewability\":61.39},{\"domain\":\"apple.news\",\"inventoryRatio\":0.97,\"ivt\":0.84,\"viewability\":54.93},{\"domain\":\"outbrain.com\",\"inventoryRatio\":0.42,\"ivt\":4.44,\"viewability\":41.53},{\"domain\":\"m.break.ma\",\"inventoryRatio\":0.33,\"ivt\":0.52,\"viewability\":58.7},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":0.25,\"ivt\":0.46,\"viewability\":68.22},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":0.25,\"ivt\":0.95,\"viewability\":77.4},{\"domain\":\"nabdapp.com\",\"inventoryRatio\":0.23,\"ivt\":1.25,\"viewability\":68.31},{\"domain\":\"newsandguts.com\",\"inventoryRatio\":0.13,\"ivt\":1.86,\"viewability\":67.14},{\"domain\":\"m.fark.com\",\"inventoryRatio\":0.11,\"ivt\":1.08,\"viewability\":57.38},{\"domain\":\"linkin.bio\",\"inventoryRatio\":0.1,\"ivt\":0.56,\"viewability\":86.21}]},{\"trafficSource\":\"Search\",\"inventoryRatio\":14.94,\"ivt\":1.25,\"viewability\":44.56,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":89.47,\"ivt\":1.26,\"viewability\":44.49},{\"domain\":\"google.ca\",\"inventoryRatio\":3.31,\"ivt\":1.12,\"viewability\":49.21},{\"domain\":\"google.com.mx\",\"inventoryRatio\":2.31,\"ivt\":1.76,\"viewability\":30.93},{\"domain\":\"bing.com\",\"inventoryRatio\":1.47,\"ivt\":0.79,\"viewability\":50.6},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.14,\"ivt\":1.21,\"viewability\":51.93},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.76,\"ivt\":1.24,\"viewability\":55.44},{\"domain\":\"news.google.com\",\"inventoryRatio\":0.75,\"ivt\":0.58,\"viewability\":42.79},{\"domain\":\"google.org\",\"inventoryRatio\":0.14,\"ivt\":1.06,\"viewability\":28.19}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":12.89,\"ivt\":0.83,\"viewability\":40.76,\"domains\":[{\"domain\":\"m.facebook.com\",\"inventoryRatio\":93.55,\"ivt\":0.83,\"viewability\":40.44},{\"domain\":\"t.co\",\"inventoryRatio\":3.22,\"ivt\":0.65,\"viewability\":45.93},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":1.96,\"ivt\":0.99,\"viewability\":39.44},{\"domain\":\"reddit.com\",\"inventoryRatio\":0.62,\"ivt\":0.14,\"viewability\":62.0},{\"domain\":\"l.facebook.com\",\"inventoryRatio\":0.42,\"ivt\":1.42,\"viewability\":40.25}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":0.7,\"ivt\":1.08,\"viewability\":31.76,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.92,\"ivt\":1.08,\"viewability\":31.72}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.01,\"ivt\":3.85,\"viewability\":56.86,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":71.15,\"ivt\":0.0,\"viewability\":59.46},{\"domain\":\"mail.aol.com\",\"inventoryRatio\":17.31,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":5.77,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"webmaila.juno.com\",\"inventoryRatio\":3.85,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"webmailb.juno.com\",\"inventoryRatio\":1.92,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"googlesyndication.com\",\"inventoryRatio\":83.33,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"partner.googleadservices.com\",\"inventoryRatio\":16.67,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":55.18,\"maskingRatio\":0.02,\"ivt\":0.51,\"viewability\":70.03},{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":23.44,\"maskingRatio\":0.64,\"ivt\":1.19,\"viewability\":60.31},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":16.89,\"maskingRatio\":0.14,\"ivt\":1.24,\"viewability\":25.62},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":2.13,\"maskingRatio\":0.14,\"ivt\":1.54,\"viewability\":55.26},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":1.59,\"maskingRatio\":0.04,\"ivt\":0.96,\"viewability\":62.24},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":0.76,\"maskingRatio\":1.17,\"ivt\":2.09,\"viewability\":30.7},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":16.67},{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"elections.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"fave-api.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":5.56,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"stellar.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":11.76,\"viewability\":33.33},{\"subDomain\":\"localhost.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":30.0},{\"subDomain\":\"cnne-test.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"games.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":100.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":56.36,\"maskingRatio\":0.07,\"ivt\":2.2,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":43.53,\"maskingRatio\":0.06,\"ivt\":0.7,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.09,\"maskingRatio\":0.02,\"ivt\":2.01,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.49,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":98.64,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":66.48},{\"os\":\"Mac OS X\",\"inventoryRatio\":23.42},{\"os\":\"Windows 7\",\"inventoryRatio\":5.51},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.42},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.41},{\"os\":\"Linux\",\"inventoryRatio\":0.4},{\"os\":\"Windows 8\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":39.08},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":28.75},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.34},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.17},{\"os\":\"Android\",\"inventoryRatio\":2.19},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.94},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.81},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.3},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.18},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.15}]}},{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"GLOBAL\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":1.53,\"ivtRisk\":\"low\",\"viewability\":57.64,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":6124180349,\"desktopTrafficRatio\":55.14,\"mobileTrafficRatio\":44.77,\"videoTrafficRatio\":87.25,\"ctr\":0.19,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":5950},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":5.54},\"invalidTraffic\":{\"ivt\":1.53,\"givt\":0.29,\"sivt\":1.24,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.27,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.47},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.3},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.05},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.02}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":68.68},{\"name\":\"IT World\",\"trafficRatio\":10.83},{\"name\":\"Psychz Networks\",\"trafficRatio\":5.06},{\"name\":\"ServerMania\",\"trafficRatio\":1.9},{\"name\":\"My Tec Sa\",\"trafficRatio\":1.51},{\"name\":\"Enzu\",\"trafficRatio\":0.98},{\"name\":\"QuickPacket, LLC\",\"trafficRatio\":0.92},{\"name\":\"Windstream Communications\",\"trafficRatio\":0.85},{\"name\":\"Amazon.com\",\"trafficRatio\":0.85},{\"name\":\"HOST1PLUS hosting services. Brazil.\",\"trafficRatio\":0.85},{\"name\":\"Google Cloud\",\"trafficRatio\":0.72},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.66},{\"name\":\"VeloCloud Networks\",\"trafficRatio\":0.59},{\"name\":\"Starry\",\"trafficRatio\":0.53},{\"name\":\"ABE\",\"trafficRatio\":0.53},{\"name\":\"Hype Enterprises\",\"trafficRatio\":0.46},{\"name\":\"Fuse Internet Access\",\"trafficRatio\":0.39},{\"name\":\"Zscaler\",\"trafficRatio\":0.39},{\"name\":\"Global Digital DC\",\"trafficRatio\":0.33},{\"name\":\"MOJOHOST\",\"trafficRatio\":0.26},{\"name\":\"Amazon Office\",\"trafficRatio\":0.26},{\"name\":\"ColoCrossing\",\"trafficRatio\":0.26},{\"name\":\"GigeNET\",\"trafficRatio\":0.26},{\"name\":\"ExpressVPN\",\"trafficRatio\":0.26},{\"name\":\"Comcast Cable\",\"trafficRatio\":0.2},{\"name\":\"Total Server Solutions L.L.C.\",\"trafficRatio\":0.13},{\"name\":\"123.Net\",\"trafficRatio\":0.13},{\"name\":\"Microsoft Azure\",\"trafficRatio\":0.13},{\"name\":\"Performive\",\"trafficRatio\":0.13},{\"name\":\"Igigle Host\",\"trafficRatio\":0.13},{\"name\":\"Choopa, LLC\",\"trafficRatio\":0.13},{\"name\":\"Desert iNET\",\"trafficRatio\":0.13},{\"name\":\"TierPoint, LLC\",\"trafficRatio\":0.13},{\"name\":\"Leaseweb USA\",\"trafficRatio\":0.07},{\"name\":\"Anexia\",\"trafficRatio\":0.07},{\"name\":\"Hurricane Electric\",\"trafficRatio\":0.07},{\"name\":\"Digital Ocean\",\"trafficRatio\":0.07},{\"name\":\"Amazon\",\"trafficRatio\":0.07},{\"name\":\"Green Cloud Technologies,LLC\",\"trafficRatio\":0.07}]},\"inventory\":{\"byRegion\":[{\"region\":\"NON-US\",\"inventoryRatio\":100.0,\"ivt\":1.67,\"viewability\":47.65},{\"region\":\"US\",\"inventoryRatio\":100.0,\"ivt\":1.53,\"viewability\":58.81},{\"region\":\"GLOBAL\",\"inventoryRatio\":100.0,\"ivt\":1.56,\"viewability\":55.64}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":49.49,\"ivt\":0.88,\"viewability\":2.38},{\"adSize\":\"Other\",\"inventoryRatio\":20.12,\"ivt\":1.22,\"viewability\":51.2},{\"adSize\":\"300x250\",\"inventoryRatio\":18.89,\"ivt\":1.55,\"viewability\":61.25},{\"adSize\":\"300x600\",\"inventoryRatio\":4.46,\"ivt\":2.74,\"viewability\":60.69},{\"adSize\":\"970x250\",\"inventoryRatio\":3.41,\"ivt\":2.92,\"viewability\":57.5},{\"adSize\":\"728x90\",\"inventoryRatio\":1.89,\"ivt\":2.49,\"viewability\":37.58},{\"adSize\":\"340x336\",\"inventoryRatio\":0.63,\"ivt\":0.52,\"viewability\":71.43},{\"adSize\":\"768x1024\",\"inventoryRatio\":0.52,\"ivt\":0.37,\"viewability\":0.0},{\"adSize\":\"1024x768\",\"inventoryRatio\":0.27,\"ivt\":2.69,\"viewability\":0.0},{\"adSize\":\"320x50\",\"inventoryRatio\":0.19,\"ivt\":1.83,\"viewability\":35.92},{\"adSize\":\"340x301\",\"inventoryRatio\":0.12,\"ivt\":0.46,\"viewability\":100.0}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":6.97,\"ivt\":2.4,\"viewability\":59.56},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":4.86,\"ivt\":1.64,\"viewability\":58.74},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":4.85,\"ivt\":2.07,\"viewability\":58.22},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":4.14,\"ivt\":1.05,\"viewability\":61.03},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":3.99,\"ivt\":2.04,\"viewability\":59.86},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.78,\"ivt\":1.09,\"viewability\":60.42},{\"dmaName\":\"DENVER\",\"inventoryRatio\":3.57,\"ivt\":1.1,\"viewability\":59.9},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":3.27,\"ivt\":1.04,\"viewability\":60.04},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":3.13,\"ivt\":1.17,\"viewability\":47.56},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":2.99,\"ivt\":2.18,\"viewability\":58.34},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.96,\"ivt\":1.6,\"viewability\":57.43},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":2.07,\"ivt\":1.81,\"viewability\":57.87},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":1.88,\"ivt\":1.43,\"viewability\":58.9},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":1.77,\"ivt\":2.55,\"viewability\":55.48},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.73,\"ivt\":1.33,\"viewability\":55.64},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.7,\"ivt\":1.36,\"viewability\":60.0},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":1.61,\"ivt\":0.63,\"viewability\":60.72},{\"dmaName\":\"PORTLAND, OR\",\"inventoryRatio\":1.6,\"ivt\":1.58,\"viewability\":60.15},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventoryRatio\":1.58,\"ivt\":0.8,\"viewability\":60.75}]},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":62.99,\"ivt\":1.74,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":55.27},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":16.48,\"ivt\":2.19,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":56.96},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":15.02,\"ivt\":1.64,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":56.62},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":3.77,\"ivt\":4.09,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":69.04},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":1.56,\"ivt\":1.3,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":42.79},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.1,\"ivt\":64.72,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":77.65},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.06,\"ivt\":2.23,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":5.75},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":93.78,\"ivt\":null},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":45.09,\"estBidLow\":0.15,\"estBidHigh\":0.15,\"viewability\":74.71},{\"exchange\":\"33Across\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":9.09},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":87.5,\"ivt\":null},{\"exchange\":\"PulsePoint\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":0.0,\"ivt\":null},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null}],\"viewability\":{\"viewability\":57.64,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":49.49,\"viewability\":2.38},{\"adSize\":\"Other\",\"inventoryRatio\":20.12,\"viewability\":51.2},{\"adSize\":\"300x250\",\"inventoryRatio\":18.89,\"viewability\":61.25},{\"adSize\":\"300x600\",\"inventoryRatio\":4.46,\"viewability\":60.69},{\"adSize\":\"970x250\",\"inventoryRatio\":3.41,\"viewability\":57.5},{\"adSize\":\"728x90\",\"inventoryRatio\":1.89,\"viewability\":37.58},{\"adSize\":\"340x336\",\"inventoryRatio\":0.63,\"viewability\":71.43},{\"adSize\":\"768x1024\",\"inventoryRatio\":0.52,\"viewability\":0.0},{\"adSize\":\"1024x768\",\"inventoryRatio\":0.27,\"viewability\":0.0},{\"adSize\":\"320x50\",\"inventoryRatio\":0.19,\"viewability\":35.92},{\"adSize\":\"340x301\",\"inventoryRatio\":0.12,\"viewability\":100.0}]},\"ctr\":{\"ctr\":0.19,\"byAdSize\":[{\"adSize\":\"392x273\",\"ctr\":1.96},{\"adSize\":\"392x399\",\"ctr\":1.92},{\"adSize\":\"1120x700\",\"ctr\":1.92},{\"adSize\":\"1241x698\",\"ctr\":1.89},{\"adSize\":\"355x200\",\"ctr\":1.82},{\"adSize\":\"1408x792\",\"ctr\":1.82},{\"adSize\":\"300x243\",\"ctr\":1.57},{\"adSize\":\"360x640\",\"ctr\":1.57},{\"adSize\":\"340x301\",\"ctr\":1.47},{\"adSize\":\"300x305\",\"ctr\":1.3},{\"adSize\":\"340x265\",\"ctr\":1.28},{\"adSize\":\"394x222\",\"ctr\":1.27},{\"adSize\":\"790x444\",\"ctr\":1.2},{\"adSize\":\"2560x1600\",\"ctr\":1.18},{\"adSize\":\"300x242\",\"ctr\":1.14},{\"adSize\":\"340x359\",\"ctr\":1.1},{\"adSize\":\"814x457\",\"ctr\":1.09},{\"adSize\":\"727x454\",\"ctr\":1.09},{\"adSize\":\"1098x618\",\"ctr\":1.08},{\"adSize\":\"760x480\",\"ctr\":1.03},{\"adSize\":\"392x353\",\"ctr\":0.93},{\"adSize\":\"581x401\",\"ctr\":0.89},{\"adSize\":\"340x227\",\"ctr\":0.88},{\"adSize\":\"748x421\",\"ctr\":0.87},{\"adSize\":\"760x636\",\"ctr\":0.85},{\"adSize\":\"692x389\",\"ctr\":0.81},{\"adSize\":\"414x736\",\"ctr\":0.77},{\"adSize\":\"1093x615\",\"ctr\":0.69},{\"adSize\":\"3840x2160\",\"ctr\":0.69},{\"adSize\":\"1504x1003\",\"ctr\":0.65},{\"adSize\":\"1500x1000\",\"ctr\":0.65},{\"adSize\":\"392x377\",\"ctr\":0.64},{\"adSize\":\"800x1280\",\"ctr\":0.63},{\"adSize\":\"1707x960\",\"ctr\":0.6},{\"adSize\":\"1536x960\",\"ctr\":0.57},{\"adSize\":\"748x472\",\"ctr\":0.57},{\"adSize\":\"760x428\",\"ctr\":0.57},{\"adSize\":\"537x298\",\"ctr\":0.56},{\"adSize\":\"601x962\",\"ctr\":0.53},{\"adSize\":\"340x324\",\"ctr\":0.51},{\"adSize\":\"1600x1200\",\"ctr\":0.49},{\"adSize\":\"1360x768\",\"ctr\":0.45},{\"adSize\":\"760x635\",\"ctr\":0.44},{\"adSize\":\"375x667\",\"ctr\":0.42},{\"adSize\":\"1344x840\",\"ctr\":0.41},{\"adSize\":\"414x896\",\"ctr\":0.4},{\"adSize\":\"760x479\",\"ctr\":0.39},{\"adSize\":\"355x346\",\"ctr\":0.38},{\"adSize\":\"1368x912\",\"ctr\":0.36},{\"adSize\":\"394x295\",\"ctr\":0.34},{\"adSize\":\"834x1194\",\"ctr\":0.34},{\"adSize\":\"1024x768\",\"ctr\":0.32},{\"adSize\":\"684x428\",\"ctr\":0.32},{\"adSize\":\"1792x1120\",\"ctr\":0.31},{\"adSize\":\"392x295\",\"ctr\":0.31},{\"adSize\":\"2560x1080\",\"ctr\":0.3},{\"adSize\":\"355x273\",\"ctr\":0.3},{\"adSize\":\"768x1024\",\"ctr\":0.29},{\"adSize\":\"3440x1440\",\"ctr\":0.28},{\"adSize\":\"748x420\",\"ctr\":0.26},{\"adSize\":\"581x327\",\"ctr\":0.26},{\"adSize\":\"392x336\",\"ctr\":0.24},{\"adSize\":\"340x266\",\"ctr\":0.23},{\"adSize\":\"780x438\",\"ctr\":0.23},{\"adSize\":\"780x487\",\"ctr\":0.23},{\"adSize\":\"340x192\",\"ctr\":0.23},{\"adSize\":\"1366x768\",\"ctr\":0.22},{\"adSize\":\"1280x800\",\"ctr\":0.22},{\"adSize\":\"1024x1366\",\"ctr\":0.22},{\"adSize\":\"1280x720\",\"ctr\":0.21},{\"adSize\":\"2048x1152\",\"ctr\":0.21},{\"adSize\":\"392x376\",\"ctr\":0.21},{\"adSize\":\"834x1112\",\"ctr\":0.21},{\"adSize\":\"392x296\",\"ctr\":0.2},{\"adSize\":\"1920x1080\",\"ctr\":0.19},{\"adSize\":\"1536x864\",\"ctr\":0.19},{\"adSize\":\"1600x900\",\"ctr\":0.19},{\"adSize\":\"1440x900\",\"ctr\":0.18},{\"adSize\":\"1680x1050\",\"ctr\":0.18},{\"adSize\":\"2560x1440\",\"ctr\":0.18},{\"adSize\":\"1920x1200\",\"ctr\":0.18},{\"adSize\":\"340x336\",\"ctr\":0.18},{\"adSize\":\"394x376\",\"ctr\":0.18},{\"adSize\":\"1280x1024\",\"ctr\":0.17},{\"adSize\":\"300x169\",\"ctr\":0.17},{\"adSize\":\"300x168\",\"ctr\":0.16},{\"adSize\":\"392x221\",\"ctr\":0.15},{\"adSize\":\"355x199\",\"ctr\":0.15},{\"adSize\":\"770x481\",\"ctr\":0.15},{\"adSize\":\"392x220\",\"ctr\":0.13},{\"adSize\":\"375x812\",\"ctr\":0.13},{\"adSize\":\"780x488\",\"ctr\":0.09},{\"adSize\":\"760x427\",\"ctr\":0.08},{\"adSize\":\"340x191\",\"ctr\":0.07}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":64.05,\"ivt\":2.87,\"viewability\":54.55,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":21.11,\"ivt\":1.61,\"viewability\":44.97,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":72.43,\"ivt\":1.69,\"viewability\":45.68},{\"domain\":\"news.google.com\",\"inventoryRatio\":21.81,\"ivt\":1.49,\"viewability\":41.03},{\"domain\":\"bing.com\",\"inventoryRatio\":3.01,\"ivt\":1.15,\"viewability\":50.76},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.45,\"ivt\":0.76,\"viewability\":53.22},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.56,\"ivt\":0.67,\"viewability\":54.26},{\"domain\":\"msn.com\",\"inventoryRatio\":0.3,\"ivt\":1.03,\"viewability\":46.39}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":9.03,\"ivt\":0.75,\"viewability\":42.11,\"domains\":[{\"domain\":\"android-app\",\"inventoryRatio\":38.56,\"ivt\":0.76,\"viewability\":23.16},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":27.35,\"ivt\":0.49,\"viewability\":58.29},{\"domain\":\"cdn.ampproject.org\",\"inventoryRatio\":5.16,\"ivt\":0.93,\"viewability\":48.66},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":3.96,\"ivt\":0.49,\"viewability\":62.73},{\"domain\":\"drudgereport.com\",\"inventoryRatio\":3.42,\"ivt\":0.89,\"viewability\":49.1},{\"domain\":\"smartnews.com\",\"inventoryRatio\":3.15,\"ivt\":0.28,\"viewability\":40.28},{\"domain\":\"apple.news\",\"inventoryRatio\":1.74,\"ivt\":0.83,\"viewability\":51.46},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":1.04,\"ivt\":0.31,\"viewability\":45.99},{\"domain\":\"m.break.ma\",\"inventoryRatio\":0.46,\"ivt\":0.52,\"viewability\":56.52},{\"domain\":\"outbrain.com\",\"inventoryRatio\":0.39,\"ivt\":0.83,\"viewability\":45.74},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":0.36,\"ivt\":0.67,\"viewability\":74.94},{\"domain\":\"recaptcha-demo.appspot.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":0.0},{\"domain\":\"nabdapp.com\",\"inventoryRatio\":0.34,\"ivt\":0.95,\"viewability\":63.73},{\"domain\":\"fark.com\",\"inventoryRatio\":0.31,\"ivt\":0.52,\"viewability\":41.96},{\"domain\":\"old.reddit.com\",\"inventoryRatio\":0.28,\"ivt\":0.86,\"viewability\":41.91},{\"domain\":\"flipboard.com\",\"inventoryRatio\":0.27,\"ivt\":1.81,\"viewability\":37.31},{\"domain\":\"url.google.com\",\"inventoryRatio\":0.22,\"ivt\":3.66,\"viewability\":60.47},{\"domain\":\"newsandguts.com\",\"inventoryRatio\":0.2,\"ivt\":0.41,\"viewability\":64.02},{\"domain\":\"getpocket.com\",\"inventoryRatio\":0.19,\"ivt\":0.0,\"viewability\":21.21},{\"domain\":\"ighome.com\",\"inventoryRatio\":0.15,\"ivt\":2.15,\"viewability\":49.71},{\"domain\":\"remolacha.net\",\"inventoryRatio\":0.15,\"ivt\":0.54,\"viewability\":25.0},{\"domain\":\"ecosia.org\",\"inventoryRatio\":0.13,\"ivt\":0.61,\"viewability\":47.44},{\"domain\":\"m.fark.com\",\"inventoryRatio\":0.13,\"ivt\":1.9,\"viewability\":56.41},{\"domain\":\"bleacherreport.com\",\"inventoryRatio\":0.12,\"ivt\":1.3,\"viewability\":57.89},{\"domain\":\"linkin.bio\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":86.71},{\"domain\":\"rss.ighome.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":53.44}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":5.54,\"ivt\":0.65,\"viewability\":50.0,\"domains\":[{\"domain\":\"m.facebook.com\",\"inventoryRatio\":73.89,\"ivt\":0.69,\"viewability\":52.02},{\"domain\":\"t.co\",\"inventoryRatio\":10.17,\"ivt\":0.65,\"viewability\":43.35},{\"domain\":\"l.facebook.com\",\"inventoryRatio\":9.87,\"ivt\":0.33,\"viewability\":44.55},{\"domain\":\"reddit.com\",\"inventoryRatio\":2.59,\"ivt\":0.76,\"viewability\":47.37},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":2.03,\"ivt\":0.71,\"viewability\":45.08},{\"domain\":\"facebook.com\",\"inventoryRatio\":1.04,\"ivt\":0.25,\"viewability\":42.54},{\"domain\":\"linkedin.com\",\"inventoryRatio\":0.18,\"ivt\":1.43,\"viewability\":46.04},{\"domain\":\"youtube.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":46.75}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":0.24,\"ivt\":0.48,\"viewability\":31.57,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.88,\"ivt\":0.48,\"viewability\":31.52}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.03,\"ivt\":1.86,\"viewability\":51.34,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":73.94,\"ivt\":1.44,\"viewability\":52.71},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":14.89,\"ivt\":1.79,\"viewability\":51.79},{\"domain\":\"mail.aol.com\",\"inventoryRatio\":3.19,\"ivt\":0.0,\"viewability\":27.27},{\"domain\":\"aol.com\",\"inventoryRatio\":2.93,\"ivt\":0.0,\"viewability\":45.45},{\"domain\":\"webmaila.juno.com\",\"inventoryRatio\":2.13,\"ivt\":25.0,\"viewability\":37.5},{\"domain\":\"webmail.earthlink.net\",\"inventoryRatio\":1.33,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"webmailb.juno.com\",\"inventoryRatio\":0.8,\"ivt\":0.0,\"viewability\":100.0},{\"domain\":\"outlook.live.com\",\"inventoryRatio\":0.8,\"ivt\":0.0,\"viewability\":33.33}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":16.67,\"domains\":[{\"domain\":\"googlesyndication.com\",\"inventoryRatio\":66.67,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"chartbeat.com\",\"inventoryRatio\":33.33,\"ivt\":0.0,\"viewability\":50.0}]}],\"subDomains\":[{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":50.35,\"maskingRatio\":0.02,\"ivt\":0.51,\"viewability\":69.65},{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":31.08,\"maskingRatio\":0.0,\"ivt\":1.72,\"viewability\":null},{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":9.85,\"maskingRatio\":0.63,\"ivt\":1.73,\"viewability\":59.35},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":3.67,\"maskingRatio\":0.09,\"ivt\":1.35,\"viewability\":25.92},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":1.97,\"maskingRatio\":0.02,\"ivt\":1.67,\"viewability\":56.63},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":1.89,\"maskingRatio\":0.14,\"ivt\":1.96,\"viewability\":51.26},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":1.16,\"maskingRatio\":0.78,\"ivt\":2.66,\"viewability\":39.76},{\"subDomain\":\"preview.cnn.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.09,\"ivt\":0.69,\"viewability\":20.06},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.58,\"viewability\":29.64},{\"subDomain\":\"elections.cnn.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.71,\"viewability\":23.93},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":2.63,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"stellar.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":7.69,\"viewability\":50.0},{\"subDomain\":\"localhost.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":31.25},{\"subDomain\":\"cnne-test.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":50.0},{\"subDomain\":\"games.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":100.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":55.14,\"maskingRatio\":0.05,\"ivt\":2.21,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":44.77,\"maskingRatio\":0.03,\"ivt\":0.67,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.07,\"maskingRatio\":0.03,\"ivt\":2.33,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.41,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":98.9,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":66.9},{\"os\":\"Mac OS X\",\"inventoryRatio\":23.15},{\"os\":\"Windows 7\",\"inventoryRatio\":5.28},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.67},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.33},{\"os\":\"Linux\",\"inventoryRatio\":0.38},{\"os\":\"Windows 8\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":40.28},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":27.92},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.3},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.11},{\"os\":\"Android\",\"inventoryRatio\":2.06},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.86},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.84},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.24},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.17},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.13}]}},{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":2.21,\"ivtRisk\":\"low\",\"viewability\":53.74,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":3376963078,\"desktopTrafficRatio\":55.14,\"mobileTrafficRatio\":44.77,\"videoTrafficRatio\":89.16,\"ctr\":0.17,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":10868},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":2.18},\"invalidTraffic\":{\"ivt\":2.21,\"givt\":0.41,\"sivt\":1.8,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.4,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.86},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.37},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.07},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.03}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":64.0},{\"name\":\"IT World\",\"trafficRatio\":13.47},{\"name\":\"Psychz Networks\",\"trafficRatio\":6.29},{\"name\":\"ServerMania\",\"trafficRatio\":2.37},{\"name\":\"My Tec Sa\",\"trafficRatio\":1.88},{\"name\":\"Enzu\",\"trafficRatio\":1.22},{\"name\":\"QuickPacket, LLC\",\"trafficRatio\":1.14},{\"name\":\"Windstream Communications\",\"trafficRatio\":1.06},{\"name\":\"HOST1PLUS hosting services. Brazil.\",\"trafficRatio\":1.06},{\"name\":\"Amazon.com\",\"trafficRatio\":0.9},{\"name\":\"Google Cloud\",\"trafficRatio\":0.9},{\"name\":\"ABE\",\"trafficRatio\":0.65},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.65},{\"name\":\"VeloCloud Networks\",\"trafficRatio\":0.57},{\"name\":\"Hype Enterprises\",\"trafficRatio\":0.57},{\"name\":\"Global Digital DC\",\"trafficRatio\":0.41},{\"name\":\"Zscaler\",\"trafficRatio\":0.33},{\"name\":\"ColoCrossing\",\"trafficRatio\":0.33},{\"name\":\"Amazon Office\",\"trafficRatio\":0.33},{\"name\":\"Comcast Cable\",\"trafficRatio\":0.24},{\"name\":\"Microsoft Azure\",\"trafficRatio\":0.16},{\"name\":\"Fuse Internet Access\",\"trafficRatio\":0.16},{\"name\":\"Choopa, LLC\",\"trafficRatio\":0.16},{\"name\":\"Performive\",\"trafficRatio\":0.16},{\"name\":\"Igigle Host\",\"trafficRatio\":0.16},{\"name\":\"TierPoint, LLC\",\"trafficRatio\":0.16},{\"name\":\"Desert iNET\",\"trafficRatio\":0.16},{\"name\":\"Amazon\",\"trafficRatio\":0.08},{\"name\":\"Green Cloud Technologies,LLC\",\"trafficRatio\":0.08},{\"name\":\"123.Net\",\"trafficRatio\":0.08},{\"name\":\"Leaseweb USA\",\"trafficRatio\":0.08},{\"name\":\"Digital Ocean\",\"trafficRatio\":0.08},{\"name\":\"MOJOHOST\",\"trafficRatio\":0.08}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":81.12,\"ivt\":2.21,\"viewability\":55.35},{\"region\":\"NON-US\",\"inventoryRatio\":18.88,\"ivt\":2.14,\"viewability\":52.78},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":2.2,\"viewability\":54.7}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":42.76,\"ivt\":1.42,\"viewability\":2.86},{\"adSize\":\"Other\",\"inventoryRatio\":20.92,\"ivt\":1.89,\"viewability\":45.26},{\"adSize\":\"300x250\",\"inventoryRatio\":12.13,\"ivt\":2.25,\"viewability\":57.6},{\"adSize\":\"300x600\",\"inventoryRatio\":10.08,\"ivt\":2.99,\"viewability\":59.71},{\"adSize\":\"970x250\",\"inventoryRatio\":8.72,\"ivt\":2.95,\"viewability\":57.77},{\"adSize\":\"728x90\",\"inventoryRatio\":4.45,\"ivt\":2.58,\"viewability\":36.67},{\"adSize\":\"768x1024\",\"inventoryRatio\":0.87,\"ivt\":0.33,\"viewability\":0.0}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":8.85,\"ivt\":3.09,\"viewability\":55.2},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":5.53,\"ivt\":2.09,\"viewability\":55.55},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":5.04,\"ivt\":2.75,\"viewability\":56.91},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":3.99,\"ivt\":3.2,\"viewability\":54.91},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.77,\"ivt\":1.51,\"viewability\":55.27},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":3.67,\"ivt\":1.67,\"viewability\":57.69},{\"dmaName\":\"DENVER\",\"inventoryRatio\":3.51,\"ivt\":1.48,\"viewability\":55.98},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":3.44,\"ivt\":1.69,\"viewability\":55.06},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":2.68,\"ivt\":3.5,\"viewability\":53.71},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":2.5,\"ivt\":1.32,\"viewability\":54.88},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.4,\"ivt\":2.83,\"viewability\":53.09},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":2.09,\"ivt\":2.76,\"viewability\":52.83},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":1.96,\"ivt\":3.51,\"viewability\":53.35},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":1.75,\"ivt\":2.16,\"viewability\":55.66},{\"dmaName\":\"PORTLAND, OR\",\"inventoryRatio\":1.72,\"ivt\":2.21,\"viewability\":57.45},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.67,\"ivt\":1.96,\"viewability\":56.93},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.45,\"ivt\":1.99,\"viewability\":53.42},{\"dmaName\":\"SAN DIEGO\",\"inventoryRatio\":1.36,\"ivt\":1.69,\"viewability\":56.47},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.32,\"ivt\":1.92,\"viewability\":57.61}]},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":56.33,\"ivt\":2.15,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":47.61},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":18.92,\"ivt\":1.96,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":52.66},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":18.78,\"ivt\":2.55,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":51.87},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":4.95,\"ivt\":5.39,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":69.34},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.9,\"ivt\":0.83,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":33.98},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.09,\"ivt\":2.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":3.93},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.02,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":96.54,\"ivt\":null},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":94.66,\"ivt\":null},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":83.33,\"ivt\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":10.0},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"PulsePoint\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":0.0,\"ivt\":null},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null}],\"viewability\":{\"viewability\":53.74,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":42.76,\"viewability\":2.86},{\"adSize\":\"Other\",\"inventoryRatio\":20.92,\"viewability\":45.26},{\"adSize\":\"300x250\",\"inventoryRatio\":12.13,\"viewability\":57.6},{\"adSize\":\"300x600\",\"inventoryRatio\":10.08,\"viewability\":59.71},{\"adSize\":\"970x250\",\"inventoryRatio\":8.72,\"viewability\":57.77},{\"adSize\":\"728x90\",\"inventoryRatio\":4.45,\"viewability\":36.67},{\"adSize\":\"768x1024\",\"inventoryRatio\":0.87,\"viewability\":0.0}]},\"ctr\":{\"ctr\":0.17,\"byAdSize\":[{\"adSize\":\"1120x700\",\"ctr\":1.92},{\"adSize\":\"1241x698\",\"ctr\":1.89},{\"adSize\":\"1408x792\",\"ctr\":1.82},{\"adSize\":\"1067x600\",\"ctr\":1.25},{\"adSize\":\"727x454\",\"ctr\":1.09},{\"adSize\":\"1098x618\",\"ctr\":1.08},{\"adSize\":\"2560x1600\",\"ctr\":1.03},{\"adSize\":\"1280x768\",\"ctr\":0.9},{\"adSize\":\"1440x960\",\"ctr\":0.74},{\"adSize\":\"3840x2160\",\"ctr\":0.69},{\"adSize\":\"1504x1003\",\"ctr\":0.67},{\"adSize\":\"1500x1000\",\"ctr\":0.67},{\"adSize\":\"1093x615\",\"ctr\":0.66},{\"adSize\":\"1707x960\",\"ctr\":0.59},{\"adSize\":\"1536x960\",\"ctr\":0.57},{\"adSize\":\"537x298\",\"ctr\":0.57},{\"adSize\":\"1200x800\",\"ctr\":0.51},{\"adSize\":\"1360x768\",\"ctr\":0.46},{\"adSize\":\"1600x1200\",\"ctr\":0.46},{\"adSize\":\"1344x840\",\"ctr\":0.44},{\"adSize\":\"1368x912\",\"ctr\":0.38},{\"adSize\":\"2560x1080\",\"ctr\":0.37},{\"adSize\":\"1024x768\",\"ctr\":0.34},{\"adSize\":\"3440x1440\",\"ctr\":0.33},{\"adSize\":\"1792x1120\",\"ctr\":0.32},{\"adSize\":\"1366x768\",\"ctr\":0.23},{\"adSize\":\"780x487\",\"ctr\":0.23},{\"adSize\":\"1280x800\",\"ctr\":0.22},{\"adSize\":\"2048x1152\",\"ctr\":0.22},{\"adSize\":\"780x438\",\"ctr\":0.22},{\"adSize\":\"1280x720\",\"ctr\":0.21},{\"adSize\":\"1536x864\",\"ctr\":0.2},{\"adSize\":\"1024x1366\",\"ctr\":0.2},{\"adSize\":\"1440x900\",\"ctr\":0.19},{\"adSize\":\"1600x900\",\"ctr\":0.19},{\"adSize\":\"1680x1050\",\"ctr\":0.19},{\"adSize\":\"2560x1440\",\"ctr\":0.19},{\"adSize\":\"1920x1200\",\"ctr\":0.19},{\"adSize\":\"1280x1024\",\"ctr\":0.18},{\"adSize\":\"768x1024\",\"ctr\":0.18},{\"adSize\":\"770x481\",\"ctr\":0.15},{\"adSize\":\"1920x1080\",\"ctr\":0.12},{\"adSize\":\"780x488\",\"ctr\":0.1}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":68.9,\"ivt\":3.7,\"viewability\":57.91,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":26.89,\"ivt\":1.78,\"viewability\":44.68,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":61.21,\"ivt\":2.01,\"viewability\":45.97},{\"domain\":\"news.google.com\",\"inventoryRatio\":32.35,\"ivt\":1.51,\"viewability\":41.06},{\"domain\":\"bing.com\",\"inventoryRatio\":3.65,\"ivt\":1.23,\"viewability\":50.63},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.53,\"ivt\":0.6,\"viewability\":53.08},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.39,\"ivt\":0.13,\"viewability\":50.86},{\"domain\":\"msn.com\",\"inventoryRatio\":0.38,\"ivt\":1.2,\"viewability\":46.87},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":48.82}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":2.18,\"ivt\":0.5,\"viewability\":41.61,\"domains\":[{\"domain\":\"l.facebook.com\",\"inventoryRatio\":46.23,\"ivt\":0.29,\"viewability\":44.23},{\"domain\":\"t.co\",\"inventoryRatio\":37.61,\"ivt\":0.64,\"viewability\":39.13},{\"domain\":\"reddit.com\",\"inventoryRatio\":8.72,\"ivt\":1.02,\"viewability\":41.6},{\"domain\":\"facebook.com\",\"inventoryRatio\":4.6,\"ivt\":0.28,\"viewability\":40.83},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":1.36,\"ivt\":0.0,\"viewability\":27.7},{\"domain\":\"linkedin.com\",\"inventoryRatio\":0.82,\"ivt\":1.54,\"viewability\":40.31},{\"domain\":\"youtube.com\",\"inventoryRatio\":0.3,\"ivt\":2.13,\"viewability\":38.3},{\"domain\":\"m.facebook.com\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":28.13}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":1.9,\"ivt\":1.45,\"viewability\":37.42,\"domains\":[{\"domain\":\"drudgereport.com\",\"inventoryRatio\":19.55,\"ivt\":0.89,\"viewability\":41.96},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":7.25,\"ivt\":0.2,\"viewability\":8.69},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":6.47,\"ivt\":0.34,\"viewability\":35.84},{\"domain\":\"apple.news\",\"inventoryRatio\":4.81,\"ivt\":0.6,\"viewability\":44.84},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":3.3,\"ivt\":0.0,\"viewability\":3.08},{\"domain\":\"recaptcha-demo.appspot.com\",\"inventoryRatio\":3.11,\"ivt\":0.0,\"viewability\":0.0},{\"domain\":\"fark.com\",\"inventoryRatio\":2.67,\"ivt\":0.54,\"viewability\":41.69},{\"domain\":\"url.google.com\",\"inventoryRatio\":2.11,\"ivt\":3.44,\"viewability\":60.51},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":2.06,\"ivt\":0.0,\"viewability\":74.45},{\"domain\":\"old.reddit.com\",\"inventoryRatio\":1.97,\"ivt\":0.74,\"viewability\":37.04},{\"domain\":\"flipboard.com\",\"inventoryRatio\":1.93,\"ivt\":1.5,\"viewability\":37.55},{\"domain\":\"getpocket.com\",\"inventoryRatio\":1.63,\"ivt\":0.0,\"viewability\":20.0},{\"domain\":\"ighome.com\",\"inventoryRatio\":1.43,\"ivt\":2.03,\"viewability\":49.46},{\"domain\":\"bleacherreport.com\",\"inventoryRatio\":1.26,\"ivt\":1.73,\"viewability\":58.48},{\"domain\":\"ecosia.org\",\"inventoryRatio\":1.21,\"ivt\":0.6,\"viewability\":46.63},{\"domain\":\"rss.ighome.com\",\"inventoryRatio\":1.13,\"ivt\":0.0,\"viewability\":47.3},{\"domain\":\"outbrain.com\",\"inventoryRatio\":1.08,\"ivt\":0.0,\"viewability\":43.92},{\"domain\":\"en.wikipedia.org\",\"inventoryRatio\":0.86,\"ivt\":0.85,\"viewability\":41.88},{\"domain\":\"cloud.appspace.com\",\"inventoryRatio\":0.75,\"ivt\":72.82,\"viewability\":0.0},{\"domain\":\"refdesk.com\",\"inventoryRatio\":0.73,\"ivt\":0.0,\"viewability\":59.18},{\"domain\":\"classroom.google.com\",\"inventoryRatio\":0.72,\"ivt\":1.01,\"viewability\":24.49},{\"domain\":\"washingtonpost.com\",\"inventoryRatio\":0.72,\"ivt\":1.01,\"viewability\":47.96},{\"domain\":\"hotsheet.com\",\"inventoryRatio\":0.6,\"ivt\":0.0,\"viewability\":66.27},{\"domain\":\"supremenewyork.com\",\"inventoryRatio\":0.52,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"sandbox.google.com\",\"inventoryRatio\":0.51,\"ivt\":1.43,\"viewability\":44.78},{\"domain\":\"nabdapp.com\",\"inventoryRatio\":0.39,\"ivt\":0.0,\"viewability\":22.22},{\"domain\":\"memeorandum.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":42.0},{\"domain\":\"politicalwire.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":40.82},{\"domain\":\"finviz.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":61.22},{\"domain\":\"smartnews.com\",\"inventoryRatio\":0.35,\"ivt\":0.0,\"viewability\":4.55},{\"domain\":\"ceoexpress.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":65.96},{\"domain\":\"protopage.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":48.89},{\"domain\":\"arabicnewshome.blogspot.com\",\"inventoryRatio\":0.31,\"ivt\":0.0,\"viewability\":47.62},{\"domain\":\"besthomepageever.com\",\"inventoryRatio\":0.29,\"ivt\":0.0,\"viewability\":75.0},{\"domain\":\"pdfconverterguru.com\",\"inventoryRatio\":0.29,\"ivt\":2.5,\"viewability\":30.0},{\"domain\":\"newsandguts.com\",\"inventoryRatio\":0.27,\"ivt\":0.0,\"viewability\":37.14},{\"domain\":\"remolacha.net\",\"inventoryRatio\":0.27,\"ivt\":0.0,\"viewability\":10.81},{\"domain\":\"home.saulttribe.net\",\"inventoryRatio\":0.26,\"ivt\":0.0,\"viewability\":58.33},{\"domain\":\"arabic-media.com\",\"inventoryRatio\":0.25,\"ivt\":0.0,\"viewability\":48.57},{\"domain\":\"i.maxthon.com\",\"inventoryRatio\":0.24,\"ivt\":0.0,\"viewability\":37.5},{\"domain\":\"dailykos.com\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":45.16},{\"domain\":\"thedailybeast.com\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":45.16},{\"domain\":\"revolver.news\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"medpagetoday.com\",\"inventoryRatio\":0.22,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"politico.com\",\"inventoryRatio\":0.2,\"ivt\":3.57,\"viewability\":35.71},{\"domain\":\"my.yahoo.com\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":70.37},{\"domain\":\"start.me\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":53.85},{\"domain\":\"engageya.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":56.0},{\"domain\":\"trends.google.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":39.13},{\"domain\":\"theguardian.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":60.87},{\"domain\":\"vox.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":34.78},{\"domain\":\"gothamist.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":31.82},{\"domain\":\"democraticunderground.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":39.13},{\"domain\":\"frontpage.pch.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":59.09},{\"domain\":\"telikin.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":45.45},{\"domain\":\"godlikeproductions.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"saigonbao.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":36.84},{\"domain\":\"yeezysupply.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"quora.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"c.newsnow.co.uk\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":52.94},{\"domain\":\"www2.smartbrief.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"electoral-vote.com\",\"inventoryRatio\":0.14,\"ivt\":5.26,\"viewability\":21.05},{\"domain\":\"smartsearching.net\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":63.16},{\"domain\":\"watch-television.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":52.63},{\"domain\":\"symbaloo.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":68.75},{\"domain\":\"theatlantic.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"202020.net\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":12.5},{\"domain\":\"dealmoon.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"stocktwits.com\",\"inventoryRatio\":0.12,\"ivt\":5.88,\"viewability\":58.82},{\"domain\":\"quickneasyrecipes.co\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":31.25},{\"domain\":\"messages.google.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":31.25},{\"domain\":\"l.messenger.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"freerepublic.com\",\"inventoryRatio\":0.11,\"ivt\":6.67,\"viewability\":46.67},{\"domain\":\"hotair.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":35.71},{\"domain\":\"app.meltwater.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"officeapps.live.com\",\"inventoryRatio\":0.11,\"ivt\":20.0,\"viewability\":26.67},{\"domain\":\"printmyrecipes.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":21.43},{\"domain\":\"cincinnatibell.net\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":57.14},{\"domain\":\"buzzflash.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":38.46},{\"domain\":\"slate.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":50.0}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":0.08,\"ivt\":0.17,\"viewability\":35.79,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.83,\"ivt\":0.17,\"viewability\":35.68},{\"domain\":\"paid.outbrain.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.05,\"ivt\":1.51,\"viewability\":50.76,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":73.49,\"ivt\":1.64,\"viewability\":51.44},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":15.96,\"ivt\":1.89,\"viewability\":50.94},{\"domain\":\"aol.com\",\"inventoryRatio\":3.31,\"ivt\":0.0,\"viewability\":45.45},{\"domain\":\"mail.aol.com\",\"inventoryRatio\":2.41,\"ivt\":0.0,\"viewability\":37.5},{\"domain\":\"webmaila.juno.com\",\"inventoryRatio\":1.81,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"webmail.earthlink.net\",\"inventoryRatio\":1.51,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"outlook.live.com\",\"inventoryRatio\":0.9,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"webmailb.juno.com\",\"inventoryRatio\":0.6,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":50.0,\"domains\":[{\"domain\":\"chartbeat.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":50.0}]}],\"subDomains\":[{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":83.89,\"maskingRatio\":0.0,\"ivt\":1.72,\"viewability\":null},{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":7.89,\"maskingRatio\":1.45,\"ivt\":3.51,\"viewability\":50.04},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":2.5,\"maskingRatio\":0.03,\"ivt\":2.54,\"viewability\":50.76},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":1.78,\"maskingRatio\":0.64,\"ivt\":3.1,\"viewability\":49.76},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":1.73,\"maskingRatio\":0.2,\"ivt\":1.76,\"viewability\":24.85},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":1.41,\"maskingRatio\":0.23,\"ivt\":2.08,\"viewability\":53.03},{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":0.69,\"maskingRatio\":0.0,\"ivt\":1.07,\"viewability\":71.43},{\"subDomain\":\"preview.cnn.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.09,\"ivt\":0.69,\"viewability\":20.06},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.74,\"viewability\":30.18},{\"subDomain\":\"elections.cnn.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.86,\"viewability\":26.09},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"cnne-test.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":100.0},{\"subDomain\":\"localhost.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":33.33},{\"subDomain\":\"games.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":100.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"stellar.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":60.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":55.14,\"maskingRatio\":0.05,\"ivt\":2.21,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":44.77,\"maskingRatio\":0.03,\"ivt\":0.67,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.07,\"maskingRatio\":0.03,\"ivt\":2.33,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.41,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":98.9,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":66.9},{\"os\":\"Mac OS X\",\"inventoryRatio\":23.15},{\"os\":\"Windows 7\",\"inventoryRatio\":5.28},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.67},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.33},{\"os\":\"Linux\",\"inventoryRatio\":0.38},{\"os\":\"Windows 8\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":40.28},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":27.92},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.3},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.11},{\"os\":\"Android\",\"inventoryRatio\":2.06},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.86},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.84},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.24},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.17},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.13}]}},{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"mobile\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":0.67,\"ivtRisk\":\"low\",\"viewability\":61.04,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":2741736304,\"desktopTrafficRatio\":55.14,\"mobileTrafficRatio\":44.77,\"videoTrafficRatio\":84.96,\"ctr\":0.15,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":12561},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":9.25},\"invalidTraffic\":{\"ivt\":0.67,\"givt\":0.11,\"sivt\":0.56,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.08,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.02,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.25},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.19},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.06},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.05}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":87.8},{\"name\":\"Starry\",\"trafficRatio\":2.71},{\"name\":\"GigeNET\",\"trafficRatio\":1.36},{\"name\":\"ExpressVPN\",\"trafficRatio\":1.36},{\"name\":\"Fuse Internet Access\",\"trafficRatio\":1.36},{\"name\":\"MOJOHOST\",\"trafficRatio\":1.02},{\"name\":\"Amazon.com\",\"trafficRatio\":0.68},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.68},{\"name\":\"VeloCloud Networks\",\"trafficRatio\":0.68},{\"name\":\"Total Server Solutions L.L.C.\",\"trafficRatio\":0.68},{\"name\":\"Zscaler\",\"trafficRatio\":0.68},{\"name\":\"123.Net\",\"trafficRatio\":0.34},{\"name\":\"Hurricane Electric\",\"trafficRatio\":0.34},{\"name\":\"Anexia\",\"trafficRatio\":0.34}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":85.27,\"ivt\":0.67,\"viewability\":61.82},{\"region\":\"NON-US\",\"inventoryRatio\":14.73,\"ivt\":0.9,\"viewability\":44.19},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":0.7,\"viewability\":56.4}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":57.24,\"ivt\":0.52,\"viewability\":0.0},{\"adSize\":\"300x250\",\"inventoryRatio\":24.58,\"ivt\":1.32,\"viewability\":62.4},{\"adSize\":\"Other\",\"inventoryRatio\":14.5,\"ivt\":0.61,\"viewability\":57.01},{\"adSize\":\"340x336\",\"inventoryRatio\":1.12,\"ivt\":0.51,\"viewability\":64.71},{\"adSize\":\"300x600\",\"inventoryRatio\":1.05,\"ivt\":1.18,\"viewability\":67.21},{\"adSize\":\"320x50\",\"inventoryRatio\":0.43,\"ivt\":1.56,\"viewability\":34.84},{\"adSize\":\"728x90\",\"inventoryRatio\":0.34,\"ivt\":1.5,\"viewability\":45.28},{\"adSize\":\"340x301\",\"inventoryRatio\":0.24,\"ivt\":0.44,\"viewability\":100.0},{\"adSize\":\"340x288\",\"inventoryRatio\":0.19,\"ivt\":0.57,\"viewability\":64.71}],\"byDma\":[{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":4.72,\"ivt\":0.46,\"viewability\":63.9},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.64,\"ivt\":0.8,\"viewability\":63.11},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":4.6,\"ivt\":1.14,\"viewability\":59.24},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":4.24,\"ivt\":0.83,\"viewability\":63.54},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":4.05,\"ivt\":0.85,\"viewability\":62.09},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":4.0,\"ivt\":0.6,\"viewability\":63.97},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.8,\"ivt\":0.58,\"viewability\":64.94},{\"dmaName\":\"DENVER\",\"inventoryRatio\":3.66,\"ivt\":0.65,\"viewability\":63.18},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":3.62,\"ivt\":0.61,\"viewability\":60.66},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":3.37,\"ivt\":0.88,\"viewability\":61.86},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":2.74,\"ivt\":0.36,\"viewability\":42.71},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":2.09,\"ivt\":0.77,\"viewability\":57.12},{\"dmaName\":\"ORLANDO-DAYTONA BCH-MELBRN\",\"inventoryRatio\":2.07,\"ivt\":0.62,\"viewability\":64.49},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":2.04,\"ivt\":0.6,\"viewability\":62.44},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.04,\"ivt\":0.64,\"viewability\":61.22},{\"dmaName\":\"TAMPA-ST. PETE (SARASOTA)\",\"inventoryRatio\":2.02,\"ivt\":0.43,\"viewability\":64.97},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.73,\"ivt\":0.65,\"viewability\":62.7},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":1.53,\"ivt\":1.05,\"viewability\":57.27},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.48,\"ivt\":0.79,\"viewability\":61.03}]},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":69.7,\"ivt\":1.4,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":61.51},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":14.17,\"ivt\":1.68,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":63.32},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":11.11,\"ivt\":1.08,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":63.41},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":2.58,\"ivt\":1.6,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":68.48},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":2.24,\"ivt\":1.5,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":46.45},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.16,\"ivt\":55.91,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":74.63},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.03,\"ivt\":1.66,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":11.09},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":93.43,\"ivt\":null},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":16.49,\"estBidLow\":0.15,\"estBidHigh\":0.15,\"viewability\":68.04},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":40.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":80.0},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null}],\"viewability\":{\"viewability\":61.04,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":57.24,\"viewability\":0.0},{\"adSize\":\"300x250\",\"inventoryRatio\":24.58,\"viewability\":62.4},{\"adSize\":\"Other\",\"inventoryRatio\":14.5,\"viewability\":57.01},{\"adSize\":\"340x336\",\"inventoryRatio\":1.12,\"viewability\":64.71},{\"adSize\":\"300x600\",\"inventoryRatio\":1.05,\"viewability\":67.21},{\"adSize\":\"320x50\",\"inventoryRatio\":0.43,\"viewability\":34.84},{\"adSize\":\"728x90\",\"inventoryRatio\":0.34,\"viewability\":45.28},{\"adSize\":\"340x301\",\"inventoryRatio\":0.24,\"viewability\":100.0},{\"adSize\":\"340x288\",\"inventoryRatio\":0.19,\"viewability\":64.71}]},\"ctr\":{\"ctr\":0.15,\"byAdSize\":[{\"adSize\":\"392x399\",\"ctr\":1.92},{\"adSize\":\"581x379\",\"ctr\":1.83},{\"adSize\":\"355x200\",\"ctr\":1.82},{\"adSize\":\"1024x1366\",\"ctr\":1.79},{\"adSize\":\"340x288\",\"ctr\":1.79},{\"adSize\":\"300x326\",\"ctr\":1.69},{\"adSize\":\"360x640\",\"ctr\":1.59},{\"adSize\":\"355x310\",\"ctr\":1.52},{\"adSize\":\"300x243\",\"ctr\":1.41},{\"adSize\":\"300x305\",\"ctr\":1.3},{\"adSize\":\"340x265\",\"ctr\":1.28},{\"adSize\":\"392x354\",\"ctr\":1.28},{\"adSize\":\"394x222\",\"ctr\":1.27},{\"adSize\":\"790x444\",\"ctr\":1.2},{\"adSize\":\"760x480\",\"ctr\":1.15},{\"adSize\":\"300x242\",\"ctr\":1.14},{\"adSize\":\"340x359\",\"ctr\":1.1},{\"adSize\":\"814x457\",\"ctr\":1.09},{\"adSize\":\"780x488\",\"ctr\":1.01},{\"adSize\":\"392x273\",\"ctr\":0.98},{\"adSize\":\"340x358\",\"ctr\":0.98},{\"adSize\":\"412x231\",\"ctr\":0.98},{\"adSize\":\"760x475\",\"ctr\":0.96},{\"adSize\":\"392x353\",\"ctr\":0.93},{\"adSize\":\"748x472\",\"ctr\":0.89},{\"adSize\":\"748x421\",\"ctr\":0.89},{\"adSize\":\"581x401\",\"ctr\":0.89},{\"adSize\":\"340x227\",\"ctr\":0.88},{\"adSize\":\"760x636\",\"ctr\":0.88},{\"adSize\":\"692x389\",\"ctr\":0.81},{\"adSize\":\"1280x800\",\"ctr\":0.77},{\"adSize\":\"800x1280\",\"ctr\":0.71},{\"adSize\":\"355x295\",\"ctr\":0.69},{\"adSize\":\"392x377\",\"ctr\":0.64},{\"adSize\":\"601x962\",\"ctr\":0.62},{\"adSize\":\"760x428\",\"ctr\":0.62},{\"adSize\":\"414x736\",\"ctr\":0.57},{\"adSize\":\"340x301\",\"ctr\":0.54},{\"adSize\":\"373x361\",\"ctr\":0.52},{\"adSize\":\"340x324\",\"ctr\":0.51},{\"adSize\":\"760x635\",\"ctr\":0.48},{\"adSize\":\"760x479\",\"ctr\":0.47},{\"adSize\":\"355x346\",\"ctr\":0.46},{\"adSize\":\"394x295\",\"ctr\":0.44},{\"adSize\":\"375x667\",\"ctr\":0.42},{\"adSize\":\"414x896\",\"ctr\":0.4},{\"adSize\":\"768x1024\",\"ctr\":0.39},{\"adSize\":\"392x295\",\"ctr\":0.39},{\"adSize\":\"1920x1080\",\"ctr\":0.34},{\"adSize\":\"581x327\",\"ctr\":0.34},{\"adSize\":\"748x420\",\"ctr\":0.31},{\"adSize\":\"355x273\",\"ctr\":0.3},{\"adSize\":\"684x428\",\"ctr\":0.3},{\"adSize\":\"392x336\",\"ctr\":0.29},{\"adSize\":\"300x168\",\"ctr\":0.28},{\"adSize\":\"340x266\",\"ctr\":0.27},{\"adSize\":\"392x296\",\"ctr\":0.26},{\"adSize\":\"392x376\",\"ctr\":0.25},{\"adSize\":\"394x376\",\"ctr\":0.23},{\"adSize\":\"340x192\",\"ctr\":0.23},{\"adSize\":\"340x336\",\"ctr\":0.21},{\"adSize\":\"392x221\",\"ctr\":0.17},{\"adSize\":\"300x169\",\"ctr\":0.17},{\"adSize\":\"392x220\",\"ctr\":0.15},{\"adSize\":\"355x199\",\"ctr\":0.15},{\"adSize\":\"375x812\",\"ctr\":0.13},{\"adSize\":\"780x438\",\"ctr\":0.13},{\"adSize\":\"340x191\",\"ctr\":0.09},{\"adSize\":\"760x427\",\"ctr\":0.08}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":58.57,\"ivt\":1.71,\"viewability\":50.12,\"domains\":null},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":16.92,\"ivt\":0.66,\"viewability\":42.7,\"domains\":[{\"domain\":\"android-app\",\"inventoryRatio\":43.34,\"ivt\":0.76,\"viewability\":23.16},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":30.32,\"ivt\":0.49,\"viewability\":59.08},{\"domain\":\"cdn.ampproject.org\",\"inventoryRatio\":5.79,\"ivt\":0.93,\"viewability\":48.71},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":3.55,\"ivt\":0.56,\"viewability\":76.32},{\"domain\":\"smartnews.com\",\"inventoryRatio\":3.5,\"ivt\":0.28,\"viewability\":40.69},{\"domain\":\"drudgereport.com\",\"inventoryRatio\":1.42,\"ivt\":0.88,\"viewability\":61.29},{\"domain\":\"apple.news\",\"inventoryRatio\":1.36,\"ivt\":0.93,\"viewability\":54.38},{\"domain\":\"m.break.ma\",\"inventoryRatio\":0.52,\"ivt\":0.52,\"viewability\":57.78},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":0.36,\"ivt\":0.25,\"viewability\":68.51},{\"domain\":\"nabdapp.com\",\"inventoryRatio\":0.33,\"ivt\":1.08,\"viewability\":68.73},{\"domain\":\"outbrain.com\",\"inventoryRatio\":0.3,\"ivt\":1.2,\"viewability\":46.41},{\"domain\":\"newsandguts.com\",\"inventoryRatio\":0.18,\"ivt\":0.49,\"viewability\":68.0},{\"domain\":\"remolacha.net\",\"inventoryRatio\":0.15,\"ivt\":0.62,\"viewability\":27.16},{\"domain\":\"linkin.bio\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":87.84},{\"domain\":\"m.fark.com\",\"inventoryRatio\":0.14,\"ivt\":1.9,\"viewability\":57.05},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":0.14,\"ivt\":1.3,\"viewability\":77.18}]},{\"trafficSource\":\"Search\",\"inventoryRatio\":14.84,\"ivt\":1.27,\"viewability\":45.59,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":94.79,\"ivt\":1.29,\"viewability\":45.32},{\"domain\":\"bing.com\",\"inventoryRatio\":1.72,\"ivt\":0.83,\"viewability\":51.38},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.28,\"ivt\":1.12,\"viewability\":53.58},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.89,\"ivt\":1.15,\"viewability\":57.23},{\"domain\":\"news.google.com\",\"inventoryRatio\":0.8,\"ivt\":0.38,\"viewability\":38.44},{\"domain\":\"msn.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":42.59}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":9.25,\"ivt\":0.69,\"viewability\":52.2,\"domains\":[{\"domain\":\"m.facebook.com\",\"inventoryRatio\":93.0,\"ivt\":0.69,\"viewability\":52.04},{\"domain\":\"t.co\",\"inventoryRatio\":3.06,\"ivt\":0.7,\"viewability\":56.78},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":2.21,\"ivt\":0.82,\"viewability\":47.88},{\"domain\":\"reddit.com\",\"inventoryRatio\":1.0,\"ivt\":0.17,\"viewability\":60.75},{\"domain\":\"l.facebook.com\",\"inventoryRatio\":0.44,\"ivt\":1.51,\"viewability\":53.46}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":0.41,\"ivt\":0.55,\"viewability\":30.65,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.89,\"ivt\":0.55,\"viewability\":30.61}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.01,\"ivt\":4.55,\"viewability\":55.81,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":77.27,\"ivt\":0.0,\"viewability\":61.76},{\"domain\":\"mail.aol.com\",\"inventoryRatio\":9.09,\"ivt\":0.0,\"viewability\":0.0},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":6.82,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"webmaila.juno.com\",\"inventoryRatio\":4.55,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"webmailb.juno.com\",\"inventoryRatio\":2.27,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"googlesyndication.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":79.64,\"maskingRatio\":0.02,\"ivt\":0.51,\"viewability\":69.72},{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":10.96,\"maskingRatio\":0.29,\"ivt\":0.97,\"viewability\":66.12},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":4.78,\"maskingRatio\":0.07,\"ivt\":1.26,\"viewability\":26.05},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":2.17,\"maskingRatio\":0.11,\"ivt\":1.9,\"viewability\":50.59},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":1.65,\"maskingRatio\":0.0,\"ivt\":0.9,\"viewability\":63.11},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":0.79,\"maskingRatio\":0.96,\"ivt\":2.02,\"viewability\":28.11},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":17.86},{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"elections.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"stellar.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":11.76,\"viewability\":33.33},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":6.67,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"localhost.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":30.0},{\"subDomain\":\"games.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":100.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"cnne-test.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":55.14,\"maskingRatio\":0.05,\"ivt\":2.21,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":44.77,\"maskingRatio\":0.03,\"ivt\":0.67,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.07,\"maskingRatio\":0.03,\"ivt\":2.33,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.41,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":98.9,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":66.9},{\"os\":\"Mac OS X\",\"inventoryRatio\":23.15},{\"os\":\"Windows 7\",\"inventoryRatio\":5.28},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.67},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.33},{\"os\":\"Linux\",\"inventoryRatio\":0.38},{\"os\":\"Windows 8\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":40.28},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":27.92},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.3},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.11},{\"os\":\"Android\",\"inventoryRatio\":2.06},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.86},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.84},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.24},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.17},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.13}]}},{\"adDomain\":\"cnn.com\",\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":1.67,\"ivtRisk\":\"low\",\"viewability\":46.78,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":1262873801,\"desktopTrafficRatio\":62.25,\"mobileTrafficRatio\":37.51,\"videoTrafficRatio\":75.19,\"ctr\":0.35,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":2017},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":12.49},\"invalidTraffic\":{\"ivt\":1.67,\"givt\":0.27,\"sivt\":1.4,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.2,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.06,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.39},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.23},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.2},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.16},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.07},{\"fraudType\":\"VideoClickFraud\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.02}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":85.49},{\"name\":\"N/A\",\"trafficRatio\":6.25},{\"name\":\"Hype Enterprises\",\"trafficRatio\":1.34},{\"name\":\"ALTAN REDES, S.A.P.I. de C. V.\",\"trafficRatio\":1.12},{\"name\":\"Amazon.com\",\"trafficRatio\":1.12},{\"name\":\"SoftLayer Technologies\",\"trafficRatio\":0.67},{\"name\":\"Zenlayer\",\"trafficRatio\":0.45},{\"name\":\"Performive\",\"trafficRatio\":0.45},{\"name\":\"Zscaler\",\"trafficRatio\":0.45},{\"name\":\"Google Cloud\",\"trafficRatio\":0.45},{\"name\":\"AIS Fibre\",\"trafficRatio\":0.45},{\"name\":\"OVH Hosting\",\"trafficRatio\":0.22},{\"name\":\"HostDime.com\",\"trafficRatio\":0.22},{\"name\":\"Digital Ocean\",\"trafficRatio\":0.22},{\"name\":\"Alibaba\",\"trafficRatio\":0.22},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":0.22},{\"name\":\"Microsoft Azure\",\"trafficRatio\":0.22},{\"name\":\"Scaleway\",\"trafficRatio\":0.22},{\"name\":\"Psychz Networks\",\"trafficRatio\":0.22}]},\"inventory\":{\"byRegion\":[{\"region\":\"NON-US\",\"inventoryRatio\":100.0,\"ivt\":1.67,\"viewability\":47.65},{\"region\":\"US\",\"inventoryRatio\":100.0,\"ivt\":1.53,\"viewability\":58.81},{\"region\":\"GLOBAL\",\"inventoryRatio\":100.0,\"ivt\":1.56,\"viewability\":55.64}],\"byCountry\":[{\"countryName\":\"Canada\",\"inventoryRatio\":61.07,\"ivt\":1.18,\"viewability\":57.57},{\"countryName\":\"Australia\",\"inventoryRatio\":15.0,\"ivt\":2.57,\"viewability\":47.34},{\"countryName\":\"Mexico\",\"inventoryRatio\":11.52,\"ivt\":1.58,\"viewability\":36.18},{\"countryName\":\"New Zealand\",\"inventoryRatio\":1.2,\"ivt\":1.27,\"viewability\":50.07},{\"countryName\":\"Singapore\",\"inventoryRatio\":1.11,\"ivt\":2.96,\"viewability\":55.61},{\"countryName\":\"Malaysia\",\"inventoryRatio\":0.97,\"ivt\":1.16,\"viewability\":57.95},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":0.82,\"ivt\":6.14,\"viewability\":50.05},{\"countryName\":\"Philippines\",\"inventoryRatio\":0.52,\"ivt\":2.27,\"viewability\":58.14},{\"countryName\":\"Germany\",\"inventoryRatio\":0.52,\"ivt\":5.0,\"viewability\":58.46},{\"countryName\":\"Colombia\",\"inventoryRatio\":0.49,\"ivt\":1.22,\"viewability\":39.24},{\"countryName\":\"United Arab Emirates\",\"inventoryRatio\":0.44,\"ivt\":3.65,\"viewability\":53.7},{\"countryName\":\"India\",\"inventoryRatio\":0.37,\"ivt\":3.51,\"viewability\":55.64},{\"countryName\":\"Hong Kong\",\"inventoryRatio\":0.33,\"ivt\":3.88,\"viewability\":51.4},{\"countryName\":\"Saudi Arabia\",\"inventoryRatio\":0.27,\"ivt\":1.85,\"viewability\":55.79},{\"countryName\":\"United Kingdom\",\"inventoryRatio\":0.25,\"ivt\":2.01,\"viewability\":61.12},{\"countryName\":\"South Africa\",\"inventoryRatio\":0.24,\"ivt\":1.44,\"viewability\":55.52},{\"countryName\":\"Viet Nam\",\"inventoryRatio\":0.24,\"ivt\":6.8,\"viewability\":49.63},{\"countryName\":\"Puerto Rico\",\"inventoryRatio\":0.24,\"ivt\":1.89,\"viewability\":47.14},{\"countryName\":\"Thailand\",\"inventoryRatio\":0.22,\"ivt\":2.93,\"viewability\":53.17},{\"countryName\":\"Egypt\",\"inventoryRatio\":0.19,\"ivt\":0.57,\"viewability\":60.65},{\"countryName\":\"Japan\",\"inventoryRatio\":0.16,\"ivt\":2.64,\"viewability\":50.04},{\"countryName\":\"Netherlands\",\"inventoryRatio\":0.15,\"ivt\":2.52,\"viewability\":58.31},{\"countryName\":\"Israel\",\"inventoryRatio\":0.15,\"ivt\":1.83,\"viewability\":55.96},{\"countryName\":\"Switzerland\",\"inventoryRatio\":0.15,\"ivt\":1.94,\"viewability\":53.16},{\"countryName\":\"Costa Rica\",\"inventoryRatio\":0.13,\"ivt\":1.88,\"viewability\":53.53},{\"countryName\":\"Brazil\",\"inventoryRatio\":0.12,\"ivt\":1.96,\"viewability\":51.81},{\"countryName\":\"Indonesia\",\"inventoryRatio\":0.11,\"ivt\":2.79,\"viewability\":56.87}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":44.22,\"ivt\":1.61,\"viewability\":47.8},{\"adSize\":\"Other\",\"inventoryRatio\":20.19,\"ivt\":1.41,\"viewability\":54.57},{\"adSize\":\"300x600\",\"inventoryRatio\":15.84,\"ivt\":1.88,\"viewability\":46.89},{\"adSize\":\"null\",\"inventoryRatio\":7.96,\"ivt\":1.24,\"viewability\":0.0},{\"adSize\":\"970x250\",\"inventoryRatio\":7.57,\"ivt\":2.81,\"viewability\":48.28},{\"adSize\":\"728x90\",\"inventoryRatio\":2.68,\"ivt\":1.81,\"viewability\":39.88},{\"adSize\":\"970x90\",\"inventoryRatio\":0.77,\"ivt\":1.23,\"viewability\":52.07},{\"adSize\":\"320x50\",\"inventoryRatio\":0.76,\"ivt\":1.25,\"viewability\":66.41}],\"byDma\":null},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":59.99,\"ivt\":1.31,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.03},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":25.38,\"ivt\":1.86,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":54.61},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":8.44,\"ivt\":3.19,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":64.03},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":3.43,\"ivt\":1.23,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":38.99},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":2.71,\"ivt\":2.91,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":53.89},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.02,\"ivt\":13.2,\"estBidLow\":0.2,\"estBidHigh\":1.56,\"viewability\":35.53},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":92.48,\"ivt\":null},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":10.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":10.0},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"Turner Broadcasting Europe\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.01,\"ivt\":0.98,\"estBidLow\":0.29,\"estBidHigh\":1.84,\"viewability\":47.06},{\"exchange\":\"Pangaea Alliance\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":55.56},{\"exchange\":\"Multi Channel Network Pty Ltd.\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":11.11,\"estBidLow\":7.6,\"estBidHigh\":7.96,\"viewability\":66.67}],\"viewability\":{\"viewability\":46.78,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":44.22,\"viewability\":47.8},{\"adSize\":\"Other\",\"inventoryRatio\":20.19,\"viewability\":54.57},{\"adSize\":\"300x600\",\"inventoryRatio\":15.84,\"viewability\":46.89},{\"adSize\":\"null\",\"inventoryRatio\":7.96,\"viewability\":0.0},{\"adSize\":\"970x250\",\"inventoryRatio\":7.57,\"viewability\":48.28},{\"adSize\":\"728x90\",\"inventoryRatio\":2.68,\"viewability\":39.88},{\"adSize\":\"970x90\",\"inventoryRatio\":0.77,\"viewability\":52.07},{\"adSize\":\"320x50\",\"inventoryRatio\":0.76,\"viewability\":66.41}]},\"ctr\":{\"ctr\":0.35,\"byAdSize\":[{\"adSize\":\"1152x720\",\"ctr\":1.92},{\"adSize\":\"911x512\",\"ctr\":1.89},{\"adSize\":\"1707x960\",\"ctr\":1.89},{\"adSize\":\"360x780\",\"ctr\":1.72},{\"adSize\":\"375x667\",\"ctr\":1.6},{\"adSize\":\"1440x960\",\"ctr\":1.56},{\"adSize\":\"1792x1120\",\"ctr\":1.45},{\"adSize\":\"1504x1003\",\"ctr\":1.43},{\"adSize\":\"1760x990\",\"ctr\":1.42},{\"adSize\":\"3440x1440\",\"ctr\":1.33},{\"adSize\":\"912x608\",\"ctr\":1.28},{\"adSize\":\"601x962\",\"ctr\":1.23},{\"adSize\":\"2560x1080\",\"ctr\":1.23},{\"adSize\":\"360x640\",\"ctr\":1.23},{\"adSize\":\"760x479\",\"ctr\":1.23},{\"adSize\":\"1280x768\",\"ctr\":1.23},{\"adSize\":\"800x1280\",\"ctr\":1.1},{\"adSize\":\"1536x960\",\"ctr\":1.06},{\"adSize\":\"834x1194\",\"ctr\":1.0},{\"adSize\":\"1500x1000\",\"ctr\":0.96},{\"adSize\":\"1344x840\",\"ctr\":0.94},{\"adSize\":\"1024x820\",\"ctr\":0.89},{\"adSize\":\"392x261\",\"ctr\":0.76},{\"adSize\":\"1024x768\",\"ctr\":0.72},{\"adSize\":\"1098x618\",\"ctr\":0.68},{\"adSize\":\"1360x768\",\"ctr\":0.62},{\"adSize\":\"392x220\",\"ctr\":0.57},{\"adSize\":\"1093x615\",\"ctr\":0.56},{\"adSize\":\"2752x1152\",\"ctr\":0.49},{\"adSize\":\"640x480\",\"ctr\":0.48},{\"adSize\":\"1368x912\",\"ctr\":0.48},{\"adSize\":\"2048x1152\",\"ctr\":0.42},{\"adSize\":\"1024x1366\",\"ctr\":0.4},{\"adSize\":\"810x1080\",\"ctr\":0.38},{\"adSize\":\"1920x1200\",\"ctr\":0.37},{\"adSize\":\"1280x720\",\"ctr\":0.35},{\"adSize\":\"1600x900\",\"ctr\":0.34},{\"adSize\":\"1680x1050\",\"ctr\":0.34},{\"adSize\":\"1920x1080\",\"ctr\":0.33},{\"adSize\":\"1280x1024\",\"ctr\":0.32},{\"adSize\":\"1366x768\",\"ctr\":0.31},{\"adSize\":\"1536x864\",\"ctr\":0.31},{\"adSize\":\"1280x800\",\"ctr\":0.31},{\"adSize\":\"414x896\",\"ctr\":0.31},{\"adSize\":\"2560x1440\",\"ctr\":0.27},{\"adSize\":\"834x1112\",\"ctr\":0.27},{\"adSize\":\"1440x900\",\"ctr\":0.26},{\"adSize\":\"340x191\",\"ctr\":0.2},{\"adSize\":\"768x1024\",\"ctr\":0.16},{\"adSize\":\"780x438\",\"ctr\":0.09}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":52.27,\"ivt\":1.78,\"viewability\":54.76,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":21.7,\"ivt\":1.58,\"viewability\":43.0,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":74.69,\"ivt\":1.74,\"viewability\":42.61},{\"domain\":\"google.ca\",\"inventoryRatio\":9.39,\"ivt\":0.74,\"viewability\":50.43},{\"domain\":\"google.com.mx\",\"inventoryRatio\":4.75,\"ivt\":1.29,\"viewability\":29.8},{\"domain\":\"news.google.com\",\"inventoryRatio\":4.65,\"ivt\":1.53,\"viewability\":43.45},{\"domain\":\"bing.com\",\"inventoryRatio\":2.83,\"ivt\":0.97,\"viewability\":47.33},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.26,\"ivt\":0.84,\"viewability\":47.57},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.3,\"ivt\":2.06,\"viewability\":49.55},{\"domain\":\"google.es\",\"inventoryRatio\":0.2,\"ivt\":0.44,\"viewability\":31.56},{\"domain\":\"google.org\",\"inventoryRatio\":0.17,\"ivt\":1.05,\"viewability\":27.89},{\"domain\":\"msn.com\",\"inventoryRatio\":0.15,\"ivt\":0.58,\"viewability\":44.19},{\"domain\":\"google.com.au\",\"inventoryRatio\":0.15,\"ivt\":1.78,\"viewability\":48.52},{\"domain\":\"google.com.co\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":34.27}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":12.49,\"ivt\":0.97,\"viewability\":30.01,\"domains\":[{\"domain\":\"m.facebook.com\",\"inventoryRatio\":83.97,\"ivt\":0.98,\"viewability\":28.68},{\"domain\":\"t.co\",\"inventoryRatio\":8.23,\"ivt\":0.82,\"viewability\":35.23},{\"domain\":\"l.facebook.com\",\"inventoryRatio\":4.52,\"ivt\":0.82,\"viewability\":39.86},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":1.62,\"ivt\":1.14,\"viewability\":28.69},{\"domain\":\"reddit.com\",\"inventoryRatio\":0.76,\"ivt\":1.21,\"viewability\":54.36},{\"domain\":\"facebook.com\",\"inventoryRatio\":0.61,\"ivt\":1.01,\"viewability\":36.29},{\"domain\":\"linkedin.com\",\"inventoryRatio\":0.12,\"ivt\":1.33,\"viewability\":41.89}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":12.36,\"ivt\":0.89,\"viewability\":37.28,\"domains\":[{\"domain\":\"android-app\",\"inventoryRatio\":72.75,\"ivt\":0.8,\"viewability\":29.46},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":14.17,\"ivt\":0.55,\"viewability\":65.5},{\"domain\":\"cdn.ampproject.org\",\"inventoryRatio\":2.11,\"ivt\":1.11,\"viewability\":46.12},{\"domain\":\"outbrain.com\",\"inventoryRatio\":1.29,\"ivt\":3.51,\"viewability\":37.21},{\"domain\":\"drudgereport.com\",\"inventoryRatio\":0.71,\"ivt\":0.44,\"viewability\":53.98},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":0.67,\"ivt\":0.47,\"viewability\":73.3},{\"domain\":\"apple.news\",\"inventoryRatio\":0.33,\"ivt\":0.0,\"viewability\":57.62},{\"domain\":\"smartnews.com\",\"inventoryRatio\":0.3,\"ivt\":1.05,\"viewability\":37.63},{\"domain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.2,\"ivt\":0.76,\"viewability\":73.28},{\"domain\":\"flipboard.com\",\"inventoryRatio\":0.2,\"ivt\":1.56,\"viewability\":47.66},{\"domain\":\"googleapis.com\",\"inventoryRatio\":0.18,\"ivt\":1.71,\"viewability\":23.08},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":0.17,\"ivt\":2.73,\"viewability\":60.91},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":0.16,\"ivt\":0.96,\"viewability\":50.49},{\"domain\":\"ecosia.org\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":41.84},{\"domain\":\"c.newsnow.co.uk\",\"inventoryRatio\":0.12,\"ivt\":1.3,\"viewability\":45.45},{\"domain\":\"old.reddit.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":53.42}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":1.16,\"ivt\":1.94,\"viewability\":34.47,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.97,\"ivt\":1.94,\"viewability\":34.45}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.02,\"ivt\":6.45,\"viewability\":40.86,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":72.04,\"ivt\":5.97,\"viewability\":41.79},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":13.98,\"ivt\":7.69,\"viewability\":23.08},{\"domain\":\"outlook.live.com\",\"inventoryRatio\":5.38,\"ivt\":20.0,\"viewability\":40.0},{\"domain\":\"mail.aol.com\",\"inventoryRatio\":5.38,\"ivt\":0.0,\"viewability\":80.0},{\"domain\":\"aol.com\",\"inventoryRatio\":3.23,\"ivt\":0.0,\"viewability\":33.33}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"partner.googleadservices.com\",\"inventoryRatio\":66.67,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"googlesyndication.com\",\"inventoryRatio\":33.33,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"AdWords\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"g.doubleclick.net\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":67.65,\"maskingRatio\":0.61,\"ivt\":2.66,\"viewability\":55.96},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":22.05,\"maskingRatio\":0.17,\"ivt\":1.26,\"viewability\":26.78},{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":3.86,\"maskingRatio\":0.0,\"ivt\":1.03,\"viewability\":null},{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":2.4,\"maskingRatio\":0.03,\"ivt\":0.48,\"viewability\":71.32},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":2.03,\"maskingRatio\":0.24,\"ivt\":1.54,\"viewability\":58.29},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":1.29,\"maskingRatio\":0.39,\"ivt\":1.03,\"viewability\":59.99},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":0.71,\"maskingRatio\":1.4,\"ivt\":2.6,\"viewability\":38.29},{\"subDomain\":\"preview.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":35.0},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.96,\"viewability\":39.47},{\"subDomain\":\"fave-api.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":62.25,\"maskingRatio\":0.17,\"ivt\":2.14,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":37.51,\"maskingRatio\":0.23,\"ivt\":0.9,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.22,\"maskingRatio\":0.01,\"ivt\":1.54,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":3.88,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":64.71},{\"os\":\"Mac OS X\",\"inventoryRatio\":24.61},{\"os\":\"Windows 7\",\"inventoryRatio\":6.52},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.77},{\"os\":\"Chrome OS\",\"inventoryRatio\":1.38},{\"os\":\"Linux\",\"inventoryRatio\":0.49},{\"os\":\"Windows 8\",\"inventoryRatio\":0.18},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.16}],\"byMobileOS\":[{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":33.52},{\"os\":\"Android 1.x\",\"inventoryRatio\":32.15},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.57},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.5},{\"os\":\"Android\",\"inventoryRatio\":2.98},{\"os\":\"Android 6.x\",\"inventoryRatio\":1.5},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.63},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.57},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.22},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.19}]}},{\"adDomain\":\"cnn.com\",\"region\":\"NON-US\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":2.14,\"ivtRisk\":\"low\",\"viewability\":51.57,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":786158447,\"desktopTrafficRatio\":62.25,\"mobileTrafficRatio\":37.51,\"videoTrafficRatio\":83.68,\"ctr\":0.29,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":6430},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":2.74},\"invalidTraffic\":{\"ivt\":2.14,\"givt\":0.33,\"sivt\":1.81,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.27,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.05,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.62},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.31},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.25},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.25},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.24},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.07},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"VideoClickFraud\",\"givt\":0.0,\"sivt\":0.01}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":85.94},{\"name\":\"N/A\",\"trafficRatio\":6.63},{\"name\":\"Hype Enterprises\",\"trafficRatio\":1.59},{\"name\":\"Amazon.com\",\"trafficRatio\":1.33},{\"name\":\"Zscaler\",\"trafficRatio\":0.53},{\"name\":\"SoftLayer Technologies\",\"trafficRatio\":0.53},{\"name\":\"Zenlayer\",\"trafficRatio\":0.53},{\"name\":\"AIS Fibre\",\"trafficRatio\":0.53},{\"name\":\"Google Cloud\",\"trafficRatio\":0.53},{\"name\":\"Performive\",\"trafficRatio\":0.53},{\"name\":\"Psychz Networks\",\"trafficRatio\":0.27},{\"name\":\"Microsoft Azure\",\"trafficRatio\":0.27},{\"name\":\"Scaleway\",\"trafficRatio\":0.27},{\"name\":\"Alibaba\",\"trafficRatio\":0.27},{\"name\":\"OVH Hosting\",\"trafficRatio\":0.27}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":81.12,\"ivt\":2.21,\"viewability\":55.35},{\"region\":\"NON-US\",\"inventoryRatio\":18.88,\"ivt\":2.14,\"viewability\":52.78},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":2.2,\"viewability\":54.7}],\"byCountry\":[{\"countryName\":\"Canada\",\"inventoryRatio\":67.42,\"ivt\":1.41,\"viewability\":54.52},{\"countryName\":\"Australia\",\"inventoryRatio\":18.22,\"ivt\":3.16,\"viewability\":47.55},{\"countryName\":\"Mexico\",\"inventoryRatio\":3.24,\"ivt\":1.62,\"viewability\":46.03},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":1.18,\"ivt\":6.66,\"viewability\":49.09},{\"countryName\":\"New Zealand\",\"inventoryRatio\":1.12,\"ivt\":1.8,\"viewability\":50.21},{\"countryName\":\"Singapore\",\"inventoryRatio\":0.67,\"ivt\":6.3,\"viewability\":52.99},{\"countryName\":\"Germany\",\"inventoryRatio\":0.65,\"ivt\":5.24,\"viewability\":59.49},{\"countryName\":\"Philippines\",\"inventoryRatio\":0.5,\"ivt\":3.22,\"viewability\":52.15},{\"countryName\":\"United Arab Emirates\",\"inventoryRatio\":0.5,\"ivt\":4.84,\"viewability\":59.31},{\"countryName\":\"United Kingdom\",\"inventoryRatio\":0.35,\"ivt\":1.99,\"viewability\":60.98},{\"countryName\":\"India\",\"inventoryRatio\":0.35,\"ivt\":5.45,\"viewability\":52.06},{\"countryName\":\"Malaysia\",\"inventoryRatio\":0.34,\"ivt\":3.68,\"viewability\":53.01},{\"countryName\":\"Viet Nam\",\"inventoryRatio\":0.26,\"ivt\":9.03,\"viewability\":47.01},{\"countryName\":\"Colombia\",\"inventoryRatio\":0.25,\"ivt\":1.2,\"viewability\":40.01},{\"countryName\":\"Hong Kong\",\"inventoryRatio\":0.25,\"ivt\":6.73,\"viewability\":50.87},{\"countryName\":\"Israel\",\"inventoryRatio\":0.2,\"ivt\":2.09,\"viewability\":57.38},{\"countryName\":\"Saudi Arabia\",\"inventoryRatio\":0.19,\"ivt\":3.04,\"viewability\":52.34},{\"countryName\":\"Japan\",\"inventoryRatio\":0.19,\"ivt\":3.13,\"viewability\":49.01},{\"countryName\":\"South Africa\",\"inventoryRatio\":0.18,\"ivt\":2.83,\"viewability\":53.61},{\"countryName\":\"Switzerland\",\"inventoryRatio\":0.18,\"ivt\":2.26,\"viewability\":53.0},{\"countryName\":\"Thailand\",\"inventoryRatio\":0.17,\"ivt\":4.27,\"viewability\":50.09},{\"countryName\":\"Puerto Rico\",\"inventoryRatio\":0.17,\"ivt\":2.12,\"viewability\":55.31},{\"countryName\":\"Netherlands\",\"inventoryRatio\":0.14,\"ivt\":2.91,\"viewability\":56.25},{\"countryName\":\"Sweden\",\"inventoryRatio\":0.12,\"ivt\":6.17,\"viewability\":63.8},{\"countryName\":\"Belgium\",\"inventoryRatio\":0.11,\"ivt\":1.7,\"viewability\":60.24},{\"countryName\":\"Ireland\",\"inventoryRatio\":0.1,\"ivt\":2.84,\"viewability\":62.53},{\"countryName\":\"Brazil\",\"inventoryRatio\":0.1,\"ivt\":2.43,\"viewability\":50.28}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":29.09,\"ivt\":2.01,\"viewability\":58.14},{\"adSize\":\"Other\",\"inventoryRatio\":22.71,\"ivt\":1.84,\"viewability\":49.86},{\"adSize\":\"970x250\",\"inventoryRatio\":17.3,\"ivt\":2.88,\"viewability\":48.96},{\"adSize\":\"300x600\",\"inventoryRatio\":16.72,\"ivt\":2.53,\"viewability\":52.2},{\"adSize\":\"null\",\"inventoryRatio\":6.8,\"ivt\":2.51,\"viewability\":0.0},{\"adSize\":\"728x90\",\"inventoryRatio\":5.55,\"ivt\":1.93,\"viewability\":39.26},{\"adSize\":\"970x90\",\"inventoryRatio\":1.81,\"ivt\":1.21,\"viewability\":52.1}],\"byDma\":null},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":55.22,\"ivt\":1.28,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":48.98},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":29.57,\"ivt\":2.47,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.2},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":8.81,\"ivt\":5.19,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":62.78},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":3.82,\"ivt\":2.91,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.52},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":2.55,\"ivt\":1.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":41.3},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.02,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":98.41,\"ivt\":null},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"Turner Broadcasting Europe\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":8.33,\"estBidLow\":0.73,\"estBidHigh\":1.09,\"viewability\":75.0},{\"exchange\":\"Pangaea Alliance\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":33.33}],\"viewability\":{\"viewability\":51.57,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":29.09,\"viewability\":58.14},{\"adSize\":\"Other\",\"inventoryRatio\":22.71,\"viewability\":49.86},{\"adSize\":\"970x250\",\"inventoryRatio\":17.3,\"viewability\":48.96},{\"adSize\":\"300x600\",\"inventoryRatio\":16.72,\"viewability\":52.2},{\"adSize\":\"null\",\"inventoryRatio\":6.8,\"viewability\":0.0},{\"adSize\":\"728x90\",\"inventoryRatio\":5.55,\"viewability\":39.26},{\"adSize\":\"970x90\",\"inventoryRatio\":1.81,\"viewability\":52.1}]},\"ctr\":{\"ctr\":0.29,\"byAdSize\":[{\"adSize\":\"1152x720\",\"ctr\":1.92},{\"adSize\":\"1707x960\",\"ctr\":1.89},{\"adSize\":\"911x512\",\"ctr\":1.89},{\"adSize\":\"1440x960\",\"ctr\":1.56},{\"adSize\":\"1792x1120\",\"ctr\":1.45},{\"adSize\":\"1504x1003\",\"ctr\":1.43},{\"adSize\":\"1760x990\",\"ctr\":1.42},{\"adSize\":\"3440x1440\",\"ctr\":1.33},{\"adSize\":\"912x608\",\"ctr\":1.28},{\"adSize\":\"2560x1080\",\"ctr\":1.23},{\"adSize\":\"1280x768\",\"ctr\":1.23},{\"adSize\":\"1536x960\",\"ctr\":1.06},{\"adSize\":\"1500x1000\",\"ctr\":0.96},{\"adSize\":\"1344x840\",\"ctr\":0.94},{\"adSize\":\"1024x820\",\"ctr\":0.89},{\"adSize\":\"834x1194\",\"ctr\":0.79},{\"adSize\":\"1098x618\",\"ctr\":0.68},{\"adSize\":\"1024x768\",\"ctr\":0.67},{\"adSize\":\"1360x768\",\"ctr\":0.62},{\"adSize\":\"1093x615\",\"ctr\":0.56},{\"adSize\":\"1024x1366\",\"ctr\":0.51},{\"adSize\":\"2752x1152\",\"ctr\":0.49},{\"adSize\":\"1368x912\",\"ctr\":0.48},{\"adSize\":\"2048x1152\",\"ctr\":0.42},{\"adSize\":\"640x480\",\"ctr\":0.4},{\"adSize\":\"810x1080\",\"ctr\":0.39},{\"adSize\":\"1920x1200\",\"ctr\":0.37},{\"adSize\":\"1280x720\",\"ctr\":0.35},{\"adSize\":\"1600x900\",\"ctr\":0.34},{\"adSize\":\"1680x1050\",\"ctr\":0.34},{\"adSize\":\"1280x1024\",\"ctr\":0.32},{\"adSize\":\"1366x768\",\"ctr\":0.31},{\"adSize\":\"1536x864\",\"ctr\":0.31},{\"adSize\":\"1280x800\",\"ctr\":0.3},{\"adSize\":\"834x1112\",\"ctr\":0.3},{\"adSize\":\"2560x1440\",\"ctr\":0.27},{\"adSize\":\"1440x900\",\"ctr\":0.26},{\"adSize\":\"1920x1080\",\"ctr\":0.21},{\"adSize\":\"768x1024\",\"ctr\":0.13},{\"adSize\":\"780x438\",\"ctr\":0.09}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":66.43,\"ivt\":2.06,\"viewability\":57.4,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":28.42,\"ivt\":1.77,\"viewability\":43.52,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":73.66,\"ivt\":2.05,\"viewability\":42.97},{\"domain\":\"google.ca\",\"inventoryRatio\":8.34,\"ivt\":0.46,\"viewability\":51.26},{\"domain\":\"news.google.com\",\"inventoryRatio\":6.88,\"ivt\":1.54,\"viewability\":42.82},{\"domain\":\"bing.com\",\"inventoryRatio\":3.92,\"ivt\":1.02,\"viewability\":47.47},{\"domain\":\"google.com.mx\",\"inventoryRatio\":3.12,\"ivt\":0.62,\"viewability\":29.02},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.53,\"ivt\":0.63,\"viewability\":48.19},{\"domain\":\"google.es\",\"inventoryRatio\":0.28,\"ivt\":0.49,\"viewability\":32.35},{\"domain\":\"msn.com\",\"inventoryRatio\":0.23,\"ivt\":0.6,\"viewability\":45.18},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.23,\"ivt\":2.42,\"viewability\":51.85},{\"domain\":\"google.com.au\",\"inventoryRatio\":0.21,\"ivt\":1.94,\"viewability\":50.32},{\"domain\":\"search.myway.com\",\"inventoryRatio\":0.16,\"ivt\":2.52,\"viewability\":47.9}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":2.74,\"ivt\":0.9,\"viewability\":38.31,\"domains\":[{\"domain\":\"t.co\",\"inventoryRatio\":48.1,\"ivt\":0.95,\"viewability\":34.97},{\"domain\":\"l.facebook.com\",\"inventoryRatio\":38.65,\"ivt\":0.78,\"viewability\":41.1},{\"domain\":\"facebook.com\",\"inventoryRatio\":5.38,\"ivt\":0.53,\"viewability\":36.8},{\"domain\":\"reddit.com\",\"inventoryRatio\":5.05,\"ivt\":1.69,\"viewability\":49.58},{\"domain\":\"linkedin.com\",\"inventoryRatio\":1.1,\"ivt\":2.6,\"viewability\":43.42},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":0.93,\"ivt\":0.0,\"viewability\":38.46},{\"domain\":\"youtube.com\",\"inventoryRatio\":0.46,\"ivt\":0.0,\"viewability\":37.5},{\"domain\":\"m.facebook.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":25.0}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":1.49,\"ivt\":1.97,\"viewability\":41.7,\"domains\":[{\"domain\":\"outbrain.com\",\"inventoryRatio\":11.78,\"ivt\":0.22,\"viewability\":37.58},{\"domain\":\"drudgereport.com\",\"inventoryRatio\":7.47,\"ivt\":0.7,\"viewability\":48.21},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":5.34,\"ivt\":0.0,\"viewability\":4.93},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":4.15,\"ivt\":0.63,\"viewability\":65.82},{\"domain\":\"flipboard.com\",\"inventoryRatio\":3.29,\"ivt\":1.6,\"viewability\":45.6},{\"domain\":\"maktoob.yahoo.com\",\"inventoryRatio\":3.23,\"ivt\":0.81,\"viewability\":72.36},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":2.16,\"ivt\":0.0,\"viewability\":43.21},{\"domain\":\"ecosia.org\",\"inventoryRatio\":2.05,\"ivt\":0.0,\"viewability\":38.46},{\"domain\":\"classroom.google.com\",\"inventoryRatio\":1.89,\"ivt\":0.0,\"viewability\":29.17},{\"domain\":\"apple.news\",\"inventoryRatio\":1.81,\"ivt\":0.0,\"viewability\":50.72},{\"domain\":\"old.reddit.com\",\"inventoryRatio\":1.74,\"ivt\":0.0,\"viewability\":46.97},{\"domain\":\"ighome.com\",\"inventoryRatio\":1.63,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"fark.com\",\"inventoryRatio\":1.58,\"ivt\":0.0,\"viewability\":45.0},{\"domain\":\"getpocket.com\",\"inventoryRatio\":1.55,\"ivt\":1.69,\"viewability\":35.59},{\"domain\":\"c.newsnow.co.uk\",\"inventoryRatio\":1.55,\"ivt\":0.0,\"viewability\":40.68},{\"domain\":\"rss.ighome.com\",\"inventoryRatio\":1.52,\"ivt\":0.0,\"viewability\":44.83},{\"domain\":\"recaptcha-demo.appspot.com\",\"inventoryRatio\":1.47,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"cn.bing.com\",\"inventoryRatio\":1.24,\"ivt\":10.64,\"viewability\":48.94},{\"domain\":\"en.wikipedia.org\",\"inventoryRatio\":1.21,\"ivt\":2.17,\"viewability\":34.78},{\"domain\":\"uhrs.playmsn.com\",\"inventoryRatio\":0.92,\"ivt\":0.0,\"viewability\":22.86},{\"domain\":\"url.google.com\",\"inventoryRatio\":0.89,\"ivt\":5.88,\"viewability\":45.45},{\"domain\":\"finviz.com\",\"inventoryRatio\":0.84,\"ivt\":3.13,\"viewability\":37.5},{\"domain\":\"remolacha.net\",\"inventoryRatio\":0.66,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"trends.google.com\",\"inventoryRatio\":0.63,\"ivt\":4.17,\"viewability\":45.83},{\"domain\":\"coccoc.com\",\"inventoryRatio\":0.6,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"zihuatanejo.net\",\"inventoryRatio\":0.6,\"ivt\":0.0,\"viewability\":82.61},{\"domain\":\"results.searchlock.com\",\"inventoryRatio\":0.6,\"ivt\":0.0,\"viewability\":56.52},{\"domain\":\"bleacherreport.com\",\"inventoryRatio\":0.53,\"ivt\":0.0,\"viewability\":65.0},{\"domain\":\"202020.net\",\"inventoryRatio\":0.53,\"ivt\":0.0,\"viewability\":65.0},{\"domain\":\"ctvnews.ca\",\"inventoryRatio\":0.53,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":0.5,\"ivt\":0.0,\"viewability\":15.79},{\"domain\":\"theguardian.com\",\"inventoryRatio\":0.5,\"ivt\":5.26,\"viewability\":47.37},{\"domain\":\"protopage.com\",\"inventoryRatio\":0.47,\"ivt\":0.0,\"viewability\":27.78},{\"domain\":\"apps.crowdtangle.com\",\"inventoryRatio\":0.42,\"ivt\":0.0,\"viewability\":6.25},{\"domain\":\"refdesk.com\",\"inventoryRatio\":0.42,\"ivt\":6.25,\"viewability\":31.25},{\"domain\":\"arabic-media.com\",\"inventoryRatio\":0.42,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"news.ycombinator.com\",\"inventoryRatio\":0.42,\"ivt\":0.0,\"viewability\":31.25},{\"domain\":\"baidu.com\",\"inventoryRatio\":0.42,\"ivt\":6.25,\"viewability\":50.0},{\"domain\":\"ceoexpress.com\",\"inventoryRatio\":0.39,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"mhqonline.com\",\"inventoryRatio\":0.39,\"ivt\":0.0,\"viewability\":60.0},{\"domain\":\"search.becovi.com\",\"inventoryRatio\":0.39,\"ivt\":0.0,\"viewability\":20.0},{\"domain\":\"washingtonpost.com\",\"inventoryRatio\":0.37,\"ivt\":0.0,\"viewability\":42.86},{\"domain\":\"qwant.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":46.15},{\"domain\":\"hotsheet.com\",\"inventoryRatio\":0.29,\"ivt\":0.0,\"viewability\":63.64},{\"domain\":\"i.maxthon.com\",\"inventoryRatio\":0.29,\"ivt\":0.0,\"viewability\":72.73},{\"domain\":\"newsandguts.com\",\"inventoryRatio\":0.29,\"ivt\":0.0,\"viewability\":27.27},{\"domain\":\"saigonbao.com\",\"inventoryRatio\":0.26,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"feedly.com\",\"inventoryRatio\":0.26,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"nabdapp.com\",\"inventoryRatio\":0.26,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"es.wikipedia.org\",\"inventoryRatio\":0.24,\"ivt\":0.0,\"viewability\":22.22},{\"domain\":\"mybrowser-search.com\",\"inventoryRatio\":0.21,\"ivt\":0.0,\"viewability\":62.5},{\"domain\":\"my.yahoo.com\",\"inventoryRatio\":0.21,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"tpf.ca\",\"inventoryRatio\":0.21,\"ivt\":0.0,\"viewability\":75.0},{\"domain\":\"cloud.appspace.com\",\"inventoryRatio\":0.21,\"ivt\":100.0,\"viewability\":0.0},{\"domain\":\"searchdesk.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":85.71},{\"domain\":\"sogou.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":71.43},{\"domain\":\"www-personal.umich.edu\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":57.14},{\"domain\":\"ebizmba.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":14.29},{\"domain\":\"yandex.ru\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":71.43},{\"domain\":\"l.messenger.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":42.86},{\"domain\":\"forexfactory.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":57.14},{\"domain\":\"webmail.bell.net\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":28.57},{\"domain\":\"learn.senecacollege.ca\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":42.86},{\"domain\":\"nationalnewswatch.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":42.86},{\"domain\":\"s.muz.li\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":57.14},{\"domain\":\"web2discover.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"gazeteler.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":83.33},{\"domain\":\"klse.i3investor.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":100.0},{\"domain\":\"officeapps.live.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"localhost\",\"inventoryRatio\":0.16,\"ivt\":16.67,\"viewability\":16.67},{\"domain\":\"drudge.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"theconservativetreehouse.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"stocktwits.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"theatlantic.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"xavierserbia.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"hawamer.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":80.0},{\"domain\":\"start.me\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":80.0},{\"domain\":\"arabic.cnn.io\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":20.0},{\"domain\":\"trends.google.com.vn\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":60.0},{\"domain\":\"chedot.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":60.0},{\"domain\":\"freeformsnow.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":80.0},{\"domain\":\"s3arch.page\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":20.0},{\"domain\":\"ntp.msn.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":100.0},{\"domain\":\"trends.google.com.mx\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":60.0},{\"domain\":\"kafe.co.il\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"uabc.blackboard.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":25.0},{\"domain\":\"glb.shawcable.net\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":75.0},{\"domain\":\"politico.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"mx.investing.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"crikey.com.au\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":25.0},{\"domain\":\"instapaper.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":25.0},{\"domain\":\"yeezysupply.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"quora.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"memeorandum.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":100.0},{\"domain\":\"cbc.ca\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":75.0},{\"domain\":\"news.com.au\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"namtranslations.iway.na\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":75.0},{\"domain\":\"dsearch.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"engageya.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":25.0},{\"domain\":\"slashdot.org\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"symbaloo.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":25.0},{\"domain\":\"supremenewyork.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"l.workplace.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":25.0},{\"domain\":\"pantip.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"app.buzzsumo.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"rts.pitchbook.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"www2.smartbrief.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":75.0}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":0.89,\"ivt\":2.74,\"viewability\":37.63,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":100.0,\"ivt\":2.74,\"viewability\":37.63}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.03,\"ivt\":7.06,\"viewability\":38.82,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":75.29,\"ivt\":6.25,\"viewability\":42.19},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":15.29,\"ivt\":7.69,\"viewability\":23.08},{\"domain\":\"outlook.live.com\",\"inventoryRatio\":5.88,\"ivt\":20.0,\"viewability\":40.0},{\"domain\":\"aol.com\",\"inventoryRatio\":3.53,\"ivt\":0.0,\"viewability\":33.33}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"partner.googleadservices.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]},{\"trafficSource\":\"AdWords\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"g.doubleclick.net\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":83.32,\"maskingRatio\":0.53,\"ivt\":3.35,\"viewability\":53.98},{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":7.16,\"maskingRatio\":0.0,\"ivt\":1.03,\"viewability\":null},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":5.61,\"maskingRatio\":0.33,\"ivt\":1.35,\"viewability\":35.27},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":2.53,\"maskingRatio\":0.29,\"ivt\":1.75,\"viewability\":56.46},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":0.73,\"maskingRatio\":1.19,\"ivt\":2.86,\"viewability\":39.87},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":0.61,\"maskingRatio\":0.88,\"ivt\":1.82,\"viewability\":58.82},{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":0.87,\"viewability\":54.55},{\"subDomain\":\"preview.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":35.0},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.13,\"viewability\":41.67},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":62.25,\"maskingRatio\":0.17,\"ivt\":2.14,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":37.51,\"maskingRatio\":0.23,\"ivt\":0.9,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.22,\"maskingRatio\":0.01,\"ivt\":1.54,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":3.88,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":64.71},{\"os\":\"Mac OS X\",\"inventoryRatio\":24.61},{\"os\":\"Windows 7\",\"inventoryRatio\":6.52},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.77},{\"os\":\"Chrome OS\",\"inventoryRatio\":1.38},{\"os\":\"Linux\",\"inventoryRatio\":0.49},{\"os\":\"Windows 8\",\"inventoryRatio\":0.18},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.16}],\"byMobileOS\":[{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":33.52},{\"os\":\"Android 1.x\",\"inventoryRatio\":32.15},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.57},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.5},{\"os\":\"Android\",\"inventoryRatio\":2.98},{\"os\":\"Android 6.x\",\"inventoryRatio\":1.5},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.63},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.57},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.22},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.19}]}},{\"adDomain\":\"cnn.com\",\"region\":\"NON-US\",\"device\":\"mobile\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":0.9,\"ivtRisk\":\"low\",\"viewability\":43.56,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":473701716,\"desktopTrafficRatio\":62.25,\"mobileTrafficRatio\":37.51,\"videoTrafficRatio\":61.35,\"ctr\":0.44,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":4443},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":21.94},\"invalidTraffic\":{\"ivt\":0.9,\"givt\":0.17,\"sivt\":0.73,\"givtTypes\":[{\"fraudType\":\"Fast Clicker\",\"givt\":0.09,\"sivt\":0.0},{\"fraudType\":\"Data Center\",\"givt\":0.07,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.4},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.21},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.07},{\"fraudType\":\"VideoClickFraud\",\"givt\":0.0,\"sivt\":0.03},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.02}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":82.86},{\"name\":\"ALTAN REDES, S.A.P.I. de C. V.\",\"trafficRatio\":7.14},{\"name\":\"N/A\",\"trafficRatio\":4.29},{\"name\":\"Digital Ocean\",\"trafficRatio\":1.43},{\"name\":\"HostDime.com\",\"trafficRatio\":1.43},{\"name\":\"SoftLayer Technologies\",\"trafficRatio\":1.43},{\"name\":\"Hetzner Online GmbH\",\"trafficRatio\":1.43}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":85.27,\"ivt\":0.67,\"viewability\":61.82},{\"region\":\"NON-US\",\"inventoryRatio\":14.73,\"ivt\":0.9,\"viewability\":44.19},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":0.7,\"viewability\":56.4}],\"byCountry\":[{\"countryName\":\"Canada\",\"inventoryRatio\":50.51,\"ivt\":0.66,\"viewability\":61.23},{\"countryName\":\"Mexico\",\"inventoryRatio\":25.87,\"ivt\":1.57,\"viewability\":34.11},{\"countryName\":\"Australia\",\"inventoryRatio\":9.55,\"ivt\":0.65,\"viewability\":47.03},{\"countryName\":\"Malaysia\",\"inventoryRatio\":1.93,\"ivt\":0.44,\"viewability\":61.03},{\"countryName\":\"Singapore\",\"inventoryRatio\":1.87,\"ivt\":0.91,\"viewability\":59.26},{\"countryName\":\"New Zealand\",\"inventoryRatio\":1.34,\"ivt\":0.52,\"viewability\":49.89},{\"countryName\":\"Colombia\",\"inventoryRatio\":0.81,\"ivt\":1.33,\"viewability\":38.93},{\"countryName\":\"Philippines\",\"inventoryRatio\":0.49,\"ivt\":0.84,\"viewability\":62.27},{\"countryName\":\"Hong Kong\",\"inventoryRatio\":0.47,\"ivt\":1.27,\"viewability\":53.01},{\"countryName\":\"Egypt\",\"inventoryRatio\":0.43,\"ivt\":0.44,\"viewability\":62.16},{\"countryName\":\"India\",\"inventoryRatio\":0.4,\"ivt\":0.8,\"viewability\":60.21},{\"countryName\":\"Saudi Arabia\",\"inventoryRatio\":0.39,\"ivt\":0.97,\"viewability\":59.3},{\"countryName\":\"Puerto Rico\",\"inventoryRatio\":0.37,\"ivt\":1.71,\"viewability\":43.14},{\"countryName\":\"United Arab Emirates\",\"inventoryRatio\":0.33,\"ivt\":0.62,\"viewability\":32.58},{\"countryName\":\"South Africa\",\"inventoryRatio\":0.32,\"ivt\":0.23,\"viewability\":58.92},{\"countryName\":\"Germany\",\"inventoryRatio\":0.3,\"ivt\":4.09,\"viewability\":55.78},{\"countryName\":\"Thailand\",\"inventoryRatio\":0.29,\"ivt\":1.69,\"viewability\":56.21},{\"countryName\":\"Province of China Taiwan\",\"inventoryRatio\":0.2,\"ivt\":0.8,\"viewability\":52.73},{\"countryName\":\"Costa Rica\",\"inventoryRatio\":0.19,\"ivt\":1.13,\"viewability\":52.17},{\"countryName\":\"Netherlands\",\"inventoryRatio\":0.18,\"ivt\":1.99,\"viewability\":60.81},{\"countryName\":\"Viet Nam\",\"inventoryRatio\":0.16,\"ivt\":2.0,\"viewability\":52.03},{\"countryName\":\"Guatemala\",\"inventoryRatio\":0.15,\"ivt\":3.91,\"viewability\":45.65},{\"countryName\":\"Brazil\",\"inventoryRatio\":0.15,\"ivt\":1.41,\"viewability\":54.0},{\"countryName\":\"Argentina\",\"inventoryRatio\":0.14,\"ivt\":0.6,\"viewability\":41.22},{\"countryName\":\"Nigeria\",\"inventoryRatio\":0.13,\"ivt\":0.84,\"viewability\":59.36},{\"countryName\":\"Indonesia\",\"inventoryRatio\":0.13,\"ivt\":1.67,\"viewability\":59.23},{\"countryName\":\"Kuwait\",\"inventoryRatio\":0.12,\"ivt\":0.19,\"viewability\":61.68},{\"countryName\":\"Japan\",\"inventoryRatio\":0.1,\"ivt\":1.07,\"viewability\":52.7}],\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":59.81,\"ivt\":1.45,\"viewability\":44.02},{\"adSize\":\"300x600\",\"inventoryRatio\":16.63,\"ivt\":1.36,\"viewability\":42.83},{\"adSize\":\"Other\",\"inventoryRatio\":10.95,\"ivt\":0.66,\"viewability\":57.64},{\"adSize\":\"null\",\"inventoryRatio\":9.6,\"ivt\":0.55,\"viewability\":0.0},{\"adSize\":\"320x50\",\"inventoryRatio\":1.45,\"ivt\":1.11,\"viewability\":66.44},{\"adSize\":\"728x90\",\"inventoryRatio\":0.67,\"ivt\":1.01,\"viewability\":43.77},{\"adSize\":\"970x250\",\"inventoryRatio\":0.65,\"ivt\":1.16,\"viewability\":34.53},{\"adSize\":\"392x340\",\"inventoryRatio\":0.13,\"ivt\":0.2,\"viewability\":70.59}],\"byDma\":null},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":64.18,\"ivt\":1.32,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":50.84},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":21.69,\"ivt\":1.11,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":59.91},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":8.12,\"ivt\":1.26,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":65.24},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":4.21,\"ivt\":1.13,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":37.82},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":1.73,\"ivt\":2.77,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":60.31},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.03,\"ivt\":10.53,\"estBidLow\":0.2,\"estBidHigh\":1.56,\"viewability\":33.16},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":85.94,\"ivt\":null},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":33.33,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":33.33},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"Turner Broadcasting Europe\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.02,\"ivt\":0.0,\"estBidLow\":0.29,\"estBidHigh\":1.84,\"viewability\":43.33},{\"exchange\":\"Multi Channel Network Pty Ltd.\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":11.11,\"estBidLow\":7.6,\"estBidHigh\":7.96,\"viewability\":66.67},{\"exchange\":\"Pangaea Alliance\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":66.67}],\"viewability\":{\"viewability\":43.56,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":59.81,\"viewability\":44.02},{\"adSize\":\"300x600\",\"inventoryRatio\":16.63,\"viewability\":42.83},{\"adSize\":\"Other\",\"inventoryRatio\":10.95,\"viewability\":57.64},{\"adSize\":\"null\",\"inventoryRatio\":9.6,\"viewability\":0.0},{\"adSize\":\"320x50\",\"inventoryRatio\":1.45,\"viewability\":66.44},{\"adSize\":\"728x90\",\"inventoryRatio\":0.67,\"viewability\":43.77},{\"adSize\":\"970x250\",\"inventoryRatio\":0.65,\"viewability\":34.53},{\"adSize\":\"392x340\",\"inventoryRatio\":0.13,\"viewability\":70.59}]},\"ctr\":{\"ctr\":0.44,\"byAdSize\":[{\"adSize\":\"375x667\",\"ctr\":1.72},{\"adSize\":\"360x780\",\"ctr\":1.72},{\"adSize\":\"1280x800\",\"ctr\":1.38},{\"adSize\":\"1024x768\",\"ctr\":1.37},{\"adSize\":\"760x479\",\"ctr\":1.34},{\"adSize\":\"601x962\",\"ctr\":1.23},{\"adSize\":\"360x640\",\"ctr\":1.23},{\"adSize\":\"800x1280\",\"ctr\":1.11},{\"adSize\":\"392x261\",\"ctr\":0.76},{\"adSize\":\"392x220\",\"ctr\":0.57},{\"adSize\":\"375x812\",\"ctr\":0.54},{\"adSize\":\"1920x1080\",\"ctr\":0.5},{\"adSize\":\"640x480\",\"ctr\":0.41},{\"adSize\":\"414x896\",\"ctr\":0.32},{\"adSize\":\"768x1024\",\"ctr\":0.31},{\"adSize\":\"340x191\",\"ctr\":0.2}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":38.55,\"ivt\":1.3,\"viewability\":50.36,\"domains\":null},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":22.9,\"ivt\":0.82,\"viewability\":36.99,\"domains\":[{\"domain\":\"android-app\",\"inventoryRatio\":77.33,\"ivt\":0.8,\"viewability\":29.46},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":14.73,\"ivt\":0.56,\"viewability\":66.89},{\"domain\":\"cdn.ampproject.org\",\"inventoryRatio\":2.24,\"ivt\":1.11,\"viewability\":46.19},{\"domain\":\"outbrain.com\",\"inventoryRatio\":0.62,\"ivt\":7.43,\"viewability\":36.87},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":0.44,\"ivt\":0.37,\"viewability\":77.44},{\"domain\":\"smartnews.com\",\"inventoryRatio\":0.31,\"ivt\":1.06,\"viewability\":37.84},{\"domain\":\"drudgereport.com\",\"inventoryRatio\":0.28,\"ivt\":0.0,\"viewability\":62.35},{\"domain\":\"apple.news\",\"inventoryRatio\":0.24,\"ivt\":0.0,\"viewability\":60.84},{\"domain\":\"googleapis.com\",\"inventoryRatio\":0.2,\"ivt\":1.67,\"viewability\":24.17},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":0.16,\"ivt\":3.19,\"viewability\":69.15}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":21.94,\"ivt\":0.97,\"viewability\":29.01,\"domains\":[{\"domain\":\"m.facebook.com\",\"inventoryRatio\":94.12,\"ivt\":0.98,\"viewability\":28.68},{\"domain\":\"t.co\",\"inventoryRatio\":3.4,\"ivt\":0.61,\"viewability\":35.7},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":1.7,\"ivt\":1.22,\"viewability\":28.11},{\"domain\":\"l.facebook.com\",\"inventoryRatio\":0.39,\"ivt\":1.33,\"viewability\":24.55},{\"domain\":\"reddit.com\",\"inventoryRatio\":0.22,\"ivt\":0.0,\"viewability\":69.53}]},{\"trafficSource\":\"Search\",\"inventoryRatio\":15.18,\"ivt\":1.22,\"viewability\":42.1,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":76.54,\"ivt\":1.19,\"viewability\":42.02},{\"domain\":\"google.ca\",\"inventoryRatio\":11.3,\"ivt\":1.1,\"viewability\":49.28},{\"domain\":\"google.com.mx\",\"inventoryRatio\":7.72,\"ivt\":1.78,\"viewability\":30.43},{\"domain\":\"bing.com\",\"inventoryRatio\":0.85,\"ivt\":0.59,\"viewability\":46.75},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":0.79,\"ivt\":1.58,\"viewability\":45.57},{\"domain\":\"news.google.com\",\"inventoryRatio\":0.62,\"ivt\":1.21,\"viewability\":55.87},{\"domain\":\"google.org\",\"inventoryRatio\":0.47,\"ivt\":1.06,\"viewability\":28.57},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.45,\"ivt\":1.68,\"viewability\":47.19},{\"domain\":\"google.com.co\",\"inventoryRatio\":0.24,\"ivt\":0.0,\"viewability\":38.54}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":1.43,\"ivt\":1.46,\"viewability\":32.57,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.95,\"ivt\":1.46,\"viewability\":32.53}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":62.5,\"domains\":[{\"domain\":\"mail.aol.com\",\"inventoryRatio\":62.5,\"ivt\":0.0,\"viewability\":80.0},{\"domain\":\"mail.google.com\",\"inventoryRatio\":37.5,\"ivt\":0.0,\"viewability\":33.33}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":null,\"domains\":[{\"domain\":\"partner.googleadservices.com\",\"inventoryRatio\":50.0,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"googlesyndication.com\",\"inventoryRatio\":50.0,\"ivt\":0.0,\"viewability\":null}]}],\"subDomains\":[{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":48.95,\"maskingRatio\":0.8,\"ivt\":1.28,\"viewability\":58.26},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":41.63,\"maskingRatio\":0.15,\"ivt\":1.24,\"viewability\":25.55},{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":5.21,\"maskingRatio\":0.03,\"ivt\":0.48,\"viewability\":71.63},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":2.05,\"maskingRatio\":0.22,\"ivt\":0.77,\"viewability\":60.37},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":1.47,\"maskingRatio\":0.14,\"ivt\":1.12,\"viewability\":61.48},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":0.7,\"maskingRatio\":1.66,\"ivt\":2.25,\"viewability\":36.49},{\"subDomain\":\"fave-api.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":0.0},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":62.25,\"maskingRatio\":0.17,\"ivt\":2.14,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":37.51,\"maskingRatio\":0.23,\"ivt\":0.9,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.22,\"maskingRatio\":0.01,\"ivt\":1.54,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":3.88,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":64.71},{\"os\":\"Mac OS X\",\"inventoryRatio\":24.61},{\"os\":\"Windows 7\",\"inventoryRatio\":6.52},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.77},{\"os\":\"Chrome OS\",\"inventoryRatio\":1.38},{\"os\":\"Linux\",\"inventoryRatio\":0.49},{\"os\":\"Windows 8\",\"inventoryRatio\":0.18},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.16}],\"byMobileOS\":[{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":33.52},{\"os\":\"Android 1.x\",\"inventoryRatio\":32.15},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.57},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.5},{\"os\":\"Android\",\"inventoryRatio\":2.98},{\"os\":\"Android 6.x\",\"inventoryRatio\":1.5},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.63},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.57},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.22},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.19}]}}]}]\n"},{"id":"76375b16-adef-4c62-b928-6814a9e8c3c2","name":"importDomains - Not found domain","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"<<invaliddomain>>\", \"status\": \"NotFound\",\"data\": null}]"},{"id":"1311a384-ab47-4608-8572-9d9cf455f587","name":"importDomains (Region & Device)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"desktop","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"US","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"cnn.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"Arts & Entertainment\",\"News\"],\"iabSubCategory\":[\"Movies\",\"International News\"],\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":2.21,\"ivtRisk\":\"low\",\"viewability\":53.74,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":3376963078,\"desktopTrafficRatio\":55.14,\"mobileTrafficRatio\":44.77,\"videoTrafficRatio\":89.16,\"ctr\":0.17,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":10868},\"trafficQualityRisk\":{\"ivtRisk\":\"low\",\"clickFraudRisk\":\"low\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":27.5,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"medium\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":2.18},\"invalidTraffic\":{\"ivt\":2.21,\"givt\":0.41,\"sivt\":1.8,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.4,\"sivt\":0.0},{\"fraudType\":\"Fast Clicker\",\"givt\":0.01,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.86},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.37},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.07},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":0.03}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":64.0},{\"name\":\"IT World\",\"trafficRatio\":13.47},{\"name\":\"Psychz Networks\",\"trafficRatio\":6.29},{\"name\":\"ServerMania\",\"trafficRatio\":2.37},{\"name\":\"My Tec Sa\",\"trafficRatio\":1.88},{\"name\":\"Enzu\",\"trafficRatio\":1.22},{\"name\":\"QuickPacket, LLC\",\"trafficRatio\":1.14},{\"name\":\"Windstream Communications\",\"trafficRatio\":1.06},{\"name\":\"HOST1PLUS hosting services. Brazil.\",\"trafficRatio\":1.06},{\"name\":\"Amazon.com\",\"trafficRatio\":0.9},{\"name\":\"Google Cloud\",\"trafficRatio\":0.9},{\"name\":\"ABE\",\"trafficRatio\":0.65},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.65},{\"name\":\"VeloCloud Networks\",\"trafficRatio\":0.57},{\"name\":\"Hype Enterprises\",\"trafficRatio\":0.57},{\"name\":\"Global Digital DC\",\"trafficRatio\":0.41},{\"name\":\"Zscaler\",\"trafficRatio\":0.33},{\"name\":\"ColoCrossing\",\"trafficRatio\":0.33},{\"name\":\"Amazon Office\",\"trafficRatio\":0.33},{\"name\":\"Comcast Cable\",\"trafficRatio\":0.24},{\"name\":\"Microsoft Azure\",\"trafficRatio\":0.16},{\"name\":\"Fuse Internet Access\",\"trafficRatio\":0.16},{\"name\":\"Choopa, LLC\",\"trafficRatio\":0.16},{\"name\":\"Performive\",\"trafficRatio\":0.16},{\"name\":\"Igigle Host\",\"trafficRatio\":0.16},{\"name\":\"TierPoint, LLC\",\"trafficRatio\":0.16},{\"name\":\"Desert iNET\",\"trafficRatio\":0.16},{\"name\":\"Amazon\",\"trafficRatio\":0.08},{\"name\":\"Green Cloud Technologies,LLC\",\"trafficRatio\":0.08},{\"name\":\"123.Net\",\"trafficRatio\":0.08},{\"name\":\"Leaseweb USA\",\"trafficRatio\":0.08},{\"name\":\"Digital Ocean\",\"trafficRatio\":0.08},{\"name\":\"MOJOHOST\",\"trafficRatio\":0.08}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":81.12,\"ivt\":2.21,\"viewability\":55.35},{\"region\":\"NON-US\",\"inventoryRatio\":18.88,\"ivt\":2.14,\"viewability\":52.78},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":2.2,\"viewability\":54.7}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":42.76,\"ivt\":1.42,\"viewability\":2.86},{\"adSize\":\"Other\",\"inventoryRatio\":20.92,\"ivt\":1.89,\"viewability\":45.26},{\"adSize\":\"300x250\",\"inventoryRatio\":12.13,\"ivt\":2.25,\"viewability\":57.6},{\"adSize\":\"300x600\",\"inventoryRatio\":10.08,\"ivt\":2.99,\"viewability\":59.71},{\"adSize\":\"970x250\",\"inventoryRatio\":8.72,\"ivt\":2.95,\"viewability\":57.77},{\"adSize\":\"728x90\",\"inventoryRatio\":4.45,\"ivt\":2.58,\"viewability\":36.67},{\"adSize\":\"768x1024\",\"inventoryRatio\":0.87,\"ivt\":0.33,\"viewability\":0.0}],\"byDma\":[{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":8.85,\"ivt\":3.09,\"viewability\":55.2},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":5.53,\"ivt\":2.09,\"viewability\":55.55},{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":5.04,\"ivt\":2.75,\"viewability\":56.91},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":3.99,\"ivt\":3.2,\"viewability\":54.91},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":3.77,\"ivt\":1.51,\"viewability\":55.27},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":3.67,\"ivt\":1.67,\"viewability\":57.69},{\"dmaName\":\"DENVER\",\"inventoryRatio\":3.51,\"ivt\":1.48,\"viewability\":55.98},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":3.44,\"ivt\":1.69,\"viewability\":55.06},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":2.68,\"ivt\":3.5,\"viewability\":53.71},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":2.5,\"ivt\":1.32,\"viewability\":54.88},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.4,\"ivt\":2.83,\"viewability\":53.09},{\"dmaName\":\"MINNEAPOLIS-ST. PAUL\",\"inventoryRatio\":2.09,\"ivt\":2.76,\"viewability\":52.83},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":1.96,\"ivt\":3.51,\"viewability\":53.35},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":1.75,\"ivt\":2.16,\"viewability\":55.66},{\"dmaName\":\"PORTLAND, OR\",\"inventoryRatio\":1.72,\"ivt\":2.21,\"viewability\":57.45},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.67,\"ivt\":1.96,\"viewability\":56.93},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.45,\"ivt\":1.99,\"viewability\":53.42},{\"dmaName\":\"SAN DIEGO\",\"inventoryRatio\":1.36,\"ivt\":1.69,\"viewability\":56.47},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.32,\"ivt\":1.92,\"viewability\":57.61}]},\"authorizedSellers\":[{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Direct\",\"inventoryRatio\":56.33,\"ivt\":2.15,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":47.61},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":18.92,\"ivt\":1.96,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":52.66},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Direct\",\"inventoryRatio\":18.78,\"ivt\":2.55,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":51.87},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":4.95,\"ivt\":5.39,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":69.34},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.9,\"ivt\":0.83,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":33.98},{\"exchange\":\"Sovrn\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.09,\"ivt\":2.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":3.93},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.02,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":96.54,\"ivt\":null},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":94.66,\"ivt\":null},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":83.33,\"ivt\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":10.0},{\"exchange\":\"Verizon Media\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":100.0,\"ivt\":null},{\"exchange\":\"PulsePoint\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":0.0,\"ivt\":null},{\"exchange\":\"Smart AdServer\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null}],\"viewability\":{\"viewability\":53.74,\"byAdSize\":[{\"adSize\":\"null\",\"inventoryRatio\":42.76,\"viewability\":2.86},{\"adSize\":\"Other\",\"inventoryRatio\":20.92,\"viewability\":45.26},{\"adSize\":\"300x250\",\"inventoryRatio\":12.13,\"viewability\":57.6},{\"adSize\":\"300x600\",\"inventoryRatio\":10.08,\"viewability\":59.71},{\"adSize\":\"970x250\",\"inventoryRatio\":8.72,\"viewability\":57.77},{\"adSize\":\"728x90\",\"inventoryRatio\":4.45,\"viewability\":36.67},{\"adSize\":\"768x1024\",\"inventoryRatio\":0.87,\"viewability\":0.0}]},\"ctr\":{\"ctr\":0.17,\"byAdSize\":[{\"adSize\":\"1120x700\",\"ctr\":1.92},{\"adSize\":\"1241x698\",\"ctr\":1.89},{\"adSize\":\"1408x792\",\"ctr\":1.82},{\"adSize\":\"1067x600\",\"ctr\":1.25},{\"adSize\":\"727x454\",\"ctr\":1.09},{\"adSize\":\"1098x618\",\"ctr\":1.08},{\"adSize\":\"2560x1600\",\"ctr\":1.03},{\"adSize\":\"1280x768\",\"ctr\":0.9},{\"adSize\":\"1440x960\",\"ctr\":0.74},{\"adSize\":\"3840x2160\",\"ctr\":0.69},{\"adSize\":\"1504x1003\",\"ctr\":0.67},{\"adSize\":\"1500x1000\",\"ctr\":0.67},{\"adSize\":\"1093x615\",\"ctr\":0.66},{\"adSize\":\"1707x960\",\"ctr\":0.59},{\"adSize\":\"1536x960\",\"ctr\":0.57},{\"adSize\":\"537x298\",\"ctr\":0.57},{\"adSize\":\"1200x800\",\"ctr\":0.51},{\"adSize\":\"1360x768\",\"ctr\":0.46},{\"adSize\":\"1600x1200\",\"ctr\":0.46},{\"adSize\":\"1344x840\",\"ctr\":0.44},{\"adSize\":\"1368x912\",\"ctr\":0.38},{\"adSize\":\"2560x1080\",\"ctr\":0.37},{\"adSize\":\"1024x768\",\"ctr\":0.34},{\"adSize\":\"3440x1440\",\"ctr\":0.33},{\"adSize\":\"1792x1120\",\"ctr\":0.32},{\"adSize\":\"1366x768\",\"ctr\":0.23},{\"adSize\":\"780x487\",\"ctr\":0.23},{\"adSize\":\"1280x800\",\"ctr\":0.22},{\"adSize\":\"2048x1152\",\"ctr\":0.22},{\"adSize\":\"780x438\",\"ctr\":0.22},{\"adSize\":\"1280x720\",\"ctr\":0.21},{\"adSize\":\"1536x864\",\"ctr\":0.2},{\"adSize\":\"1024x1366\",\"ctr\":0.2},{\"adSize\":\"1440x900\",\"ctr\":0.19},{\"adSize\":\"1600x900\",\"ctr\":0.19},{\"adSize\":\"1680x1050\",\"ctr\":0.19},{\"adSize\":\"2560x1440\",\"ctr\":0.19},{\"adSize\":\"1920x1200\",\"ctr\":0.19},{\"adSize\":\"1280x1024\",\"ctr\":0.18},{\"adSize\":\"768x1024\",\"ctr\":0.18},{\"adSize\":\"770x481\",\"ctr\":0.15},{\"adSize\":\"1920x1080\",\"ctr\":0.12},{\"adSize\":\"780x488\",\"ctr\":0.1}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":68.9,\"ivt\":3.7,\"viewability\":57.91,\"domains\":null},{\"trafficSource\":\"Search\",\"inventoryRatio\":26.89,\"ivt\":1.78,\"viewability\":44.68,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":61.21,\"ivt\":2.01,\"viewability\":45.97},{\"domain\":\"news.google.com\",\"inventoryRatio\":32.35,\"ivt\":1.51,\"viewability\":41.06},{\"domain\":\"bing.com\",\"inventoryRatio\":3.65,\"ivt\":1.23,\"viewability\":50.63},{\"domain\":\"search.yahoo.com\",\"inventoryRatio\":1.53,\"ivt\":0.6,\"viewability\":53.08},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.39,\"ivt\":0.13,\"viewability\":50.86},{\"domain\":\"msn.com\",\"inventoryRatio\":0.38,\"ivt\":1.2,\"viewability\":46.87},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":48.82}]},{\"trafficSource\":\"Social\",\"inventoryRatio\":2.18,\"ivt\":0.5,\"viewability\":41.61,\"domains\":[{\"domain\":\"l.facebook.com\",\"inventoryRatio\":46.23,\"ivt\":0.29,\"viewability\":44.23},{\"domain\":\"t.co\",\"inventoryRatio\":37.61,\"ivt\":0.64,\"viewability\":39.13},{\"domain\":\"reddit.com\",\"inventoryRatio\":8.72,\"ivt\":1.02,\"viewability\":41.6},{\"domain\":\"facebook.com\",\"inventoryRatio\":4.6,\"ivt\":0.28,\"viewability\":40.83},{\"domain\":\"lm.facebook.com\",\"inventoryRatio\":1.36,\"ivt\":0.0,\"viewability\":27.7},{\"domain\":\"linkedin.com\",\"inventoryRatio\":0.82,\"ivt\":1.54,\"viewability\":40.31},{\"domain\":\"youtube.com\",\"inventoryRatio\":0.3,\"ivt\":2.13,\"viewability\":38.3},{\"domain\":\"m.facebook.com\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":28.13}]},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":1.9,\"ivt\":1.45,\"viewability\":37.42,\"domains\":[{\"domain\":\"drudgereport.com\",\"inventoryRatio\":19.55,\"ivt\":0.89,\"viewability\":41.96},{\"domain\":\"newsbreakapp.com\",\"inventoryRatio\":7.25,\"ivt\":0.2,\"viewability\":8.69},{\"domain\":\"realclearpolitics.com\",\"inventoryRatio\":6.47,\"ivt\":0.34,\"viewability\":35.84},{\"domain\":\"apple.news\",\"inventoryRatio\":4.81,\"ivt\":0.6,\"viewability\":44.84},{\"domain\":\"from.flipboard.com\",\"inventoryRatio\":3.3,\"ivt\":0.0,\"viewability\":3.08},{\"domain\":\"recaptcha-demo.appspot.com\",\"inventoryRatio\":3.11,\"ivt\":0.0,\"viewability\":0.0},{\"domain\":\"fark.com\",\"inventoryRatio\":2.67,\"ivt\":0.54,\"viewability\":41.69},{\"domain\":\"url.google.com\",\"inventoryRatio\":2.11,\"ivt\":3.44,\"viewability\":60.51},{\"domain\":\"ecs4.engageya.com\",\"inventoryRatio\":2.06,\"ivt\":0.0,\"viewability\":74.45},{\"domain\":\"old.reddit.com\",\"inventoryRatio\":1.97,\"ivt\":0.74,\"viewability\":37.04},{\"domain\":\"flipboard.com\",\"inventoryRatio\":1.93,\"ivt\":1.5,\"viewability\":37.55},{\"domain\":\"getpocket.com\",\"inventoryRatio\":1.63,\"ivt\":0.0,\"viewability\":20.0},{\"domain\":\"ighome.com\",\"inventoryRatio\":1.43,\"ivt\":2.03,\"viewability\":49.46},{\"domain\":\"bleacherreport.com\",\"inventoryRatio\":1.26,\"ivt\":1.73,\"viewability\":58.48},{\"domain\":\"ecosia.org\",\"inventoryRatio\":1.21,\"ivt\":0.6,\"viewability\":46.63},{\"domain\":\"rss.ighome.com\",\"inventoryRatio\":1.13,\"ivt\":0.0,\"viewability\":47.3},{\"domain\":\"outbrain.com\",\"inventoryRatio\":1.08,\"ivt\":0.0,\"viewability\":43.92},{\"domain\":\"en.wikipedia.org\",\"inventoryRatio\":0.86,\"ivt\":0.85,\"viewability\":41.88},{\"domain\":\"cloud.appspace.com\",\"inventoryRatio\":0.75,\"ivt\":72.82,\"viewability\":0.0},{\"domain\":\"refdesk.com\",\"inventoryRatio\":0.73,\"ivt\":0.0,\"viewability\":59.18},{\"domain\":\"classroom.google.com\",\"inventoryRatio\":0.72,\"ivt\":1.01,\"viewability\":24.49},{\"domain\":\"washingtonpost.com\",\"inventoryRatio\":0.72,\"ivt\":1.01,\"viewability\":47.96},{\"domain\":\"hotsheet.com\",\"inventoryRatio\":0.6,\"ivt\":0.0,\"viewability\":66.27},{\"domain\":\"supremenewyork.com\",\"inventoryRatio\":0.52,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"sandbox.google.com\",\"inventoryRatio\":0.51,\"ivt\":1.43,\"viewability\":44.78},{\"domain\":\"nabdapp.com\",\"inventoryRatio\":0.39,\"ivt\":0.0,\"viewability\":22.22},{\"domain\":\"memeorandum.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":42.0},{\"domain\":\"politicalwire.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":40.82},{\"domain\":\"finviz.com\",\"inventoryRatio\":0.36,\"ivt\":0.0,\"viewability\":61.22},{\"domain\":\"smartnews.com\",\"inventoryRatio\":0.35,\"ivt\":0.0,\"viewability\":4.55},{\"domain\":\"ceoexpress.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":65.96},{\"domain\":\"protopage.com\",\"inventoryRatio\":0.34,\"ivt\":0.0,\"viewability\":48.89},{\"domain\":\"arabicnewshome.blogspot.com\",\"inventoryRatio\":0.31,\"ivt\":0.0,\"viewability\":47.62},{\"domain\":\"besthomepageever.com\",\"inventoryRatio\":0.29,\"ivt\":0.0,\"viewability\":75.0},{\"domain\":\"pdfconverterguru.com\",\"inventoryRatio\":0.29,\"ivt\":2.5,\"viewability\":30.0},{\"domain\":\"newsandguts.com\",\"inventoryRatio\":0.27,\"ivt\":0.0,\"viewability\":37.14},{\"domain\":\"remolacha.net\",\"inventoryRatio\":0.27,\"ivt\":0.0,\"viewability\":10.81},{\"domain\":\"home.saulttribe.net\",\"inventoryRatio\":0.26,\"ivt\":0.0,\"viewability\":58.33},{\"domain\":\"arabic-media.com\",\"inventoryRatio\":0.25,\"ivt\":0.0,\"viewability\":48.57},{\"domain\":\"i.maxthon.com\",\"inventoryRatio\":0.24,\"ivt\":0.0,\"viewability\":37.5},{\"domain\":\"dailykos.com\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":45.16},{\"domain\":\"thedailybeast.com\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":45.16},{\"domain\":\"revolver.news\",\"inventoryRatio\":0.23,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"medpagetoday.com\",\"inventoryRatio\":0.22,\"ivt\":0.0,\"viewability\":40.0},{\"domain\":\"politico.com\",\"inventoryRatio\":0.2,\"ivt\":3.57,\"viewability\":35.71},{\"domain\":\"my.yahoo.com\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":70.37},{\"domain\":\"start.me\",\"inventoryRatio\":0.2,\"ivt\":0.0,\"viewability\":53.85},{\"domain\":\"engageya.com\",\"inventoryRatio\":0.18,\"ivt\":0.0,\"viewability\":56.0},{\"domain\":\"trends.google.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":39.13},{\"domain\":\"theguardian.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":60.87},{\"domain\":\"vox.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":34.78},{\"domain\":\"gothamist.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":31.82},{\"domain\":\"democraticunderground.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":39.13},{\"domain\":\"frontpage.pch.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":59.09},{\"domain\":\"telikin.com\",\"inventoryRatio\":0.16,\"ivt\":0.0,\"viewability\":45.45},{\"domain\":\"godlikeproductions.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"saigonbao.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":36.84},{\"domain\":\"yeezysupply.com\",\"inventoryRatio\":0.15,\"ivt\":0.0,\"viewability\":null},{\"domain\":\"quora.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"c.newsnow.co.uk\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":52.94},{\"domain\":\"www2.smartbrief.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"electoral-vote.com\",\"inventoryRatio\":0.14,\"ivt\":5.26,\"viewability\":21.05},{\"domain\":\"smartsearching.net\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":63.16},{\"domain\":\"watch-television.com\",\"inventoryRatio\":0.14,\"ivt\":0.0,\"viewability\":52.63},{\"domain\":\"symbaloo.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":68.75},{\"domain\":\"theatlantic.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":66.67},{\"domain\":\"202020.net\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":12.5},{\"domain\":\"dealmoon.com\",\"inventoryRatio\":0.13,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"stocktwits.com\",\"inventoryRatio\":0.12,\"ivt\":5.88,\"viewability\":58.82},{\"domain\":\"quickneasyrecipes.co\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":31.25},{\"domain\":\"messages.google.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":31.25},{\"domain\":\"l.messenger.com\",\"inventoryRatio\":0.12,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"freerepublic.com\",\"inventoryRatio\":0.11,\"ivt\":6.67,\"viewability\":46.67},{\"domain\":\"hotair.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":35.71},{\"domain\":\"app.meltwater.com\",\"inventoryRatio\":0.11,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"officeapps.live.com\",\"inventoryRatio\":0.11,\"ivt\":20.0,\"viewability\":26.67},{\"domain\":\"printmyrecipes.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":21.43},{\"domain\":\"cincinnatibell.net\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":57.14},{\"domain\":\"buzzflash.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":38.46},{\"domain\":\"slate.com\",\"inventoryRatio\":0.1,\"ivt\":0.0,\"viewability\":50.0}]},{\"trafficSource\":\"Paid\",\"inventoryRatio\":0.08,\"ivt\":0.17,\"viewability\":35.79,\"domains\":[{\"domain\":\"traffic.outbrain.com\",\"inventoryRatio\":99.83,\"ivt\":0.17,\"viewability\":35.68},{\"domain\":\"paid.outbrain.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.05,\"ivt\":1.51,\"viewability\":50.76,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":73.49,\"ivt\":1.64,\"viewability\":51.44},{\"domain\":\"mail.yahoo.com\",\"inventoryRatio\":15.96,\"ivt\":1.89,\"viewability\":50.94},{\"domain\":\"aol.com\",\"inventoryRatio\":3.31,\"ivt\":0.0,\"viewability\":45.45},{\"domain\":\"mail.aol.com\",\"inventoryRatio\":2.41,\"ivt\":0.0,\"viewability\":37.5},{\"domain\":\"webmaila.juno.com\",\"inventoryRatio\":1.81,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"webmail.earthlink.net\",\"inventoryRatio\":1.51,\"ivt\":0.0,\"viewability\":50.0},{\"domain\":\"outlook.live.com\",\"inventoryRatio\":0.9,\"ivt\":0.0,\"viewability\":33.33},{\"domain\":\"webmailb.juno.com\",\"inventoryRatio\":0.6,\"ivt\":0.0,\"viewability\":100.0}]},{\"trafficSource\":\"Display\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":50.0,\"domains\":[{\"domain\":\"chartbeat.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":50.0}]}],\"subDomains\":[{\"subDomain\":\"go.cnn.com\",\"inventoryRatio\":83.89,\"maskingRatio\":0.0,\"ivt\":1.72,\"viewability\":null},{\"subDomain\":\"edition.cnn.com\",\"inventoryRatio\":7.89,\"maskingRatio\":1.45,\"ivt\":3.51,\"viewability\":50.04},{\"subDomain\":\"us.cnn.com\",\"inventoryRatio\":2.5,\"maskingRatio\":0.03,\"ivt\":2.54,\"viewability\":50.76},{\"subDomain\":\"money.cnn.com\",\"inventoryRatio\":1.78,\"maskingRatio\":0.64,\"ivt\":3.1,\"viewability\":49.76},{\"subDomain\":\"cnnespanol.cnn.com\",\"inventoryRatio\":1.73,\"maskingRatio\":0.2,\"ivt\":1.76,\"viewability\":24.85},{\"subDomain\":\"arabic.cnn.com\",\"inventoryRatio\":1.41,\"maskingRatio\":0.23,\"ivt\":2.08,\"viewability\":53.03},{\"subDomain\":\"amp.cnn.com\",\"inventoryRatio\":0.69,\"maskingRatio\":0.0,\"ivt\":1.07,\"viewability\":71.43},{\"subDomain\":\"preview.cnn.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.09,\"ivt\":0.69,\"viewability\":20.06},{\"subDomain\":\"next.cnn.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.74,\"viewability\":30.18},{\"subDomain\":\"elections.cnn.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":1.86,\"viewability\":26.09},{\"subDomain\":\"www-m.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"cnne-test.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":100.0},{\"subDomain\":\"localhost.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":33.33},{\"subDomain\":\"games.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":100.0,\"ivt\":100.0,\"viewability\":0.0},{\"subDomain\":\"stellar.cnn.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":60.0}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":55.14,\"maskingRatio\":0.05,\"ivt\":2.21,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":44.77,\"maskingRatio\":0.03,\"ivt\":0.67,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.07,\"maskingRatio\":0.03,\"ivt\":2.33,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.41,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":98.9,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":66.9},{\"os\":\"Mac OS X\",\"inventoryRatio\":23.15},{\"os\":\"Windows 7\",\"inventoryRatio\":5.28},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.67},{\"os\":\"Windows 8.1\",\"inventoryRatio\":1.33},{\"os\":\"Linux\",\"inventoryRatio\":0.38},{\"os\":\"Windows 8\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":40.28},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":27.92},{\"os\":\"Android Mobile\",\"inventoryRatio\":23.3},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":4.11},{\"os\":\"Android\",\"inventoryRatio\":2.06},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":0.86},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.84},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.24},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.17},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.13}]}}]},\n{\"adDomain\":\"yahoo.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainOverview\":{\"iabPrimaryCategory\":[\"News\"],\"iabSubCategory\":null,\"hasAdsTxt\":true},\"riskOverview\":{\"ivt\":5.02,\"ivtRisk\":\"medium\",\"viewability\":67.31,\"viewabilityRisk\":\"medium\",\"brandSafetyRisk\":\"low\",\"risk\":[{\"region\":\"GLOBAL\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"GLOBAL\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"NON-US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"US\",\"device\":\"mobile\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null},{\"region\":\"GLOBAL\",\"device\":\"desktop\",\"pixalateRisk\":\"low\",\"pixalateRiskReasons\":null}]},\"domainDetails\":{\"inventory\":19249093686,\"desktopTrafficRatio\":91.88,\"mobileTrafficRatio\":8.01,\"videoTrafficRatio\":3.58,\"ctr\":0.06,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.39,\"bidPriceHigh\":2.12,\"trustedSeller\":\"Verizon Media\",\"trueReach\":54944},\"trafficQualityRisk\":{\"ivtRisk\":\"medium\",\"clickFraudRisk\":\"medium\",\"viewabilityRisk\":\"medium\",\"domainMaskingRisk\":\"low\",\"majorTrafficSource\":\"Direct\"},\"siteRisk\":{\"domainAge\":26.2,\"hasPrivacyPolicy\":true,\"hasTermsAndConditions\":true,\"privateDomain\":false,\"corporateEmail\":true,\"adInjectionRisk\":\"low\"},\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"brandSafetyRisk\":{\"adultContentRisk\":\"low\",\"alcoholContentRisk\":\"low\",\"drugContentRisk\":\"low\",\"hateSpeechRisk\":\"low\",\"phishingRisk\":\"low\",\"malwareRisk\":\"low\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":null},\"invalidTraffic\":{\"ivt\":5.02,\"givt\":0.24,\"sivt\":4.78,\"givtTypes\":[{\"fraudType\":\"Data Center\",\"givt\":0.22,\"sivt\":0.0}],\"sivtTypes\":[{\"fraudType\":\"DisplayImpressionFraud\",\"givt\":0.0,\"sivt\":2.83},{\"fraudType\":\"HighRiskIP\",\"givt\":0.0,\"sivt\":0.6},{\"fraudType\":\"MaskedIP\",\"givt\":0.0,\"sivt\":0.44},{\"fraudType\":\"Proxy\",\"givt\":0.0,\"sivt\":0.43},{\"fraudType\":\"ClickFarm\",\"givt\":0.0,\"sivt\":0.38},{\"fraudType\":\"HijackedSession\",\"givt\":0.0,\"sivt\":0.04},{\"fraudType\":\"DatacenterProxy\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"IPObfuscation\",\"givt\":0.0,\"sivt\":0.02},{\"fraudType\":\"VideoImpressionFraud\",\"givt\":0.0,\"sivt\":0.02}],\"byDatacenters\":[{\"name\":\"Google Proxy\",\"trafficRatio\":99.24},{\"name\":\"Google Cloud\",\"trafficRatio\":0.51},{\"name\":\"Level 3 Communications\",\"trafficRatio\":0.25}]},\"inventory\":{\"byRegion\":[{\"region\":\"US\",\"inventoryRatio\":87.1,\"ivt\":5.02,\"viewability\":70.79},{\"region\":\"NON-US\",\"inventoryRatio\":12.9,\"ivt\":2.94,\"viewability\":72.1},{\"region\":\"GLOBAL\",\"inventoryRatio\":0.0,\"ivt\":4.75,\"viewability\":70.96}],\"byCountry\":null,\"byState\":null,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":67.53,\"ivt\":5.21,\"viewability\":70.41},{\"adSize\":\"728x90\",\"inventoryRatio\":10.26,\"ivt\":6.49,\"viewability\":59.97},{\"adSize\":\"300x600\",\"inventoryRatio\":9.86,\"ivt\":3.46,\"viewability\":79.99},{\"adSize\":\"160x600\",\"inventoryRatio\":9.39,\"ivt\":2.67,\"viewability\":75.99},{\"adSize\":\"970x250\",\"inventoryRatio\":1.6,\"ivt\":5.21,\"viewability\":73.3},{\"adSize\":\"300x50\",\"inventoryRatio\":0.72,\"ivt\":5.99,\"viewability\":56.23},{\"adSize\":\"Other\",\"inventoryRatio\":0.29,\"ivt\":21.29,\"viewability\":78.29},{\"adSize\":\"300x251\",\"inventoryRatio\":0.19,\"ivt\":9.73,\"viewability\":60.76},{\"adSize\":\"320x50\",\"inventoryRatio\":0.17,\"ivt\":83.37,\"viewability\":97.07}],\"byDma\":[{\"dmaName\":\"LOS ANGELES\",\"inventoryRatio\":6.79,\"ivt\":4.28,\"viewability\":70.36},{\"dmaName\":\"DALLAS-FT. WORTH\",\"inventoryRatio\":6.58,\"ivt\":9.75,\"viewability\":70.8},{\"dmaName\":\"SAN FRANCISCO-OAK-SAN JOSE\",\"inventoryRatio\":6.07,\"ivt\":8.76,\"viewability\":69.57},{\"dmaName\":\"NEW YORK\",\"inventoryRatio\":4.98,\"ivt\":2.42,\"viewability\":67.91},{\"dmaName\":\"CHICAGO\",\"inventoryRatio\":4.33,\"ivt\":2.6,\"viewability\":69.43},{\"dmaName\":\"HOUSTON\",\"inventoryRatio\":2.92,\"ivt\":2.22,\"viewability\":72.07},{\"dmaName\":\"ATLANTA\",\"inventoryRatio\":2.62,\"ivt\":6.32,\"viewability\":70.71},{\"dmaName\":\"WASHINGTON, DC (HAGRSTWN)\",\"inventoryRatio\":2.12,\"ivt\":3.36,\"viewability\":71.53},{\"dmaName\":\"PHILADELPHIA\",\"inventoryRatio\":2.03,\"ivt\":1.54,\"viewability\":66.9},{\"dmaName\":\"DETROIT\",\"inventoryRatio\":1.92,\"ivt\":1.52,\"viewability\":70.3},{\"dmaName\":\"SACRAMNTO-STKTON-MODESTO\",\"inventoryRatio\":1.92,\"ivt\":3.04,\"viewability\":74.04},{\"dmaName\":\"BOSTON (MANCHESTER)\",\"inventoryRatio\":1.87,\"ivt\":1.7,\"viewability\":70.07},{\"dmaName\":\"PHOENIX (PRESCOTT)\",\"inventoryRatio\":1.83,\"ivt\":3.23,\"viewability\":72.67},{\"dmaName\":\"CLEVELAND-AKRON (CANTON)\",\"inventoryRatio\":1.67,\"ivt\":5.84,\"viewability\":72.29},{\"dmaName\":\"DENVER\",\"inventoryRatio\":1.6,\"ivt\":5.02,\"viewability\":70.56},{\"dmaName\":\"SEATTLE-TACOMA\",\"inventoryRatio\":1.58,\"ivt\":5.36,\"viewability\":70.79},{\"dmaName\":\"RALEIGH-DURHAM (FAYETVLLE)\",\"inventoryRatio\":1.3,\"ivt\":7.73,\"viewability\":69.8},{\"dmaName\":\"MIAMI-FT. LAUDERDALE\",\"inventoryRatio\":1.26,\"ivt\":1.62,\"viewability\":69.98},{\"dmaName\":\"SAN DIEGO\",\"inventoryRatio\":1.24,\"ivt\":5.48,\"viewability\":70.51}]},\"authorizedSellers\":[{\"exchange\":\"Verizon Media\",\"paymentType\":\"Direct\",\"inventoryRatio\":64.96,\"ivt\":7.98,\"estBidLow\":0.39,\"estBidHigh\":2.12,\"viewability\":69.22},{\"exchange\":\"Index Exchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":23.04,\"ivt\":3.42,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":68.33},{\"exchange\":\"Google AdExchange\",\"paymentType\":\"Direct\",\"inventoryRatio\":5.81,\"ivt\":6.67,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":62.13},{\"exchange\":\"Rubicon Project\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"ivt\":92.8,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":90.14},{\"exchange\":\"PubMatic\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.01,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":86.4,\"ivt\":null},{\"exchange\":\"Sharethrough\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":55.99,\"ivt\":null},{\"exchange\":\"RhythmOne\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":4.53,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":14.16},{\"exchange\":\"OpenX\",\"paymentType\":\"Direct\",\"inventoryRatio\":0.0,\"ivt\":38.46,\"estBidLow\":4.26,\"estBidHigh\":4.26,\"viewability\":68.42},{\"exchange\":\"Xandr Monetize\",\"paymentType\":\"Reseller\",\"inventoryRatio\":6.18,\"ivt\":6.17,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":70.13},{\"exchange\":\"TripleLift Inc.\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":40.0},{\"exchange\":\"District M\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":47.06},{\"exchange\":\"Sovrn\",\"paymentType\":\"Reseller\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":null},{\"exchange\":\"33Across\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"estBidLow\":null,\"estBidHigh\":null,\"viewability\":76.92},{\"exchange\":\"Microsoft Advertising Exchange\",\"paymentType\":\"Unauthorized\",\"inventoryRatio\":0.0,\"estBidLow\":0.39,\"estBidHigh\":4.26,\"viewability\":100.0,\"ivt\":null}],\"viewability\":{\"viewability\":67.31,\"byAdSize\":[{\"adSize\":\"300x250\",\"inventoryRatio\":67.53,\"viewability\":70.41},{\"adSize\":\"728x90\",\"inventoryRatio\":10.26,\"viewability\":59.97},{\"adSize\":\"300x600\",\"inventoryRatio\":9.86,\"viewability\":79.99},{\"adSize\":\"160x600\",\"inventoryRatio\":9.39,\"viewability\":75.99},{\"adSize\":\"970x250\",\"inventoryRatio\":1.6,\"viewability\":73.3},{\"adSize\":\"300x50\",\"inventoryRatio\":0.72,\"viewability\":56.23},{\"adSize\":\"Other\",\"inventoryRatio\":0.29,\"viewability\":78.29},{\"adSize\":\"300x251\",\"inventoryRatio\":0.19,\"viewability\":60.76},{\"adSize\":\"320x50\",\"inventoryRatio\":0.17,\"viewability\":97.07}]},\"ctr\":{\"ctr\":0.06,\"byAdSize\":[{\"adSize\":\"300x250\",\"ctr\":0.79},{\"adSize\":\"728x90\",\"ctr\":0.75}]},\"trafficSources\":[{\"trafficSource\":\"Direct\",\"inventoryRatio\":98.98,\"ivt\":71.35,\"viewability\":25.87,\"domains\":null},{\"trafficSource\":\"Discovery\",\"inventoryRatio\":0.57,\"ivt\":2.17,\"viewability\":1.12,\"domains\":[{\"domain\":\"traffic.swagbucks.com\",\"inventoryRatio\":95.27,\"ivt\":0.24,\"viewability\":0.14},{\"domain\":\"syn.entertainow.com\",\"inventoryRatio\":1.94,\"ivt\":0.0,\"viewability\":37.29},{\"domain\":\"https\",\"inventoryRatio\":0.46,\"ivt\":85.71,\"viewability\":0.0},{\"domain\":\"s.yimg.com\",\"inventoryRatio\":0.33,\"ivt\":50.0,\"viewability\":30.0},{\"domain\":\"falconui\",\"inventoryRatio\":0.16,\"ivt\":80.0,\"viewability\":0.0},{\"domain\":\"falconui.adx.yaho\",\"inventoryRatio\":0.13,\"ivt\":100.0,\"viewability\":0.0}]},{\"trafficSource\":\"Search\",\"inventoryRatio\":0.45,\"ivt\":41.67,\"viewability\":34.52,\"domains\":[{\"domain\":\"google.com\",\"inventoryRatio\":88.83,\"ivt\":46.91,\"viewability\":34.05},{\"domain\":\"bing.com\",\"inventoryRatio\":10.33,\"ivt\":0.0,\"viewability\":39.27},{\"domain\":\"search.aol.com\",\"inventoryRatio\":0.59,\"ivt\":0.0,\"viewability\":21.43},{\"domain\":\"duckduckgo.com\",\"inventoryRatio\":0.17,\"ivt\":0.0,\"viewability\":25.0}]},{\"trafficSource\":\"Email\",\"inventoryRatio\":0.0,\"ivt\":0.0,\"viewability\":66.67,\"domains\":[{\"domain\":\"mail.google.com\",\"inventoryRatio\":100.0,\"ivt\":0.0,\"viewability\":66.67}]}],\"subDomains\":[{\"subDomain\":\"mail.yahoo.com\",\"inventoryRatio\":62.09,\"maskingRatio\":0.02,\"ivt\":5.13,\"viewability\":74.13},{\"subDomain\":\"finance.yahoo.com\",\"inventoryRatio\":15.47,\"maskingRatio\":0.07,\"ivt\":8.06,\"viewability\":40.9},{\"subDomain\":\"news.yahoo.com\",\"inventoryRatio\":8.79,\"maskingRatio\":0.01,\"ivt\":6.62,\"viewability\":50.94},{\"subDomain\":\"sports.yahoo.com\",\"inventoryRatio\":5.27,\"maskingRatio\":0.1,\"ivt\":7.21,\"viewability\":39.76},{\"subDomain\":\"fantasysports.yahoo.com\",\"inventoryRatio\":3.02,\"maskingRatio\":0.0,\"ivt\":4.09,\"viewability\":52.19},{\"subDomain\":\"att.yahoo.com\",\"inventoryRatio\":2.73,\"maskingRatio\":0.0,\"ivt\":4.44,\"viewability\":62.32},{\"subDomain\":\"my.yahoo.com\",\"inventoryRatio\":0.58,\"maskingRatio\":0.05,\"ivt\":2.89,\"viewability\":69.41},{\"subDomain\":\"onemobile.yahoo.com\",\"inventoryRatio\":0.43,\"maskingRatio\":0.72,\"ivt\":9.93,\"viewability\":41.9},{\"subDomain\":\"frontier.yahoo.com\",\"inventoryRatio\":0.41,\"maskingRatio\":0.0,\"ivt\":2.71,\"viewability\":81.48},{\"subDomain\":\"us.yahoo.com\",\"inventoryRatio\":0.3,\"maskingRatio\":0.0,\"ivt\":6.05,\"viewability\":75.36},{\"subDomain\":\"in.yahoo.com\",\"inventoryRatio\":0.13,\"maskingRatio\":0.0,\"ivt\":6.79,\"viewability\":65.02},{\"subDomain\":\"tw.yahoo.com\",\"inventoryRatio\":0.1,\"maskingRatio\":0.0,\"ivt\":1.13,\"viewability\":21.57},{\"subDomain\":\"money.yahoo.com\",\"inventoryRatio\":0.09,\"maskingRatio\":0.76,\"ivt\":2.87,\"viewability\":60.93},{\"subDomain\":\"fireplace.yahoo.com\",\"inventoryRatio\":0.08,\"maskingRatio\":0.0,\"ivt\":1.93,\"viewability\":100.0},{\"subDomain\":\"adx.yahoo.com\",\"inventoryRatio\":0.07,\"maskingRatio\":59.35,\"ivt\":85.83,\"viewability\":6.83},{\"subDomain\":\"ca.yahoo.com\",\"inventoryRatio\":0.06,\"maskingRatio\":0.0,\"ivt\":9.53,\"viewability\":61.77},{\"subDomain\":\"espanol.yahoo.com\",\"inventoryRatio\":0.05,\"maskingRatio\":0.01,\"ivt\":6.43,\"viewability\":58.06},{\"subDomain\":\"autos.yahoo.com\",\"inventoryRatio\":0.04,\"maskingRatio\":1.87,\"ivt\":6.41,\"viewability\":52.87},{\"subDomain\":\"media.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.0,\"ivt\":2.18,\"viewability\":60.43},{\"subDomain\":\"fr.yahoo.com\",\"inventoryRatio\":0.03,\"maskingRatio\":0.01,\"ivt\":6.2,\"viewability\":62.34},{\"subDomain\":\"uk.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.01,\"ivt\":12.93,\"viewability\":59.54},{\"subDomain\":\"homepage_lrec.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":64.02,\"ivt\":97.72,\"viewability\":1.79},{\"subDomain\":\"es.yahoo.com\",\"inventoryRatio\":0.02,\"maskingRatio\":0.0,\"ivt\":12.2,\"viewability\":59.44},{\"subDomain\":\"celebrity.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.11,\"viewability\":59.4},{\"subDomain\":\"stock.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":3.81,\"viewability\":57.82},{\"subDomain\":\"au.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":5.7,\"viewability\":59.25},{\"subDomain\":\"sg.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":7.25,\"viewability\":52.67},{\"subDomain\":\"hk.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":2.35,\"viewability\":40.5},{\"subDomain\":\"noticias.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.02,\"ivt\":5.05,\"viewability\":52.16},{\"subDomain\":\"style.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.01,\"ivt\":6.45,\"viewability\":43.4},{\"subDomain\":\"ph.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":6.64,\"viewability\":58.18},{\"subDomain\":\"vn.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":7.36,\"viewability\":61.85},{\"subDomain\":\"aol.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":6.04,\"ivt\":0.55,\"viewability\":50.67},{\"subDomain\":\"www.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":0.75,\"viewability\":78.36},{\"subDomain\":\"br.yahoo.com\",\"inventoryRatio\":0.01,\"maskingRatio\":0.0,\"ivt\":10.92,\"viewability\":61.84},{\"subDomain\":\"de.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.92,\"viewability\":55.45},{\"subDomain\":\"malaysia.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.6,\"viewability\":53.58},{\"subDomain\":\"finanzas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.04,\"ivt\":18.39,\"viewability\":53.22},{\"subDomain\":\"it.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.08,\"ivt\":12.2,\"viewability\":61.63},{\"subDomain\":\"vida-estilo.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.04,\"ivt\":16.98,\"viewability\":45.25},{\"subDomain\":\"rogers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.15,\"viewability\":52.22},{\"subDomain\":\"tv.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.92,\"viewability\":82.8},{\"subDomain\":\"lifestyle.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.53,\"viewability\":48.61},{\"subDomain\":\"answers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":54.32,\"ivt\":72.48,\"viewability\":30.4},{\"subDomain\":\"za.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":12.64,\"viewability\":60.9},{\"subDomain\":\"en-maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":16.07,\"viewability\":51.49},{\"subDomain\":\"nz.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":6.35,\"viewability\":48.76},{\"subDomain\":\"login.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.88,\"viewability\":55.68},{\"subDomain\":\"deportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":15.58,\"viewability\":46.98},{\"subDomain\":\"id.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":18.44,\"viewability\":46.96},{\"subDomain\":\"movies.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":5.96,\"viewability\":38.76},{\"subDomain\":\"mobi.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":48.05,\"viewability\":21.64},{\"subDomain\":\"screen.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":61.15,\"ivt\":80.43,\"viewability\":22.7},{\"subDomain\":\"se.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":16.17,\"viewability\":61.71},{\"subDomain\":\"gr.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":11.76,\"viewability\":57.41},{\"subDomain\":\"weather.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":60.91,\"ivt\":74.24,\"viewability\":27.06},{\"subDomain\":\"omega.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":28.29},{\"subDomain\":\"commercecentral.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.35,\"ivt\":76.19,\"viewability\":25.55},{\"subDomain\":\"business.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":59.6,\"ivt\":72.67,\"viewability\":28.12},{\"subDomain\":\"video.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":52.4,\"viewability\":null},{\"subDomain\":\"groups.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":66.74,\"ivt\":77.62,\"viewability\":24.77},{\"subDomain\":\"nachrichten.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.49,\"viewability\":58.73},{\"subDomain\":\"makers.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":2.64,\"viewability\":74.29},{\"subDomain\":\"consent.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":14.46,\"viewability\":81.52},{\"subDomain\":\"ro.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":20.31,\"viewability\":63.1},{\"subDomain\":\"financas.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.58,\"ivt\":17.34,\"viewability\":52.69},{\"subDomain\":\"ie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":18.93,\"viewability\":53.25},{\"subDomain\":\"maktoob.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":53.64,\"viewability\":42.28},{\"subDomain\":\"fr-be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":9.8,\"viewability\":78.38},{\"subDomain\":\"notizie.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":7.72,\"viewability\":31.68},{\"subDomain\":\"fc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.46,\"ivt\":79.03,\"viewability\":22.83},{\"subDomain\":\"fp.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":47.95,\"ivt\":88.83,\"viewability\":9.36},{\"subDomain\":\"qc.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":31.39,\"viewability\":23.08},{\"subDomain\":\"berita.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":3.77,\"viewability\":42.86},{\"subDomain\":\"shopping.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.98,\"ivt\":0.0,\"viewability\":93.07},{\"subDomain\":\"esportes.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":1.32,\"viewability\":31.67},{\"subDomain\":\"gq1.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":37.84,\"viewability\":10.81},{\"subDomain\":\"be.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":71.43,\"viewability\":26.98},{\"subDomain\":\"hsrd.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":97.44},{\"subDomain\":\"guce.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":4.55,\"viewability\":90.91},{\"subDomain\":\"frontpage.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":100.0,\"viewability\":null},{\"subDomain\":\"dev.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":90.0,\"viewability\":0.0},{\"subDomain\":\"youcard.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":10.53,\"viewability\":null},{\"subDomain\":\"article-server.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":0.0,\"viewability\":54.55},{\"subDomain\":\"brb.yahoo.com\",\"inventoryRatio\":0.0,\"maskingRatio\":0.0,\"ivt\":8.33,\"viewability\":91.67}],\"deviceDistribution\":{\"byDevice\":[{\"device\":\"desktop\",\"inventoryRatio\":91.88,\"maskingRatio\":0.51,\"ivt\":5.02,\"viewability\":null},{\"device\":\"mobile\",\"inventoryRatio\":8.01,\"maskingRatio\":0.22,\"ivt\":1.32,\"viewability\":null},{\"device\":\"app\",\"inventoryRatio\":0.09,\"maskingRatio\":0.26,\"ivt\":6.14,\"viewability\":null},{\"device\":\"connected-tv/ott\",\"inventoryRatio\":0.02,\"maskingRatio\":0.14,\"ivt\":11.62,\"viewability\":null},{\"device\":\"undetermined\",\"inventoryRatio\":0.0,\"maskingRatio\":0.19,\"ivt\":14.49,\"viewability\":null}],\"byDesktopOS\":[{\"os\":\"Windows 10\",\"inventoryRatio\":69.55},{\"os\":\"Mac OS X\",\"inventoryRatio\":14.84},{\"os\":\"Windows 7\",\"inventoryRatio\":7.96},{\"os\":\"Windows 8.1\",\"inventoryRatio\":2.85},{\"os\":\"Chrome OS\",\"inventoryRatio\":2.73},{\"os\":\"Linux\",\"inventoryRatio\":1.23},{\"os\":\"Windows Vista\",\"inventoryRatio\":0.27},{\"os\":\"Windows 8\",\"inventoryRatio\":0.26},{\"os\":\"Windows XP\",\"inventoryRatio\":0.17},{\"os\":\"Ubuntu\",\"inventoryRatio\":0.15}],\"byMobileOS\":[{\"os\":\"Android 1.x\",\"inventoryRatio\":31.95},{\"os\":\"Mac OS X (iPhone)\",\"inventoryRatio\":25.48},{\"os\":\"Android Mobile\",\"inventoryRatio\":22.68},{\"os\":\"Mac OS X (iPad)\",\"inventoryRatio\":8.74},{\"os\":\"Android\",\"inventoryRatio\":4.37},{\"os\":\"Android 5.x Tablet\",\"inventoryRatio\":3.37},{\"os\":\"Android 6.x\",\"inventoryRatio\":0.98},{\"os\":\"iOS 9 (iPad)\",\"inventoryRatio\":0.67},{\"os\":\"Android 4.x Tablet\",\"inventoryRatio\":0.64},{\"os\":\"Android 5.x\",\"inventoryRatio\":0.38},{\"os\":\"Android 6.x Tablet\",\"inventoryRatio\":0.36}]}}]}]"},{"id":"b77f6e4c-3238-4611-8da4-c9681575f39d","name":"importDomains  - Returning a Single Widget","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&widget=domainDetails&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"desktop","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"US","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"widget","value":"domainDetails","description":"Optional. \"domainOverview\", \"riskOverview\", \"domainDetails\",\n\"trafficQualityRisk\", \"siteRisk\", \"siteInfo\",\n\"brandSafetyRisk\", \"socialMediaRisk\", \"invalidTraffic\",\n\"inventory\", \"authorizedSellers\", \"viewability\",\n\"ctr\", \"trafficSources\", \"subDomains\", \"deviceDistribution\". Default all"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"yahoo.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainDetails\":{\"inventory\":19249093686,\"desktopTrafficRatio\":91.88,\"mobileTrafficRatio\":8.01,\"videoTrafficRatio\":3.58,\"ctr\":0.06,\"familyOfSites\":37007,\"pixalateRisk\":\"low\",\"bidPriceLow\":0.39,\"bidPriceHigh\":2.12,\"trustedSeller\":\"Verizon Media\",\"trueReach\":54944}}]},\n{\"adDomain\":\"cnn.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"desktop\",\"domainDetails\":{\"inventory\":3376963078,\"desktopTrafficRatio\":55.14,\"mobileTrafficRatio\":44.77,\"videoTrafficRatio\":89.16,\"ctr\":0.17,\"familyOfSites\":3496,\"pixalateRisk\":\"low\",\"bidPriceLow\":null,\"bidPriceHigh\":null,\"trustedSeller\":\"Xandr Monetize\",\"trueReach\":10868}}]}]"},{"id":"29805970-403a-499f-bd51-a2a947716c9e","name":"importDomains - Returning two Widgets","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=desktop&region=US&widget=siteInfo,socialMediaRisk&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"desktop","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"US","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"widget","value":"siteInfo,socialMediaRisk","description":"Optional. \"domainOverview\", \"riskOverview\", \"domainDetails\",\n\"trafficQualityRisk\", \"siteRisk\", \"siteInfo\",\n\"brandSafetyRisk\", \"socialMediaRisk\", \"invalidTraffic\",\n\"inventory\", \"authorizedSellers\", \"viewability\",\n\"ctr\", \"trafficSources\", \"subDomains\", \"deviceDistribution\". Default all"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"cnn.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"cnn.com\",\"region\":\"US\",\"device\":\"desktop\",\"siteInfo\":{\"owner\":\"Turner Broadcasting System, Inc.\",\"emailAddress\":\"tmgroup@turner.com\",\"contactNumber\":\"14048275000\",\"mailingAddress\":\"Atlanta,GA,UNITED STATES - 30303\"},\"socialMediaRisk\":{\"facebookRisk\":\"low\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":2.18}}]},\n{\"adDomain\":\"yahoo.com\", \"status\": \"Ok\", \"data\":[{\"adDomain\":\"yahoo.com\",\"region\":\"US\",\"device\":\"desktop\",\"siteInfo\":{\"owner\":\"Oath Inc.\",\"emailAddress\":\"domain-admin@oath.com\",\"contactNumber\":\"14083493300\",\"mailingAddress\":\"Dulles,VA,UNITED STATES - 20166\"},\"socialMediaRisk\":{\"facebookRisk\":\"medium\",\"linkedInRisk\":\"medium\",\"twitterRisk\":\"low\",\"socialTrafficRatio\":null}}]}]"},{"id":"6bd3b7e1-cc95-4c24-8069-dc6440f0c62b","name":"importDomains - Not found domain","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"<<invaliddomain>>\", \"status\": \"NotFound\",\"data\": null}]"},{"id":"41d69fe2-7050-4907-b0c2-aeffddd3509c","name":"importDomains - Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"yahoo.com"},"url":{"raw":"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&region=&username&password&callback","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2020","Ratings","importDomains"],"query":[{"key":"device","value":"","description":"Optional. \"desktop\", \"mobile\",\"GLOBAL\". Default all devices"},{"key":"region","value":"","description":"Optional. \"US\", \"NON-US\" or \"GLOBAL\". Default All"},{"key":"username","value":null,"description":"Required. Refer to your onboarding email."},{"key":"password","value":null,"description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"description":"Optional. JSONP callback"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[{\"adDomain\":\"adDomain\", \"status\": \"Error\",\"data\": null}]"}],"_postman_id":"ccee7cdb-5331-46d1-be1a-25a2bc1d2b05"}],"id":"b87b48c8-bff7-4516-bd56-4d24b3121194","description":"<p>The report will not be available for download at the returned URI location until processing has been completed.  While creating the report, a request to retrieve the report using the response URL will return an HTTP status code Not Found (404).  Once asynchronous processing has completed, the report is returned as normal.  If asynchronous processing of a report fails because of an invalid query the request to retrieve the report using the response URL will return an HTTP status code Bad Request (400).  Or, if the submitted file contained more than 5000 domains, then an HTTP status code Request Entity Too Large (413) is returned. Or if the account's quota limit has been exceeded, then an HTTP status code Forbidden (403) is returned. For all other errors, a request to retrieve the report using the response URL will return an HTTP status code Internal Service Error  (500).  Client systems should poll the response URL until the report is available, or a non 404 HTTP status code is returned.</p>\n<p>Data\nPosted data should be uploaded as the MIME type: text/plain</p>\n<p>Posted data is in JSON format.  Each line consists of a single field which is the Domain. </p>\n<p><strong>Sample Request</strong> - <a href=\"https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&amp;region=&amp;widget=&amp;username&amp;password&amp;callback\">https://ratings2.api.pixalate.com/services/2020/Ratings/importDomains?device=&amp;region=&amp;widget=&amp;username&amp;password&amp;callback</a></p>\n<p><strong>Sample Response</strong> - <a href=\"https://dashboardcdn.pixalate.com/www/exported/Client/YYYY-MM-DD/qprdbkr9dfeoostip8ltqgmecd/domains_YYYY-MM-DD\">https://dashboardcdn.pixalate.com/www/exported/Client/YYYY-MM-DD/qprdbkr9dfeoostip8ltqgmecd/domains_YYYY-MM-DD</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ed77cdbe-5dc9-47cb-b062-690f9aee97ee"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8ead8940-8e45-4351-9655-e59c38803d70"}}],"_postman_id":"b87b48c8-bff7-4516-bd56-4d24b3121194"}],"id":"ff977a8d-6083-4f4e-bccf-2134b8bfd4f4","description":"<p>The purpose of this API is to provide risk ratings and reputational data across thousands of mobile Applications or CTV Applications or Websites in a batch mode. </p>\n<p>Once request data is submitted, a URI to a newline-delimited JSON formatted report is provided as a response.  While the resulting resource is public, the URI contains a randomly generated identifier that ensures the data is relatively secure unless the URI itself is made public by the user.</p>\n<h2 id=\"quota\">Quota</h2>\n<p>Accounts are limited to a specific number of ctv apps or mobile apps or domains that can be looked up monthly. Only apps or domains that have data are counted against the quota.  If the quota can be partially filled during the import, then data will be returned up to the quota limit, with all other results being labeled as \"Quota limit exceeded\" in the remarks column.  If the account's monthly quota is already exhausted, then the HTTP status code Forbidden (403) is returned.</p>\n<h2 id=\"faults\">Faults</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Cause</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Bad Request (400)</td>\n<td>If request includes invalid parameters</td>\n</tr>\n<tr>\n<td>Unauthorized (401)</td>\n<td>No user session has been established</td>\n</tr>\n<tr>\n<td>Forbidden (403)</td>\n<td>Quota limit exceeded</td>\n</tr>\n<tr>\n<td>Request Entity Too Large (413)</td>\n<td>Count in the file exceeded, the maximum limit (5000)</td>\n</tr>\n<tr>\n<td>Internal Service Error  (500)</td>\n<td>The query was unable to be completed</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6274b8ac-5b18-4091-bafa-80e91ea51d1b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"cbe5a724-9b03-483f-b6d9-1e08d9a5b6b0"}}],"_postman_id":"ff977a8d-6083-4f4e-bccf-2134b8bfd4f4"}],"id":"158319ab-df26-403f-862c-5ec25b802a64","_postman_id":"158319ab-df26-403f-862c-5ec25b802a64","description":""},{"name":"2018 Epoch Version","item":[{"name":"App Ratings Lookup","item":[{"name":"getApp","id":"7e0075c1-ab04-4e5d-bbd9-5ec944f95631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2018/Ratings/getApp?appId=&region=&device=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2018","Ratings","getApp"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"appId","value":""},{"description":{"content":"<p>Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"Smartphone\", \"Tablet\". Default all devices</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"1b5c87ad-d9ea-4fbe-8fe5-7a8514ee2a34","name":"getApp","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2018/Ratings/getApp?appId=com.example.eg&region=NA&device=smartphone&username={{username}}&password={{password}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2018","Ratings","getApp"],"query":[{"key":"appId","value":"com.example.eg","description":"Required."},{"key":"region","value":"NA","description":"Optional. \"NA\", \"EMEA\", \"LATAM\", \"APAC\", or \"GLOBAL\". Default GLOBAL."},{"key":"device","value":"smartphone","description":"Optional. \"Smartphone\", \"Tablet\". Default all devices"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:55:38 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 1,\n    \"docs\": [\n        {\n            \"appId\": \"com.example.eg\",\n            \"region\": \"North America\",\n            \"device\": \"smartphone\",\n            \"appTitle\": \"Example\",\n            \"bundleId\": \"com.example.eg\",\n            \"trackId\": \"N/A\",\n            \"appStore\": \"android\",\n            \"inventory\": 17957570528,\n            \"sivtRate\": 10.09,\n            \"givtRate\": 0.04,\n            \"givtSivtRate\": 10.13,\n            \"viewability\": 67.02,\n            \"adultContentRisk\": \"high\",\n            \"alcoholContentRisk\": \"low\",\n            \"drugContentRisk\": \"low\",\n            \"hateSpeechRisk\": \"low\",\n            \"brandSafetyRisk\": \"high\",\n            \"advisoriesRisk\": \"high\",\n            \"offensiveContentRisk\": \"low\",\n            \"gamblingContentRisk\": \"low\",\n            \"violenceContentRisk\": \"low\",\n            \"category\": \"Social\",\n            \"pixalateRisk\": \"high\",\n            \"appStorePageUrl\": \"https://play.google.com/store/apps/details?id=com.example.eg\",\n            \"downloads\": \"50000000 - 100000000\",\n            \"avgUserRating\": 4,\n            \"contentRating\": \"Mature 17+\",\n            \"publisherName\": \"Example.com\",\n            \"publisherEmail\": \"support@example.com\",\n            \"isPrivateDomain\": false,\n            \"hasTermsOfServiceLink\": true,\n            \"hasPrivacyLink\": true,\n            \"spoofingRisk\": \"low\",\n            \"locationMaskingRisk\": \"medium\",\n            \"advertisingIvtRisk\": \"high\",\n            \"clickIvtRisk\": \"medium\",\n            \"viewabilityRisk\": \"medium\",\n            \"dau\": 634100,\n            \"mau\": 19025000,\n            \"displayContribution\": 90.22,\n            \"videoContribution\": 9.78,\n            \"hyperlocationAvailability\": 79.72,\n            \"mraidVersion\": \"N/A\",\n            \"adsDetected\": true,\n            \"topCountries\": null,\n            \"topStates\": [\n                {\n                    \"name\": \"United States,California\",\n                    \"inventory\": 2244993155,\n                    \"inventoryRatio\": 6.37,\n                    \"givtSivtRate\": 9.92\n                },\n                {\n                    \"name\": \"United States,California\",\n                    \"inventory\": 2244993155,\n                    \"inventoryRatio\": 6.37,\n                    \"givtSivtRate\": 9.92\n                },\n                {\n                    \"name\": \"United States,Texas\",\n                    \"inventory\": 1868007322,\n                    \"inventoryRatio\": 5.3,\n                    \"givtSivtRate\": 11.38\n                }\n            ],\n            \"topSellers\": [\n                {\n                    \"name\": \"Example Seller 1\",\n                    \"inventory\": 6725454761,\n                    \"inventoryRatio\": 40.09,\n                    \"givtSivtRate\": 12.57\n                },\n                {\n                    \"name\": \"Example Seller 2\",\n                    \"inventory\": 6725454761,\n                    \"inventoryRatio\": 40.09,\n                    \"givtSivtRate\": 12.57\n                },\n                {\n                    \"name\": \"Example Seller 3\",\n                    \"inventory\": 1976272151,\n                    \"inventoryRatio\": 11.78,\n                    \"givtSivtRate\": 15.37\n                }\n            ],\n            \"topRiskReasons\": [\n                \"Significantly Elevated IVT Percentage\",\n                \"Adult Content Has Been Detected in the App\",\n                \"Highly Suspicious Traffic Characteristics\"\n            ],\n            \"topDevices\": [\n                {\n                    \"name\": \"Galaxy S8\",\n                    \"inventory\": 1170407089,\n                    \"inventoryRatio\": 6.52,\n                    \"givtSivtRate\": 10.75\n                },\n                {\n                    \"name\": \"Galaxy S8\",\n                    \"inventory\": 1170407089,\n                    \"inventoryRatio\": 6.52,\n                    \"givtSivtRate\": 10.75\n                },\n                {\n                    \"name\": \"Galaxy S8+\",\n                    \"inventory\": 1059093777,\n                    \"inventoryRatio\": 5.9,\n                    \"givtSivtRate\": 10.7\n                }\n            ],\n            \"topDisplayAdSizes\": [\n                {\n                    \"name\": \"300x50\",\n                    \"inventory\": 68076222,\n                    \"inventoryRatio\": 0.63,\n                    \"givtSivtRate\": 9.73\n                },\n                {\n                    \"name\": \"300x50\",\n                    \"inventory\": 68076222,\n                    \"inventoryRatio\": 0.63,\n                    \"givtSivtRate\": 9.73\n                },\n                {\n                    \"name\": \"320x50\",\n                    \"inventory\": 5551626600,\n                    \"inventoryRatio\": 51.1,\n                    \"givtSivtRate\": 8\n                }\n            ],\n            \"topVideoAdSizes\": [\n                {\n                    \"name\": \"1280x720\",\n                    \"inventory\": 26437760,\n                    \"inventoryRatio\": 0.24,\n                    \"givtSivtRate\": 6.72\n                },\n                {\n                    \"name\": \"1280x720\",\n                    \"inventory\": 26437760,\n                    \"inventoryRatio\": 0.24,\n                    \"givtSivtRate\": 6.72\n                },\n                {\n                    \"name\": \"480x360\",\n                    \"inventory\": 66804026,\n                    \"inventoryRatio\": 0.61,\n                    \"givtSivtRate\": 17.07\n                }\n            ],\n            \"topSivtReasons\": [\n                \"displayImpressionFraud\",\n                \"displayImpressionFraud\",\n                \"videoImpressionFraud\"\n            ]\n            isBlacklisted: false\n        }\n    ]\n}"}],"_postman_id":"7e0075c1-ab04-4e5d-bbd9-5ec944f95631"}],"id":"8be28c04-93de-49c0-8ed5-1fe6c41d8f19","description":"<p>The purpose of this API is to provide risk ratings and reputational data for Mobile Applications. The response is an JSON formatted object.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e809cb12-7400-4862-a790-3058687f1aa1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8ada239a-75e3-42a2-ab3a-2de332f1337f"}}],"_postman_id":"8be28c04-93de-49c0-8ed5-1fe6c41d8f19"},{"name":"Domain Ratings Lookup","item":[{"name":"getDomain","id":"b1b14de9-478a-4f77-a821-5a975b3b2528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2018/Ratings/getDomain?adDomain=&region=&device=&username=&password=&callback","urlObject":{"protocol":"https","path":["services","2018","Ratings","getDomain"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required.</p>\n","type":"text/plain"},"key":"adDomain","value":""},{"description":{"content":"<p>Optional. \"US\", \"NON-US\", \"GLOBAL\". Default GLOBAL.</p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>Optional. \"desktop\", \"mobile\", \"GLOBAL\". Default GLOBAL</p>\n","type":"text/plain"},"key":"device","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"486dbf2a-4075-40cc-bf65-e6a460cc3e6c","name":"getDomain","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2018/Ratings/getDomain?adDomain=example.com&region=US&device=desktop&username={{username}}&password={{password}}","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2018","Ratings","getDomain"],"query":[{"key":"adDomain","value":"example.com","description":"Required."},{"key":"region","value":"US","description":"Optional. \"US\", \"NON-US\", \"GLOBAL\". Default GLOBAL."},{"key":"device","value":"desktop","description":"Optional. \"desktop\", \"mobile\", \"GLOBAL\". Default GLOBAL"},{"key":"callback","value":null,"description":"Optional. JSONP callback","disabled":true},{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 07 Dec 2018 00:50:03 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"numFound\": 1,\n    \"docs\": [\n        {\n            \"adDomain\": \"example.com\",\n            \"region\": \"US\",\n            \"device\": \"desktop\",\n            \"inventory\": 5009223371,\n            \"sivtRate\": 2.89,\n            \"givtRate\": 0.52,\n            \"givtSivtRate\": 3.41,\n            \"viewability\": 29.35,\n            \"adultContentRisk\": \"low\",\n            \"alcoholContentRisk\": \"low\",\n            \"drugContentRisk\": \"medium\",\n            \"hateSpeechRisk\": \"low\",\n            \"isPhishingRisk\": \"low\",\n            \"isMalwareRisk\": \"low\",\n            \"pixalateRisk\": \"low\",\n            \"isAdsDotTxtExist\": \"Enabled\",\n            \"category\": \"News And Media\",\n            \"subCategory\": \"Web Directories\",\n            \"countryDqiRank\": 176,\n            \"countryCategoryDqiRank\": 80,\n            \"reach\": 16026,\n            \"desktopContribution\": 50.69,\n            \"mobileContribution\": 49.1,\n            \"videoContribution\": 0.16,\n            \"familyOfSites\": 4325,\n            \"priceBidLow\": null,\n            \"priceBidHigh\": null,\n            \"givtSivtRateRisk\": \"medium\",\n            \"clickFraudRisk\": \"low\",\n            \"viewabilityRisk\": \"medium\",\n            \"domainAge\": 25.5,\n            \"hasPrivacyLink\": true,\n            \"hasTermsOfServiceLink\": true,\n            \"isPrivateDomain\": false,\n            \"isCorporateEmail\": true,\n            \"adInjectionRisk\": \"low\",\n            \"topTrafficReferrals\": [\n                {\n                    \"name\": \"Direct\",\n                    \"inventory\": 1537405,\n                    \"inventoryRatio\": 62.43,\n                    \"givtSivtRate\": 4.73\n                },\n                {\n                    \"name\": \"Search\",\n                    \"inventory\": 768288,\n                    \"inventoryRatio\": 31.2,\n                    \"givtSivtRate\": 4.35\n                },\n                {\n                    \"name\": \"Social\",\n                    \"inventory\": 88758,\n                    \"inventoryRatio\": 3.6,\n                    \"givtSivtRate\": 1.3\n                }\n            ],\n            \"topCountries\": null,\n            \"topStates\": [\n                {\n                    \"name\": \"United States,California\",\n                    \"inventory\": 609407437,\n                    \"inventoryRatio\": 15.61,\n                    \"givtSivtRate\": 3.03\n                },\n                {\n                    \"name\": \"United States,New York\",\n                    \"inventory\": 252522018,\n                    \"inventoryRatio\": 6.47,\n                    \"givtSivtRate\": 3.79\n                },\n                {\n                    \"name\": \"United States,Texas\",\n                    \"inventory\": 247969746,\n                    \"inventoryRatio\": 6.35,\n                    \"givtSivtRate\": 4.1\n                }\n            ],\n            \"topSivtReasons\": [\n                \"proxy\",\n                \"highRiskIP\",\n                \"displayImpressionFraud\"\n            ],\n            \"topDevices\": [\n                {\n                    \"name\": \"desktop\",\n                    \"inventory\": 47477139,\n                    \"inventoryRatio\": 50.69,\n                    \"givtSivtRate\": 3.39\n                },\n                {\n                    \"name\": \"mobile\",\n                    \"inventory\": 45987413,\n                    \"inventoryRatio\": 49.1,\n                    \"givtSivtRate\": 1.41\n                },\n                {\n                    \"name\": \"app\",\n                    \"inventory\": 153478,\n                    \"inventoryRatio\": 0.16,\n                    \"givtSivtRate\": 1.91\n                }\n            ],\n            \"topSellers\": [\n                {\n                    \"name\": \"Example Seller 1\",\n                    \"inventory\": 235754099,\n                    \"inventoryRatio\": 7.56,\n                    \"givtSivtRate\": 4.43\n                },\n                {\n                    \"name\": \"Example Seller 2\",\n                    \"inventory\": 207292299,\n                    \"inventoryRatio\": 6.65,\n                    \"givtSivtRate\": 4.68\n                },\n                {\n                    \"name\": \"Example Seller 3\",\n                    \"inventory\": 198828499,\n                    \"inventoryRatio\": 6.37,\n                    \"givtSivtRate\": 3.73\n                }\n            ],\n            \"topRiskReasons\": null\n        }\n    ]\n}"}],"_postman_id":"b1b14de9-478a-4f77-a821-5a975b3b2528"}],"id":"eea7a684-bd32-4483-9790-c79a2a69756c","description":"<p>The purpose of this API is to provide risk ratings and reputational data for Websites. The response is an JSON formatted object.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8eaa8373-4b9c-4fc9-a408-5163abba1940"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"71f12126-f61b-41e8-959f-eed75bc35efc"}}],"_postman_id":"eea7a684-bd32-4483-9790-c79a2a69756c"}],"id":"6787338f-453e-4f6d-bccf-41f9165b6e7a","_postman_id":"6787338f-453e-4f6d-bccf-41f9165b6e7a","description":""},{"name":"Last Updated Date","item":[{"name":"getLastDataUpdatedInfo","id":"0060ce63-8cdc-4b77-b418-834a437f8e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2018/Ratings/getLastDataUpdatedInfo?username=&password=&callback","description":"<p>Returns the last updated date for domain and app data. The data returned is based on your account permissions, for example, if you do not have access to Domain insights API, you will not see the date returned.</p>\n","urlObject":{"protocol":"https","path":["services","2018","Ratings","getLastDataUpdatedInfo"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"c3018d45-42ff-40bd-8c42-318fffc64d15","name":"getLastDataUpdatedInfo","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2018/Ratings/getLastDataUpdatedInfo?username=[user]&password=[pass]","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2018","Ratings","getLastDataUpdatedInfo"],"query":[{"key":"username","value":"[user]","description":"Required. Refer to your onboarding email."},{"key":"password","value":"[pass]","description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"disabled":true}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"app\": {\n\t\t\"lastUpdatedDate\": \"2020-11-01\"\n\t},\n\t\"domain\": {\n\t\t\"lastUpdatedDate\": \"2020-11-04\"\n\t}\n}"}],"_postman_id":"0060ce63-8cdc-4b77-b418-834a437f8e7e"}],"id":"7b58dbb8-5658-43fe-bed8-081e5164652e","description":"<p>This call returns the last updated date for Domain and/or App data. </p>\n","_postman_id":"7b58dbb8-5658-43fe-bed8-081e5164652e"},{"name":"Quota Balance","item":[{"name":"accountBalance","id":"d04591aa-fb8b-4312-9eeb-43ff3980ec2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ratings2.api.pixalate.com/services/2018/Ratings/accountBalance?username=&password=&callback","urlObject":{"protocol":"https","path":["services","2018","Ratings","accountBalance"],"host":["ratings2","api","pixalate","com"],"query":[{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"username","value":""},{"description":{"content":"<p>Required. Refer to your onboarding email.</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>Optional. JSONP callback</p>\n","type":"text/plain"},"key":"callback","value":""}],"variable":[]}},"response":[{"id":"497cd586-9119-4c75-a44c-f4221b88bf03","name":"accountBalance","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://ratings2.api.pixalate.com/services/2018/Ratings/accountBalance?username=[username]&password=[password]","protocol":"https","host":["ratings2","api","pixalate","com"],"path":["services","2018","Ratings","accountBalance"],"query":[{"key":"username","value":"[username]","description":"Required. Refer to your onboarding email."},{"key":"password","value":"[password]","description":"Required. Refer to your onboarding email."},{"key":"callback","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 17:17:22 GMT"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"accountBalance\": [{\n\t\t\"Entity\": \"Domain\",\n\t\t\"Quota\": 300000,\n\t\t\"Consumed\": 1882,\n\t\t\"Remaining\": 298118,\n\t\t\"Quota Start Date\": \"2020-11-04 00:00:00.000\",\n\t\t\"Quota End Date\": \"2020-12-03 23:59:59.999\"\n\t}, {\n\t\t\"Entity\": \"App\",\n\t\t\"Quota\": 300000,\n\t\t\"Consumed\": 2754,\n\t\t\"Remaining\": 297246,\n\t\t\"Quota Start Date\": \"2020-11-04 00:00:00.000\",\n\t\t\"Quota End Date\": \"2020-12-03 23:59:59.999\"\n\t}, {\n\t\t\"Entity\": \"CTV\",\n\t\t\"Quota\": 10000,\n\t\t\"Consumed\": 756,\n\t\t\"Remaining\": 9244,\n\t\t\"Quota Start Date\": \"2020-10-15 00:00:00.000\",\n\t\t\"Quota End Date\": \"2020-11-13 23:59:59.999\"\n\t}]\n}"}],"_postman_id":"d04591aa-fb8b-4312-9eeb-43ff3980ec2b"}],"id":"558f0dab-6cf6-4c5c-b688-67c6104f77d7","_postman_id":"558f0dab-6cf6-4c5c-b688-67c6104f77d7","description":""}],"id":"7ce7e387-38cb-43c8-823a-09ed940e5b91","description":"<h4 id=\"note-if-you-have-been-provided-with-an-api-key-to-authenticate-please-visit-our-latest-api-documentation-portal-for-details-on-how-to-integrate-using-that-method\"><em>NOTE: If you have been provided with an API key to authenticate, please visit our latest</em> <a href=\"https://developer.pixalate.com\"><em>API documentation portal</em></a> <em>for details on how to integrate using that method.</em></h4>\n<p>Media Ratings Lookup API is the only complete API solution for risk ratings, and reputation data across hundreds of dimensions in order to evaluate Applicatons and Websites at scale.</p>\n<h2 id=\"quota\">Quota</h2>\n<p>Accounts are limited to a specific number of apps or domains that can be looked up monthly. Only apps or domains that have data are counted against the quota. If a quota is exceeded an error message will be returned stating \"Quota Limit Exceeded (limit)\".</p>\n<h2 id=\"rate-limit\">Rate Limit</h2>\n<p>Accounts are rate limited to 100 calls per 60 seconds, if this limit is breached, the following error will be returned:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>callback({\"status\":\"ERR\", \"errMsg\":\"You have exceeded your request limit of 100 per 60 seconds for account, please wait 3999 milliseconds or contact Pixalate for higher rates.\", \"tryAfter\":3999})`\n\n</code></pre><p>The retry time remaining is returned in the JSON object as tryAfter:milliseconds.</p>\n<h2 id=\"jsonp\">JSONP</h2>\n<p>When the callback parameter IS supplied, normal responses result in an application/javascript content type object being returned which contains the response as a JSONP script that calls the method name supplied in the callback parameter.</p>\n<p>Because most JSONP clients can not detect HTTP faults properly, many HTTP faults that would normally be returned using status codes in the HTTP header are returned as a 200 status code with the actual status code and message in the following format:</p>\n<p><code>callback({status:code,message:\"message\"});</code></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4b45128a-e06e-4f45-b038-9de2de69402c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ea8ec893-a08a-45bb-9710-ca53a4a3431d"}}],"_postman_id":"7ce7e387-38cb-43c8-823a-09ed940e5b91"},{"name":"Pre-bid Fraud Blocking","item":[{"name":"Probabilty for IP only example","id":"648733fe-f791-4850-8019-160862ecefc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://fraud-api.pixalate.com/api/v2/fraud?ip=169.150.231.172","urlObject":{"protocol":"https","path":["api","v2","fraud"],"host":["fraud-api","pixalate","com"],"query":[{"key":"ip","value":"169.150.231.172"}],"variable":[]}},"response":[{"id":"f179bd41-0e62-45a9-815e-ce1038df9c4b","name":"Probabilty for IP only example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.adrta.com/services/2012/Suspect/get?username={{username}}&password={{password}}&ip=101.179.108.203","protocol":"https","host":["api","adrta","com"],"path":["services","2012","Suspect","get"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"ip","value":"101.179.108.203"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private, no-cache, no-store, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 29 Jul 2019 02:46:40 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"40"},{"key":"Expires","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"probability\": 0.78\n}"}],"_postman_id":"648733fe-f791-4850-8019-160862ecefc5"},{"name":"Probability for IP & Device ID","id":"184fc4e6-d8e7-4829-acaa-87a4555c768f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://fraud-api.pixalate.com/api/v2/fraud?ip=101.179.108.203&deviceId=6757809f5e6d66f4e40fb9fd88c05139","urlObject":{"protocol":"https","path":["api","v2","fraud"],"host":["fraud-api","pixalate","com"],"query":[{"key":"ip","value":"101.179.108.203"},{"key":"deviceId","value":"6757809f5e6d66f4e40fb9fd88c05139"}],"variable":[]}},"response":[{"id":"04689ac6-43db-4dfb-a3e3-45f1269a42a4","name":"Probability for IP & Device ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.adrta.com/services/2012/Suspect/get?username={{username}}&password={{password}}&ip=101.179.108.203&deviceId=6757809f5e6d66f4e40fb9fd88c05139","protocol":"https","host":["api","adrta","com"],"path":["services","2012","Suspect","get"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"ip","value":"101.179.108.203"},{"key":"deviceId","value":"6757809f5e6d66f4e40fb9fd88c05139"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private, no-cache, no-store, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 29 Jul 2019 02:48:25 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"42"},{"key":"Expires","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"probability\": 0.9978\n}"}],"_postman_id":"184fc4e6-d8e7-4829-acaa-87a4555c768f"},{"name":"Probability for IP, Device ID, & UserAgent","id":"ee2e05a8-9852-449e-b472-43512002d2c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://fraud-api.pixalate.com/api/v2/fraud?ip=101.179.108.203&deviceId=6757809f5e6d66f4e40fb9fd88c05139&userAgent=Bot%20Googlebot/2.1%20(iPod;%20N;%20RISC%20OS%202.4.35;%20IBM360;%20rv1.3.1)%20Alligator/20080524%20Jungledog/3.0","urlObject":{"protocol":"https","path":["api","v2","fraud"],"host":["fraud-api","pixalate","com"],"query":[{"key":"ip","value":"101.179.108.203"},{"key":"deviceId","value":"6757809f5e6d66f4e40fb9fd88c05139"},{"key":"userAgent","value":"Bot%20Googlebot/2.1%20(iPod;%20N;%20RISC%20OS%202.4.35;%20IBM360;%20rv1.3.1)%20Alligator/20080524%20Jungledog/3.0"}],"variable":[]}},"response":[{"id":"9eaa72ad-878f-4b1f-87af-1c7f55099ae6","name":"Probability for IP, Device ID, & UserAgent","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.adrta.com/services/2012/Suspect/get?username={{username}}&password={{password}}&ip=101.179.108.203&deviceId=6757809f5e6d66f4e40fb9fd88c05139&userAgent=Bot%20Googlebot/2.1%20(iPod;%20N;%20RISC%20OS%202.4.35;%20IBM360;%20rv1.3.1)%20Alligator/20080524%20Jungledog/3.0","protocol":"https","host":["api","adrta","com"],"path":["services","2012","Suspect","get"],"query":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"key":"ip","value":"101.179.108.203"},{"key":"deviceId","value":"6757809f5e6d66f4e40fb9fd88c05139"},{"key":"userAgent","value":"Bot%20Googlebot/2.1%20(iPod;%20N;%20RISC%20OS%202.4.35;%20IBM360;%20rv1.3.1)%20Alligator/20080524%20Jungledog/3.0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"X-Requested-With"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private, no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 29 Jul 2019 02:49:20 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx/1.12.1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"17"},{"key":"Expires","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"probability\": 1\n}"}],"_postman_id":"ee2e05a8-9852-449e-b472-43512002d2c4"}],"id":"da11a88c-b2f7-44b9-93de-c16e4c7bd1b8","description":"<p>The Pre-bid Fraud Blocking API is a service which allows subscribers to make a request to Pixalate's servers to retrieve the probability (risk score) and determine if a user's IP, deviceID or user agent is compromised or performing a malicious activity.</p>\n<h2 id=\"probabilities-risk-scores\">Probabilities (Risk Scores)</h2>\n<p>Similar to Pixalate's Blocking Lists, the Fraud Blocking API returns a probability (risk score) 0.01 to 1 that represents the likelihood a given value is related to malicious or compromised devices. This risk scoring is calculated by Pixalate’s proprietary machine learning algorithm and allows clients to set their own blocking thresholds based on the quality and scale of their supply inventory. The following is a generic guideline for setting fraud blocking thresholds:</p>\n<ol>\n<li><p>Probability equal to 1, for filtering out only the worst offender for blocking (deterministic).</p>\n</li>\n<li><p>Probability greater than or equal to 0.90 for filtering out users that are fraudulent beyond reasonable doubt.</p>\n</li>\n<li><p>Probability between 0.75 (inclusive) and 0.90 (exclusive), to filter out users that are associated with clear and convincing evidence that they are fraudulent.</p>\n</li>\n<li><p>Probability between 0.5 (inclusive) and 0.75 (exclusive), to filter out users that it is more likely than not that they are fraudulent (also known as preponderance of the evidence standard).</p>\n</li>\n</ol>\n<p>Pixalate does not recommend blocking any probabilities less than .5. When making adjustments to the probability threshold, Pixalate highly recommends regular checks-and-balances against impression delivery as lowering the probabilistic threshold can potentially impact the impression count.</p>\n<h2 id=\"uri-path\">URI Path</h2>\n<p><a href=\"https://fraud-api.pixalate.com/api/v2/fraud\">https://fraud-api.pixalate.com/api/v2/fraud</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fraud-api.pixalate.com</td>\n<td>host</td>\n</tr>\n<tr>\n<td>api</td>\n<td>Static directory</td>\n</tr>\n<tr>\n<td>v2</td>\n<td>version</td>\n</tr>\n<tr>\n<td>fraud</td>\n<td>The class name of the type of solution</td>\n</tr>\n<tr>\n<td>get</td>\n<td>The class method to invoke</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"pre-bid-parameters\">Pre-bid Parameters</h2>\n<p>One or more of the following parameters may be provided. If more than one parameter is specified, the probability returned is determined by an assessment of risk based off the combination of each parameter’s individual risk probability.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ip</td>\n<td>The internet protocol address</td>\n</tr>\n<tr>\n<td>deviceId</td>\n<td>An ID that characterizes a mobile device.</td>\n</tr>\n<tr>\n<td>userAgent</td>\n<td>The browser or device supplied agent string</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Note: All parameters are case sensitive </p>\n</blockquote>\n<h3 id=\"response\">Response</h3>\n<p>The normal response is a JSON document as follows:</p>\n<p><code>{“probability”:probability}</code></p>\n<h3 id=\"deviceid-parameter\">deviceId Parameter</h3>\n<p>The deviceId parameter is an optional parameter that is an actual mobile device identifier. Various device identifier types are acceptable as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID Type Name</th>\n<th>Operating System</th>\n<th>ID Length</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ADID</td>\n<td>Android</td>\n<td>36</td>\n<td>Google advertising ID</td>\n<td>FF67345D-BF11-7823-1111-FFED421776FC</td>\n</tr>\n<tr>\n<td>IDFA</td>\n<td>iOS</td>\n<td>36</td>\n<td>Apple advertising ID</td>\n<td>A217D9FC-C1BE-4BEF- 94CD-1EE82147C1AA</td>\n</tr>\n<tr>\n<td>IDFV</td>\n<td>iOS</td>\n<td>36</td>\n<td>Apple's Identifier for Vendor</td>\n<td>B927E7D7-63A7-4D7D-BF11-34D62A6C6E0B</td>\n</tr>\n<tr>\n<td>MD5</td>\n<td>Multiple</td>\n<td>32</td>\n<td>The MD5 hash of a hardware device identifier (e.g. MAC address, IMEI, or advertising ID).</td>\n<td>d9527b5207097c5770ca448322489426</td>\n</tr>\n<tr>\n<td>SHA1</td>\n<td>Multiple</td>\n<td>40</td>\n<td>The SHA-1 hash of a hardware device identifier (e.g. MAC address, IMEI, or advertising ID).</td>\n<td>2971074629cc8f33146c5eb08b39f157da5ce356</td>\n</tr>\n<tr>\n<td>WAID</td>\n<td>Windows</td>\n<td>36</td>\n<td>Windows advertising ID</td>\n<td>97615775-57b5-4300-90b4-ba0c22b60e34</td>\n</tr>\n<tr>\n<td>RIDA</td>\n<td>Roku OS</td>\n<td>36</td>\n<td>Roku’s privacy-friendly device ID</td>\n<td>331319d2-4cc2-51ac-de21-aa62f1e143c1</td>\n</tr>\n<tr>\n<td>MSAI</td>\n<td>Xbox</td>\n<td>36</td>\n<td>Advertising ID for Microsoft's Xbox</td>\n<td>bc23c3de-5d32-4d0c-de3a-94ce878a0379</td>\n</tr>\n<tr>\n<td>GAID</td>\n<td>Android</td>\n<td>36</td>\n<td>Google's Advertising ID</td>\n<td>AE63F1D9-0F3A-4B7A-891D-5E23F12C9B1A</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"286c39f3-32fa-4eec-8933-0ae5f01c42c6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"36083e31-c495-4fd8-9d13-13694f3b446b"}}],"_postman_id":"da11a88c-b2f7-44b9-93de-c16e4c7bd1b8"},{"name":"Server to Server","item":[{"name":"ingest","id":"c12ad707-8d3f-45dd-bdcc-34e943fbfb0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://PIXALATE_SUPPLIED/ingest?__aaba=&__aaci=YOUR_CLIENT_ID&__aaxi=101.179.108.203&__aapu&__aasi&__aast&__aavi&__aavt&paid=YOUR_PARTNER_ID","urlObject":{"protocol":"http","path":["ingest"],"host":["PIXALATE_SUPPLIED"],"query":[{"description":{"content":"<p>Browser agent string as provided in the HTTP User-Agent header</p>\n","type":"text/plain"},"key":"__aaba","value":""},{"description":{"content":"<p>Pixalate supplied client identifier</p>\n","type":"text/plain"},"key":"__aaci","value":"YOUR_CLIENT_ID"},{"description":{"content":"<p>Visitor’s IP address. Must contain a valid visitor’s IP address. Do not supply local or private IP addresses.</p>\n","type":"text/plain"},"key":"__aaxi","value":"101.179.108.203"},{"description":{"content":"<p>Page URI</p>\n","type":"text/plain"},"key":"__aapu","value":""},{"description":{"content":"<p>Session Identifier. A unique number for each browser session occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive. This is normally stored as a browser session cookie.</p>\n","type":"text/plain"},"key":"__aasi","value":""},{"description":{"content":"<p>Session time. The UNIX time that the session identifier was created in milliseconds. This is normally stored as a browser session cookie.</p>\n","type":"text/plain"},"key":"__aast","value":""},{"description":{"content":"<p>Visitor identifier. A unique number for each browser visitor occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive. This is normally stored as a browser persistent cookie.</p>\n","type":"text/plain"},"key":"__aavi","value":""},{"description":{"content":"<p>Visitor time. The UNIX time that the visitor identifier was created in milliseconds. This is normally stored as a browser persistent cookie.</p>\n","type":"text/plain"},"key":"__aavt","value":""},{"description":{"content":"<p>Partner identifier: Pixalate supplied identifier</p>\n","type":"text/plain"},"key":"paid","value":"YOUR_PARTNER_ID"}],"variable":[]}},"response":[{"id":"35bdb73b-743e-46da-bd15-c5059ca4bbd6","name":"Example Click","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://PIXALATE_SUPPLIED/ingest?__aaci=YOUR_CLIENT_ID&paid =YOUR_PARTNER_ID&__aaic=1&__aaba= Mozilla/5.0%20(Windows%20NT%206.1;%20WOW64)%20 AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/41.0.2272.89%20Safari/537.36&__aaxi=98.237.148.60&__aapu=http://example.com/2015/03/18/photos/&__aasi=11688292681380980&__aast=1426775058223&__aavi=26821458186066696&__aavt=1426407629708&publisherId=45094030&kv8=123456789&kv21=2140fbaaef156cc25aed66948f7e762b40c46d56&kv26=iOS","protocol":"http","host":["PIXALATE_SUPPLIED"],"path":["ingest"],"query":[{"key":"__aaci","value":"YOUR_CLIENT_ID","description":"Pixalate supplied client identifier"},{"key":"paid ","value":"YOUR_PARTNER_ID","description":"Partner identifier: Pixalate supplied identifier"},{"key":"__aaic","value":"1","description":"required."},{"key":"__aaba","value":" Mozilla/5.0%20(Windows%20NT%206.1;%20WOW64)%20 AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/41.0.2272.89%20Safari/537.36","description":"Browser agent string as provided in the HTTP User-Agent header"},{"key":"__aaxi","value":"98.237.148.60","description":"Visitor’s IP address. Must contain a valid visitor’s IP address.  Do not supply local or private IP addresses."},{"key":"__aapu","value":"http://example.com/2015/03/18/photos/","description":"Page URI"},{"key":"__aasi","value":"11688292681380980","description":"Session Identifier.  A unique number for each browser session occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive.  This is normally stored as a browser session cookie."},{"key":"__aast","value":"1426775058223","description":"Session time. The UNIX time that the session identifier was created in milliseconds.  This is normally stored as a browser session cookie."},{"key":"__aavi","value":"26821458186066696","description":"Visitor identifier. A unique number for each browser visitor occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive.  This is normally stored as a browser persistent cookie."},{"key":"__aavt","value":"1426407629708","description":"Visitor time.  The UNIX time that the visitor identifier was created in milliseconds. This is normally stored as a browser persistent cookie."},{"key":"publisherId","value":"45094030"},{"key":"kv8","value":"123456789"},{"key":"kv21","value":"2140fbaaef156cc25aed66948f7e762b40c46d56"},{"key":"kv26","value":"iOS"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e5c9571b-fb0c-4212-b9e7-be302ae5af62","name":"Example Impression","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://PIXALATE_SUPPLIED/ingest?__aaci=YOUR_CLIENT_ID&paid =YOUR_PARTNER_ID&__aaba=Mozilla/5.0%20(Windows%20NT%206.1;%20WOW64)%20 AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/41.0.2272.89%20Safari/537.36&__aaxi=98.237.148.60&__aapu=http://example.com/2015/03/18/photos/&__aasi=11688292681380980&__aast=1426775058223&__aavi=26821458186066696&__aavt=1426407629708&publisherId=45094030&kv8=123456789&kv21=2140fbaaef156cc25aed66948f7e762b40c46d56&kv26=iOS","protocol":"http","host":["PIXALATE_SUPPLIED"],"path":["ingest"],"query":[{"key":"__aaci","value":"YOUR_CLIENT_ID","description":"Pixalate supplied client identifier"},{"key":"paid ","value":"YOUR_PARTNER_ID","description":"Partner identifier: Pixalate supplied identifier"},{"key":"__aaba","value":"Mozilla/5.0%20(Windows%20NT%206.1;%20WOW64)%20 AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/41.0.2272.89%20Safari/537.36","description":"Browser agent string as provided in the HTTP User-Agent header"},{"key":"__aaxi","value":"98.237.148.60","description":"Visitor’s IP address. Must contain a valid visitor’s IP address.  Do not supply local or private IP addresses."},{"key":"__aapu","value":"http://example.com/2015/03/18/photos/","description":"Page URI"},{"key":"__aasi","value":"11688292681380980","description":"Session Identifier.  A unique number for each browser session occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive.  This is normally stored as a browser session cookie."},{"key":"__aast","value":"1426775058223","description":"Session time. The UNIX time that the session identifier was created in milliseconds.  This is normally stored as a browser session cookie."},{"key":"__aavi","value":"26821458186066696","description":"Visitor identifier. A unique number for each browser visitor occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive.  This is normally stored as a browser persistent cookie."},{"key":"__aavt","value":"1426407629708","description":"Visitor time.  The UNIX time that the visitor identifier was created in milliseconds. This is normally stored as a browser persistent cookie."},{"key":"publisherId","value":"45094030","description":"Publisher identifier"},{"key":"kv8","value":"123456789"},{"key":"kv21","value":"2140fbaaef156cc25aed66948f7e762b40c46d56","description":"Device ODIN: The ODIN-encrypted unique identifier representing the mobile device"},{"key":"kv26","value":"iOS","description":"Device OS"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e2d3f1e2-ce86-480c-b9a6-f68bf7d7bb77","name":"Example Click","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://PIXALATE_SUPPLIED/ingest?__aaci=YOUR_CLIENT_ID&paid =YOUR_PARTNER_ID&__aaic=1&__aaba= Mozilla/5.0%20(Windows%20NT%206.1;%20WOW64)%20 AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/41.0.2272.89%20Safari/537.36&__aaxi=98.237.148.60&__aapu=http://example.com/2015/03/18/photos/&__aasi=11688292681380980&__aast=1426775058223&__aavi=26821458186066696&__aavt=1426407629708&publisherId=45094030&kv8=123456789&kv21=2140fbaaef156cc25aed66948f7e762b40c46d56&kv26=iOS","protocol":"http","host":["PIXALATE_SUPPLIED"],"path":["ingest"],"query":[{"key":"__aaci","value":"YOUR_CLIENT_ID","description":"Pixalate supplied client identifier"},{"key":"paid ","value":"YOUR_PARTNER_ID","description":"Partner identifier: Pixalate supplied identifier"},{"key":"__aaic","value":"1","description":"required."},{"key":"__aaba","value":" Mozilla/5.0%20(Windows%20NT%206.1;%20WOW64)%20 AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/41.0.2272.89%20Safari/537.36","description":"Browser agent string as provided in the HTTP User-Agent header"},{"key":"__aaxi","value":"98.237.148.60","description":"Visitor’s IP address. Must contain a valid visitor’s IP address.  Do not supply local or private IP addresses."},{"key":"__aapu","value":"http://example.com/2015/03/18/photos/","description":"Page URI"},{"key":"__aasi","value":"11688292681380980","description":"Session Identifier.  A unique number for each browser session occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive.  This is normally stored as a browser session cookie."},{"key":"__aast","value":"1426775058223","description":"Session time. The UNIX time that the session identifier was created in milliseconds.  This is normally stored as a browser session cookie."},{"key":"__aavi","value":"26821458186066696","description":"Visitor identifier. A unique number for each browser visitor occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive.  This is normally stored as a browser persistent cookie."},{"key":"__aavt","value":"1426407629708","description":"Visitor time.  The UNIX time that the visitor identifier was created in milliseconds. This is normally stored as a browser persistent cookie."},{"key":"publisherId","value":"45094030"},{"key":"kv8","value":"123456789"},{"key":"kv21","value":"2140fbaaef156cc25aed66948f7e762b40c46d56"},{"key":"kv26","value":"iOS"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c12ad707-8d3f-45dd-bdcc-34e943fbfb0d"}],"id":"40867ec1-9320-4ed6-8cb0-99bb578239be","description":"<p>The ingestion api offers a solution for clients to send data via server</p>\n<h2 id=\"required-parameters\">Required Parameters</h2>\n<p>The following parameters are required. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>__aaba</td>\n<td>Browser agent string as provided in the HTTP User-Agent header</td>\n</tr>\n<tr>\n<td>__aaci</td>\n<td>Pixalate supplied client identifier</td>\n</tr>\n<tr>\n<td>__aaxi</td>\n<td>Visitor’s IP address. Must contain a valid visitor’s IP address.  Do not supply local or private IP addresses.</td>\n</tr>\n<tr>\n<td>__aapu</td>\n<td>Page URI</td>\n</tr>\n<tr>\n<td>__aasi</td>\n<td>Session Identifier.  A unique number for each browser session occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive.  This is normally stored as a browser session cookie.</td>\n</tr>\n<tr>\n<td>__aast</td>\n<td>Session time. The UNIX time that the session identifier was created in milliseconds.  This is normally stored as a browser session cookie.</td>\n</tr>\n<tr>\n<td>__aavi</td>\n<td>Visitor identifier. A unique number for each browser visitor occurrence that is between 0 and 9,223,372,036,854,775,807 inclusive.  This is normally stored as a browser persistent cookie.</td>\n</tr>\n<tr>\n<td>__aavt</td>\n<td>Visitor time.  The UNIX time that the visitor identifier was created in milliseconds. This is normally stored as a browser persistent cookie.</td>\n</tr>\n<tr>\n<td>paid</td>\n<td>Partner identifier: Ask Pixalate for this ID.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"optional-parameters\">Optional Parameters</h2>\n<p>The following parameters are optional:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>__aaic</td>\n<td>1 to track clicks, 2 to track conversions</td>\n</tr>\n<tr>\n<td>__aapr</td>\n<td>URI of page referrer</td>\n</tr>\n<tr>\n<td>publisherId</td>\n<td>Publisher identifier</td>\n</tr>\n<tr>\n<td>sellerId</td>\n<td>Seller identifier</td>\n</tr>\n<tr>\n<td>siteId</td>\n<td>Site identifier)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-mobile-parameters\">Required Mobile Parameters</h2>\n<p>The following parameters may be added to the required parameters for mobile applications: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kv16</td>\n<td>Mobile Latitude: The latitude of the user's location, when GPS data is available from a mobile device. Expressed in the format \"snn.ddd,snn.ddd\" (e.g., +12.345 or -45.123), where South is represented as negative. In order to comply with privacy standards, there can be a maximum of 3 decimal places of precision.</td>\n</tr>\n<tr>\n<td>kv17</td>\n<td>Mobile Longitude: The longitude of the user's location, when GPS data is available from a mobile device. Expressed in the format \"snn.ddd,snn.ddd\" (e.g., +12.345 or -45.123), where West is represented as negative. In order to comply with privacy standards, there can be a maximum of 3 decimal places of precision.</td>\n</tr>\n<tr>\n<td>kv18</td>\n<td>APP ID: The identifier for the application requesting the impression. This is useful only for impressions from mobile apps.</td>\n</tr>\n<tr>\n<td>kv22</td>\n<td>Device ID: APPLE_IDA / IFA / Mobile Device ID (Android/iOS/Microsoft)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"optional-mobile-parameters\">Optional Mobile Parameters</h2>\n<p>The following parameters are optional:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kv19</td>\n<td>Device MD5: The MD5-encrypted unique identifier representing the mobile device</td>\n</tr>\n<tr>\n<td>kv20</td>\n<td>Device OPENUDID: The OPENUDID-encrypted unique identifier representing the mobile device</td>\n</tr>\n<tr>\n<td>kv21</td>\n<td>Device ODIN: The ODIN-encrypted unique identifier representing the mobile device</td>\n</tr>\n<tr>\n<td>kv23</td>\n<td>Carrier ID / Mobile Brand Name</td>\n</tr>\n<tr>\n<td>kv24</td>\n<td>Supply Type / Mobile Model Name</td>\n</tr>\n<tr>\n<td>kv25</td>\n<td>App Type / App Name / SDK Version</td>\n</tr>\n<tr>\n<td>kv26</td>\n<td>Device OS</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"677385cd-ec24-431b-a2c7-e8a56a39c9ec"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0cc66625-9986-44a2-af62-2bf1884144e7"}}],"_postman_id":"40867ec1-9320-4ed6-8cb0-99bb578239be"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4ee16e4c-ccf1-48b6-af0b-6f93edc52669"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ca69a33e-e47e-4fc0-989a-57348ccefc6b"}}]}