{"id":169455,"date":"2026-06-23T15:02:13","date_gmt":"2026-06-23T12:02:13","guid":{"rendered":"https:\/\/elementor.com\/help\/?p=169455"},"modified":"2026-06-23T12:48:06","modified_gmt":"2026-06-23T09:48:06","slug":"how-to-verify-your-google-consent-mode-v2-setup","status":"publish","type":"post","link":"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/","title":{"rendered":"How to verify your Google Consent Mode v2 Setup"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Overview<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Google Consent Mode v2 sends your visitors&#8217; consent choices to Google&#8217;s servers in the background, regardless of whether or not your banner appears on screen. Because of that, you can&#8217;t confirm it&#8217;s working just by looking at the banner. Use one of the verification methods below.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before you start, it helps to know which mode you&#8217;re running:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Basic mode<\/strong> blocks Google&#8217;s tags until a visitor accepts. Nothing is sent to Google before consent. This is the typical setup for GDPR\/EU opt-in.<\/li>\n\n\n\n<li><strong>Advanced mode<\/strong> loads Google&#8217;s tag on page open and sends an anonymous, cookieless &#8220;ping&#8221; <em>before<\/em> the visitor responds, so Google can model conversions for visitors who decline.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This matters for testing: in basic mode, seeing <strong>no<\/strong> data before consent is the <em>correct<\/em> result, not a failure.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Method 1: Google Tag Assistant (Recommended)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Tag Assistant is a free Google tool that lets you watch consent signals change in real time. It&#8217;s the easiest way to confirm your setup is wired up correctly.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open a new <strong>Incognito<\/strong> window, so past tracking data doesn&#8217;t skew your results. For details, see <a href=\"https:\/\/elementor.com\/help\/common-troubleshooting-steps\/#incognito\">Open an incognito window<\/a>.<\/li>\n\n\n\n<li>Go to <a href=\"http:\/\/tagassistant.google.com\"><strong>tagassistant.google.com<\/strong><\/a>, enter your site&#8217;s URL to start a debugging session.<\/li>\n\n\n\n<li>When your site opens, open the <strong>Consent<\/strong> tab in the Tag Assistant panel.<\/li>\n\n\n\n<li><strong>Check the default state:<\/strong> Before touching the banner in the incognito window, go to the Tag Assistant and find the Summary list on the left, this displays the events that fired when the page loaded. Click the earliest consent event. In the details on the right, open the <strong>Consent<\/strong> tab and read the <strong>On-page Default<\/strong> column.&nbsp; Confirm that the flags, (analytics_storage, ad_storage, for example) match your compliance rules. For instance, it should be Denied for GDPR\/EU traffic.<\/li>\n\n\n\n<li><strong>Update and check the results: <\/strong>Return to the incognito window and<strong> <\/strong>click <strong>Accept<\/strong> on your banner.<\/li>\n\n\n\n<li>Return to Tag Assistant, and confirm the flags move from <strong>Denied<\/strong> to <strong>Granted<\/strong> (shown as the <strong>On-page Default<\/strong>&gt;<strong>On-page Update<\/strong> change).<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Tag Assistant&#8217;s Consent tab looks the same in basic and advanced mode. It confirms consent mode is wired up, but it can&#8217;t tell the two modes apart. To distinguish between basic and advanced mode, see <a href=\"#specific\">How to specifically confirm Advanced Consent Mode<\/a> below.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Method 2: Browser Developer Tools<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re comfortable with browser inspection tools, you can confirm the raw signals two ways.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Open your site in an <strong>Incognito<\/strong> window, then right-click \u2192 <strong>Inspect<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Network tab (most reliable)<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Filter for <strong>collect<\/strong> and reload the page. <strong>What you should see before clicking anything depends on your mode:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Advanced mode:<\/strong> a request to Google fires immediately, carrying <strong>gcs=G100<\/strong> (all denied), and no _ga \/ _gid cookies are set.<\/li>\n\n\n\n<li><strong>Basic mode:<\/strong> <strong>nothing<\/strong> is sent until you click Accept. That silence is the correct behavior, not a failure.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">After you click <strong>Accept<\/strong>, a new collect request fires with <strong>gcs=G111<\/strong> (all granted \u2014 i.e. <em>Accept All<\/em>), and _ga cookies appear.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Reading the <\/strong><strong>gcs<\/strong><strong> value:<\/strong> the format is G1xy, where x = ad storage and y = analytics storage (1 = granted, 0 = denied). So G100 = all denied, G111 = all granted, G101 = analytics only, G110 = ads only. If a visitor customizes their choice instead of accepting everything, expect a mixed value like G101.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Console tab (alternative)<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Type console.table(window.dataLayer) and press Enter to inspect the data layer. You should see:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A <strong>[&#8216;consent&#8217;, &#8216;default&#8217;, \u2026]<\/strong> entry near the <strong>top<\/strong> of the queue, firing before any third-party scripts. If it&#8217;s not near the top, your banner is loading too late.<\/li>\n\n\n\n<li>After you click Accept, a <strong>[&#8216;consent&#8217;, &#8216;update&#8217;, \u2026]<\/strong> entry confirming the visitor&#8217;s choice was sent.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Consent commands live inside the dataLayer object \u2014 they do <strong>not<\/strong> print as ordinary Console log messages, so inspect dataLayer directly rather than watching the log.<\/p>\n\n\n\n<h2 id=\"specific\" class=\"wp-block-heading\">How to specifically confirm Advanced Consent Mode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Advanced mode means the Google tag is <strong>not blocked<\/strong> \u2014 it loads on page open and sends a cookieless ping before the visitor responds to the banner.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The way to tell advanced from basic is the <strong>Network tab<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Advanced mode:<\/strong> a collect ping with <strong>gcs=G100<\/strong> fires <em>before<\/em> any banner click.<\/li>\n\n\n\n<li><strong>Basic mode:<\/strong> nothing is sent until consent is given.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">(Tag Assistant&#8217;s Consent tab can&#8217;t distinguish the two \u2014 both modes look identical there. Use the Network tab.)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">If you also use Google Site Kit<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Cookie Consent works alongside Google Site Kit automatically. When <strong>Site Kit<\/strong> and the <strong>WP Consent API<\/strong> plugin are both installed and active, Cookie Consent reports your visitors&#8217; consent choices through the WP Consent API \u2014 the WordPress standard that lets consent plugins communicate with each other. Site Kit listens for those signals and applies them to Google&#8217;s tag, so consent flows end to end with no extra configuration.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: The WP Consent API plugin must be installed and active for this hand-off to happen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this setup, Site Kit owns the Google tag, so the signal reaches Google through Site Kit rather than directly from Cookie Consent. The Method 2 Network-tab check still works \u2014 just confirm the flow end to end:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Before consent: <\/strong>gcs reflects the default settings. For example, gcs=G100, means all denied, which is expected for GDPR\/EU traffic).<\/li>\n\n\n\n<li><strong>After you return to the site and click Accept<\/strong>, gcs flips to granted, in this case gcs=G111, on the next collect request. This confirms the consent signal traveled from Cookie Consent, through the WP Consent API, to Site Kit&#8217;s tag.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Overview Google Consent Mode v2 sends your visitors&#8217; consent choices to Google&#8217;s servers in the background, regardless of whether or not your banner appears on screen. Because of that, you can&#8217;t confirm it&#8217;s working just by looking at the banner. Use one of the verification methods below. Before you start, it helps to know which [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_elementor_kustomer_id":[],"footnotes":""},"categories":[2233],"tags":[],"class_list":["post-169455","post","type-post","status-publish","format-standard","hentry","category-scan-and-customize-cookie-consent"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to verify your Google Consent Mode v2 Setup | Elementor<\/title>\n<meta name=\"description\" content=\"Learn everything about How to verify your Google Consent Mode v2 Setup in this article from Elementor&#039;s Knowledge Base. Get Elementor tips &amp; more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to verify your Google Consent Mode v2 Setup | Elementor\" \/>\n<meta property=\"og:description\" content=\"Learn everything about How to verify your Google Consent Mode v2 Setup in this article from Elementor&#039;s Knowledge Base. Get Elementor tips &amp; more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/\" \/>\n<meta property=\"og:site_name\" content=\"Help\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-23T12:02:13+00:00\" \/>\n<meta name=\"author\" content=\"Cliff Churgin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Cliff Churgin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/how-to-verify-your-google-consent-mode-v2-setup\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/how-to-verify-your-google-consent-mode-v2-setup\\\/\"},\"author\":{\"name\":\"Cliff Churgin\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#\\\/schema\\\/person\\\/c45726ca48a077e09198d78da3bc94d3\"},\"headline\":\"How to verify your Google Consent Mode v2 Setup\",\"datePublished\":\"2026-06-23T12:02:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/how-to-verify-your-google-consent-mode-v2-setup\\\/\"},\"wordCount\":915,\"publisher\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#organization\"},\"articleSection\":[\"Scan and Customize Cookie Consent\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/how-to-verify-your-google-consent-mode-v2-setup\\\/\",\"url\":\"https:\\\/\\\/elementor.com\\\/help\\\/how-to-verify-your-google-consent-mode-v2-setup\\\/\",\"name\":\"How to verify your Google Consent Mode v2 Setup | Elementor\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#website\"},\"datePublished\":\"2026-06-23T12:02:13+00:00\",\"description\":\"Learn everything about How to verify your Google Consent Mode v2 Setup in this article from Elementor's Knowledge Base. Get Elementor tips & more.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/how-to-verify-your-google-consent-mode-v2-setup\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elementor.com\\\/help\\\/how-to-verify-your-google-consent-mode-v2-setup\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/how-to-verify-your-google-consent-mode-v2-setup\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Help Center\",\"item\":\"https:\\\/\\\/elementor.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Manage Cookie Consent\",\"item\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-cookie-consent\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Scan and Customize Cookie Consent\",\"item\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-cookie-consent\\\/scan-and-customize-cookie-consent\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to verify your Google Consent Mode v2 Setup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/elementor.com\\\/help\\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elementor.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#organization\",\"name\":\"Elementor\",\"url\":\"https:\\\/\\\/elementor.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elementor.com\\\/help\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/images.png\",\"contentUrl\":\"https:\\\/\\\/elementor.com\\\/help\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/images.png\",\"width\":225,\"height\":225,\"caption\":\"Elementor\"},\"image\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#\\\/schema\\\/person\\\/c45726ca48a077e09198d78da3bc94d3\",\"name\":\"Cliff Churgin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g\",\"caption\":\"Cliff Churgin\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to verify your Google Consent Mode v2 Setup | Elementor","description":"Learn everything about How to verify your Google Consent Mode v2 Setup in this article from Elementor's Knowledge Base. Get Elementor tips & more.","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:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/","og_locale":"en_US","og_type":"article","og_title":"How to verify your Google Consent Mode v2 Setup | Elementor","og_description":"Learn everything about How to verify your Google Consent Mode v2 Setup in this article from Elementor's Knowledge Base. Get Elementor tips & more.","og_url":"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/","og_site_name":"Help","article_published_time":"2026-06-23T12:02:13+00:00","author":"Cliff Churgin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Cliff Churgin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/"},"author":{"name":"Cliff Churgin","@id":"https:\/\/elementor.com\/help\/#\/schema\/person\/c45726ca48a077e09198d78da3bc94d3"},"headline":"How to verify your Google Consent Mode v2 Setup","datePublished":"2026-06-23T12:02:13+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/"},"wordCount":915,"publisher":{"@id":"https:\/\/elementor.com\/help\/#organization"},"articleSection":["Scan and Customize Cookie Consent"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/","url":"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/","name":"How to verify your Google Consent Mode v2 Setup | Elementor","isPartOf":{"@id":"https:\/\/elementor.com\/help\/#website"},"datePublished":"2026-06-23T12:02:13+00:00","description":"Learn everything about How to verify your Google Consent Mode v2 Setup in this article from Elementor's Knowledge Base. Get Elementor tips & more.","breadcrumb":{"@id":"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/help\/how-to-verify-your-google-consent-mode-v2-setup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Help Center","item":"https:\/\/elementor.com\/help\/"},{"@type":"ListItem","position":2,"name":"Manage Cookie Consent","item":"https:\/\/elementor.com\/help\/manage-cookie-consent\/"},{"@type":"ListItem","position":3,"name":"Scan and Customize Cookie Consent","item":"https:\/\/elementor.com\/help\/manage-cookie-consent\/scan-and-customize-cookie-consent\/"},{"@type":"ListItem","position":4,"name":"How to verify your Google Consent Mode v2 Setup"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/help\/#website","url":"https:\/\/elementor.com\/help\/","name":"Elementor","description":"","publisher":{"@id":"https:\/\/elementor.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/elementor.com\/help\/#organization","name":"Elementor","url":"https:\/\/elementor.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/elementor.com\/help\/wp-content\/uploads\/2025\/06\/images.png","contentUrl":"https:\/\/elementor.com\/help\/wp-content\/uploads\/2025\/06\/images.png","width":225,"height":225,"caption":"Elementor"},"image":{"@id":"https:\/\/elementor.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/elementor.com\/help\/#\/schema\/person\/c45726ca48a077e09198d78da3bc94d3","name":"Cliff Churgin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g","caption":"Cliff Churgin"}}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts\/169455","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/comments?post=169455"}],"version-history":[{"count":6,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts\/169455\/revisions"}],"predecessor-version":[{"id":169469,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts\/169455\/revisions\/169469"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/media?parent=169455"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/categories?post=169455"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/tags?post=169455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}