{"id":6239,"date":"2020-10-15T15:14:38","date_gmt":"2020-10-15T14:14:38","guid":{"rendered":"https:\/\/oko.uk\/?p=6239"},"modified":"2020-10-15T15:14:38","modified_gmt":"2020-10-15T14:14:38","slug":"tcf-v2-0-google-integration-issue","status":"publish","type":"post","link":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/","title":{"rendered":"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a"},"content":{"rendered":"<p>The deadline for the IAB\u2019s Transparency and Consent Framework (TCF) v2.0 was on August 15, 2020 which means that Google now fully supports the Framework. Many publishers that use Google Ad Manager are experiencing integration issues and as such are receiving error messages about their setup.<\/p>\n<p>In this article, we aim to help publishers find and troubleshoot the most common error codes.<\/p>\n<h2>A quick rundown on TCF v2.0 so far<\/h2>\n<p>The most recent version of TCF was announced in August 2019, after obtaining input from stakeholders and applying that feedback to the revised version. TCF v2.0 aims to address the concerns of v1.0 highlighted by legislators, advertisers and user groups. The deadline for TCF v2.0 implementation was on August 15, 2020 which is when support for v1.0 was switched off. Consent strings then became invalid after September 30, 2020, which meant that publishers had up until this date to upgrade to TCF v2.0 or use another method for obtaining consent.<\/p>\n<p>Google had already promised to support TCF v2.0 and so began by gradually reading and passing Transparency Consent (TC) strings for a proportion of ad requests and ramping up to reach 100% before the deadline of August 15. In order to give publishers time to manage errors and misconfiguration related to TCF v2.0, Google has given a 90 day grace period to publishers already using TCF v2.0 to resolve any errors. This means that after November 13th 2020, ads will not be able to serve if they do not comply with consent.<\/p>\n<h2>Common TCF v2.0 Google implementation errors<\/h2>\n<p>At OKO, we\u2019ve found that by far the most common Google integration issues affecting publishers are 1.1 errors and 2.1a errors.<\/p>\n<p>You can find implementation errors in Google Ad Manager by viewing the TCF error report in Google Ad Manager by navigating to <strong>Admin<\/strong> &gt;<strong> EU User Consent<\/strong> &gt; <strong>Download TCF Error Report<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-6241\" src=\"https:\/\/stg-coolmedia-stage.kinsta.cloud\/wp-content\/uploads\/2020\/10\/TCF-Error-Report.png\" alt=\"TCF Error Report\" width=\"1078\" height=\"76\" \/><\/p>\n<p><em>\u201cIAB TCF v2.0 errors detected. Download the TCF error report and go to \u2018Learn more\u2019 for guidance on how to fix\u201d<\/em><\/p>\n<h3 style=\"text-align: left\">How to troubleshoot TCF v2.0 Google implementation error 1.1<\/h3>\n<h4>What is error 1.1?<\/h4>\n<p>Error 1.1 occurs when Google, as a vendor, is not allowed under consent or legitimate interest. This issue can result in dropped and unfilled ad requests which can have a negative impact on your ad revenue. As such, they do not receive a grace period.<\/p>\n<h4>What causes error 1.1?<\/h4>\n<p>Error 1.1 occurs when Google cannot detect signals of consent or legitimate interest. This can either be caused by users intentionally rejecting Google as a vendor or a result of an outdated Consent Management Platform (CMP) configuration, which does not present users with the option to accept Google as a vendor.<\/p>\n<h4>How to solve error 1.1<\/h4>\n<p>In order to solve error 1.1, there are three steps you\u2019ll need to address:<\/p>\n<ol>\n<li>Confirm whether the user intentionally rejected Google as a vendor.<\/li>\n<li>Check for any CMP implementation errors. If you\u2019re using Quantcast Choice, you\u2019ll need to check that Google is displayed as a vendor in the CMP on the global vendor list and check that it is not blocked. If it is not blocked, then you\u2019ll need to block and unblock any vendor to force the CMP to display again to all users and register a transparency consent (TC) string for Google.<\/li>\n<li>Check for any publisher restrictions. Publisher restrictions are a new feature introduced to version 2.0 of the Framework that allow publishers to signal restrictions on how vendors may process personal data.<\/li>\n<\/ol>\n<h3>How to troubleshoot TCF v2.0 Google implementation error 2.1a<\/h3>\n<h4>What is error 2.1a?<\/h4>\n<p>Error 2.1a occurs when the tag or Software Development Kit (SDK) is not receiving a TC string due to CMP status being stub, loading or error. For 60 days from August 15, 2020, publishers will be able to fix any misconfiguration issues without impacting their monetization. If the issue is not solved between October 14, 2020 and November 13, 2020, non-personalised ads will be served regardless of existing personalised and non-personalised ad settings. After November 13, 2020 ad requests will not be filled.<\/p>\n<h4>What causes error 2.1a?<\/h4>\n<p>The most common cause of error 2.1a is ad requests being made before the user provides or rejects consent. This error occurs when working with Google as a vendor because most TCF vendors check themselves whether the TC string is available before requesting an ad so that they can determine if they have a legal basis to process personal data.<\/p>\n<p>However, Google does not check for the TC string first and instead expects the publisher to make sure the TC string is available via the CMP before requesting ads. Therefore, if an ad is requested before a TC string is made available, this results in error 2.1a.<\/p>\n<h4>How to solve error 2.1a<\/h4>\n<p>Error 2.1a can be solved by adding conditional logic to ensure that the TC string is made available before an ad is called.<\/p>\n<p>The following snippet leverages the TCF v2.0 API and GPT API to only execute the GAM auction once consent has been ascertained from the CMP. Please use it for illustrative purposes as a base to suit your particular needs:<\/p>\n<p><code>\/\/TCF API listener code - add after TCF 2.0 compatible CMP initialization code has executed<br \/>\nwindow.__tcfapi('addEventListener', 2, function(tcData, listenerSuccess) {<br \/>\nif (listenerSuccess) {<br \/>\n\/\/ check the eventstatus<br \/>\nif (tcData.eventStatus === 'useractioncomplete' ||<br \/>\ntcData.eventStatus === 'tcloaded') {<\/code><\/p>\n<p><code>if(!tcData.gdprApplies){<br \/>\n\/\/GDPR does not apply to this user so start GAM auction<br \/>\ngoogletag.cmd.push(function () {<br \/>\ngoogletag.pubads().refresh();<br \/>\n});<br \/>\nreturn;<br \/>\n}<\/code><\/p>\n<p><code>\/\/ Deal with parsing tcData for IAB Vendor consents<br \/>\n\/\/Deal with personalized\/non-personalized Google ads based on this document: https:\/\/support.google.com\/admanager\/answer\/9805023?hl=en<br \/>\nif ((tcData.vendor.consents[755] || tcData.vendor.legitimateInterests[755])<br \/>\n&amp;&amp; (tcData.purpose.consents[1] &amp;&amp; tcData.purpose.consents[3] &amp;&amp; tcData.purpose.consents[4]<br \/>\n&amp;&amp; tcData.purpose.legitimateInterests[2] &amp;&amp; tcData.purpose.legitimateInterests[7] &amp;&amp; tcData.purpose.legitimateInterests[9] &amp;&amp; tcData.purpose.legitimateInterests[10])) {<\/code><\/p>\n<p><code>\/\/consent signals sufficient for personalized ads<br \/>\n\/\/set personalized ads and then run the GAM auction<br \/>\ngoogletag.cmd.push(function () {<br \/>\ngoogletag.pubads().setRequestNonPersonalizedAds(0);<br \/>\ngoogletag.pubads().refresh();<br \/>\n});<br \/>\n} else if((tcData.vendor.consents[755] || tcData.vendor.legitimateInterests[755])<br \/>\n&amp;&amp; (tcData.purpose.consents[1]<br \/>\n&amp;&amp; tcData.purpose.legitimateInterests[2] &amp;&amp;  tcData.purpose.legitimateInterests[7] &amp;&amp; tcData.purpose.legitimateInterests[9] &amp;&amp;  tcData.purpose.legitimateInterests[10])) {<\/code><\/p>\n<p><code>\/\/consent signals NOT sufficient for personalized ads<br \/>\n\/\/set non-personalized ads and then run the GAM auction<br \/>\ngoogletag.cmd.push(function () {<br \/>\ngoogletag.pubads().setRequestNonPersonalizedAds(1);<br \/>\ngoogletag.pubads().refresh();<br \/>\n});<br \/>\n}<br \/>\n}<br \/>\n}<br \/>\n});<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The deadline for the IAB\u2019s Transparency and Consent Framework (TCF) v2.0 was on August 15, 2020 which means that Google now fully supports the<\/p>\n","protected":false},"author":1,"featured_media":9243,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[10,6,4,2],"tags":[8],"class_list":["post-6239","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-analysis","category-okonews","category-news","category-tips","tag-privacy"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a | Supply-Side Platform | COOL Media (formerly OKO Digital)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a | Supply-Side Platform | COOL Media (formerly OKO Digital)\" \/>\n<meta property=\"og:description\" content=\"The deadline for the IAB\u2019s Transparency and Consent Framework (TCF) v2.0 was on August 15, 2020 which means that Google now fully supports the\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/\" \/>\n<meta property=\"og:site_name\" content=\"Supply-Side Platform\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-15T14:14:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2020\/10\/tcf-2-1-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"pavlo.shyian@sigma.software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"pavlo.shyian@sigma.software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/\"},\"author\":{\"name\":\"pavlo.shyian@sigma.software\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/#\\\/schema\\\/person\\\/560f05b9e421019c8159b150285a5517\"},\"headline\":\"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a\",\"datePublished\":\"2020-10-15T14:14:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/\"},\"wordCount\":836,\"commentCount\":9,\"image\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2020\\\/10\\\/tcf-2-1-1.jpg\",\"keywords\":[\"Privacy and GDPR\"],\"articleSection\":[\"Analysis\",\"OKO News\",\"Publisher News\",\"Tips\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/\",\"url\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/\",\"name\":\"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a | Supply-Side Platform | COOL Media (formerly OKO Digital)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2020\\\/10\\\/tcf-2-1-1.jpg\",\"datePublished\":\"2020-10-15T14:14:38+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/#\\\/schema\\\/person\\\/560f05b9e421019c8159b150285a5517\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2020\\\/10\\\/tcf-2-1-1.jpg\",\"contentUrl\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2020\\\/10\\\/tcf-2-1-1.jpg\",\"width\":1280,\"height\":720,\"caption\":\"TCF 2.0 Google Integration Issues\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/tcf-v2-0-google-integration-issue\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/#website\",\"url\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/\",\"name\":\"Supply-Side Platform\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/#\\\/schema\\\/person\\\/560f05b9e421019c8159b150285a5517\",\"name\":\"pavlo.shyian@sigma.software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/915b509c0ee970a486962d4bc9f102ea4ebf29ea9fa4fc5ca6f12ac21b5cf3e9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/915b509c0ee970a486962d4bc9f102ea4ebf29ea9fa4fc5ca6f12ac21b5cf3e9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/915b509c0ee970a486962d4bc9f102ea4ebf29ea9fa4fc5ca6f12ac21b5cf3e9?s=96&d=mm&r=g\",\"caption\":\"pavlo.shyian@sigma.software\"},\"sameAs\":[\"https:\\\/\\\/cool.co\"],\"url\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/author\\\/pavlo-shyiansigma-software\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a | Supply-Side Platform | COOL Media (formerly OKO Digital)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/","og_locale":"en_US","og_type":"article","og_title":"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a | Supply-Side Platform | COOL Media (formerly OKO Digital)","og_description":"The deadline for the IAB\u2019s Transparency and Consent Framework (TCF) v2.0 was on August 15, 2020 which means that Google now fully supports the","og_url":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/","og_site_name":"Supply-Side Platform","article_published_time":"2020-10-15T14:14:38+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2020\/10\/tcf-2-1-1.jpg","type":"image\/jpeg"}],"author":"pavlo.shyian@sigma.software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"pavlo.shyian@sigma.software","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/#article","isPartOf":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/"},"author":{"name":"pavlo.shyian@sigma.software","@id":"https:\/\/cool.co\/supply-side-platform-home\/#\/schema\/person\/560f05b9e421019c8159b150285a5517"},"headline":"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a","datePublished":"2020-10-15T14:14:38+00:00","mainEntityOfPage":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/"},"wordCount":836,"commentCount":9,"image":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/#primaryimage"},"thumbnailUrl":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2020\/10\/tcf-2-1-1.jpg","keywords":["Privacy and GDPR"],"articleSection":["Analysis","OKO News","Publisher News","Tips"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/","url":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/","name":"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a | Supply-Side Platform | COOL Media (formerly OKO Digital)","isPartOf":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/#primaryimage"},"image":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/#primaryimage"},"thumbnailUrl":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2020\/10\/tcf-2-1-1.jpg","datePublished":"2020-10-15T14:14:38+00:00","author":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/#\/schema\/person\/560f05b9e421019c8159b150285a5517"},"breadcrumb":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/#primaryimage","url":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2020\/10\/tcf-2-1-1.jpg","contentUrl":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2020\/10\/tcf-2-1-1.jpg","width":1280,"height":720,"caption":"TCF 2.0 Google Integration Issues"},{"@type":"BreadcrumbList","@id":"https:\/\/cool.co\/supply-side-platform-home\/tcf-v2-0-google-integration-issue\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cool.co\/supply-side-platform-home\/"},{"@type":"ListItem","position":2,"name":"How to troubleshoot TCF v2.0 Google integration issue 1.1 and 2.1a"}]},{"@type":"WebSite","@id":"https:\/\/cool.co\/supply-side-platform-home\/#website","url":"https:\/\/cool.co\/supply-side-platform-home\/","name":"Supply-Side Platform","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cool.co\/supply-side-platform-home\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cool.co\/supply-side-platform-home\/#\/schema\/person\/560f05b9e421019c8159b150285a5517","name":"pavlo.shyian@sigma.software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/915b509c0ee970a486962d4bc9f102ea4ebf29ea9fa4fc5ca6f12ac21b5cf3e9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/915b509c0ee970a486962d4bc9f102ea4ebf29ea9fa4fc5ca6f12ac21b5cf3e9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/915b509c0ee970a486962d4bc9f102ea4ebf29ea9fa4fc5ca6f12ac21b5cf3e9?s=96&d=mm&r=g","caption":"pavlo.shyian@sigma.software"},"sameAs":["https:\/\/cool.co"],"url":"https:\/\/cool.co\/supply-side-platform-home\/author\/pavlo-shyiansigma-software\/"}]}},"_links":{"self":[{"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/posts\/6239","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/comments?post=6239"}],"version-history":[{"count":0,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/posts\/6239\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/media\/9243"}],"wp:attachment":[{"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/media?parent=6239"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/categories?post=6239"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/tags?post=6239"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}