{"id":1645,"date":"2016-11-15T11:11:06","date_gmt":"2016-11-15T11:11:06","guid":{"rendered":"http:\/\/oko.uk\/?p=1645"},"modified":"2016-11-15T11:11:06","modified_gmt":"2016-11-15T11:11:06","slug":"blogdfp-responsive-ad-units","status":"publish","type":"post","link":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/","title":{"rendered":"Understanding Google Ad Manager responsive ads"},"content":{"rendered":"<p>Google defines Responsive Ads as ads that automatically adjust their size, appearance and format to fit available ad spaces. Responsive websites are a great solution in many ways, but it is hard to deny that they do make ad serving more complicated. That 970&#215;250 masthead might perform brilliantly on desktop for you, but your mobile users won\u2019t thank you if you try to serve it to their iPhone.<\/p>\n<blockquote><p>This article was originally published in November 2016, but has since been updated for relevance in October 2019.<\/p><\/blockquote>\n<p>When AdSense released mobile responsive ads in 2013 things got easier. A single snippet of code would transform to be the best fit for any device without the publisher having to do anything. AdSense is great at providing worry-free solutions like this, but more ambitious publishers know that simply passing all your inventory to AdSense often means missing out on revenue. Despite this, ad servers, including Google Ad Manager, have not implemented similar solutions. So, where are the Google Ad Manager responsive ads?<\/p>\n<h2>Why are there no Google Ad Manager responsive ads?<\/h2>\n<p>With Google offering such a seamless responsive ad experience in AdSense many are surprised Google Ad Manage responsive ads haven&#8217;t followed.<\/p>\n<p>AdSense relies heavily on text ads to fill the odd size requests that can result from responsive units. This seemingly endless supply of text ads that can be reconfigured to fit an available space and advertisers expect their text ads to be manipulated in this way.<\/p>\n<p>Google Ad Manager has its own ad server and as such ads can be supplied from any number of sources. \u00a0If you ignore AdSense and <a href=\"https:\/\/oko.uk\/adx\">Ad Exchange <\/a> as demand sources, most of these ads are image based. \u00a0Advertisers who pay for their advert to look a certain way don\u2019t want to see those ads squashed and squeezed into different proportions \u00a0to cope with responsive layouts, which means that there will be no demand for that odd 298&#215;147\u00a0space that your responsive layout just called.<\/p>\n<h2>Google Ad Manager\u2019s solution &#8211; the mapping object<\/h2>\n<p>Where AdSense aims to solve issues without publishers having to worry about them, Google Ad Manager&#8217;s approach is generally to put the control back in the hands of the publisher. \u00a0Google Ad Manager tackles the responsive layouts issue by letting the publisher dictate what creative size(s) ad units should request for each screen size. This is handled through &#8220;mapping objects&#8221;.<\/p>\n<p>Mapping objects are instructions that match creative sizes to screen sizes (Or, more accurately to Viewport sizes &#8211; the size of the available browser window). \u00a0This object is a number of conditions that essentially say &#8220;if the viewport is at least this big, show this sized creative&#8221;. The rules are assessed in order until one is found to match the available Viewport. \u00a0Here is a simple example:<\/p>\n<pre>var bannerMapping = googletag.sizeMapping().\n   addSize([800, 600], [728, 90]).\n   addSize([0, 0], [320, 100]).\n   build();<\/pre>\n<p>This snippet instructs Google Ad Manager to request a 728&#215;90 creative when there is at least 800&#215;600 of screen available. Otherwise (screen size of 0x0 or greater) to use the 320&#215;100 format. \u00a0More size options would simply require additional calls to the addSize() function:<\/p>\n<pre>var bannerMapping = googletag.sizeMapping().\n  addSize([1400, 600], [970, 250]).\n  addSize([800, 600], [[728, 90],[468,60]]).\n  addSize([0, 0], [320, 100]).\n  build();<\/pre>\n<p>Here we&#8217;ve added a new condition whereby Google Ad Manager is instructed to deliver a 970&#215;250 creative when there is at least a 1400px wide viewport and also allowed for delivery of a second creative size (468&#215;60) on viewports of 800px &#8211; 1399px wide. In both examples we end with a minimum of 0x0 pixels so that we always show a creative.<\/p>\n<h2>Multiple mapping objects<\/h2>\n<p>Most layouts don&#8217;t rely on all ads being the same size, in which case multiple mapping objects are used. In the following example we define two mapping objects:<\/p>\n<pre>var bannerMapping = googletag.sizeMapping().\n  addSize([800, 600], [728, 90]).\n  addSize([0, 0], [320, 100]).\n  build();<\/pre>\n<pre>var mpuMapping = googletag.sizeMapping().\n  addSize([800, 600], [336, 280]).\n  addSize([0, 0], [300, 250]).\n  build();<\/pre>\n<p>If multiple mapping options are used like this, we simply choose which to use when we display the unit:<\/p>\n<h2>Displaying the ad unit<\/h2>\n<p>Finally we use the mapping object when defining the Google Ad Manager unit, passing it into the defineSizeMapping() function:<\/p>\n<pre>googletag.defineSlot('\/12345678\/ATF_BANNER', [320, 100], 'ATF_BANNER').\n  defineSizeMapping(bannerMapping).\n  addService(googletag.pubads());<\/pre>\n<p>In this case we have used the <em>bannerMapping<\/em> values that we previously defined. Note that we still pass one creative size into the defineSlot() function, even though we&#8217;ve defined the sizes already. This ensures that a size is still passed if Google Ad Manager cannot decipher the current viewport size for some reason. We usually pass the smallest acceptable size so that we can be sure that it will not break layouts.<\/p>\n<p>At first glance this can seem complicated, but the results from getting this right make it worth the effort. The most important point is to <strong>use sizes that reflect the points where your layouts change.<\/strong><\/p>\n<h2>Common pitfalls of Google Ad Manager responsive ads<\/h2>\n<p>Once you have a handle on how Google Ad Manger approaches responsive ads it is not difficult to implement, but there are pitfalls that publishers frequently fall into:<\/p>\n<h3>Google Ad Manger won\u2019t stop you using placements banned for Google ads<\/h3>\n<p>Google Ad Manger is just an ad server. It will serve the ads that you tell it to indiscriminately. A common example we see of this \u00a0is when above the fold banners are changed to 300&#215;250 units on mobile (Update: <a href=\"https:\/\/oko.uk\/blog\/google-loosens-policy-300x250-mobile-atf-units\">300&#215;250 ads are now allowed \u00a0ATF &#8211; sometimes<\/a>). Another \u00a0is causing more than one large format ad to be displayed per mobile screen length.<\/p>\n<h3>Hiding unwanted units<\/h3>\n<p>Mobile layouts often warrant fewer ads than their desktop equivalent and \u201cdisplay none\u201d is a popular way to tackle that. This can cause problems as calling an ad without displaying it can impact viewability, performance and is against policy for many ad networks (including <a href=\"\/topic\/adsense\">AdSense<\/a> and Google <a href=\"\/topic\/admanager\">Ad Manger<\/a>).<br \/>\nInstead we can use a mapping object again and pass in a blank array as our second argument to the addSize() function. This time we don&#8217;t want the banner to show on viewports below 800&#215;600:<\/p>\n<pre>var bannerMapping = googletag.sizeMapping().\n  addSize([1400, 600], [970, 250]).\n  addSize([800, 600], [[728, 90],[468,60]]).\n  addSize([0, 0], []).\n  build();<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Google defines Responsive Ads as ads that automatically adjust their size, appearance and format to fit available ad spaces. Responsive websites are a great<\/p>\n","protected":false},"author":1,"featured_media":4684,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[2],"tags":[18,12],"class_list":["post-1645","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tips","tag-dfp","tag-admanager"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Understanding Google Ad Manager responsive ads | Supply-Side Platform | COOL Media (formerly OKO Digital)<\/title>\n<meta name=\"description\" content=\"Good news: Google Ad Manager responsive ads are not as confusing as they first seem. Check out our guide and code examples\" \/>\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\/blogdfp-responsive-ad-units\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Understanding Google Ad Manager responsive ads | Supply-Side Platform | COOL Media (formerly OKO Digital)\" \/>\n<meta property=\"og:description\" content=\"Good news: Google Ad Manager responsive ads are not as confusing as they first seem. Check out our guide and code examples\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/\" \/>\n<meta property=\"og:site_name\" content=\"Supply-Side Platform\" \/>\n<meta property=\"article:published_time\" content=\"2016-11-15T11:11:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2016\/11\/responsive-ads.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\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\\\/blogdfp-responsive-ad-units\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/\"},\"author\":{\"name\":\"pavlo.shyian@sigma.software\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/#\\\/schema\\\/person\\\/560f05b9e421019c8159b150285a5517\"},\"headline\":\"Understanding Google Ad Manager responsive ads\",\"datePublished\":\"2016-11-15T11:11:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/\"},\"wordCount\":963,\"image\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2016\\\/11\\\/responsive-ads.jpg\",\"keywords\":[\"DoubleClick for Publishers (DFP)\",\"Google Ad Manager\"],\"articleSection\":[\"Tips\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/\",\"url\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/\",\"name\":\"Understanding Google Ad Manager responsive ads | 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\\\/blogdfp-responsive-ad-units\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2016\\\/11\\\/responsive-ads.jpg\",\"datePublished\":\"2016-11-15T11:11:06+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/#\\\/schema\\\/person\\\/560f05b9e421019c8159b150285a5517\"},\"description\":\"Good news: Google Ad Manager responsive ads are not as confusing as they first seem. Check out our guide and code examples\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2016\\\/11\\\/responsive-ads.jpg\",\"contentUrl\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2016\\\/11\\\/responsive-ads.jpg\",\"width\":1600,\"height\":900,\"caption\":\"Responsive Ads\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/blogdfp-responsive-ad-units\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cool.co\\\/supply-side-platform-home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Understanding Google Ad Manager responsive ads\"}]},{\"@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":"Understanding Google Ad Manager responsive ads | Supply-Side Platform | COOL Media (formerly OKO Digital)","description":"Good news: Google Ad Manager responsive ads are not as confusing as they first seem. Check out our guide and code examples","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\/blogdfp-responsive-ad-units\/","og_locale":"en_US","og_type":"article","og_title":"Understanding Google Ad Manager responsive ads | Supply-Side Platform | COOL Media (formerly OKO Digital)","og_description":"Good news: Google Ad Manager responsive ads are not as confusing as they first seem. Check out our guide and code examples","og_url":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/","og_site_name":"Supply-Side Platform","article_published_time":"2016-11-15T11:11:06+00:00","og_image":[{"width":1600,"height":900,"url":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2016\/11\/responsive-ads.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\/blogdfp-responsive-ad-units\/#article","isPartOf":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/"},"author":{"name":"pavlo.shyian@sigma.software","@id":"https:\/\/cool.co\/supply-side-platform-home\/#\/schema\/person\/560f05b9e421019c8159b150285a5517"},"headline":"Understanding Google Ad Manager responsive ads","datePublished":"2016-11-15T11:11:06+00:00","mainEntityOfPage":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/"},"wordCount":963,"image":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/#primaryimage"},"thumbnailUrl":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2016\/11\/responsive-ads.jpg","keywords":["DoubleClick for Publishers (DFP)","Google Ad Manager"],"articleSection":["Tips"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/","url":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/","name":"Understanding Google Ad Manager responsive ads | 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\/blogdfp-responsive-ad-units\/#primaryimage"},"image":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/#primaryimage"},"thumbnailUrl":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2016\/11\/responsive-ads.jpg","datePublished":"2016-11-15T11:11:06+00:00","author":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/#\/schema\/person\/560f05b9e421019c8159b150285a5517"},"description":"Good news: Google Ad Manager responsive ads are not as confusing as they first seem. Check out our guide and code examples","breadcrumb":{"@id":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/#primaryimage","url":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2016\/11\/responsive-ads.jpg","contentUrl":"https:\/\/cool.co\/supply-side-platform-home\/wp-content\/uploads\/sites\/4\/2016\/11\/responsive-ads.jpg","width":1600,"height":900,"caption":"Responsive Ads"},{"@type":"BreadcrumbList","@id":"https:\/\/cool.co\/supply-side-platform-home\/blogdfp-responsive-ad-units\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cool.co\/supply-side-platform-home\/"},{"@type":"ListItem","position":2,"name":"Understanding Google Ad Manager responsive ads"}]},{"@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\/1645","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=1645"}],"version-history":[{"count":0,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/posts\/1645\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/media\/4684"}],"wp:attachment":[{"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/media?parent=1645"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/categories?post=1645"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cool.co\/supply-side-platform-home\/wp-json\/wp\/v2\/tags?post=1645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}