VWO Product Updates https://vwo.com/product-updates/ Just another VWO site Wed, 31 Jan 2024 18:22:55 +0000 en-US hourly 1 VWO Testing – Server Side updates: Block traffic from bots and malicious IPs and analyze campaign reports with additional filters https://vwo.com/product-updates/clean-campaign-reports-and-additional-report-filters/ https://vwo.com/product-updates/clean-campaign-reports-and-additional-report-filters/#respond Wed, 31 Jan 2024 13:44:22 +0000 https://vwo.com/product-updates/?p=2542 The data-driven decisions and insights you get from your server-side campaign reports are only as good as the data and the systematic analysis you do with them. While reliable reporting has always been a part of VWO Testing – Sever Side, we are constantly adding more features that help you make decisions better. To enhance...

The post VWO Testing – Server Side updates: Block traffic from bots and malicious IPs and analyze campaign reports with additional filters appeared first on VWO Product Updates.

]]>
The data-driven decisions and insights you get from your server-side campaign reports are only as good as the data and the systematic analysis you do with them. While reliable reporting has always been a part of VWO Testing – Sever Side, we are constantly adding more features that help you make decisions better.

To enhance server-side campaign reports even further, we’re super stoked to announce our latest enhancements that help you:

1. Maintain campaign integrity: Protect your server-side campaign reports by blocking traffic from bot user agents and malicious IP addresses. 

2. Uncover deeper insights: Filter campaign reports by user location, device, OS, and browser type for sharper, segment-specific analysis.

Block traffic from malicious IPs and bot user agents.
VWO gives you clean campaign reports with additional report filters

Let’s explore how these improvements benefit you and understand how VWO makes them possible.

1. Block bot traffic and users from malicious IPs to keep your campaign reports clean

The integrity of campaign reports is paramount in decision-making. The accuracy of your analytical insights diminishes when campaign reports get polluted by data from bots or users with malicious intent. 

To prevent such data pollution and keep your server-side campaign reports clean, you can now block traffic from bot-user agents and malicious IPs from becoming part of your server-side campaigns.

Once you let VWO know the user agent addresses and IPs to block, VWO automatically excludes users from either source from becoming part of your server-side campaigns. 

How does this enhancement help you?

This enhancement significantly improves the quality of your reports by eliminating bot and malicious IP traffic, ensuring the data you receive is clean, accurate, and trustworthy. By focusing analytics solely on legitimate user interactions, VWO empowers you to make more informed decisions, enhancing the efficacy of your optimization campaigns while maintaining an unaffected end-user experience.

How does VWO make this possible?

You can send the visitor user agent in the ‘options’ parameter of the activate(), track(), and isFeatureEnabled() methods in our SDKs. Please note that sending user agent and IP addresses is optional. Your campaigns will still work as usual, but VWO cannot filter by user agents or IP addresses if they are not in the options parameter. You can learn more about API methods in our SDKs from our developer documentation.

User Agent and IP address sent in options
User agent and IP address sent in options

When a bot user agent gets sent in the options parameter of a specific UUID, VWO recognizes it and excludes the bot from becoming part of the campaign reports. VWO’s servers, equipped with a list of known bot user agents, automatically filter out these bots. However, the campaign experience remains unaffected, and only data collection from bots is restricted.

VWO blocks bot traffic with identified list of bot user agents
VWO excludes bot user agents from becoming part of campaign reports

Similarly, when VWO identifies that the IP address within the options parameter is blacklisted, the user is dropped from becoming part of the campaign. An IP or a set of IPs can be blacklisted from the ‘Privacy Center’ tab on the settings of your VWO account. You can also use regular expressions to include a range of IP addresses.

Ip Addresses To Exclude from campaigns
Configure IP Addresses to be excluded from campaigns.

2. Uncover deeper campaign insights with additional report filters 

Unlock detailed insights with additional filters in your campaign reports. Now, you can filter reports by device type, operating system, location, and browser to better understand user behaviors and experiences across different regions, devices, and browsers.

How can you leverage this enhancement?

You can create and save custom segments in the campaign reports section of your server-side campaigns using a mix of device types, browsers, locations, and operating systems. Additionally, you can combine multiple conditions using logical operators (AND, OR) and parentheses to create diverse reporting segments and save them. You can apply these saved segments as filters across all your server-side campaign reports for streamlined segment-specific analysis.

Screenshot 2024 01 31 At 11 32 59 Am
Report segments using device type, browser, and operating system filters.

For example, the screenshot shown above filters server-side campaign reports to show data only from users whose device type was desktop, whose browser was one of Chrome, Firefox, or Safari, and whose operating system was one of Windows or macOS.

How does VWO make this possible?

VWO identifies the browser, device type, and operating system from the user agent sent in the ‘options’ parameter and the user location from the IP address. The identification enables report segmentation based on browser, operating system, device, and location for your server-side campaigns.

Are you excited to try the enhancements?

The enhancements to block traffic from bot user agents, malicious IP addresses, and the option to filter reports based on device type, location, operating system, and browser are now available on VWO Testing – Server Side.

Update your SDK to version 1.58.0 or greater to get the enhancement. You can find the updated SDKs in the following branches:

Java || PHP || Python || .NET || Python  || Node.js

For a detailed, step-by-step overview of enabling these features, you can refer to our knowledge base article.

For any questions or concerns, please feel free to contact support@vwo.com.

The post VWO Testing – Server Side updates: Block traffic from bots and malicious IPs and analyze campaign reports with additional filters appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/clean-campaign-reports-and-additional-report-filters/feed/ 0
Optimize visitor engagement on your pages with VWO’s latest Time Spent On Page and Bounce Rate metrics https://vwo.com/product-updates/time-spent-on-page-and-bounce-rate-metrics/ https://vwo.com/product-updates/time-spent-on-page-and-bounce-rate-metrics/#respond Wed, 24 Jan 2024 15:50:46 +0000 https://vwo.com/product-updates/?p=2522 Keeping visitors hooked to your pages is more difficult than ever in today’s fast-changing digital landscape. Low visitor attention spans compound the problem even further. No doubt, every second a visitor spends on your page counts, and that’s why it is crucial to understand how long users interact with your pages, what engages them, and...

The post Optimize visitor engagement on your pages with VWO’s latest Time Spent On Page and Bounce Rate metrics appeared first on VWO Product Updates.

]]>
Keeping visitors hooked to your pages is more difficult than ever in today’s fast-changing digital landscape. Low visitor attention spans compound the problem even further. No doubt, every second a visitor spends on your page counts, and that’s why it is crucial to understand how long users interact with your pages, what engages them, and why they might bounce away.

That’s exactly why we’re thrilled to announce adding two new powerful metrics – ‘Time spent on page’ and ‘Bounce rate.’

These metrics help you throw light on visitor behavior, empowering you to analytically optimize your website for higher engagement and, consequently, higher conversions.

Let’s take a deeper look at these metrics and how you can leverage them on your optimization campaigns in VWO to boost conversions.

1. Time Spent On Page Metric

What does it do?

The Time Spent On Page Metric measures how long visitors stay on your page. VWO’s ‘page unload’ event powers the calculation. VWO calculates the time spent on a particular page by computing the time difference between page load and page unload event.

VWO uses your campaign page URL by default while setting up the metric. You can also customize it by adding specific page URLs and setting a minimum duration (in seconds). This helps identify visitors who spent a specified minimum amount of time on chosen pages. Once set up, VWO counts only those visitors as conversions, streamlining your focus on engaged audiences. 

Time spent on page metric on VWO
Creating Time Spent On Page Metric on VWO

Different use cases of how this metric can be used

Based on your specific use case, you can customize how these metrics count visitors:
1. Count only unique visitors who satiate the duration conditions by choosing ‘Unique Visitors.’ For example, you can use this configuration to track unique visitors who have at least spent 120 seconds browsing a course catalogue. 

2. Calculate the count of the occurrences where a visitor has satisfied the duration stipulation by choosing ‘Event Totals.’ For example, you can see how many visitors stayed on your website for more than 30 seconds after offering a discount to those who have visited before.

3. Calculate the time spent by visitors across sessions by choosing ‘Value of an event property.’ This configuration helps calculate values such as cumulative time spent by the visitor during all the occurrences in which the visitor satisfies the duration stipulation (SUM), average time spent by the visitor during all the occurrences in which the visitor satisfies the duration stipulation (AVERAGE), and other values such as maximum duration, minimum duration, first value, and last value. For example, you can track the average time spent by visitors who satisfy the minimum duration on your blog pages to measure if the content is interesting.

In this example, VWO calculates the average time visitors spend. 

How can you leverage the Time Spent On Page metric in VWO?

You can configure the metric according to the needs of your optimization campaigns to analytically determine which variations of your pages garner higher engagement and, therefore, resonate better with visitors.

Value of event property is set to sum
The value of the event property is configured to calculate the sum of durations.

For a step-by-step overview of how to use the Time Spent On Page metric, refer to our knowledge base article.

1. Optimize page content through A/B Testing 

To fine-tune your page content, you can utilize “Time Spent On Page” as the primary metric in A/B tests. The duration visitors spend on a page reflects how well your content aligns with their interests. By running A/B tests with the ‘Time Spent On Page’ metric as the primary metric,’ you can empirically determine which types of messages and designs most appeal to your audience.

2. Enhance page engagement through personalization

Implement “Time Spent On Page” to gauge the effectiveness of personalized content in conversion campaigns. Evaluate various personalization strategies, like customizing content for different geographical locations or distinguishing between new and returning visitors, to identify the most effective approach for engaging your audience. This metric is crucial in pinpointing the most effective personalized messaging for engaging your visitors and eventually converting them into customers. 

2. Bounce Rate Metric

What does it do?

VWO’s Bounce Rate metric tracks how many users bounced from your pages after becoming part of your optimization campaigns. VWO’s ‘Bounce’ event powers this calculation. VWO considers a visitor bounced if the visitor neither visits the same page nor proceeds to any other page after becoming part of your campaign.

You can utilize the Bounce Rate metric in your optimization campaigns to identify which versions of your design, content, and user experience effectively reduce instances of users leaving your page without engaging.

For more information on configuring the Bounce Rate metric, refer to our knowledge base article

How can you leverage the Bounce Rate metric in VWO?

1. Use ‘Bounce Rate’ as a Guardrail Metric for A/B Testing 

Incorporate the ‘Bounce Rate’ metric as a crucial guardrail during A/B testing. This metric is a protective barrier, ensuring that your essential business KPIs remain unaffected while conducting experiments. Specifically, it’s useful for monitoring bounce rates when modifying web content or design. By monitoring this metric, you can ensure your A/B tests don’t unintentionally raise bounce rates, thereby maintaining high user retention while enhancing your site.

2. Optimize pages with a high bounce rate

Leverage bounce rate as a pivotal metric in your A/B tests, particularly for pages exhibiting high bounce rates. When the bounce rate is part of an experiment as a metric, VWO considers lower bounce rate conversions as better performance. You can systematically reduce bounce rates by targeting such pages with high bounce rates, enhancing your site’s overall user experience and engagement. 

Reports with bounce rate metric showing lower values as better.
Lower conversions are considered better for bounce rate metric 

3. Improving the relevance of content through personalization campaigns

You can utilize VWO’s bounce rate metric to gauge the effectiveness of personalization strategies in your campaigns. You can better tailor your content to suit visitor preferences by leveraging bounce rate metrics in personalization campaigns. This metric also helps reveal if personalization enhances visitor engagement or detracts from it, allowing you to optimize for better conversion rates.

Using Time Spent On Page and Bounce Rate metrics in the same campaigns

To analytically improve visitor engagement on your campaign pages and boost conversion, you can use Time Spent On Page and Bounce Rate metrics in your optimization campaigns. You can implement the time spent on the page as your primary metric to gauge user engagement while employing the bounce rate as a secondary metric to ensure the changes don’t adversely affect user retention. You can also save and reapply these metrics across various campaigns.

Maximize user engagement and maintain low bounce rates by utilizing VWO’s latest metrics to assess the effectiveness of your content variations. These metrics offer a complete overview of your campaign’s performance, enabling you to enhance your digital experience continuously.

Are you excited to try the metrics out?

‘Time Spent On Page’ and ‘Bounce Rate’ metrics are available on Growth, Pro, and Enterprise plans of VWO Data360 enabled VWO Testing – Web, and VWO Personalize accounts. We can’t wait to see how you’ll use these metrics to supercharge your optimization efforts. Log into your VWO account today and explore the power of these new metrics for yourself!

For any questions or concerns, feel free to reach out to support@vwo.com.

The post Optimize visitor engagement on your pages with VWO’s latest Time Spent On Page and Bounce Rate metrics appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/time-spent-on-page-and-bounce-rate-metrics/feed/ 0
Understand key moments in mobile app user journeys with custom events filter https://vwo.com/product-updates/custom-events-filter-in-vwo-insights-mobile-app/ https://vwo.com/product-updates/custom-events-filter-in-vwo-insights-mobile-app/#respond Fri, 05 Jan 2024 13:25:09 +0000 https://vwo.com/product-updates/?p=2501 The user takes countless actions while using your mobile app, and to ensure you can understand each one of them quickly, we are excited to launch Custom Events Filter in VWO Insights – Mobile App. VWO Insights – Mobile App already equips you with a robust collection of pre-set session recording filters, allowing you to...

The post Understand key moments in mobile app user journeys with custom events filter appeared first on VWO Product Updates.

]]>
The user takes countless actions while using your mobile app, and to ensure you can understand each one of them quickly, we are excited to launch Custom Events Filter in VWO Insights – Mobile App.

VWO Insights – Mobile App already equips you with a robust collection of pre-set session recording filters, allowing you to watch user sessions by standard events—like the moments leading up to a crash, a freeze, or visits to specific screens.

The new update allows you to extend the capabilities of standard events and deep dive into user behavior preceding any significant conversion step. Whether it’s a customer placing an item in their shopping cart, finishing a tutorial, registering an account, or navigating through the initial app setup, the scenarios are boundless.

Send any user’s action to VWO as a custom event. Use it as a filter to see relevant session recordings to analyze and understand user behavior, struggle, or drop-off. 

How to filter using custom events in VWO

Let’s explore how this latest update can be a game-changer for you by examining a few popular use cases.

Identify opportunities to make your features sticky

Imagine you have a shopping app with a catalog of thousands of products. 

To streamline product discovery, you introduce a new search filter feature to help users discover products faster. But the crucial part is knowing how users react to this new feature—how do they use it or ignore it – to judge if it helps solve the problem in the first place.

To analyze this feature’s user interaction behavior, all you need to do is create a custom event for these “search filter clicks” within VWO. 

This will allow you to watch recordings where users clicked the search filter so that you can gather insights around feature adoption and further UX improvements.

Filter Scroll 1
Session recording of the user clicking on the search filter

Suppose you discover that the price filter option, although important, is not prominently placed. Users have to scroll to find it, leading to underutilization. Such insights could prompt a strategic redesign, perhaps elevating the filter to a more accessible position in the app’s interface.

Demystify purchase journeys

Take the path a user follows in your shopping app: they explore, pick selections, and place items in their carts. Yet, there are moments when they exit without buying or show specific behavior during the purchase journey. The Custom Events Filter lets you zero in on these moments. 

Rage Tap 1
Session recording of a struggle before purchase

For example, you may want to filter sessions by users who at least added a product to the cart. Add this “Add to Cart” action as a custom event in VWO, and you are good to go (Learn how to filter custom events in VWO). With this newly created event filter, you can uncover insights about the purchase behavior of users who show interest in atleast one of the products.

Using custom events, you can filter and analyze users’ session recordings to get the clues required to optimize the journey from cart to purchase and turn near-misses into sales.

Optimize onboarding to retain users

Every product manager knows that a smooth onboarding process is crucial—it’s the first real interaction users have with your app, and it sets the stage for retention or churn. But what if you could pinpoint exactly where users disengage during onboarding?

Consider an app filled with mini-games where the onboarding includes a 3-step process designed to tailor the user’s experience. You ask questions to ensure they find games that will catch their interest.

With VWO, you can mark each onboarding step as a custom event, which lets you analyze where users drop off during the onboarding journey. For example, while reviewing the session recordings, you notice a pattern: many users drop out when prompted for their date of birth. They participate willingly until personal information is requested.

Mobile App Insights Custom Filters 1
User dropping off during onboarding of a mobile game

By removing this step, you can test whether it positively affects the completion rate of your onboarding process, decreasing user drop-off and boosting engagement.

Conclusion

Custom Event Filters in VWO Insights for Mobile Apps are your shortcut to insight, slicing through hundreds of sessions to highlight the moments that matter most. Set your filters, and let the most relevant user experiences come to you.

This feature is already live for our free trial and enterprise-paid plan users. If it still needs to be activated in your account, just drop a line to support@vwo.com, and we’ll enable it for you in no time. Read our help article to get started with setup.

If you are new to the VWO family, we invite you to experience the power of VWO Insights for Mobile App with our 30-day fully featured free trial and try this feature.

Here’s to less time searching and more time discovering. Cheers to your continued growth with VWO!

The post Understand key moments in mobile app user journeys with custom events filter appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/custom-events-filter-in-vwo-insights-mobile-app/feed/ 0
Get personalized optimization ideas for your website using AI on VWO https://vwo.com/product-updates/get-personalized-optimization-ideas-for-your-website-using-ai-on-vwo/ https://vwo.com/product-updates/get-personalized-optimization-ideas-for-your-website-using-ai-on-vwo/#respond Mon, 27 Nov 2023 11:41:07 +0000 https://vwo.com/product-updates/?p=2449 Generative Artificial intelligence (AI) is bringing innovation at a never-before pace to our doorstep. We at VWO work incessantly to keep our products at the forefront of innovation. To help our users start testing and run a continuous optimization program on their websites to reach their goals, we bring the power of Generative AI to...

The post Get personalized optimization ideas for your website using AI on VWO appeared first on VWO Product Updates.

]]>
Generative Artificial intelligence (AI) is bringing innovation at a never-before pace to our doorstep. We at VWO work incessantly to keep our products at the forefront of innovation. To help our users start testing and run a continuous optimization program on their websites to reach their goals, we bring the power of Generative AI to our web testing product as an early access enhancement.

We’re thrilled to announce AI-generated testing ideas. AI on VWO helps you generate personalized testing ideas exclusive to your website that you can review and add to your hypothesis backlog on our client-side testing product, VWO Testing – Web. With this enhancement, you always have a surplus of highly relevant ways to optimize your website and maximize conversions. The feature will help CRO managers, business product managers, e-commerce managers, and top optimization experts to build a pipeline of accurate, contextual A/B testing ideas for their websites based on their specific KPIs and goals. 

Why you’ll love this enhancement?

Generative AI on VWO can help you in two ways:

  1. Generating an umbrella of testing ideas for a webpage
  2. Generating testing ideas to optimize specific goals

Let’s dive deeper to understand this with an example.

1. Generating an umbrella of testing ideas for a webpage

Let’s say you run an e-commerce website like the one shown below, and you are looking for optimization ideas that can help you improve conversions on the home page. 

Sample ecommerce website
Sample image of an e-commerce website

To get started, all you have to do is enter your webpage’s URL and wait for AI to do the magic. You can also leverage the generative AI engine from within VWO to get optimization ideas for multiple domains and individual web pages under each web domain. The feature organizes the list of pages by domain so you can navigate them easily whenever needed.

Idea generation URLs sorted by domain
Drop-down sorted by domain

By default, the AI provides A/B testing ideas specific to the selected web page. Since we entered only the page URL (without any particular goal), the AI generates optimization ideas for various areas of improvement on the page. 

Idea generation on VWO using AI

You can browse the list of ideas and open the one you like to look at in more detail –  the hypothesis, the actionable, and the scientific principle that forms the basis for the idea. If you find an idea you would like to implement as a VWO test, you can add the idea as a hypothesis to your VWO Plan’s idea backlog. There is no restriction on the number of ideas you can add as a hypothesis, so you can build your whole testing pipeline using this feature.

To help us improve the feature, you can also ‘like’ or ‘dislike’ an idea and share the reason with VWO’s team so that the AI recommendation model keeps evolving to serve you better ideas. You can ‘star’ all the ideas you think are important to revisit later. On the other hand, if you think an idea is irrelevant or inaccurate, you can delete it from the list!

Adding ideas as hypothesis, liking and disliking ideas, starring and deleting ideas on VWO

2. Generating testing ideas to optimize specific goals on a webpage

While an umbrella of ideas is good, you may want more specific optimization ideas. Let’s say you want to increase clicks on a product listing page’s ‘Add to Cart’ button. The AI analyzes your page and, along with ideas, also gives you relevant goal suggestions that help you optimize the page’s elements, such as the header text content, CTA buttons, social proof, and more. To get optimization ideas for a particular goal, you can select one of the ‘goal suggestions’ given by VWO for your page or use the input text box to ask the AI for specific ideas. Once you type and select the goal, VWO gives you optimization ideas for the entered goal relevant to the chosen web page.

Generating ideas for a specific goal on en e-commerce website

Idea generation examples from other industries

Generating ideas for a SaaS website

Idea generation for a gaming website

The secret sauce behind the enhancement

For those who like to know the tech behind the magic, VWO harnesses the capabilities of the latest AI models from OpenAI and Google and couples it with refined, contextual prompts to give you accurate and personalized testing ideas.

Giving the right prompts to the AI is crucial to maximize this feature. Your prompts help the AI generate ideas that you can add to your optimization pipeline with a structured approach. You can organize suggestions by adding a priority score to the ideas on VWO’s program management tool, VWO Plan, and collaboratively build a series of tests to build a roadmap.

Excited and wanting to know more?

Are you excited to generate testing ideas with VWO? Idea generation by AI  is currently available in its early access form on  VWO Testing – Web. You can log in to try the feature if you’re a VWO Testing – Web customer. If not, you can sign up for a 30-day free trial to access VWO. 

Need assistance or have questions? Reach out to our dedicated support team at support@vwo.com.

Moreover, VWO will soon be able to generate personalization ideas based on your webpage and goals. Stay tuned for that!

The post Get personalized optimization ideas for your website using AI on VWO appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/get-personalized-optimization-ideas-for-your-website-using-ai-on-vwo/feed/ 0
Introducing Insights Dashboard – Actionable qualitative insights at your fingertips https://vwo.com/product-updates/introducing-vwo-web-insights-dashboard/ https://vwo.com/product-updates/introducing-vwo-web-insights-dashboard/#respond Mon, 20 Nov 2023 12:38:20 +0000 https://vwo.com/product-updates/?p=2419 In today’s digital ecosystem, a superior visitor experience on your website isn’t just expected; it’s demanded. Traditional analytics platforms excel in quantifying user actions—capturing the ‘what’—but fail to unravel the ‘why’ behind these behaviors. This is where VWO Insights bridges the gap, empowering you with session recordings, heatmaps, and more to dive deeper into user...

The post Introducing Insights Dashboard – Actionable qualitative insights at your fingertips appeared first on VWO Product Updates.

]]>
In today’s digital ecosystem, a superior visitor experience on your website isn’t just expected; it’s demanded. Traditional analytics platforms excel in quantifying user actions—capturing the ‘what’—but fail to unravel the ‘why’ behind these behaviors. This is where VWO Insights bridges the gap, empowering you with session recordings, heatmaps, and more to dive deeper into user interactions.

However, the challenge persists: navigating through the vast seas of data to uncover actionable insights remains an overwhelming task.

This is where our latest innovation, the “Insights Dashboard” within VWO Insights – Web, comes into play.

Overview of the Insights Dashboard

How can our Insights dashboard empower you

The dashboard elevates your user experience strategy, guiding you to extract deep, actionable insights and observations from a large array of user behavior data. How? With neatly organized widgets, the dashboard proactively surfaces visitor experience across various pages and segments with quick links to take action. Let’s see what the dashboard entails.

1. Experience overview and friction trend: ‘Rage clicks’ and ‘dead clicks’ reveal much about a website’s UX—frustration and confusion, respectively. These metrics feed into a ‘friction score,’ representing user struggle. Conversely, the ‘experience score’ mirrors user satisfaction—a higher score equals a smoother journey.

Leveraging the Experience Score, you can:

  • Spot UX issues: Low scores highlight problem areas needing immediate attention.
  • Gauge impact of new updates on website: Monitor score changes to assess the impact of site modifications.
  • Make data-driven optimization decisions: Use scores to prioritize UX improvements for maximum ROI.

You can also glimpse real-time experience trends to pinpoint exact moments of friction and connect them to recent web changes. Was it that recent page update? With the trend chart, the answer is always a glance away.

Website visitor experience trends over a given time frame

2. Locate and solve page-level issues: Instantly identify pages with lower experience scores. Validate with associated heatmaps and session recordings, or delve into comprehensive page-level analyses such as sessions with the lowest experience score, errors on the page, top elements attracting dead and rage clicks, etc.

Page level experience analysis

3. Analyze dissatisfied user segments: VWO proactively identifies segments that have poor experience scores so you can verify the reason with relevant recordings and heatmaps.

Segment level experience analysis

4. Form & Survey overview: At a glance, view the performance of your website forms and a concise summary of ongoing surveys.

Surveys and forms overview

Here are some scenarios where the Insights dashboard enhances your optimization initiatives

  • Comparing experiences after page optimization: After optimizing several landing pages, a UX manager wants to ensure that these optimizations haven’t negatively impacted the visitor experience. Using the Insights dashboard, they can monitor experience scores post-optimization and juxtapose them with prior scores to ensure that visitor experience aligns with best UX practices. And all this without having to sift through hundreds of session recordings.
  • Boosting product sales through experience enhancement: E-commerce managers are observing declining sales in specific product categories. Using the Insights dashboard, they can assess the experience scores of those particular product pages. By analyzing the experiences of individual pages, they can make informed decisions about layout changes, product placements, or potential promotions.
  • Quarterly holistic review for website improvement: An analytics manager is preparing a quarterly report on website performance. Instead of focusing on traffic metrics, they integrate user experience insights from the Insights dashboard. By including pages with the highest and lowest experience scores, they offer stakeholders a comprehensive understanding of the website’s health and potential focus areas for the upcoming quarter.

Our product teams are relentlessly enhancing the Insights dashboard, fine-tuning the experience score metrics, and pioneering actionable insights. Stay tuned for exciting updates.

Excited and want to know more?

The future of visitor experience analysis is here. The Insights dashboard awaits users of Pro and Enterprise plans of VWO Insights – Web. We are rolling out the Insights dashboard to new accounts this week in a phased manner, followed by existing customers.
Please refer to this knowledgebase article to learn how to use the Insights dashboard. Need assistance or have inquiries? Don’t hesitate to contact us at support@vwo.com. Our dedicated support squad is on standby to assist you.

The post Introducing Insights Dashboard – Actionable qualitative insights at your fingertips appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/introducing-vwo-web-insights-dashboard/feed/ 0
Uncover insights about specific visitors with form analytics & survey filters https://vwo.com/product-updates/filters-for-form-analytics-survey-responses/ https://vwo.com/product-updates/filters-for-form-analytics-survey-responses/#respond Tue, 31 Oct 2023 05:42:36 +0000 https://vwo.com/product-updates/?p=2320 We are thrilled to announce an exciting update in VWO Insights for Web, which is all about making your decisions smarter. Let’s say you are facing high form abandonment rates just before your big sale. And you want to know why? With VWO’s new advanced filtering, you’re not just identifying problems—you’re zoning in on exactly...

The post Uncover insights about specific visitors with form analytics & survey filters appeared first on VWO Product Updates.

]]>
We are thrilled to announce an exciting update in VWO Insights for Web, which is all about making your decisions smarter.

Let’s say you are facing high form abandonment rates just before your big sale. And you want to know why? With VWO’s new advanced filtering, you’re not just identifying problems—you’re zoning in on exactly who’s affected. 

Say your address field is causing drop-offs; our filters let you drill down and discover that primarily mobile device users using the Firefox browser are struggling the most. Just a few clicks, and you would pinpoint the issue.

And it’s not just forms. Let’s talk surveys. Ever overlooked a feature request in survey responses because it seemed insignificant? Think again. 

Geo-filtering may show that this ‘small’ request is a big deal in a specific country. Now you can prioritize features that matter, where they matter.

Bottom line? Whether it’s form analytics or surveys, uncover actionable insights for specific visitor cohorts, all in just a few clicks. Let’s dive deeper.

Discover unlimited filtering capabilities

Advanced filtering allows you to segment your form field analytics and survey responses based on a variety of pre-defined user attributes:

Using standard filters in VWO
  • Source of traffic: Segment users based on whether they arrive from email campaigns, organic searches, social platforms, referrals, or UTM codes. This is key for assessing the performance of individual campaigns and channels.
  • Device & OS: In a multi-device world, get a granular look at how users behave across mobile, tablet, and desktop when engaging with your forms or surveys. Tailor your UX strategy for each device type accordingly.
  • Visitor type: Want to know what fresh visitors think versus your regulars? Curious about how to nudge newbies into completing your lead forms? Use our visitor-type filter to separate the newcomers from the returnees in your analytics.
  • Location and language: Compare how users in India respond to your surveys against those in the UK. Interested in how German speakers interact with your forms? Dive into locale and language data to fine-tune your approach.

Elevate your analysis with custom attributes

Sure, VWO’s pre-set filters deliver a treasure trove of insights. But what if you could go even deeper? With custom attributes, you can. Tailor your analysis to your website’s unique needs by crafting your own filters. Here’s a handy guide to setting up custom attributes in VWO.

Using custom filters in VWO

Check out these examples:

Improve checkout form experience for new customers – Compare the interactions of users who’ve purchased before with those who have yet to purchase any products on your e-commerce website. It could help you gather insights for tweaking and personalizing the checkout form for new users. Just add a custom attribute, “existing customer,” in filters, and you are good to do the analysis.

Gather insights about why users don’t complete courses – Check out the difference in survey responses of visitors who have completed your online course and those who did not. This could suggest ways to improve the experience so that more people complete your courses. Add a custom user attribute, “completed course,” in filters to enable this. 

How different demographics respond to your surveys – By using filters, you can gain insights into the feedback received from various age groups who use your website. For instance, if you wish to compare the survey responses of GenZ and millennials who use your website, you can add “Age” as a custom attribute and filter the data accordingly. 

Save, Reuse, Repeat

Save segments and reuse in VWO

Time is of the essence. That’s why we’ve added the option to save your custom filter setups, just like in our other products. Configure your filters once, and done! Access your personalized insights anytime with just one click.

In conclusion

Whether crafting marketing strategies or refining user experiences, VWO’s Advanced Filtering ensures you have the data you need the way you need it.

If you’re already a VWO customer eager to explore this feature, request support@vwo.com or connect with your CSM to enable it. Note that it is available on Data360 accounts and across all paid plans with various filtering abilities.

For those new to the VWO family, we invite you to experience the power of VWO Insights for Web with our 30-day fully featured free trial and try this feature.

Here’s to insights that drive action. Happy analyzing!

The post Uncover insights about specific visitors with form analytics & survey filters appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/filters-for-form-analytics-survey-responses/feed/ 0
Discover deeper campaign and visitor behavior insights with the new Matomo Integration https://vwo.com/product-updates/vwo-matomo-integration/ https://vwo.com/product-updates/vwo-matomo-integration/#respond Wed, 27 Sep 2023 09:37:20 +0000 https://vwo.com/product-updates/?p=2272 VWO users can now integrate their Matomo account with VWO for comprehensive user insights that will enable in-depth analysis of user behavior, empowering data-driven optimizations for your website.  What is Matomo? Matomo (formerly Piwik) is an open-source web analytics application to track online visits to one or more websites and display reports on these visits...

The post Discover deeper campaign and visitor behavior insights with the new Matomo Integration appeared first on VWO Product Updates.

]]>
VWO users can now integrate their Matomo account with VWO for comprehensive user insights that will enable in-depth analysis of user behavior, empowering data-driven optimizations for your website. 

What is Matomo?

Matomo (formerly Piwik) is an open-source web analytics application to track online visits to one or more websites and display reports on these visits for analysis. Overall, Matomo provides a web analytics solution that places a strong emphasis on data ownership, privacy, and customization. 

Here are a few use cases of how Matomo Integration can be useful to you:

1) A/B Testing Analysis via Goals

By integrating VWO with Matomo, you can analyze the results of your A/B tests in the context of your overall website analytics for different Metrics/Goals. This integration enables you to see how different variations of a page are performing not only in terms of conversions but also in terms of other important metrics (referred to as ‘Goals’ in Matomo)  like Page Visit, bounce rate, time on page, and user engagement. This comprehensive analysis helps you make data-driven decisions about which variations are truly improving user experience and driving desired outcomes.

Tracking VWO page-visits goal on Matomo

2) Funnel Optimization

When you run CRO campaigns using VWO, you can use Matomo to track the entire user journey, from entry to conversion via Funnels. This integration enables you to identify user behavior patterns leading to conversions and areas where users might drop off. By understanding the broader context of your CRO experiments within your website’s analytics, you can refine your strategies to optimize conversion funnels effectively.

Observing funnels in Matomo to track the user journey

3) Segmentation and Personalization

Matomo allows you to create custom segments based on user characteristics and behavior. By integrating VWO data, you can analyze how different segments respond to your variations. For example, you can segregate and analyze users based on their device type, location, Operating system, etc. You can assess whether a new design resonates differently with first-time visitors compared to returning users. This insight can inform your personalization efforts, tailoring content and experiences for specific user groups.

Segment VWO visitors based on Location, Device and other categories

Integrating Matomo with VWO

The video below shows how you can integrate your Matomo account with VWO seamlessly in just a few simple steps. 

Integrating VWO with Matomo

Excited and want to know more?

Our new Matomo integration is available for all plans of VWO Testing, VWO Personalize, and VWO Web Rollouts. Please check out our knowledge base article to learn more and set it up in your VWO account. For any questions or concerns, feel free to reach out to support@vwo.com.

The post Discover deeper campaign and visitor behavior insights with the new Matomo Integration appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/vwo-matomo-integration/feed/ 0
Improved Text Recommendations in VWO: Sharper, more relevant suggestions for your website copy! https://vwo.com/product-updates/improved-copy-recommendations-for-your-web-campaigns/ https://vwo.com/product-updates/improved-copy-recommendations-for-your-web-campaigns/#respond Mon, 11 Sep 2023 11:16:59 +0000 https://vwo.com/product-updates/?p=2235 In the nuanced realm of conversion rate optimization (CRO), every word and phrase plays a pivotal role. While spontaneous inspiration might elude us, VWO’s enhanced Text Recommendation engine is now more reliable than ever to spark your creativity and guide you to craft copy that truly converts. From its debut in 2020, VWO’s text recommendation...

The post Improved Text Recommendations in VWO: Sharper, more relevant suggestions for your website copy! appeared first on VWO Product Updates.

]]>
In the nuanced realm of conversion rate optimization (CRO), every word and phrase plays a pivotal role. While spontaneous inspiration might elude us, VWO’s enhanced Text Recommendation engine is now more reliable than ever to spark your creativity and guide you to craft copy that truly converts.

From its debut in 2020, VWO’s text recommendation feature has been the silent partner to many website conversion optimizers, offering AI-generated alternatives for every text-based element on your site. Today, we’re taking that partnership to new heights, ensuring that your messaging is not just good but exceptional.

Why you’ll love this upgrade:

  1. Refined suggestions: Dive into a richer pool of recommendations, each optimized to suit your content needs better.
  2. Tailored to your brand: Beyond just different, get variations that amplify your brand’s voice and positioning.

Want a sneak peek? Check these out:

Example 1:

Older version of Text Recommendation –

Old text recommendation suggesting copy variations

New and upgraded version of Text Recommendation –

New text recommendation suggesting copy variations

Example 2:

Older version of Text Recommendation –

Old text recommendation suggesting copy variations

New and upgraded version of Text Recommendation –

New text recommendation suggesting copy variations

Notice the refinement? With our enhanced model, you’ll spend less time sifting and more time crafting. The suggestions are finely tuned, streamlining your content adjustments with ease.

What’s behind the enhancement?

For those who like to know the tech behind the magic: we’ve iterated on our text recommendation system, harnessing the capabilities of the GPT-3.5 Turbo model. We also refined the prompts, ensuring contextual and more resonant variations.

Ready to Explore?

This enhanced text recommendation feature is now available across all plans of VWO Testing – Web, VWO Personalize, and VWO Web Rollouts. The possibilities are boundless, and your content is poised to reach new heights.
Need assistance or have questions? Reach out to our dedicated support team at support@vwo.com.

The post Improved Text Recommendations in VWO: Sharper, more relevant suggestions for your website copy! appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/improved-copy-recommendations-for-your-web-campaigns/feed/ 0
Introducing a redesigned experience for creating your Testing campaigns https://vwo.com/product-updates/new-campaign-creation-flow/ https://vwo.com/product-updates/new-campaign-creation-flow/#respond Thu, 07 Sep 2023 11:39:43 +0000 https://vwo.com/product-updates/?p=2215 We’re thrilled to announce a significant transformation in how you create Web testing campaigns in VWO. This redesign is more than just a facelift; it’s informed by real challenges, user feedback, and a forward-looking vision.  Here’s why we changed things up: Firstly, we listened to you, our valued customers. We learned that the one-size-fits-all, step-by-step...

The post Introducing a redesigned experience for creating your Testing campaigns appeared first on VWO Product Updates.

]]>
We’re thrilled to announce a significant transformation in how you create Web testing campaigns in VWO. This redesign is more than just a facelift; it’s informed by real challenges, user feedback, and a forward-looking vision. 

Here’s why we changed things up:

Firstly, we listened to you, our valued customers. We learned that the one-size-fits-all, step-by-step campaign creation didn’t suit everyone. Some of you wanted to jump straight to metrics, while others wanted to kick off with variations. The need for greater flexibility became abundantly clear, prompting us to reimagine the campaign creation flow.

Secondly, as VWO has expanded its offerings, we’ve packed in a myriad of powerful features. However, these features weren’t always easy to find. Our user experience analysis revealed a need for a more intuitive interface to enhance feature discoverability.

Finally, as an industry leader in optimization, we believe in setting the bar high. This update aligns us with modern, industry-standard designs to offer you an even better user experience.

The new design centers on three core pillars:

  1. Ease of campaign creation
  2. Collaboration in campaign creation
  3. Discoverability of features

What’s changed, and how does it benefit you?

1. Flexible campaign creation: Now, you can start configuring the campaign with any element of your campaign, be it a metric, variation, or target audience. Collaborate as a team on different parts of an experiment simultaneously, work with agility to create tests, and, in turn, speed up test setup with our new interface.

New campaign configuration process 

2. Streamlined execution: Launch your campaigns faster with only three mandatory steps. Choose the campaign page, select your metrics, and create variations in any order that suits you. This new approach ensures a quicker and more efficient setup, improving your experimentation & optimizing velocity.

Mandatory Steps
Three mandatory configurations before you start a test campaign

3. Comprehensive pre-launch review: Never worry about manual errors slipping through and affecting your testing program. Review your entire test campaign with a live preview and detailed screenshots of the variations. This thorough overview ensures accuracy and alignment with your campaign objective, so you confidently launch it.

Campaign pre-launch review options

4. Seamless post-launch management: Navigate effortlessly to your campaign report once your campaign is live. Plus, all additional configurations like audience selection, triggers, integrations, scheduling, and privacy options are neatly organized under “More configurations.”

Campaign report and other configurations

5. Enhanced feature discovery: We’ve made essential features like the activity timeline, campaign cloning, report sharing, et al., more prominent and accessible.

Essential features surfaced for faster discovery

Ready to explore? 

The revamped campaign creation flow is now available in VWO Testing – Web. Dive into this fresh experience right away, and remember, you can always switch back if you prefer the previous version.

Need a hand or have a question? Reach out to support@vwo.com. Our friendly support team is here to help.

The post Introducing a redesigned experience for creating your Testing campaigns appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/new-campaign-creation-flow/feed/ 0
Introducing VWO’s AI in Surveys to understand customers’ voice faster https://vwo.com/product-updates/vwo-ai-in-surveys-to-understand-customers-voice-faster/ https://vwo.com/product-updates/vwo-ai-in-surveys-to-understand-customers-voice-faster/#respond Tue, 29 Aug 2023 07:41:57 +0000 https://vwo.com/product-updates/?p=2194 In the forever transforming digital world, it is crucial to understand your customer’s needs and behavior firsthand. Surveys have always been a powerful tool for this purpose and an integral part of the VWO Insights product. With the new Generative AI update to our existing survey capability, we are taking it up a notch. This update...

The post Introducing VWO’s AI in Surveys to understand customers’ voice faster appeared first on VWO Product Updates.

]]>
In the forever transforming digital world, it is crucial to understand your customer’s needs and behavior firsthand. Surveys have always been a powerful tool for this purpose and an integral part of the VWO Insights product.

With the new Generative AI update to our existing survey capability, we are taking it up a notch. This update will assist you in crafting surveys quickly, interpreting their results promptly, and obtaining more insights aligned with your survey goals.

Our latest update offers two game-changing features:

  • AI-powered survey creation
  • AI-generated survey reports

AI-powered survey creation

Craft perfect surveys with AI assistance

Do you struggle to determine which questions you should include in your survey? VWO’s AI can help! 

All you have to do is specify your survey goals, such as gaining insight into customer pain points or receiving product feedback, and the AI will handle the survey creation for you. You can choose from a list of predetermined goals (e.g., support experience evaluation, understand user preferences) or create your own. Then, the AI assistant will generate questions relevant to your specific needs.

For example, if you’re interested in discovering the features your customers want or need improvements on, simply select the “Collect Feature Requests” goal. The AI will create questions to help you discover customer preferences and identify improvement areas.

Survey Ai Questions

Regenerate until you are satisfied

VWO’s AI for surveys has been extensively trained to provide you with the best possible questions. However, there could be cases when you don’t like the questions. In such cases, regenerate questions until you craft the ideal survey.

Regenerate survey questions with AI in VWO Insights

Rewrite your existing questions

Take complete control of the questions in your survey. With just one click, you can efficiently rewrite any question with AI without losing the context of your survey goals. This saves the time you spend brainstorming and researching the best survey language.

Rewrite survey questions with AI in VWO Insights

AI-generated survey reports 

Understand your audience’s pulse quickly

The next important step for you is understanding the survey report and getting customer insights from your survey responses so that you can take action on them. 

VWO’s AI-enhanced survey reports make this task super simple, and it goes beyond manual review to unlock a deeper understanding of your audience. 

Consider an example where you want to understand visitor feedback about your blog’s content. The new reporting features provide insightful survey summaries and actionable suggestions for improvement at the click of a button. Here’s how:

AI Powered Survey Report in VWO Insights

Summary & key insights

Get a comprehensive and concise summary of your survey results. Discover critical takeaways that showcase the most valuable insights, including the feedback comments provided by respondents. All the necessary information is distilled into easy-to-understand points.

Actionable suggestions for improvement

Beyond just presenting data, the AI analyzes the feedback from the survey to suggest specific actions you can take. Whether it’s a tweak in your product or an adjustment in your marketing strategy, these actionable insights provide a clear path to improvement.

Try VWO’s AI-powered surveys today

VWO’s AI-powered features bring new efficiency and insight to your survey creation and reporting process. Try it today and elevate your understanding of your audience. The feature is currently in beta. If you want to try it, please request to enable it by contacting support@vwo.com or informing your customer success manager. If you don’t have a VWO account, sign up for a free trial here and request the feature.

The post Introducing VWO’s AI in Surveys to understand customers’ voice faster appeared first on VWO Product Updates.

]]>
https://vwo.com/product-updates/vwo-ai-in-surveys-to-understand-customers-voice-faster/feed/ 0