Tag Archives: case study

Concepts users spend 70% more time using the app on tablets than on phones

Posted by the Android team

Concepts is a digital illustration app created by TopHatch that helps creative thinkers bring their visions to life. The app uses an infinitely-large canvas format, so its users can sketch, plan, and edit all of their big ideas without limitation, while its vector-based ink provides the precision needed to refine and reorganize their ideas as they go.

For Concepts, having more on-screen real estate means more comfort, more creative space, and a better user experience overall. That’s why the app was specifically designed with large screens in mind. Concepts’ designers and engineers are always exploring new ways to expand the app’s large screen capabilities on Android. Thanks to Android’s suite of developer tools and resources, that’s easier than ever.

Evaluating an expanding market of devices

Large screens are the fastest growing segment of Android users, with more than 270 million users on tablets, foldables, and ChromeOS devices. It’s no surprise then that Concepts, an app that benefits users by providing them with more screen space, was attracted to the format. The Concepts team was also excited about innovation with foldables because having the large screen experience with greater portability gives users more opportunities to use the app in the ways that are best for them.

The team at Concepts spends a lot of time evaluating new large screen technologies and experiences, trying to find what hardware or software features might benefit the app the most. The team imagines and storyboards several scenarios, shares the best ones with a close-knit beta group, and quickly builds prototypes to determine whether these updates improve the UX for its larger user base.

For instance, Concepts’ designers recently tested the Samsung Galaxy Fold and found that users benefited from having more screen space when the device was folded. With help from the Jetpack WindowManager library, Concepts’ developers implemented a feature to automatically collapse the UI when the Galaxy’s large screen was folded, allowing for more on-screen space than if the UI were expanded.

Foldable UI

Concepts’ first release for Android was optimized for ChromeOS and, because of this, supporting resizable windows was important to their user experience from the very beginning. Initially, they needed to use a physical device to test for various screen sizes. Now, the Concepts team can use Android’s resizeable emulator, which makes testing for different screen sizes much easier.

Android’s APIs and toolkit carry the workload

The developers’ goal with Concepts is to make the illustration experience feel as natural as putting pen to paper. For the Concepts team, this meant achieving as close to zero lag as possible between the stylus tip and the lines drawn on the Concepts canvas.

When Concepts’ engineers first created the app, they put a lot of effort into creating low-latency drawing themselves. Now, Android’s graphical APIs eliminate the complexity of creating efficient inking.

“The hardware to support low-latency inking with higher refresh rate screens and more accurate stylus data keeps getting better,” said David Brittain, co-founder and CEO of TopHatch, parent company of Concepts. “Android’s mature set of APIs make it easy.”

Concepts engineers also found that the core Android View APIs take care of most of the workload for supporting tablets and foldables and make heavy use of custom Views and ViewGroups in Concepts. The app’s color wheel, for example, is a custom View drawing to a Canvas, which uses Animators for the reveal animation. View, Canvas, and Animator are all classes from the Android SDK.

“Android’s tools and platform are making it easier to address the variety of screen sizes and input methods, with well-structured APIs for developing and increasing the number of choices for testing. Plus, Kotlin allows us to create concise, readable code,” said David.


Concepts’ users prefer large screens

Tablets and foldables represent the bulk of Concepts’ investments and user base, and the company doesn’t see that changing any time soon. Currently, tablets deliver 50% higher revenue per user than smartphone users. Tablets also account for eight of the top 10 most frequently used devices among Concepts’ users, with the other two being ChromeOS devices.

Additionally, Concepts’ monthly users spend 70% more time engaging with the app on tablets than on traditional smartphones. The application’s rating is also 0.3 stars higher on tablets.

“We’re looking forward to future improvements in platform usability and customization while increasing experimentation with portable form factors. Continued efforts in this area will ensure high user adoption well into the future,” said David.

Start developing for large screens today

Learn how you can reach a growing audience of users by increasing development for large screens and foldables today.

Kakaonavi increased foldable adoption by 24.5% after optimizing its app for large screens

Posted by the Android team

Kakaonavi prides itself on providing fast, accurate routes while offering several other helpful features, including directions to the nearest EV charging stations, car wash order services, navigation data, maintenance reminders, and more. As Korea’s top ranking driving assistant, Kakaonavi wants to make the daily driving experience as easy as possible for its users. Recently, that meant making its services consistent across devices.

With an increasing number of people using large screen and foldable Android devices, Kakaonavi saw a need to evolve its application to optimize the driving experience across all screen shapes and sizes. To do this, the Kakaonavi team focused on establishing a high-quality user experience for large screens by using Android’s latest software features.

Meeting the growing demand for large screens and foldables

Before updating its app, Kakaonavi’s user experience wasn’t tailored for large screens and foldables. The different sizes of devices caused the UI to be displayed improperly on them, which affected the user experience because screen ratio and resolution have a significant impact on usability.

Kakaonavi also recognized that many of its users preferred foldables because they’re easier to position in vehicles, allowing drivers to prop their device on a dashboard or center console. “The reason we decided to focus on foldables is due to the flexible display options provided by them,” said Jaesun Lee, Android developer at Kakaonavi. “Drivers can view the map however they prefer depending on how they fold or unfold the device inside their vehicle.”
ALT TEXTAdditionally, some drivers, including professionals like truck drivers and taxi drivers, use Kakaonavi with three to four other apps simultaneously through Android OS’s split-screen mode. At the time, the Kakaonavi team had only established this type of multi-window supportfor devices with standard resolutions, leading to some of its users experiencing UI issues when trying to run multiple applications at once.

Cohesive experiences across form factors

Developers at Kakaonavi addressed these issues by creating a common UI for large screen and foldable devices. They needed to ensure the UI was consistent whether the device was folded or unfolded, or in portrait or landscape mode. The UI also had to work efficiently while users ran multiple apps on their device’s main display. Because the ability to display map and location information on a larger screen is one of the benefits of these devices, creating consistency across layouts was essential to Kakaonavi’s success.

Using ConstraintLayout, which lets developers create large, complex layouts with a flatter app structure, the Kakaonavi team displayed a uniform, responsive UI regardless of the screen size or ratio. To handle configuration changes that are common on these devices, such as resizing windows or orientation changes, Kakaonavi's developers overrode onConfigurationChanged().

Overriding onConfigurationChanged() ensured the app ran smoothly on all screen sizes and during view mode changes by preventing the system from recreating UI elements triggered by folding and unfolding a device or opening multiple windows. Manually configuring these changes to preserve UI elements, rather than automatically deleting and recreating them, drastically improved the app’s UI performance for these new form factors.

“Since the map and UI state are updated frequently by GPS, we decided that the app would perform better by responding only to changes in screen orientation and screen size with onConfigurationChanged(), rather than restoring the previous state by restarting the Activity,” said Jaesun.

The Kakaonavi team also used multi-resume to enhance the app’s multi-window support for large screens and foldables. Multi-resume lets its users keep multiple applications in an active state while on screen, making multitasking more convenient and reliable.

ALT TEXT

Positive results and expanding opportunities

The number of people using large screen and foldable devices has grown significantly and will continue to grow as more of these devices become available. Currently, there are more than 270 million large screen Android devices in use, including tablets, foldables, and Chrome OS devices.

Kakaonavi has seen this same trend in devices used by its consumers. Since the brand began optimizing its application for large screens in January 2022, its number of monthly active users who use the app on foldables has increased by 24.5%, and the company has received positive feedback from drivers using tablets and foldables as their main source of navigation. As of today, Kakaonavi is optimized for all available tablets and foldables.

The Kakaonavi team is excited by the opportunities these new form factors will bring by giving its users more ways to interact with the app. Looking ahead, the brand plans to further optimize its UI with Jetpack Compose and is already considering how to further tailor its multi-window support to large screens and foldables.

“There will be more devices with various screen sizes and ratios in the future,” said Jaesun. “That’s why we believe it’s important to always provide an optimized UI and meet the needs of consumers’ frequently changing screens.”

Optimize your app for all form factors

Learn how you can optimize your application for large screens and upcoming form factors.

Withings reduces 50% of its data sync code by streamlining health and fitness API integrations with Health Connect

Posted by the Android team

French consumer electronics company Withings hosts one of the largest ecosystems of digital health and wellness products in the world. The company’s products include smart watches, smart scales, blood pressure monitors, and its own health-tracking application. Formerly known as Health Mate, the Withings application gives Withings users an easy way to track all of their health information—like activity, weight, ECG records, and sleep—obtained from Withings devices.

While Withings works to create a central hub for its users to access their health-related data, the number of devices and applications for monitoring health has grown substantially. And as health and fitness data spread across multiple platforms, it can be difficult for users to easily track and analyze this information.

To extend access to additional metrics and give Withings users a chance to use the application with their non-Withings apps and devices, Withings integrated Health Connect, Android’s latest API offering that gives users a simpler way to consolidate and share their health and fitness data across applications.

Health data is more powerful together

Before integrating Health Connect, Withings users had to manually activate which health and fitness apps could sync data to and from the Withings app. Now, thanks to Health Connect, its users can grant permissions to new health and fitness applications and automatically sync their data to the Withings app, letting them find their data in one easy-to-manage place.

“We integrated Health Connect in Withings app to grow our health sphere and offer a more complete experience to our users by supporting a wider range of data,” said Sophie Zecri, a mobile software engineer at Withings. “Health Connect helped us create a richer health-tracking interface and a more efficient overview for users.”

By uniting health data using the Health Connect API, Withings application offers its users a more holistic view of their health and makes it easier to develop a deeper understanding of key health insights with the data they gather.

For instance, Withings’ users can now combine their other workout- or calorie-tracking applications with the Withings app. By doing this, users can more easily track how changes in one area of their health may be affecting another. Additionally, the Withings app can provide greater guidance and more specialized programs to meet each user's unique needs, such as specific dietary recommendations and recipes or more specialized exercise programs.

Withings also wanted the data available through the Withings application to be accessible in its users' other health and fitness apps. Integrating with Health Connect made this possible. “We wanted to extend access to additional metrics, giving our users a chance to use Withings devices with their other applications,” said Sophie.

Ensuring that users felt in control of their data was also a top priority for the Withings team. They saw Health Connect as a powerful tool that’s equally secure for both Withings and its users. With Health Connect, users can easily manage permissions in one place, with granular controls to see which apps are accessing data at any given time. And for Withings, setting up permission checks was as easy as dropping in a simple piece of code provided by Health Connect.

Simplify connectivity between apps with Health Connect

The amount of work required to connect with other third-party health and fitness applications was Withings’ biggest roadblock to giving its users access to additional syncs. All the APIs for every other app, with all their unique code, made integrations complex and expensive for Withings to maintain.

“Connecting with other apps’ APIs was onerous. Any changes had to be repeated for every API, which meant expanding the codebase and increasing the risk of bugs that could impact Withings app’s quality,” said Sophie.

Health Connect lets Withings developers maintain less code while preserving stability and minimizing potential bugs. This translates to a reduced codebase and increased productivity for other projects. By integrating Health Connect with the Withings app, Withings reduced the amount of code related to data sync with third-party applications by 50%.

Headshot of Sophie Zecri, Mobile Software Engineer at Withings, with quote, 'Integrating Health Connect was really rewarding for us. We're thrilled we can enrich the user experience by generating true synergy, letting users  dive deeper into the details of their health aspects.'

Preparing for a future with Health Connect

The Withings team attributes much of its success to the available Android resources for developers looking to integrate Health Connect with their company’s app. Withings developers used the Health Connect UX developer guide to aid the integration, and they used the Health Connect toolbox for testing and to understand how Withings app behaves with other applications that have integrated Health Connect.

The Withings team is excited to support new data types as its product range grows and new biomarker measurements become available. Currently, the company plans to expand its use of Health Connect by adding more data types related to women’s health.

“I would recommend Health Connect to other engineers looking to unite data for its users,” said Sophie. “Health Connect is a powerful, interesting, and easy tool to use.”

Join the many other apps using Health Connect today

Streamline integrations with other health and fitness apps while providing your users with deeper health insights using Health Connect.

Get started by viewing Android’s Introduction to Health Connect. Then, head over to the Health Connect Codelab and learn how you can integrate the Health Connect API today.

Google Home reduces #1 cause of crashes by 33%

The Google Home app helps set up, manage, and control your Google Home, Google Nest, and Chromecast devices—plus thousands of connected home products like lights, cameras, thermostats, and more.

The engineering team behind the Google Home app benefits from using Kotlin and Android Jetpack libraries to boost engineering productivity and developer happiness.

What they did:

The Google Home team decided to incorporate Kotlin into their codebase to make programming more productive and to enable the usage of modern language features like var/val, smart casts, coroutines, and more. As of June 2020, about 30% of the code base is written in Kotlin, and Kotlin development is encouraged for all new features.

The team also adopted Jetpack libraries to improve developer velocity, decrease the need for boilerplate code maintenance, and reduce the necessary amount of code. Jetpack libraries also helped make their code more testable, since there are clearer functional boundaries and APIs.

Results:

"Efficacy and writing less code that does more is the ‘speed’ increase you can achieve with Kotlin.” - Jared Burrows, Software Engineer on Google Home

Switching to Kotlin resulted in a reduction in the amount of required code, compared to the equivalent of existing Java code. One example is the use of data classes and the Parcelize plugin: a class which was 126 hand-written lines in Java can now be represented in just 23 lines in Kotlin—an 80% reduction. Additionally, equality and parcelizing methods can be automatically generated and kept up to date. Many nested loops and filtering checks were also simplified using the functional methods available in Kotlin.

Because Kotlin can make nullability a part of the language, tricky situations can be avoided, like when inconsistent usage of nullability annotations in Java might lead to a missed bug. Since the team started migrating to developing new features with Kotlin, they saw a 33% decrease in NullPointerExceptions. Since this is the most common crash type on Google Play Console, reducing them led to a dramatically improved user experience.

With a large, mature app like Google Home—which has over a million lines of code—it’s helpful to be able to gradually add Jetpack libraries. Incorporating them allowed the team to consolidate and replace custom tailored solutions, sometimes even with a single library. Since Jetpack libraries can help engineers follow best practices and be less verbose (for example, using Room or ConstraintLayout), readability was increased as well. The team considers many of the newer Jetpack libraries ‘must-haves,’ including ViewModel and LiveData, both of which are used extensively in the Google Home codebase.

The Google Home app team found the Jetpack KTX integrations with Kotlin coroutines to be especially helpful. The team is now able to avoid tricky asynchronous programming bugs by associating coroutines with lifecycle-aware components like ViewModel.

Java is a registered trademark of Oracle and/or its affiliates.

Get Started:

Learn more about writing Android apps in Kotlin and using Android Jetpack libraries.

Deliver more relevant experiences with Optimize and AdWords

Search is one of the most important acquisition channels in a marketer’s toolkit. But it’s not enough to just optimize search ads. It’s essential to consider the entire customer journey and keep people engaged once they reach your site. That’s why we introduced an integration between Optimize and AdWords to make it easy for marketers to test and create personalized landing pages.

How Spotify boosted conversions with Optimize and AdWords


Spotify, one of the world’s leading audio streaming services, is just one example of a company that has successfully used the Optimize and AdWords integration to drive more conversions from their search campaigns. Spotify discovered that the most streamed content in Germany was actually audiobooks, not music. So they wanted to show German users that they have a wide selection of audiobooks, and also that the experience of listening to them is even better with a premium subscription. 

Using the AdWords integration with Optimize 360 (the enterprise version of Optimize), Spotify ran an experiment that focused on users in Germany who had searched for "audiobooks" on Google and clicked through on their search ad. Half of these users were shown a custom landing page dedicated to audiobooks, while the other half were shown the standard page. The custom landing page increased Spotify’s premium subscriptions by 24%. 

"Before, it was a fairly slow process to get all these tests done. Now, with Optimize 360, we can have 20 or more tests running at the same time. It’s important that we test a lot, so it doesn’t matter if we fail as long as we keep on testing,” said Joost de Schepper, Spotify’s Head of Conversion Optimization."

Watch Spotify’s video case study to learn more



Driving your own results

Today, we’re announcing three new updates to make it easier for all marketers to realize the benefits that Spotify saw from easily testing and creating more relevant landing pages:

1. Connect Optimize with the new AdWords experience

You can connect Optimize to AdWords in just a few steps. Follow these instructions to get started.

Not using the new AdWords experience yet? Make the switch to gain access to more actionable insights and faster access to new features.

2. Link multiple AdWords accounts at once

For advertisers that have many AdWords accounts under a manager account, individually linking each of those sub-accounts to Optimize can be time consuming.

Now, you can link your manager account directly to Optimize. This will pull in all your AdWords accounts at once, allowing you to immediately connect data from separate campaigns, ad groups, and more. To get started, switch to the new AdWords experience, and then you’ll see an option to link your manager account in your Linked accounts, learn more.

3. Gain more flexibility with your keywords

You can now run a single experiment for multiple keywords, even if they’re across different campaigns and ad groups. For example, test the same landing page for users that search for “chocolate chip cookies” in your “desserts” ad group and for users that search for “iced coffee” in your “beverages” ad group.

With the Optimize and AdWords integration, driving results through A/B testing is fast and simple. Sign-up for an Optimize account at no charge and get started today.

Happy Optimizing!


Test and Build for Mobile with Google Optimize

From buying new shoes to booking weekend getaways, mobile can make life more convenient for consumers — and create big wins for marketers. While 40% of consumers will leave a web page that takes longer than three seconds to load, 89% of people are likely to recommend a brand after a positive brand experience on mobile.1 That's why getting your mobile site in shape is more important than ever.

To create the seamless and responsive mobile site that consumers expect, you need the right tools, like Google Optimize. Optimize makes it easy to test different elements of your site to find the winning combination for the best mobile site possible. Now it’s even easier with our new responsive visual editor – and be sure to read on and learn how two of our clients found mobile success with Optimize 360, our enterprise version.

New! Preview your mobile site on any screen size 


While almost everyone has a mobile device, there are so many variations and screen sizes that it’s hard to take a one-size-fits-all approach to optimizing your mobile site. Now, once you’ve created your test page, you can use the new responsive editor to immediately preview what it looks like on any screen size. Or, if you want to see how it appears on a specific device, like a Nexus 7 or iPad, we’ve added more devices that you can select to preview. Learn more about the visual editor here.


Turn ideas to tests quickly 


The responsive visual editor in Optimize is just one solution to help marketers succeed on mobile. Our enterprise version, Optimize 360, makes it easy to make improvements to mobile sites efficiently and rapidly.

Dutch airline carrier Transavia Airlines turned to Optimize 360 to try out different ideas on its mobile site. In fact, the team runs about 10 A/B tests each month on the site, all without having to spend significant time or effort. And the best part? Time spent on analyzing the success of site tests has fallen by 50%. This allows Transavia to focus more on testing to improve its mobile site. Learn more in the full case study.

The path to mobile excellence starts with the customer journey 


Need some help determining what should test on your mobile site? Google Analytics 360 is a great place to start. You’ll be able to analyze any customer interaction, from search to checkout, to figure out which points of your purchase process need help. Then, once you’ve determined where your site needs work, using Optimize 360 to take action is simple, since it’s natively integrated with Analytics 360.

This is exactly how fashion retailer Mango used Analytics 360 and Optimize 360 to tackle its mobile site: After discovering that mobile visits to its online store had skyrocketed 50% year over year, Mango decided to dig a little deeper. In Analytics 360 Mango discovered that while many consumers browsed product listing pages, few were taking the next step to add products to their shopping cart. To reduce steps to checkout, Mango used Optimize 360 to include an “Add” button to product listing pages. This increased the number of users adding products to their carts by 49%. Find out more in the full case study.

Ready to optimize your own mobile site? 


Start testing new mobile experiences with the responsive visual editor in Optimize. This update is one that can help marketers do more on mobile — because whether it’s changing a button or fine-tuning a homepage with quick A/B tests, we’ve learned that small tweaks can make a big impact.

And, if you haven’t already, sign up for a free Optimize account and give it a try.

1 Google / Purchased: "How Brand Experiences Inspire Consumer Action" April 2017. US Smartphone Owners 18+ = 2010, Brand Experiences = 17,726.

Sigma Sport spins up 28% higher revenue with Google Optimize 360

If you’re a road cyclist or triathlete, chances are you know Sigma Sport. This global retailer sells bikes, clothing, energy bars, anti-chafe balm and everything else you need to power your way through your next big event — or just enjoy your next friendly ride in the country.

Recently Sigma Sport set out to address a vital need: to find more customers with high potential lifetime value. “Growth with high-value customers is key to our success,” says Nik Hill, the company’s Head of Digital. “We knew we needed to change our website experience to better engage these customers.”

To reach its goal, Sigma Sport turned to its agency, the digital conversion specialists Merkle | Periscopix. And together they turned to Google Optimize 360, part of the Google Analytics 360 Suite.

Using Optimize 360, Merkle | Periscopix created an experiment where they replaced Sigma Sport’s homepage carousel with brand-specific images of the site’s three top-performing brands: Castelli, Specialized, and Assos. Then they targeted the experiment to the audiences they had already built in Analytics.

This allowed Merkle | Periscopix to serve personalized experiences to fans of each brand. “We used the Analytics audience targeting feature in Optimize 360 to serve bespoke experiences to subsets of users,” says Shahina Meru, Associate Analytics Lead at Merkle | Periscopix. “We created three distinct Analytics audiences who had earlier bought or interacted with the top three brands, then used these as targeting rules in Optimize 360. Anyone who had looked at or bought a Specialized bike in the past, for instance, now saw Specialized products in their carousel.”


When Sigma Sport tested its new personalized home page, they saw right away that it was a hit with users. The experiment drove a 28% rise in revenue and a 32% increase in e-commerce conversion rate during the experiment. In fact, Sigma Sport saw uplift across the entire customer journey with a 90%+ probability to beat the baseline.

The bottom line: Personalization worked, both for bike-shopping customers and for Sigma Sport. Now Merkle | Periscopix is looking for more ways to enhance user experience with personalization from Analytics and Optimize 360.


MercadoLibre uses unique audience insights from Analytics 360 to raise ad RPMs by 60%

Washing machines and welding masks, comic books and baby strollers: just about everything is for sale on MercadoLibre. It's one of Latin America's biggest e-commerce sites, with 130 million registered users and an average of 4.6 purchases made every second of the day. What better place for an advertiser to reach a huge audience with sure-fire purchase intent?

To help their advertisers improve their programmatic direct campaigns, MercadoLibre used Google Analytics 360, part of the Google Analytics 360 Suite, to turn their first-party data into tailored audience segments.

"We want to help our advertisers do well," says Valeria Vinitski, Advertising Business Unit Director at MercadoLibre. "So we made use of our biggest media asset: our data. With over 150 million users, we have unique insights into the shopper journey. Integrating with DoubleClick for Publishers and Google Analytics 360 helped us create precise audience segments that are perfect for our clients' campaigns."

MercadoLibre started by creating audience segments for popular product lines like cell phones, cameras, and cars, and then made those Analytics 360 segments available to advertisers. Advertisers using DoubleClick Bid Manager could then negotiate the impression volumes they wanted at fixed CPMs for each of their priority segments.

With these Programmatic Guaranteed deals, advertisers are guaranteed reach and precision, as their ads are targeted to well-defined audiences that are more likely to buy their products. Ads can be tailored for each segment, boosting their effectiveness even more.

The results have been a win-win all around. The new campaigns have produced revenue per 1,000 sessions (RPMs) that are 60% higher than standard campaigns. Thanks to this new premium audience strategy, programmatic deals now account for 35% of MercadoLibre’s programmatic revenue.

MercadoLibre’s clients are also seeing great results. Magazine Luiza — one of the largest retailers in Brazil — found during a recent multi-publisher campaign that 23% of all its conversions could be attributed to MercadoLibre, and more than 25% of all revenue generated was from audiences exposed to the targeted Programmatic Guaranteed ads on MercadoLibre. The campaign drove a great deal of new customer acquisition for Magazine Luiza, with 40% of those new customers being first-time visitors.

"If we want to deliver better ad experiences, we need to use all our capabilities, data, and ad formats, no matter the sales channel," says Valeria. "Programmatic deals help us optimize our resources and save time while reaching marketing budgets from main brands that we otherwise wouldn't be able to gain."

Your site may not have 150 million users (yet), but whatever its size, Analytics 360 can help you boost revenues. Curious to learn more? See the full MercadoLibre story.

‘All Killer, No Filler’: The Next Web finds the right message with Google Optimize 360

In a world where consumer behavior can shift on a dime, marketers constantly ask themselves: How can we be more useful to our customers? With all the data businesses collect, the challenge becomes tuning out the noise to focus on insights your team can act on.

Today’s most successful businesses have turned to a new approach: building a culture of growth and optimization. This is where everyone in an organization is using data to test and learn as a means to improve the customer experience every day.

The Next Web, a technology-media company and online publisher, has embraced this testing culture and turned to Google Optimize 360 to help them find just the right message to drive readers to their conference website.

The Next Web Case Study 


The Next Web’s conferences bring tech leaders, entrepreneurs, and marketers together to innovate, share, and look ahead. The first TNW conference was created in 2006 by Patrick de Laive and Boris Veldhuijzen van Zanten, when they couldn’t find the kind of event they needed to showcase their own startup.

That first event drew a respectable 280 attendees, but the founders knew they needed a better way to promote future TNW conferences. That’s when they launched thenextweb.com, a tech news and culture website that today attracts 8 million users a month. The Next Web’s two annual conferences in New York City and Amsterdam now draw over 20,000 attendees.

The Next Web’s marketing team uses promotional messages within articles on thenextweb.com to drive potential attendees to the conference website and sell tickets. To find out which combination of messages works best, they used Google Optimize 360, an integrated part of the Google Analytics 360 Suite.


"We want more people to read content on thenextweb.com as a first step," says Martijn Scheijbeler, who leads the marketing team's efforts. "If we can convince them to become a loyal user, we can try to interest them in different opportunities. In the end, we’d like them to join us at one of our events to experience what The Next Web is really about." 

With one of its conferences coming up, The Next Web's marketing team wanted to compare different headlines and descriptions to see which combination would drive more readers to its conference page. Using Optimize 360, The Next Web team ran a multivariate experiment to discover the combinations that worked best.


For The Next Web, the results were clear: The "All Killer, No Filler" headline with the "This one's different, trust us" description was the winner. During the experiment it performed 26.5% better than the original headline and description, with a 100% probability to beat baseline.

Today The Next Web team tests and optimizes its conference messages day by day. Better messaging means more traffic to The Next Web conference site, and that means more attendees. It also gives the marketing team extra wins like higher awareness and more newsletter signups.

“Optimize 360 and Analytics 360 make testing easy for us,” Martijn says. “They give us much better insights into how many clicks we’re getting for each message. We’re reaching more people who want to come to our conferences, and those better results are going right to our bottom line.”


For more, read the full case study with The Next Web.


Using the Customer Voice to Speed Up Decision Making

Making important business decisions is often a slow process, regardless of industry or company size. In a world where innovation is increasingly important, speed is a necessity. But how does an organization streamline its decision-making process? For many companies, the answer is data. In fact, highly data-driven organizations are three times more likely than others to report significant improvement in decision-making, according to PwC research.1

When looking for meaningful insights to drive innovation and growth, market research is often a go-to data source. The problem many companies face is that market research can feel like a roadblock because it can take months to get the data.

At Lenovo, the leading PC manufacturer worldwide, constantly evolving and improving products is required to remain competitive. “We have to make decisions today for products two years from now,” says Sarah Kennedy, User Experience Researcher at Lenovo. To keep the decision-making process moving, Sarah’s team uses Google Surveys 360 for fast and accurate data. Bringing consumer insights to the table in the early stages of product development helps her team get buy-in from senior stakeholders at a faster pace. “Within seven days, we can get results that would normally take us a month,” says Sarah. 


"We put an emphasis on innovation. Collecting competitive data and industry benchmarks is critical to do this. Surveys 360 helps us get data on the current state of the market. The results are reliable and delivered at the speed we need so our teams can continue developing the best products without delay." 

– Corinna Proctor, ‎Director of User & Design Research, Lenovo 


Google Surveys 360 provides businesses with the data they need quickly, accurately, and affordably. Choose your target audience, write your survey, and get answers in as little as three days. Get started today.

Happy surveying!

1PwC's Global Data and Analytics Survey, Big Decisions™, Base: 1,135 senior executives, Global, May 2016