{"id":663,"date":"2020-12-03T07:02:54","date_gmt":"2020-12-03T07:02:54","guid":{"rendered":"https:\/\/vwo.com\/product-updates\/?p=663"},"modified":"2024-07-09T04:27:37","modified_gmt":"2024-07-09T04:27:37","slug":"configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings","status":"publish","type":"post","link":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/","title":{"rendered":"Configure Webhooks In VWO FullStack To Fetch The Latest Campaign Settings"},"content":{"rendered":"\n<p><a href=\"https:\/\/vwo.com\/testing\/server-side\/\">VWO<strong> <\/strong>FullStack<\/a> is an Experimentation and Feature Flagging platform for mobile apps and backend services. You can test, and rollout\/rollback features using VWO FullStack. All of this functionality is available with zero performance impact via easy-to-use <a href=\"https:\/\/help.vwo.com\/hc\/en-us\/articles\/900001640366-SDKs-Supported-in-VWO-FullStack\">SDKs<\/a>. It allows you to test the algorithms, recommendation engines, subscription flows, etc.\u00a0<\/p>\n\n\n\n<p>Whenever you create a campaign in VWO FullStack, it stores a <a href=\"https:\/\/developers.vwo.com\/reference#fullstack-get-settings\">settings file<\/a> corresponding to your campaign configurations on your server. If you modify any campaign setting(s) via the VWO app, the settings file stored at your server needs to be updated. This process ensures that your campaigns are always running on the latest configurations.<\/p>\n\n\n\n<p>One way to do this is by <a href=\"https:\/\/developers.vwo.com\/reference#fullstack-configure-polling\">polling<\/a> frequently to ensure that you always have the latest settings file. Not only does this increase the load on your server, but there is also a possibility that you may be using the old version of the settings file if you poll it after a long time.&nbsp;<\/p>\n\n\n\n<p>For example, you have set the polling to 10 minutes, and the campaign gets updated when 9 minutes are still left. In this case, the settings file will not sync with the VWO app.<\/p>\n\n\n\n<p>We provide another way to keep the campaign settings updated via webhooks. With webhook configured, VWO will notify you whenever you change the running campaigns. Therefore, you will get to know when to fetch the settings file. That is, you don\u2019t have to worry whether or not you are using the updated settings file. It helps you to keep the most up-to-date version of the settings file.<\/p>\n\n\n\n<p>For example<strong>,<\/strong> as soon as you change the traffic allocation percentage of a variation from the VWO app, VWO will send a call to notify about the same.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"2484\" src=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png\" alt=\"Polling Vs Webhooks Copy 5\" class=\"wp-image-665\" srcset=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png 1700w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png?tr=w-1600 1600w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png?tr=w-1366 1366w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png?tr=w-1024 1024w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png?tr=w-768 768w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png?tr=w-640 640w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png?tr=w-375 375w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/><figcaption class=\"wp-element-caption\">Polling vs. Webhooks<\/figcaption><\/figure>\n\n\n\n<p><strong>Set up a Webhook<\/strong><\/p>\n\n\n\n<p>To enable the Webhooks, go to Settings &gt; Campaign Settings, and from the Webhooks section, select Enable Webhooks. Now enter the URL where you want to receive the notifications if the campaign settings are changed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1724\" height=\"478\" src=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Screen-Shot-2020-11-26-at-2.14.42-PM.png\" alt=\"Screen Shot 2020 11 26 At 2 14 42 Pm\" class=\"wp-image-668\" srcset=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Screen-Shot-2020-11-26-at-2.14.42-PM.png 1724w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Screen-Shot-2020-11-26-at-2.14.42-PM.png?tr=w-1600 1600w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Screen-Shot-2020-11-26-at-2.14.42-PM.png?tr=w-1366 1366w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Screen-Shot-2020-11-26-at-2.14.42-PM.png?tr=w-1024 1024w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Screen-Shot-2020-11-26-at-2.14.42-PM.png?tr=w-768 768w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Screen-Shot-2020-11-26-at-2.14.42-PM.png?tr=w-640 640w, https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Screen-Shot-2020-11-26-at-2.14.42-PM.png?tr=w-375 375w\" sizes=\"(max-width: 1724px) 100vw, 1724px\" \/><\/figure>\n\n\n\n<p><strong>Advantages of Using Webhooks<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Eliminates the need to frequently fetch the latest campaign settings file which reduces the load on your servers.<\/li>\n\n\n\n<li>Eliminates the possibility of using the old campaign settings file if not fetched in short intervals.<\/li>\n<\/ul>\n\n\n\n<p>To know more about Webhooks in VWO, you can refer to this <a href=\"https:\/\/help.vwo.com\/hc\/en-us\/articles\/900003779006\">Knowledge Base Article<\/a>.<\/p>\n\n\n\n<p><strong>NOTE: <\/strong>We have rolled out this feature in all SDKs except GO. In addition, we have also released Environment-level webhooks that help you create separate webhooks for all of your projects, whether it is production, local, or development environments, right inside VWO. You can read more about Environment-level webhooks <a href=\"https:\/\/vwo.com\/product-updates\/environment-level-webhooks-now-available-in-vwo-fullstack\/\">here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>VWO FullStack is an Experimentation and Feature Flagging platform for mobile apps and backend services. You can test, and rollout\/rollback features using VWO FullStack. All of this functionality is available with zero performance impact via easy-to-use SDKs. It allows you to test the algorithms, recommendation engines, subscription flows, etc.\u00a0 Whenever you create a campaign in&#8230;<\/p>\n","protected":false},"author":420,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[9,10],"feature":[],"industry-type":[],"class_list":["post-663","post","type-post","status-publish","format-standard","hentry","category-fullstack","tag-sdk","tag-server-side-testing"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Configure Webhooks In VWO FullStack To Fetch The Campaign Settings| VWO Product Updates<\/title>\n<meta name=\"description\" content=\"If any campaign setting(s) are modified via the VWO app, the settings file stored at your server needs to be updated. This ensures that your campaigns are always running on the latest configurations\" \/>\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\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configure Webhooks In VWO FullStack To Fetch The Campaign Settings| VWO Product Updates\" \/>\n<meta property=\"og:description\" content=\"If any campaign setting(s) are modified via the VWO app, the settings file stored at your server needs to be updated. This ensures that your campaigns are always running on the latest configurations\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/\" \/>\n<meta property=\"og:site_name\" content=\"VWO Product Updates\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-03T07:02:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-09T04:27:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png\" \/>\n<meta name=\"author\" content=\"Aman Garg\" \/>\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\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/\"},\"author\":{\"name\":\"Aman Garg\",\"@id\":\"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/d8c3b030c9b2f37d71caeee090f968aa\"},\"headline\":\"Configure Webhooks In VWO FullStack To Fetch The Latest Campaign Settings\",\"datePublished\":\"2020-12-03T07:02:54+00:00\",\"dateModified\":\"2024-07-09T04:27:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/\"},\"wordCount\":447,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png\",\"keywords\":[\"SDK\",\"Server Side Testing\"],\"articleSection\":[\"VWO FullStack\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/\",\"url\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/\",\"name\":\"Configure Webhooks In VWO FullStack To Fetch The Campaign Settings| VWO Product Updates\",\"isPartOf\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png\",\"datePublished\":\"2020-12-03T07:02:54+00:00\",\"dateModified\":\"2024-07-09T04:27:37+00:00\",\"author\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/d8c3b030c9b2f37d71caeee090f968aa\"},\"description\":\"If any campaign setting(s) are modified via the VWO app, the settings file stored at your server needs to be updated. This ensures that your campaigns are always running on the latest configurations\",\"breadcrumb\":{\"@id\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#primaryimage\",\"url\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png\",\"contentUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vwo.com\/product-updates\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure Webhooks In VWO FullStack To Fetch The Latest Campaign Settings\"}]},{\"@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\/d8c3b030c9b2f37d71caeee090f968aa\",\"name\":\"Aman Garg\",\"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\/11\/Photograph_Aman-Garg-e1604912172611.jpg\",\"contentUrl\":\"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/11\/Photograph_Aman-Garg-e1604912172611.jpg\",\"caption\":\"Aman Garg\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configure Webhooks In VWO FullStack To Fetch The Campaign Settings| VWO Product Updates","description":"If any campaign setting(s) are modified via the VWO app, the settings file stored at your server needs to be updated. This ensures that your campaigns are always running on the latest configurations","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\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/","og_locale":"en_US","og_type":"article","og_title":"Configure Webhooks In VWO FullStack To Fetch The Campaign Settings| VWO Product Updates","og_description":"If any campaign setting(s) are modified via the VWO app, the settings file stored at your server needs to be updated. This ensures that your campaigns are always running on the latest configurations","og_url":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/","og_site_name":"VWO Product Updates","article_published_time":"2020-12-03T07:02:54+00:00","article_modified_time":"2024-07-09T04:27:37+00:00","og_image":[{"url":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png","type":"","width":"","height":""}],"author":"Aman Garg","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#article","isPartOf":{"@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/"},"author":{"name":"Aman Garg","@id":"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/d8c3b030c9b2f37d71caeee090f968aa"},"headline":"Configure Webhooks In VWO FullStack To Fetch The Latest Campaign Settings","datePublished":"2020-12-03T07:02:54+00:00","dateModified":"2024-07-09T04:27:37+00:00","mainEntityOfPage":{"@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/"},"wordCount":447,"commentCount":0,"image":{"@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#primaryimage"},"thumbnailUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png","keywords":["SDK","Server Side Testing"],"articleSection":["VWO FullStack"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/","url":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/","name":"Configure Webhooks In VWO FullStack To Fetch The Campaign Settings| VWO Product Updates","isPartOf":{"@id":"https:\/\/vwo.com\/product-updates\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#primaryimage"},"image":{"@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#primaryimage"},"thumbnailUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png","datePublished":"2020-12-03T07:02:54+00:00","dateModified":"2024-07-09T04:27:37+00:00","author":{"@id":"https:\/\/vwo.com\/product-updates\/#\/schema\/person\/d8c3b030c9b2f37d71caeee090f968aa"},"description":"If any campaign setting(s) are modified via the VWO app, the settings file stored at your server needs to be updated. This ensures that your campaigns are always running on the latest configurations","breadcrumb":{"@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#primaryimage","url":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png","contentUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/12\/Polling-vs-Webhooks-Copy-5.png"},{"@type":"BreadcrumbList","@id":"https:\/\/vwo.com\/product-updates\/configure-webhooks-in-vwo-fullstack-to-fetch-the-latest-campaign-settings\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vwo.com\/product-updates\/"},{"@type":"ListItem","position":2,"name":"Configure Webhooks In VWO FullStack To Fetch The Latest Campaign Settings"}]},{"@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\/d8c3b030c9b2f37d71caeee090f968aa","name":"Aman Garg","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\/11\/Photograph_Aman-Garg-e1604912172611.jpg","contentUrl":"https:\/\/static.wingify.com\/gcp\/uploads\/sites\/13\/2020\/11\/Photograph_Aman-Garg-e1604912172611.jpg","caption":"Aman Garg"}}]}},"_links":{"self":[{"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/posts\/663","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\/420"}],"replies":[{"embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/comments?post=663"}],"version-history":[{"count":11,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/posts\/663\/revisions"}],"predecessor-version":[{"id":2828,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/posts\/663\/revisions\/2828"}],"wp:attachment":[{"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/media?parent=663"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/categories?post=663"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/tags?post=663"},{"taxonomy":"feature","embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/feature?post=663"},{"taxonomy":"industry-type","embeddable":true,"href":"https:\/\/vwo.com\/product-updates\/wp-json\/wp\/v2\/industry-type?post=663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}