Skip to main content

Taiwan’s Appier raises $80M for AI-based marketing technology

Artificial intelligence continues to be the theme of the moment in enterprise software, and today a company out of Asia that has built a suite of AI-powered marketing and ad tools is announcing a round of funding. Appier, a Taipei-based startup that provides an artificial intelligence engine to brands and retailers to help improve customer engagement, predict purchasing and improve conversions on their sites, has picked up $80 million.

This Series D includes TGVest Capital, HOPU-Arm Innovation Fund (SoftBank owns Arm), Temasek’s Pavilion Capital, Insignia Venture Partners, JAFCO Investment and UMC Capital. The company has raised $162 million to date, with previous investors including Alibaba, Sequoia, SoftBank, and Line. (The company is not disclosing its valuation but says it’s been growing since its Series C and it’s an upround. Appier now has around 1,000 customers.

Marketing technology — the bigger area of software that marketing and advertising people use to help launch, optimize and measure marketing campaigns — sometimes sits under the shadow of adtech, but in reality it’s estimated to be a $121 billion business, and growing as marketers for brands, retailers and others turn to data science to improve how they execute their work and to supplement what has traditionally been a business that operates on human precedents, psychology and hunches.

While the US and UK account for around half of all that spend, that leaves an interesting opening in markets like Asia Pacific: the customer base is still nascent but growing, and the number of startups that are focusing on the region are fewer, meaning less competition for business.

Those open waters became some of the impetus for founding Appier in Asia. Appier’s CEO, Chih-Han Yu, studied computer science and AI in graduate school at Sanford and then Harvard for his PhD, looking at how to use human gait data and machine learning to design better orthotics systems.

In Asia things have been growing so fast that it seemed like an easy entry point to us,” Yu said.

(If it seems like a big leap — no pun intended — to move from orthotics to sales conversions, it’s not an unusual path when you consider that for AI scientists, both are essentially mathematical problems, jumps that other AI startup founders have also made.) Ultimately, Yu decided to move back home to found his company with Winnie Lee (COO) and Joe Su (CTO).

Appier’s initial and core product is a cross-platform advertising engine, CrossX, which covers retargeting and app installations, but also provides deep learning to help publishers and brands discover new audiences for their products. From there, the company has built a series of other services around the concept of better customer information, specifically sourcing and utilising customer data in more intelligent (and, Yu says, anonimised) ways.  This has included making acquisitions — of QGraph and Emotion Intelligence (Emin) to bring in more analytics and functionality into the platform.

Yu said that the funding will be used to expand further in the region, where it is currently live in 12 countries and works with a number of large local brands, and the Asian arm of global brands (those customers include the supermarket chain Carrefour, Audi and Estee Lauder), to improve their marketing work.

“Appier is riding a strong long-term trend for enterprises leveraging data to make smarter decisions,” said DC Cheng, Chairman of TGVest Capital, in a statement. “Thanks to its unique use of AI technology in the digital marketing space, Appier has been a category leader since its inception and has the opportunity to expand into new corporate functions where data-based decisions are made. We share Appier’s ambition and we are excited to be a partner to the company. We are confident that Appier will continue to grow as a sustainable technology company at the forefront of technology innovation.”



from TechCrunch https://ift.tt/34ltQFg

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...