{"id":224,"date":"2020-08-11T12:48:17","date_gmt":"2020-08-11T12:48:17","guid":{"rendered":"https:\/\/vwo.com\/product-updates\/?p=224"},"modified":"2022-01-25T10:29:25","modified_gmt":"2022-01-25T10:29:25","slug":"improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load","status":"publish","type":"post","link":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/","title":{"rendered":"Improved Support for Single Page Applications and Server Side Rendering Applications"},"content":{"rendered":"\n<p>When you conduct an A\/B test on a website, for optimal performance, VWO scripts keep watching for all the elements on the page that need modification. As soon as the element loads (as part of page load), VWO modifies it, before the visitor sees the original content of the element (and hence avoids flashing). VWO does this until the entire page has fully loaded, and this works for most of the websites.<\/p>\n\n\n\n<p>However, there are some websites where elements keep loading even after the page has completed loading, and in those cases, the default behavior of VWO doesn\u2019t function (as it stops watching for elements once the page loading is complete). To fix this, we have launched two options, that you can use to fine-tune the way VWO looks for elements after the page load event has occurred:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Keep applying changes even after the page is loaded:<\/strong> This option will ensure that watching the elements on the page is not stopped, and anytime the target element is loaded, VWO detects and modifies it. This will work irrespective of whether the page load event has taken place or not.<br><br>For example, consider that you have an e-commerce website, and upon clicking a CTA button, a contact support form appears as a pop-up. Now, you wish to apply changes to the elements present in the form. In this case, technically, the form was not present in the DOM initially but got added as soon the button was clicked. In such cases, you can use this option to ensure that changes are applied to the form.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"2086\" height=\"1328\" src=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png\" alt=\"Src\" class=\"wp-image-225\" srcset=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png 2086w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png?tr=w-1600 1600w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png?tr=w-1366 1366w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png?tr=w-1024 1024w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png?tr=w-768 768w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png?tr=w-640 640w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png?tr=w-375 375w\" sizes=\"(max-width: 2086px) 100vw, 2086px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Delay applying changes until framework rendering is complete:<\/strong> There are some website frameworks that use server-side rendering, which keeps a snapshot of the page as it should load. When VWO modifies any element on the page, the framework sees that as an issue and reverts the page back to its original state using the stored snapshot.<br><br>To handle these frameworks, VWO waits until the framework has rendered completely. This option enables VWO to repeatedly check if the rendering is complete (you can customize the frequency of this check) and also sets a maximum time after which the changes are applied on the page regardless of the framework rendering state (this is customizable as well).<br><br>This behavior is common with frameworks such as GatsbyJS, Next.js, ReactJS, etc. and this setting makes VWO work better with websites using these frameworks.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"2086\" height=\"1328\" src=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Screenshot-2020-08-05-17.03.26.png\" alt=\"Screenshot 2020 08 05 17 03 26\" class=\"wp-image-226\" srcset=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Screenshot-2020-08-05-17.03.26.png 2086w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Screenshot-2020-08-05-17.03.26.png?tr=w-1600 1600w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Screenshot-2020-08-05-17.03.26.png?tr=w-1366 1366w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Screenshot-2020-08-05-17.03.26.png?tr=w-1024 1024w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Screenshot-2020-08-05-17.03.26.png?tr=w-768 768w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Screenshot-2020-08-05-17.03.26.png?tr=w-640 640w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Screenshot-2020-08-05-17.03.26.png?tr=w-375 375w\" sizes=\"(max-width: 2086px) 100vw, 2086px\" \/><\/figure>\n\n\n\n<p>You can configure these settings both at the account and campaign level.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Account-level change for all future campaigns:<\/strong> To configure this setting at the account level, go to Account settings &gt; Campaign settings, and from the <strong>Single Page Application \/ Server Side Rendering support settings <\/strong>present under the Editor settings section, choose the option relevant for you (this applies to all the campaigns that are created after you make this change).<br><\/li><li><strong>Campaign level:<\/strong> To configure this setting at the campaign level, click on the settings option in the <a href=\"https:\/\/vwo.com\/why-us\/technology\/visual-editor\/\" target=\"_blank\" rel=\"noreferrer noopener\">visual editor<\/a>, and choose the option relevant for you (this applies only to the campaign you\u2019re currently editing. Modifications made in any variation after saving this setting will use the new selector path configuration).<\/li><\/ul>\n\n\n\n<p>If you have configured this option both at the campaign and account level and the settings differ, then the campaign level configurations take precedence. Each new campaign created will default to account-level configuration.<\/p>\n\n\n\n<p>To learn how to configure this setting in VWO, refer to <a href=\"https:\/\/help.vwo.com\/hc\/en-us\/articles\/900000678806\">Configuring Single Page Application \/ Server Side Rendering Support in VWO<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you conduct an A\/B test on a website, for optimal performance, VWO scripts keep watching for all the elements on the page that need modification. As soon as the element loads (as part of page load), VWO modifies it, before the visitor sees the original content of the element (and hence avoids flashing). VWO&#8230;<\/p>\n","protected":false},"author":189,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[3],"tags":[30,12,13],"feature":[],"industry-type":[],"class_list":["post-224","post","type-post","status-publish","format-standard","hentry","category-testing","tag-campaign-settings","tag-client-side-testing","tag-visual-editor"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Improved Support for SPAs and Server Side Rendering Applications| VWO Product Updates<\/title>\n<meta name=\"description\" content=\"There are some websites where elements keep loading even after the page has completed loading, and in those cases, the default behavior of VWO doesn\u2019t function. Read how we have improved this.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Improved Support for SPAs and Server Side Rendering Applications| VWO Product Updates\" \/>\n<meta property=\"og:description\" content=\"There are some websites where elements keep loading even after the page has completed loading, and in those cases, the default behavior of VWO doesn\u2019t function. Read how we have improved this.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/\" \/>\n<meta property=\"og:site_name\" content=\"VWO Product Updates\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-11T12:48:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-01-25T10:29:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png\" \/>\n<meta name=\"author\" content=\"Anshul Gurbaxani\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/\"},\"author\":{\"name\":\"Anshul Gurbaxani\",\"@id\":\"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/1871f2d595a86897520c3fce703f5726\"},\"headline\":\"Improved Support for Single Page Applications and Server Side Rendering Applications\",\"datePublished\":\"2020-08-11T12:48:17+00:00\",\"dateModified\":\"2022-01-25T10:29:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/\"},\"wordCount\":591,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png\",\"keywords\":[\"Campaign Settings\",\"Client Side Testing\",\"Visual Editor\"],\"articleSection\":[\"VWO Testing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/\",\"url\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/\",\"name\":\"Improved Support for SPAs and Server Side Rendering Applications| VWO Product Updates\",\"isPartOf\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png\",\"datePublished\":\"2020-08-11T12:48:17+00:00\",\"dateModified\":\"2022-01-25T10:29:25+00:00\",\"author\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/1871f2d595a86897520c3fce703f5726\"},\"description\":\"There are some websites where elements keep loading even after the page has completed loading, and in those cases, the default behavior of VWO doesn\u2019t function. Read how we have improved this.\",\"breadcrumb\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#primaryimage\",\"url\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png\",\"contentUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vwo.com\/product-updates\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Improved Support for Single Page Applications and Server Side Rendering Applications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vwo.com\/product-updates\/#website\",\"url\":\"https:\/\/vwo.com\/product-updates\/\",\"name\":\"VWO Product Updates\",\"description\":\"Just another VWO site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vwo.com\/product-updates\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/1871f2d595a86897520c3fce703f5726\",\"name\":\"Anshul Gurbaxani\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/anshulgurbaxani-96x96.jpg\",\"contentUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/anshulgurbaxani-96x96.jpg\",\"caption\":\"Anshul Gurbaxani\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Improved Support for SPAs and Server Side Rendering Applications| VWO Product Updates","description":"There are some websites where elements keep loading even after the page has completed loading, and in those cases, the default behavior of VWO doesn\u2019t function. Read how we have improved this.","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:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/","og_locale":"en_US","og_type":"article","og_title":"Improved Support for SPAs and Server Side Rendering Applications| VWO Product Updates","og_description":"There are some websites where elements keep loading even after the page has completed loading, and in those cases, the default behavior of VWO doesn\u2019t function. Read how we have improved this.","og_url":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/","og_site_name":"VWO Product Updates","article_published_time":"2020-08-11T12:48:17+00:00","article_modified_time":"2022-01-25T10:29:25+00:00","og_image":[{"url":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png","type":"","width":"","height":""}],"author":"Anshul Gurbaxani","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#article","isPartOf":{"@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/"},"author":{"name":"Anshul Gurbaxani","@id":"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/1871f2d595a86897520c3fce703f5726"},"headline":"Improved Support for Single Page Applications and Server Side Rendering Applications","datePublished":"2020-08-11T12:48:17+00:00","dateModified":"2022-01-25T10:29:25+00:00","mainEntityOfPage":{"@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/"},"wordCount":591,"commentCount":0,"image":{"@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#primaryimage"},"thumbnailUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png","keywords":["Campaign Settings","Client Side Testing","Visual Editor"],"articleSection":["VWO Testing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/","url":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/","name":"Improved Support for SPAs and Server Side Rendering Applications| VWO Product Updates","isPartOf":{"@id":"https:\/\/vwo.com\/product-updates\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#primaryimage"},"image":{"@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#primaryimage"},"thumbnailUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png","datePublished":"2020-08-11T12:48:17+00:00","dateModified":"2022-01-25T10:29:25+00:00","author":{"@id":"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/1871f2d595a86897520c3fce703f5726"},"description":"There are some websites where elements keep loading even after the page has completed loading, and in those cases, the default behavior of VWO doesn\u2019t function. Read how we have improved this.","breadcrumb":{"@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#primaryimage","url":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png","contentUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/Src.png"},{"@type":"BreadcrumbList","@id":"https:\/\/vwo.com\/product-updates\/improved-support-for-single-page-applications-and-server-side-rendering-applications-apply-changes-to-elements-after-page-load\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vwo.com\/product-updates\/"},{"@type":"ListItem","position":2,"name":"Improved Support for Single Page Applications and Server Side Rendering Applications"}]},{"@type":"WebSite","@id":"https:\/\/vwo.com\/product-updates\/#website","url":"https:\/\/vwo.com\/product-updates\/","name":"VWO Product Updates","description":"Just another VWO site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vwo.com\/product-updates\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/1871f2d595a86897520c3fce703f5726","name":"Anshul Gurbaxani","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/image\/","url":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/anshulgurbaxani-96x96.jpg","contentUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/08\/anshulgurbaxani-96x96.jpg","caption":"Anshul Gurbaxani"}}]}},"_links":{"self":[{"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/posts\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/users\/189"}],"replies":[{"embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/comments?post=224"}],"version-history":[{"count":7,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/posts\/224\/revisions"}],"predecessor-version":[{"id":1134,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/posts\/224\/revisions\/1134"}],"wp:attachment":[{"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/media?parent=224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/categories?post=224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/tags?post=224"},{"taxonomy":"feature","embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/feature?post=224"},{"taxonomy":"industry-type","embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/industry-type?post=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}