Paypal opted to deviate from industry standards

Assignment Help Operation Management
Reference no: EM132086086

PayPal: Going Global All Languages at a Time

When you’re a global company that keeps expanding into new countries, how do you keep all of your consumer sites updated in the local language—without spending a ton of time and money? PayPal realized five years ago that if it didn’t solve this problem it would hinder the e-commerce payment company’s ability to grow, says Matthew Mongering, the company’s vice president of core technologies; his IT responsibilities include PayPal’s architecture and payment system infrastructure. Today, PayPal has re-architected the software code for its site to allow simultaneous refreshes for 15 locales ranging from France to Poland. In the development community, they call this unusual achievement “polylingual simultaneous shipping” or “SimShip.” “

This is a big problem that’s been around a long time,” says Ron Rogowski, a principal analyst for Forrester Research, who specializes in globalization issues. “For the most part, companies really do a poor job localizing content,” he says, noting that technology solutions in this area aren’t plentiful, and companies also must conquer organizational battles over who controls what content. “Companies would like to manage their translations better,” Rogowski says, “to realize internal and external cost savings. But the real benefit is the potential for revenue growth, the ability to roll into markets quickly.”

That ability today translates into a large portion of PayPal’s bottom line: For PayPal, international business now represents 44 percent of net revenue, which was $582 million for the first quarter of 2008, a 32 percent increase yearover- year. As of late 2007, PayPal handled about $1,806 in payment volume per second; the company’s re-architected code played a key role in this increase. PayPal, now part of online auction giant eBay, had to go global to support customer desire, Mengerink says. People outside of the United States were demanding that eBay let them use PayPal (the primary purchase mechanism on eBay) and that PayPal be presented to them as seamlessly as it had been presented in English, he says. The company had to do more than present a stilted translation of English into, say, French or German, he adds. “

Imagine you’re going into a bank and you want to speak French,” Mengerink says. “The teller can speak French. But that’s not enough. You want to feel you’re in France. You want to see the French flag on the wall. Especially in the banking industry, it was very important to express something that people trust in such a way that it is natural and native for them,” he says. Traditionally, companies solve the localization issue by working with third-party translation companies, whose staffers convert an English-based site into multiple languages, says Mengerink. The problem: “If you can’t send them the smallest amount of text, it gets fantastically expensive,” Mengerink says. “Here at PayPal you have a full site experience, you have to translate it, and we’re an Internet company; we update the site every six weeks. How do you not slow the company down with the process of translation?” PayPal’s decision to custom-develop a solution is unusual and interesting. Few software vendors compete in the translation tools arena. Also, many companies can’t even overcome the organizational hurdles related to translation. “There’s a whole organizational issue that has to be looked at who’s in charge of what,” says Rogowski.

For example, he notes, a consumer electronics company may not even have similar-looking content, never mind identical content, on Web sites in multiple countries. “A lot of times Web content springs up without any plan for centralization,” he says. “Before your company can translate all of its sites efficiently, you may get embroiled in organizational messes,” Rogowski warns, which is why some companies are tackling the problem silo by silo. Not Paypal. Five years ago, Mengerink and a team of localization experts inside of IT began their project to fix the problem in a very centralized way. Often, Mengerink says, companies facing this problem try to cut and paste code, and then translate it into different languages; this can lead to trouble because it’s not simple to keep compressing and unifying the code. “It’s far easier to manipulate text than code, he says.

PayPal decided that it had to re-architect its code to accommodate the language localization issue—purely for reasons of business speed. He says, “If you get the architecture right, you can get into new countries faster.” No commercial tools existed that fit the bill, Mengerink says, so all the development was done in-house with a small IT team; PayPal will not disclose the exact size of the team or the cost metrics. “There’s this notion of a country code and a language code,” Mengerink says. “Your software has to understand two things: What country am I in and what language is being read? This is extremely important because there are countries outside the United States where customers cannot imagine not having multiple languages, Canada, for example. The first thing we said is put both codes everywhere,” Mengerink says. Then his developers had to create a code base with much more flexibility than the original; it had to convince the software, for instance, that strings of information such as e-mail addresses, customer support phone numbers, and time of day would change depending on the country code.

The second key to the project’s success for PayPal: Ghassan Haddad, PayPal’s director of localization, and the development team created a tool that color codes text in the software code base to note newly added strings of text that will need translating. “People just program as if it’s in English, Mengerink says. “At the same time, the software extracts the new pieces.” Then PayPal can send only the new pieces, instead of whole paragraphs, to the translation house. “This can take 5, 10 days depending on the size of the release,” Mengerink says. “Then off we go to the races, releasing simultaneously in all locales.”

So what’s the next challenge for Mengerink and his developer team at PayPal? “We got very good at managing content with engineering,” he says. “Now the question is how we put that content management in the hands of business. They want to change it themselves without an intermediary. The business folks are saying ‘we respect you but pretty please can we do it ourselves?’ That’s a challenge, he says, given that the development toolset will continue to grow.

By the way, PayPal isn’t looking to license the technology it developed. “Our tools are built for PayPal, Mengerink says. “We’re encouraging others to build it for themselves.” Although his team worked primarily in HTML, the programming language is not the important choice, he says. “Think about the methodology. That’s a really critical part. We built custom tools and they literally change every six months. This is a nascent industry. When you start looking at the publishing tools and content tools, most are appropriate for preview and publish,”

he says. That’s a simpler model than what PayPal does, for example, frequently linking new content with new features, he notes. “There was a lot of fear, a lot of people saying, ‘Why aren’t we being industry standard?’ Leverage what you can, but you have to be good at creating your own tools. In the beginning, there was a lot of healthy skepticism, even internally,”

Mengerink says. “Some of your execs and developers will note that their last company tried to do simultaneous shipping and failed,” he says. “Some people in the developer community still don’t think it’s possible,” he adds. “Once it was done, we saw that it’s not just manageable, it’s a core advantage.”

The sooner your company can start working on a Sims- Ship project, the better: “Once you get too big, you can’t afford the interrupt to the cycle,” he notes. “Very early on, you have to create the generic structures for the code,” he says. “Build every next thing correct.” What’s the bottom line for PayPal from Mongering’s team’s work? “Today, we have 15 languages, 17 currencies, 190 markets,” he says. “Our code base has grown a lot. All of the new code is being built using the right structure. You have to build internationalized.” PayPal’s re-architected code base now keeps e-commerce humming as the company continues to expand: PayPal’s net total payment volume for 2007, the total value of transactions, was $47 billion, a gain of 33 percent over the previous year.

To put that in context, PayPal’s net total payment volume for fourth quarter 2007, $14 billion, represented almost 12 percent of U.S. e-commerce, and almost 8 percent of global e-commerce.

Questions :

1. One of the challenges that PayPal faces now that it has managed to overcome the polylingual obstacle is finding the best way to put this functionality in the hands of the business, so that they do not have to go through IT each time. How do you balance this need for responsiveness and flexibility versus its need to keep some degree of control to make sure everything keeps working with everything else? Provide some recommendations to managers who find themselves in this situation.

2. PayPal opted to deviate from industry standards and build its own custom technology that would better suit its needs. When is it a good idea for companies to take this alternative? What issues factor into that decision. Provide a discussion and some examples.

3. Although the new system has been quite successful, PayPal has chosen not to license this technology to others, forgoing a potentially important revenue stream given the lack of good solutions to this problem. Why do you think PayPal chose not to sell this technology? Do you really think this can be made into a strategic advantage over their competitors? How easy would it be for their competitors to imitate this accomplishment?

Reference no: EM132086086

Questions Cloud

Directly linked to organizational strategies : In many corporations, training activities are directly linked to organizational strategies.
How can HR facilitate these relationships : Analyze local and global social relationships and alliances with international stakeholders; how can HR facilitate these relationships?
Prepare an adjusted trial balance : Wells Technical Institute (WTI), a school owned by Tristana Wells, provides training to individuals who pay tuition directly to the school.
What role does the Sarbanes Oxley Act : Explain why this information is important and to who and why. What role does the Sarbanes Oxley Act of 2002 play in the financial statements?
Paypal opted to deviate from industry standards : PayPal opted to deviate from industry standards and build its own custom technology that would better suit its needs.
Is there an underlying theme of the given deductions : This week, we're reviewing some of the most common federal income tax deductions for individuals. Many of them could perhaps be classified as family-based.
Describe the advocacy in which you engaged the term : For some, advocacy might conjure images of speaking at a congressional hearing or soliciting petition signatures at library entrances.
Post a brief description of a current public health disease : Post a brief description of a current public health disease surveillance or health informatics issue about which you might be interested in conducting.
What processes or skills might ana need to improve : Given the high stakes associated with RFPs and FOAs and the detailed paperwork that accompanies them, fund seeking might be an intimidating endeavor.

Reviews

Write a Review

Operation Management Questions & Answers

  Book review - the goal

Operations Management is about a book review. Title of the book is "Goal". This book has been written by Dr. Eliyahu Goldartt. The book has been appreciated by many as one of those books which offers an insight into the operations and strategic capac..

  Operational plan in hospitality enterprise

Operational plan pertaining to a hospitality enterprise is given in detail in the solution. The operational plan is an important plan or preparation which gives guidelines regarding the role and responsibilities of each and every operation at all lev..

  Managing operations and information

Recognise the importance of a strategic approach to the development and deployment of organisational information systems. Demonstrate an understanding of the importance of databases and their integration to the organisation's overall information mana..

  A make-or-buy analysis

An analysis of the holding costs, including the appropriate annual holding cost rate.

  Evolution and contributor of operations management

Briefly explain Evolution and contributor of Operations management.

  Functions and responsibilities of an operations manager

A number of drivers of change have transformed the roles, functions and responsibilities of an operations manager over recent years. These drivers have not only been based on technological innovations but also on the need for organisations to develop..

  Compute the optimal order quantity

Compute the Optimal Order quantity of DVD players. Determine the appropriate reorder point.

  Relationship to operations practice in the organisation

Evaluate problems in operations and identify approaches to overcoming them. Critically evaluate operating plans and identify areas for improvement. Justify, implement and evaluate changes to operations in line with modern approaches.

  A make or buy analysis

Develop a report for Figi Fabricating that will address the question of whether the company should continue to purchase the part from the supplier or begin to produce the part itself.

  Prepare a staffing plan

Prepare a staffing plan showing the change of your unit from medical/surgical staffing to oncology staffing.

  Leadership styles in different organizations

Ccompare the effectiveness of different leadership styles in different organizations

  Risk management tools and models

Be able to understand the concept of risk, roles and responsibilities for risk management and risk management tools and models.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd