{"id":68,"date":"2024-12-10T23:37:48","date_gmt":"2024-12-10T23:37:48","guid":{"rendered":"https:\/\/www.conversionteam.com\/nantu\/?post_type=docs&#038;p=68"},"modified":"2024-12-11T15:34:26","modified_gmt":"2024-12-11T15:34:26","password":"","slug":"qa-tab","status":"publish","type":"docs","link":"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/","title":{"rendered":"QA Tab"},"content":{"rendered":"\n<p>The <strong>Nantu QA Tab<\/strong> is a small floating panel that appears on the side of a webpage to help testers and QA engineers monitor and control A\/B tests running on the site. It provides an easy way to see which tests are active, what variation you are viewing, and even lets you switch between different versions of a test or turn off tests entirely.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How Does It Work?<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Automatic Setup<\/strong>:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The QA tab automatically appears on the right side of your browser screen when the page is loaded.<\/li>\n\n\n\n<li>It shows the current list of tests running on the page.<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>What You See<\/strong>:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A list of tests with their <strong>test ID<\/strong> (name), the <strong>variation<\/strong> you\u2019re currently viewing, and a set of buttons.<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>What You Can Do<\/strong>:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Switch Variations<\/strong>: Click buttons to quickly switch between different versions of the test (like &#8220;v1&#8221; or &#8220;v2&#8221;).<\/li>\n\n\n\n<li><strong>Turn Off a Test<\/strong>: A button labeled &#8220;OFF&#8221; allows you to stop seeing the test&#8217;s effects.<\/li>\n\n\n\n<li><strong>Edit Mode<\/strong>: By clicking the &#8220;Edit Variations&#8221; button, hidden options appear, letting you experiment with variations.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Example of Using the QA Tab<\/h3>\n\n\n\n<p>Imagine you&#8217;re on an e-commerce website testing two layouts for the product page:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>One layout shows the &#8220;Add to Cart&#8221; button at the top of the page.<\/li>\n\n\n\n<li>Another layout shows it at the bottom of the page.<\/li>\n<\/ol>\n\n\n\n<p>With the Nantu QA Tab:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can see that a test called <strong>&#8220;Product Page Button Position&#8221;<\/strong> is running.<\/li>\n\n\n\n<li>The QA tab shows you&#8217;re currently viewing &#8220;Variation 1&#8221; (button at the top).<\/li>\n\n\n\n<li>If you click the button for &#8220;Variation 2,&#8221; the page will reload, and now you see the button at the bottom.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Example URL to Trigger the QA Tab<\/h3>\n\n\n\n<p>To enable or force specific test variations, the system uses a special URL format. Here&#8217;s an example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;example.com?nantu_variations=123:v1,456:v2<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>123:v1<\/strong>: Test ID 123 is showing variation &#8220;1.&#8221;<\/li>\n\n\n\n<li><strong>456:v2<\/strong>: Test ID 456 is showing variation &#8220;2.&#8221;<\/li>\n<\/ul>\n\n\n\n<p>When you visit this URL:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The page will load with these variations applied.<\/li>\n\n\n\n<li>The QA Tab will display information about these tests, and you can adjust them further if needed.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Why Is It Useful?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Quick Testing<\/strong>: See all active tests and make changes on the fly without needing to edit any code.<\/li>\n\n\n\n<li><strong>Easy Debugging<\/strong>: Switch variations to ensure everything works as expected.<\/li>\n\n\n\n<li><strong>Flexible Control<\/strong>: Turn tests on or off for QA purposes, ensuring a smooth experience for end users.<\/li>\n<\/ul>\n\n\n\n<p>The Nantu QA Tab makes managing A\/B tests simple, helping testers focus on what matters most\u2014ensuring the website works flawlessly for users.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>The Nantu QA Tab includes the following elements, which facilitate QA testing and mode configuration for Nantu experiments:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Nantu Mode Cookie and Query<\/strong>:<br>A variable that checks the values of both the <code>nantu_mode<\/code> query parameter and the <code>nantu_mode<\/code> cookie.<\/li>\n\n\n\n<li><strong>Nantu Mode OFF<\/strong>:<br>A trigger that activates when the <code>nantu_mode<\/code> query parameter equals &#8220;off.&#8221;<\/li>\n\n\n\n<li><strong>Nantu Mode QA<\/strong>:<br>A trigger that activates when the <code>nantu_mode<\/code> query parameter equals &#8220;qa.&#8221;<\/li>\n\n\n\n<li><strong>Nantu Mode QA Event<\/strong>:<br>A trigger that fires on the <code>nantu_qa_mode<\/code> event. This is an alternative method for enabling QA mode.<\/li>\n\n\n\n<li><strong>Nantu Mode QA Query Var<\/strong>:<br>A trigger that fires only when the <code>nantu_mode<\/code> query parameter equals &#8220;qa.&#8221;<\/li>\n\n\n\n<li><strong>Nantu QA Tab<\/strong>:<br>A custom HTML tag responsible for rendering the QA tab interface.<\/li>\n\n\n\n<li><strong>Nantu Set QA Cookie<\/strong>:<br>A tag that sets the <code>nantu_mode<\/code> cookie to enable QA Mode.<\/li>\n\n\n\n<li><strong>nantu_experiment<\/strong>:<br>A Data Layer variable containing the experiment name.<\/li>\n\n\n\n<li><strong>nantu_mode_cookie<\/strong>:<br>A variable that retrieves the value of the <code>nantu_mode<\/code> cookie.<\/li>\n\n\n\n<li><strong>nantu_mode_query_var<\/strong>:<br>A variable that retrieves the value of the <code>nantu_mode<\/code> query parameter.<\/li>\n\n\n\n<li><strong>nantu_test_id<\/strong>:<br>A Data Layer variable containing the experiment ID.<\/li>\n\n\n\n<li><strong>nantu_test_variations<\/strong>:<br>A Data Layer variable containing data for all variations in the experiment.<\/li>\n\n\n\n<li><strong>nantu_variation<\/strong>:<br>A Data Layer variable containing the ID of the selected variation.<\/li>\n\n\n\n<li><strong>nantu_variation_name<\/strong>:<br>A Data Layer variable containing the name of the selected variation.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>The Nantu QA Tab is a small floating panel that appears on the side of a webpage to help testers and QA engineers monitor and control A\/B tests running on the site. It provides an easy way to see which tests are active, what variation you are viewing, and even lets you switch between different [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[8],"doc_tag":[],"class_list":["post-68","docs","type-docs","status-publish","hentry","doc_category-components"],"year_month":"2026-05","word_count":650,"total_views":"160","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"nantudocs","author_nicename":"nantudocs","author_url":"https:\/\/www.conversionteam.com\/nantu\/author\/nantudocs\/"},"doc_category_info":[{"term_name":"Nantu Components","term_url":"https:\/\/www.conversionteam.com\/nantu\/docs-category\/components\/"}],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>QA Tab - Nantu Docs<\/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.conversionteam.com\/nantu\/docs\/qa-tab\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"QA Tab - Nantu Docs\" \/>\n<meta property=\"og:description\" content=\"The Nantu QA Tab is a small floating panel that appears on the side of a webpage to help testers and QA engineers monitor and control A\/B tests running on the site. It provides an easy way to see which tests are active, what variation you are viewing, and even lets you switch between different [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/\" \/>\n<meta property=\"og:site_name\" content=\"Nantu Docs\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-11T15:34:26+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/\",\"url\":\"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/\",\"name\":\"QA Tab - Nantu Docs\",\"isPartOf\":{\"@id\":\"https:\/\/www.conversionteam.com\/nantu\/#website\"},\"datePublished\":\"2024-12-10T23:37:48+00:00\",\"dateModified\":\"2024-12-11T15:34:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.conversionteam.com\/nantu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"QA Tab\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.conversionteam.com\/nantu\/#website\",\"url\":\"https:\/\/www.conversionteam.com\/nantu\/\",\"name\":\"Nantu Docs\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.conversionteam.com\/nantu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"QA Tab - Nantu Docs","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.conversionteam.com\/nantu\/docs\/qa-tab\/","og_locale":"en_US","og_type":"article","og_title":"QA Tab - Nantu Docs","og_description":"The Nantu QA Tab is a small floating panel that appears on the side of a webpage to help testers and QA engineers monitor and control A\/B tests running on the site. It provides an easy way to see which tests are active, what variation you are viewing, and even lets you switch between different [&hellip;]","og_url":"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/","og_site_name":"Nantu Docs","article_modified_time":"2024-12-11T15:34:26+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/","url":"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/","name":"QA Tab - Nantu Docs","isPartOf":{"@id":"https:\/\/www.conversionteam.com\/nantu\/#website"},"datePublished":"2024-12-10T23:37:48+00:00","dateModified":"2024-12-11T15:34:26+00:00","breadcrumb":{"@id":"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.conversionteam.com\/nantu\/docs\/qa-tab\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.conversionteam.com\/nantu\/"},{"@type":"ListItem","position":2,"name":"QA Tab"}]},{"@type":"WebSite","@id":"https:\/\/www.conversionteam.com\/nantu\/#website","url":"https:\/\/www.conversionteam.com\/nantu\/","name":"Nantu Docs","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.conversionteam.com\/nantu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/docs\/68","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/comments?post=68"}],"version-history":[{"count":2,"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/docs\/68\/revisions"}],"predecessor-version":[{"id":73,"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/docs\/68\/revisions\/73"}],"wp:attachment":[{"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/media?parent=68"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/doc_category?post=68"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.conversionteam.com\/nantu\/wp-json\/wp\/v2\/doc_tag?post=68"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}