{"id":3917,"date":"2024-03-04T10:28:57","date_gmt":"2024-03-04T04:58:57","guid":{"rendered":"https:\/\/www.huntbee.com\/resources\/?p=3917"},"modified":"2024-03-04T10:35:42","modified_gmt":"2024-03-04T05:05:42","slug":"google-analytics-data-consent-settings-for-opencart-and-journal3-template-users","status":"publish","type":"post","link":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/","title":{"rendered":"Google Analytics Data Consent Settings for OpenCart and Journal3 template users"},"content":{"rendered":"\n<p>This article is for OpenCart and Journal3 Users who use Journal3&#8217;s cookie notification feature.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"231\" src=\"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1-1024x231.png\" alt=\"\" class=\"wp-image-3921\" srcset=\"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1-1024x231.png 1024w, https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1-300x68.png 300w, https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1-768x173.png 768w, https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1.png 1239w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>You need to use the following script in your Google Analytics Field. (Making ID changes as required)<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;script>\r\n\/\/ Define dataLayer and the gtag function.\r\nwindow.dataLayer = window.dataLayer || [];\r\nfunction gtag(){dataLayer.push(arguments);}\r\n\r\n\/\/ Set default consent to 'denied' as a placeholder\r\n\/\/ Determine actual values based on your own requirements\r\ngtag('consent', 'default', {\r\n  'ad_storage': 'denied',\r\n  'ad_user_data': 'denied',\r\n  'ad_personalization': 'denied',\r\n  'analytics_storage': 'denied'\r\n});\r\n&lt;\/script>\r\n\r\n&lt;!-- Google tag (gtag.js) -->\r\n&lt;script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=<strong>G-XXXXXXXXX<\/strong>\">&lt;\/script>\r\n&lt;script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag('js', new Date());\r\n\r\n  gtag('config', '<strong>G-XXXXXXX<\/strong>');\r\ngtag('config', '<strong>AW-12345678<\/strong>');\r\n&lt;\/script>\r\n\r\n&lt;script>\r\n  function consentGrantedAdStorage() {\r\n    console.log(\"consentGrantedAdStorage function triggered!\");\r\n    gtag('consent', 'update', {\r\n      'ad_storage': 'granted',\r\n  'ad_user_data': 'granted',\r\n  'ad_personalization': 'granted',\r\n  'analytics_storage': 'granted'\r\n    });\r\n  }\r\n\r\n  \/\/ Ensure that the script runs after the document is ready\r\n  $(document).ready(function() {\r\n    $('.notification-close').on('click', consentGrantedAdStorage);\r\n  });\r\n&lt;\/script><\/pre>\n\n\n\n<p>If the implementation is done correctly, wait for 24 to 48 hours for those updates to show on Google<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-2.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"407\" src=\"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-2-1024x407.png\" alt=\"\" class=\"wp-image-3923\" srcset=\"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-2-1024x407.png 1024w, https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-2-300x119.png 300w, https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-2-768x305.png 768w, https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-2.png 1241w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>This article is for OpenCart and Journal3 Users who use Journal3&#8217;s cookie notification feature. You need to use the following script in your Google Analytics Field. (Making ID changes as required) &lt;script> \/\/ Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} \/\/ Set default consent to &#8216;denied&#8217; as a placeholder [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[12],"class_list":["post-3917","post","type-post","status-publish","format-standard","hentry","category-blogs","tag-opencart"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Google Analytics Data Consent Settings for OpenCart and Journal3 template users - HuntBee Resources<\/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:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Analytics Data Consent Settings for OpenCart and Journal3 template users - HuntBee Resources\" \/>\n<meta property=\"og:description\" content=\"This article is for OpenCart and Journal3 Users who use Journal3&#8217;s cookie notification feature. You need to use the following script in your Google Analytics Field. (Making ID changes as required) &lt;script&gt; \/\/ Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} \/\/ Set default consent to &#039;denied&#039; as a placeholder [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/\" \/>\n<meta property=\"og:site_name\" content=\"HuntBee Resources\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/huntbee.opencart\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-04T04:58:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-04T05:05:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1-1024x231.png\" \/>\n<meta name=\"author\" content=\"huntbee\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"huntbee\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/\"},\"author\":{\"name\":\"huntbee\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#\\\/schema\\\/person\\\/68d577bfe48ea287ea3f348a0524e09b\"},\"headline\":\"Google Analytics Data Consent Settings for OpenCart and Journal3 template users\",\"datePublished\":\"2024-03-04T04:58:57+00:00\",\"dateModified\":\"2024-03-04T05:05:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/\"},\"wordCount\":60,\"publisher\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-1-1024x231.png\",\"keywords\":[\"opencart\"],\"articleSection\":[\"Blogs\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/\",\"name\":\"Google Analytics Data Consent Settings for OpenCart and Journal3 template users - HuntBee Resources\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-1-1024x231.png\",\"datePublished\":\"2024-03-04T04:58:57+00:00\",\"dateModified\":\"2024-03-04T05:05:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-1.png\",\"contentUrl\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-1.png\",\"width\":1239,\"height\":279},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google Analytics Data Consent Settings for OpenCart and Journal3 template users\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#website\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/\",\"name\":\"HuntBee Resources\",\"description\":\"OpenCart Extension Documentations - Guides - Blogs - Projects\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#organization\",\"name\":\"HuntBee OpenCart\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-mobile-logo-new.png\",\"contentUrl\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-mobile-logo-new.png\",\"width\":945,\"height\":200,\"caption\":\"HuntBee OpenCart\"},\"image\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/huntbee.opencart\",\"https:\\\/\\\/www.instagram.com\\\/opencart.huntbee\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#\\\/schema\\\/person\\\/68d577bfe48ea287ea3f348a0524e09b\",\"name\":\"huntbee\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/litespeed\\\/avatar\\\/7711938111021bdf63fffaf7394ff3b9.jpg?ver=1776439561\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/litespeed\\\/avatar\\\/7711938111021bdf63fffaf7394ff3b9.jpg?ver=1776439561\",\"contentUrl\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/litespeed\\\/avatar\\\/7711938111021bdf63fffaf7394ff3b9.jpg?ver=1776439561\",\"caption\":\"huntbee\"},\"sameAs\":[\"https:\\\/\\\/www.huntbee.com\\\/\"],\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google Analytics Data Consent Settings for OpenCart and Journal3 template users - HuntBee Resources","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:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/","og_locale":"en_US","og_type":"article","og_title":"Google Analytics Data Consent Settings for OpenCart and Journal3 template users - HuntBee Resources","og_description":"This article is for OpenCart and Journal3 Users who use Journal3&#8217;s cookie notification feature. You need to use the following script in your Google Analytics Field. (Making ID changes as required) &lt;script> \/\/ Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} \/\/ Set default consent to 'denied' as a placeholder [&hellip;]","og_url":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/","og_site_name":"HuntBee Resources","article_publisher":"https:\/\/www.facebook.com\/huntbee.opencart","article_published_time":"2024-03-04T04:58:57+00:00","article_modified_time":"2024-03-04T05:05:42+00:00","og_image":[{"url":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1-1024x231.png","type":"","width":"","height":""}],"author":"huntbee","twitter_card":"summary_large_image","twitter_misc":{"Written by":"huntbee","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/#article","isPartOf":{"@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/"},"author":{"name":"huntbee","@id":"https:\/\/www.huntbee.com\/resources\/#\/schema\/person\/68d577bfe48ea287ea3f348a0524e09b"},"headline":"Google Analytics Data Consent Settings for OpenCart and Journal3 template users","datePublished":"2024-03-04T04:58:57+00:00","dateModified":"2024-03-04T05:05:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/"},"wordCount":60,"publisher":{"@id":"https:\/\/www.huntbee.com\/resources\/#organization"},"image":{"@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/#primaryimage"},"thumbnailUrl":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1-1024x231.png","keywords":["opencart"],"articleSection":["Blogs"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/","url":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/","name":"Google Analytics Data Consent Settings for OpenCart and Journal3 template users - HuntBee Resources","isPartOf":{"@id":"https:\/\/www.huntbee.com\/resources\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/#primaryimage"},"image":{"@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/#primaryimage"},"thumbnailUrl":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1-1024x231.png","datePublished":"2024-03-04T04:58:57+00:00","dateModified":"2024-03-04T05:05:42+00:00","breadcrumb":{"@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/#primaryimage","url":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1.png","contentUrl":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2024\/03\/image-1.png","width":1239,"height":279},{"@type":"BreadcrumbList","@id":"https:\/\/www.huntbee.com\/resources\/google-analytics-data-consent-settings-for-opencart-and-journal3-template-users\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.huntbee.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Google Analytics Data Consent Settings for OpenCart and Journal3 template users"}]},{"@type":"WebSite","@id":"https:\/\/www.huntbee.com\/resources\/#website","url":"https:\/\/www.huntbee.com\/resources\/","name":"HuntBee Resources","description":"OpenCart Extension Documentations - Guides - Blogs - Projects","publisher":{"@id":"https:\/\/www.huntbee.com\/resources\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.huntbee.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.huntbee.com\/resources\/#organization","name":"HuntBee OpenCart","url":"https:\/\/www.huntbee.com\/resources\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.huntbee.com\/resources\/#\/schema\/logo\/image\/","url":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2020\/04\/cropped-mobile-logo-new.png","contentUrl":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2020\/04\/cropped-mobile-logo-new.png","width":945,"height":200,"caption":"HuntBee OpenCart"},"image":{"@id":"https:\/\/www.huntbee.com\/resources\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/huntbee.opencart","https:\/\/www.instagram.com\/opencart.huntbee\/"]},{"@type":"Person","@id":"https:\/\/www.huntbee.com\/resources\/#\/schema\/person\/68d577bfe48ea287ea3f348a0524e09b","name":"huntbee","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.huntbee.com\/resources\/wp-content\/litespeed\/avatar\/7711938111021bdf63fffaf7394ff3b9.jpg?ver=1776439561","url":"https:\/\/www.huntbee.com\/resources\/wp-content\/litespeed\/avatar\/7711938111021bdf63fffaf7394ff3b9.jpg?ver=1776439561","contentUrl":"https:\/\/www.huntbee.com\/resources\/wp-content\/litespeed\/avatar\/7711938111021bdf63fffaf7394ff3b9.jpg?ver=1776439561","caption":"huntbee"},"sameAs":["https:\/\/www.huntbee.com\/"],"url":"https:\/\/www.huntbee.com\/resources\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/posts\/3917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/comments?post=3917"}],"version-history":[{"count":5,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/posts\/3917\/revisions"}],"predecessor-version":[{"id":3928,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/posts\/3917\/revisions\/3928"}],"wp:attachment":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/media?parent=3917"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/categories?post=3917"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/tags?post=3917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}