{"id":226833,"date":"2026-08-11T16:42:32","date_gmt":"2026-08-11T16:42:32","guid":{"rendered":"https:\/\/datatrue.com\/?p=226833"},"modified":"2026-08-11T19:22:20","modified_gmt":"2026-08-11T19:22:20","slug":"the-playon-fine-what-went-wrong","status":"publish","type":"post","link":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/","title":{"rendered":"The $1.1M PlayOn Fine: What Went Wrong?"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.17.3&#8243; custom_padding=&#8221;0px|||||&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.17.3&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.17.3&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_padding=&#8221;0px||0px|||&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p><span style=\"font-size: 14px;\"><span style=\"font-weight: 400;\"><a href=\"https:\/\/privacy.ca.gov\/2026\/03\/youth-sports-media-company-to-pay-1-1-million-fine-change-practices-over-privacy-violations\/\">The California Privacy Protection Agency (CPPA) fined PlayOn Sports $1.1 million on March 3, 2026, for violating state privacy laws by tracking users and forcing students to accept data sharing to buy event tickets.<\/a> PlayOn had a working consent banner, but when users clicked \u201cReject All\u201d, its tags kept firing anyway, continuing to transmit data after the opt-out. The banner recorded the user&#8217;s choice, but nothing verified that the tags honored it. A pre-publish consent simulation, run in the staging environment before the code shipped, would have caught the mismatch before it reached a real user. This is one thing that DataTrue tests for.<\/span><\/span><\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.17.3&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;||||false|false&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p><span style=\"font-weight: 400;\">Think about fire alarms for a second. You install a brand new, top-of-the-line fire alarm system in your home. Smoke, Carbon Monoxide, Radon, it\u2019s got sensors for it all. It even has sprinklers that pop out of little compartments to fight a fire. The control panel shows all green lights, and it passes every self-test. You get a nice certificate from your insurance company, maybe even a bit of a savings, because you\u2019re so responsible. Then one day a fire breaks out when you\u2019re not home. Nothing happens. The alarm doesn\u2019t blare, the sprinklers don\u2019t turn on, the fire department is never called, and then your house burns down. Why? Because while the alarm system was installed, no one ever checked to see if it was actually connected to anything.<\/span><\/p>\n<p><strong>This is, in very loose non-technical terms, what happened to the streaming service PlayOn. And the fire, in this case, cost them $1.1 million.<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">In 2023, they settled with the California Privacy Protection Agency (CPPA) for a clear and increasingly common failure for companies. Their website had a Consent Management Platform (CMP) banner, so when a user arrived and clicked \u201cReject All,\u201d the banner did its job perfectly. It recorded that the user had opted out of data collection and sharing.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">But the back end never got the memo.<\/span><\/p>\n<p><b>The marketing and analytics tags on their site continued to fire, collecting and transmitting user data as if no choice had ever been made.<\/b><span style=\"font-weight: 400;\"> This is the critical gap between a front-end promise and back-end behavior. The consent banner is the fire alarm control panel showing a green light, and the tag firing behavior is the sprinkler system that was never hooked up to it. The result, as documented in the official settlement, was a massive discrepancy between what users were promised and what the technology actually did.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">This wasn&#8217;t a failure of the banner, it was a failure of the verification. The company trusted that the banner was enough for them to be compliant, and they assumed that because they had installed the alarm, the sprinklers would just work. This is probably the single most dangerous assumption in digital privacy compliance today.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The strongest counterargument to this that we hear from legal and compliance teams is a seemingly reasonable one: \u201cWe have a CMP. We paid for OneTrust (or Cookiebot, or Termly). We\u2019re covered.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">PlayOn was covered. They had a CMP tool, and it worked just fine, but they still paid the fine. A CMP\u2019s only job is only to record a user\u2019s preference. It does not, by itself, enforce that preference on your website or other third-party technologies. The enforcement step, where a tag has to check for a consent signal before it is even allowed to fire, is a separate piece of configuration, which is all on you and your team.\u00a0 It\u2019s a piece that is all too frequently missed, misconfigured, or broken down the road by a subsequent code update by some developer in another department.<\/span><\/p>\n<p><strong>So what would have actually helped to prevent this fine from being levied on PlayOn?<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">An automated test, running in a staging environment, before a single line of new code reached the public, as well as regular (daily at least) automated scans of the production environment. This is what\u2019s called consent simulation, and it works by having a machine visit your site and act like a real user. This is one thing DataTrue does. It simulates every possible consent scenario: clicking \u201cAccept,\u201d clicking \u201cReject,\u201d or even arriving with a Global Privacy Control (GPC) signal already active in its browser.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">After DataTrue makes a choice, it watches and records every single tag that fires and inspects what data it&#8217;s trying to send. If a user (real or simulated) clicks \u201cReject All\u201d and a Meta pixel still fires, the test fails and you get an alert (or if it\u2019s running on a regular daily automated schedule, you get potentially a Slack message letting you know). For pre-publish testing, the code release can then be blocked from going into production.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The entire failure at PlayOn could have been a failed test run, and a ten-minute fix for a developer, instead of a seven-figure settlement and a public enforcement action. You can read more about the specifics in the US Regulatory Case Library.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The broader lesson from the PlayOn case is simple but urgent: <\/span><b>a banner is not compliance.<\/b><span style=\"font-weight: 400;\"> Proof of compliance isn&#8217;t the banner, but a verifiable audit trail showing that your systems actually respected the choice that banner recorded. Without that proof, you just have a very nice, very loud alarm that isn&#8217;t connected to anything, and if there is ever a fire, stuff is gonna burn.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Could you prove proof of compliance to an auditor or regulator if they emailed you today? If not, drop us a line and find out how we can help you.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PlayOn Sports had a working consent banner. Its tags kept firing anyway. Here&#8217;s how a $1.1M CPPA fine happened, and how a ten-minute test could have stopped it.<\/p>\n","protected":false},"author":14,"featured_media":226841,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[14,16,10,57],"tags":[30,53],"class_list":["post-226833","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-case-study","category-data-assurance","category-news","category-privacy-compliance","tag-data-assurance","tag-sensitive-data"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The $1.1M PlayOn Fine: What Went Wrong? - DataTrue<\/title>\n<meta name=\"description\" content=\"A working consent banner didn&#039;t stop PlayOn Sports&#039; $1.1M CPPA fine. Learn how pre-publish consent testing catches tags that ignore user opt-outs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The $1.1M PlayOn Fine: What Went Wrong? - DataTrue\" \/>\n<meta property=\"og:description\" content=\"A working consent banner didn&#039;t stop PlayOn Sports&#039; $1.1M CPPA fine. Learn how pre-publish consent testing catches tags that ignore user opt-outs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/\" \/>\n<meta property=\"og:site_name\" content=\"DataTrue\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/datatruedigital\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-11T16:42:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-11T19:22:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/datatrue.com\/wp-content\/uploads\/2026\/08\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"957\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sayf Sharif\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@data_true\" \/>\n<meta name=\"twitter:site\" content=\"@data_true\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sayf Sharif\" \/>\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:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/\"},\"author\":{\"name\":\"Sayf Sharif\",\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/#\\\/schema\\\/person\\\/a7cf71063d56c5134850c2ed33ccf026\"},\"headline\":\"The $1.1M PlayOn Fine: What Went Wrong?\",\"datePublished\":\"2026-08-11T16:42:32+00:00\",\"dateModified\":\"2026-08-11T19:22:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/\"},\"wordCount\":1076,\"publisher\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datatrue.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png\",\"keywords\":[\"Data Assurance\",\"Sensitive Data\"],\"articleSection\":[\"Case Study\",\"Data Assurance\",\"News\",\"Privacy Compliance\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/\",\"url\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/\",\"name\":\"The $1.1M PlayOn Fine: What Went Wrong? - DataTrue\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datatrue.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png\",\"datePublished\":\"2026-08-11T16:42:32+00:00\",\"dateModified\":\"2026-08-11T19:22:20+00:00\",\"description\":\"A working consent banner didn't stop PlayOn Sports' $1.1M CPPA fine. Learn how pre-publish consent testing catches tags that ignore user opt-outs.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/#primaryimage\",\"url\":\"https:\\\/\\\/datatrue.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png\",\"contentUrl\":\"https:\\\/\\\/datatrue.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png\",\"width\":2560,\"height\":957},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/the-playon-fine-what-went-wrong\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/datatrue.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The $1.1M PlayOn Fine: What Went Wrong?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/datatrue.com\\\/en\\\/\",\"name\":\"DataTrue\",\"description\":\"Web Analytics Quality Assurance\",\"publisher\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/datatrue.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/#organization\",\"name\":\"DataTrue\",\"url\":\"https:\\\/\\\/datatrue.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/datatrue.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/New-DT-Logo.png\",\"contentUrl\":\"https:\\\/\\\/datatrue.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/New-DT-Logo.png\",\"width\":1328,\"height\":208,\"caption\":\"DataTrue\"},\"image\":{\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/datatruedigital\\\/\",\"https:\\\/\\\/x.com\\\/data_true\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/Datatrue\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/datatrue.com\\\/en\\\/#\\\/schema\\\/person\\\/a7cf71063d56c5134850c2ed33ccf026\",\"name\":\"Sayf Sharif\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The $1.1M PlayOn Fine: What Went Wrong? - DataTrue","description":"A working consent banner didn't stop PlayOn Sports' $1.1M CPPA fine. Learn how pre-publish consent testing catches tags that ignore user opt-outs.","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:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/","og_locale":"en_US","og_type":"article","og_title":"The $1.1M PlayOn Fine: What Went Wrong? - DataTrue","og_description":"A working consent banner didn't stop PlayOn Sports' $1.1M CPPA fine. Learn how pre-publish consent testing catches tags that ignore user opt-outs.","og_url":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/","og_site_name":"DataTrue","article_publisher":"https:\/\/www.facebook.com\/datatruedigital\/","article_published_time":"2026-08-11T16:42:32+00:00","article_modified_time":"2026-08-11T19:22:20+00:00","og_image":[{"width":2560,"height":957,"url":"https:\/\/datatrue.com\/wp-content\/uploads\/2026\/08\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png","type":"image\/png"}],"author":"Sayf Sharif","twitter_card":"summary_large_image","twitter_creator":"@data_true","twitter_site":"@data_true","twitter_misc":{"Written by":"Sayf Sharif","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/#article","isPartOf":{"@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/"},"author":{"name":"Sayf Sharif","@id":"https:\/\/datatrue.com\/en\/#\/schema\/person\/a7cf71063d56c5134850c2ed33ccf026"},"headline":"The $1.1M PlayOn Fine: What Went Wrong?","datePublished":"2026-08-11T16:42:32+00:00","dateModified":"2026-08-11T19:22:20+00:00","mainEntityOfPage":{"@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/"},"wordCount":1076,"publisher":{"@id":"https:\/\/datatrue.com\/en\/#organization"},"image":{"@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/#primaryimage"},"thumbnailUrl":"https:\/\/datatrue.com\/wp-content\/uploads\/2026\/08\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png","keywords":["Data Assurance","Sensitive Data"],"articleSection":["Case Study","Data Assurance","News","Privacy Compliance"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/","url":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/","name":"The $1.1M PlayOn Fine: What Went Wrong? - DataTrue","isPartOf":{"@id":"https:\/\/datatrue.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/#primaryimage"},"image":{"@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/#primaryimage"},"thumbnailUrl":"https:\/\/datatrue.com\/wp-content\/uploads\/2026\/08\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png","datePublished":"2026-08-11T16:42:32+00:00","dateModified":"2026-08-11T19:22:20+00:00","description":"A working consent banner didn't stop PlayOn Sports' $1.1M CPPA fine. Learn how pre-publish consent testing catches tags that ignore user opt-outs.","breadcrumb":{"@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/#primaryimage","url":"https:\/\/datatrue.com\/wp-content\/uploads\/2026\/08\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png","contentUrl":"https:\/\/datatrue.com\/wp-content\/uploads\/2026\/08\/DataTrue-The-PlayOn-Fine-What-Went-Wrong-1-scaled.png","width":2560,"height":957},{"@type":"BreadcrumbList","@id":"https:\/\/datatrue.com\/en\/the-playon-fine-what-went-wrong\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/datatrue.com\/en\/"},{"@type":"ListItem","position":2,"name":"The $1.1M PlayOn Fine: What Went Wrong?"}]},{"@type":"WebSite","@id":"https:\/\/datatrue.com\/en\/#website","url":"https:\/\/datatrue.com\/en\/","name":"DataTrue","description":"Web Analytics Quality Assurance","publisher":{"@id":"https:\/\/datatrue.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/datatrue.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/datatrue.com\/en\/#organization","name":"DataTrue","url":"https:\/\/datatrue.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/datatrue.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/datatrue.com\/wp-content\/uploads\/2022\/04\/New-DT-Logo.png","contentUrl":"https:\/\/datatrue.com\/wp-content\/uploads\/2022\/04\/New-DT-Logo.png","width":1328,"height":208,"caption":"DataTrue"},"image":{"@id":"https:\/\/datatrue.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/datatruedigital\/","https:\/\/x.com\/data_true","https:\/\/www.youtube.com\/c\/Datatrue"]},{"@type":"Person","@id":"https:\/\/datatrue.com\/en\/#\/schema\/person\/a7cf71063d56c5134850c2ed33ccf026","name":"Sayf Sharif"}]}},"_links":{"self":[{"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/posts\/226833","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/comments?post=226833"}],"version-history":[{"count":24,"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/posts\/226833\/revisions"}],"predecessor-version":[{"id":226869,"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/posts\/226833\/revisions\/226869"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/media\/226841"}],"wp:attachment":[{"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/media?parent=226833"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/categories?post=226833"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/datatrue.com\/en\/wp-json\/wp\/v2\/tags?post=226833"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}