Showing posts with label amazon. Show all posts
Showing posts with label amazon. Show all posts

Thursday, July 03, 2014

What Is Amazon SES?

What Is Amazon SES?

Welcome to the Amazon Simple Email Service (Amazon SES) Developer Guide. Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email. You can use Amazon SES to send marketing emails such as special offers, transactional emails such as order confirmations, and other types of correspondence such as newsletters. You only pay for what you use, so you can send as much or as little email as you like. For more service highlights and pricing information, go to the Amazon Simple Email Service Detail Page.

Where does Amazon SES fit in?

When you send an email, you are sending it through some type of outbound email server. That email server might be provided by your Internet service provider (ISP), your company's IT department, or you might have set it up yourself. The email server accepts your email content, formats it to comply with email standards, and then sends the email out over the Internet. The email may pass through other servers until it eventually reaches a receiver (an entity, such as an ISP, that receives the email on behalf of the recipient). The receiver then delivers the email to the recipient. The following diagram illustrates the basic email-sending process.
Email-Sending Process
When you use Amazon SES, Amazon SES becomes your outbound email server. You can also keep your existing email server and configure it to send your outgoing emails through Amazon SES so that you don't have to change any settings in your email clients. The following diagram shows where Amazon SES fits in to the email-sending process.
Where Amazon SES Fits In
A sender can generate the email content in different ways. A sender can create the email by using an email client application, or use a program that automatically generates emails, like an application that sends order confirmations in response to purchase transactions.

Why use Amazon SES?

When you use Amazon SES, you can eliminate the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service. Another important factor in any email-sending effort is deliverability—the percentage of your emails that arrive in your recipients' inboxes. ISPs use filters to detect email messages that appear to be spam (unsolicited, undesired emails) and prevent these messages from being delivered. Even if your email is legitimate, an ISP's spam filter could falsely identify your email as spam, and put it in the recipient's junk folder or block it entirely.
If you are not using Amazon SES, you need to take several steps to reduce the likelihood that your emails will be marked as spam. For example, you need to examine the content of your emails to make sure they don't contain material that is typically flagged as questionable. You need to build trust with ISPs so that the ISPs have high confidence that you are sending high-quality emails, and therefore are less likely to block emails coming from you. You need to ensure that you don't send too many emails too soon because sudden spikes in email-sending volume or rate may cause ISPs to block your emails. Amazon SES takes care of all of these tasks for you to maximize the deliverability of your emails.
Another aspect that you would need to manage yourself is to keep track of bounces (email delivery failures that occur, for example, if an email address does not exist) and complaints (emails that recipients mark as spam, for example, by clicking "Mark as spam" in their email client). To receive complaint feedback, you would need to set up feedback loops with individual ISPs. Amazon SES already has feedback loops set up with certain major ISPs, and automatically forwards the information to you. Amazon SES also forwards bounce notifications to you either by email or through Amazon Simple Notification Service (Amazon SNS) and provides you with real-time access to your delivery metrics—the number of emails you have sent and the number that have bounced or generated complaints—to help guide your email-sending strategy.

How do I send emails using Amazon SES?

There are several ways that you can send an email by using Amazon SES. You can use the Amazon SES console, the Simple Mail Transfer Protocol (SMTP) interface, or you can call the Amazon SES API.
  • Amazon SES console—This method is the quickest way to set up your system and send a couple of test emails, but once you are ready to start your email campaign, you will use the console primarily to monitor your sending activity. For example, you can quickly view the number of emails that you have sent and the number of bounces and complaints that you have received.
  • SMTP Interface—There are two ways to access Amazon SES through the SMTP interface. The first way, which requires no coding, is to configure any SMTP-enabled software to send email through Amazon SES. For example, you can configure your existing email client or software program to connect to the Amazon SES SMTP endpoint instead of your current outbound email server.
    The second way is to use an SMTP-compatible programming language such as Java and access the Amazon SES SMTP interface by using the language's built-in SMTP functions and data types.
  • Amazon SES API—You can call the Amazon SES Query (HTTPS) interface directly, or you can use the AWS Command Line Interface, the AWS Tools for Windows PowerShell, or an AWS Software Development Kit (SDK). The AWS SDKs wrap the low-level functionality of the Amazon SES API with higher-level data types and function calls that take care of the details for you. The AWS SDKs provide not only Amazon SES operations, but also basic AWS functionality such as request authentication, request retries, and error handling. AWS SDKs and resources are available for Android, iOS, Java, .NET, Node.js, PHP, Python, and Ruby.

Amazon SES and other AWS services

Amazon SES integrates seamlessly with other AWS products. For example, you can:
  • Add email capabilities to any application that runs on an Amazon Elastic Compute Cloud (EC2) instance by using the AWS SDKs or the Amazon SES API. If you want to send email through Amazon SES from an Amazon EC2 instance, you can get started with Amazon SES for free.
  • Use AWS Elastic Beanstalk to create an email-enabled application such as a program that uses Amazon SES to send a newsletter to customers.
  • Set up Amazon Simple Notification Service (Amazon SNS) to notify you of your emails that bounced, produced a complaint, or were successfully delivered to the recipient's mail server.
  • Use the AWS Management Console to set up Easy DKIM, which is a way to authenticate your emails. Although you can use Easy DKIM with any DNS provider, it is especially easy to set up when you manage your domain with Amazon Route 53.
  • Control user access to your email sending by using AWS Identity and Access Management (IAM).

How do I start?

If you are a first-time user of Amazon SES, we recommend that you begin by reading the following sections:
Then you can learn about Amazon SES in more detail by reading the sections listed in the following table:
SectionDescription
Setting up Amazon SESShows you how to sign up for AWS, get your AWS access keys, download an AWS SDK, and verify email addresses or domains so that you can start sending emails with Amazon SES.
Using the Amazon SES SMTP Interface to Send EmailShows you how to get your Amazon SES SMTP credentials, connect to the Amazon SES SMTP endpoint, and provides examples of how to configure email clients and software packages to send email through Amazon SES. Also explains how to configure your existing email server to send all outgoing emails through Amazon SES.
Using the Amazon SES API to Send EmailShows you how to send formatted and raw emails by using the Amazon SES API. Explains how to use non-standard characters and send attachments by using the Multipurpose Internet Mail Extensions (MIME) standard when you send raw emails.
Regions and Amazon SESLists the Amazon SES SMTP and API endpoints for the AWS regions in which Amazon SES is available, and contains information you need to know when you use Amazon SES endpoints in multiple regions.
Authenticating Email in Amazon SESShows you how to use Sender Policy Framework (SPF) and DKIM with Amazon SES to show ISPs that you own the account you are sending from and your emails have not been modified in transit.
Monitoring Your Amazon SES Sending ActivityShows you how to view your usage statistics (such as the number of deliveries, bounces, and complaints) and sending limits by using the Amazon SES console or by calling the Amazon SES API. Also shows you how to receive bounce and complaint notifications by email, and how to receive bounce, complaint, and delivery notifications by setting up Amazon SNS notifications.
Managing Your Amazon SES Sending LimitsExplains the two Amazon SES sending limits (sending quota and maximum send rate), how to increase them, and the errors you receive when you try to exceed them.
Improving Deliverability with Amazon SESProvides tips about how to improve the percentage of emails that reach your recipients' inboxes. These include monitoring your sending activity and taking preventative measures to keep your bounce and complaint statistics low.
Controlling User Access to Amazon SESShows you how to use Amazon SES with AWS Identity and Access Management (IAM) to specify which Amazon SES API actions a user can perform on which Amazon SES resources.
Testing Amazon SES Email SendingExplains how to use the Amazon SES mailbox simulator to simulate common email scenarios without affecting your sending statistics such as your bounce and complaint metrics. The scenarios you can test are successful delivery, bounce, complaint, out-of-the-office (OOTO), and address on the suppression list.
Limits in Amazon SESLists limits within Amazon SES.
Troubleshooting Amazon SESExplains common causes of delivery problems and provides descriptions of common Amazon SES exceptions and SMTP response codes.
For more information about Amazon SES terms, see the AWS glossary.

Monday, February 10, 2014

Coca-Cola: del mito de la felicidad y la chispa de la vida a la evasión de impuestos.

Puro Marketing
Diario Digital Líder de Marketing, Publicidad y Social media en Español
Viernes, 07 de Febrero de 2014
Patrocinados
Viernes, 07 de Febrero de 2014
No ha pasado ni siquiera un mes desde aquel polémico artículo titulado "Coca-Cola la marca de la INfelicidad y su primera...
El contenido audiovisual constituye un medio efectivo para obtener información de primera calidad sobre un producto o servicio. Los usuarios no solo...
Cerca del 60% de los planes de desarrollo de negocio no alcanzan sus objetivos y muchos fracasan antes del primer año En estos tiempos, el desarrollo...
Las nuevas generaciones vienen pisando fuerte. Han nacido rodeados de tecnología, y la han adoptado como algo más en su vida diaria. Los...
En su afán por simplificarnos la vida y mejorar hasta lo indecible la experiencia de compra, Amazon ha presentado una nueva característica ...
No podía imaginar que 3 conceptos tan alejados entre sí como las obras del genial escritor Julio Verne, la película “Minority...
Los marketers siguen teniendo problemas para medir el ROI de su estrategia de marketing. Un reto en el que no solo no avanzan, sino que además da la...
Los usuarios somos sociales por naturaleza, y disfrutamos con el reconocimiento de los demás. De ahí el éxito de las redes sociales....
Las redes sociales están implicadas en la mitad de las rupturas sentimentales. Así se desprende de la encuesta realizada en Reino Unido a 1953...
Uno de los grupos hacktivistas más activos últimamente, conocidos como SEA (Syrian Electronic Army), volvió a ser protagonista la pasada...
72% de hombres hablan de running, frente a un reducido grupo de mujeres (29%) fans de este deporte  e.life, empresa especializada en el seguimiento y...

Patrocinados
Millones de imágenes libres de derechos
15 semanas para aprender a gestionar tu marca online. ¡Matrícula abierta!
La importancia del Social Media Strategist
Demuestra que eres un experto en Marketing y GANA hasta 17.500 Euros
Otros titulares
Como cada año, los expertos de Hotwire examinan los conceptos,...
El marketing basado en el envío masivo e impersonal ya es cosa del...
Los consumidores ya están acostumbrados a contratar sus viajes a...
La Mobile Marketing Association Spain (MMA Spain) anuncia hoy los datos de...
Con la llegada del Día de los Enamorados el comercio electrónico...
Estamos presenciando un cambio trascendental en la forma de comunicar y de...
 
Puro Marketing | Diario Digital Líder de Marketing, Publicidad y Social media en Español
 

 
Este mensaje, y cualquier archivo adjunto al mismo, se dirige exclusivamente a su destinatario y puede contener información privilegiada o confidencial. Si no es vd. el destinatario indicado, queda notificado de que la utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.

Saturday, February 01, 2014

6 lessons you can learn from Amazon’s killer email marketing.


Amazon.com is a powerhouse.
Jeff Bezos and the team at Amazon have essentially defined how we shop online over the last 17 years. Here are here are a few facts you might not know about Amazon:
  • Founded 1994 Amazon.com wasn’t profitable until 2001 with a profit of $5 million on revenues of $1 billion.
  • Not only a retail store, now earns over $2 billion per year thanks to it’s cloud computing services known as Amazon Web Services (AWS).
  • Their email marketing provider Amazon SES grew out of their ability to manage many millions of emails per day.
  • The internet virtually didn’t exist back in 1994! Certainly online sales was a new concept. Amazon lead the charge.
Clearly, these guys know what they’re doing.
The internet is scattered with stories of Amazon’s fantastic email marketing. Spend some time purchasing from or simply browsing Amazon.com and it’ll only be a matter of hours before you experience their email marketing for yourself (just check your inbox).
For years Amazon have understood the power of email to drive real revenue and acknowledged that sending single, ‘statis’ emails to all customers is very rarely the best way to maximise your gains.
Here are 6 lessons you can learn from Amazon’s email marketing program to improve your own.

Amazon's Email marketing - What would Jeff do?
1. Track everything your customers do
Track absolutely everything your customers do. When it comes to running an online business, data is power.
Amazon has mastered this. Just take a look at their homepage. Yours will look different but this is a snapshot of mine (and I’m sure it’ll be different tomorrow):
Amazon personalized homepage track data
The homepage is never the same. With sections like ‘New for you’, ‘More items to consider’ and ‘Recommendations for you in video games’ Amazon are constantly tracking what I’ve browsed and what I’ve bought and adjusting their messaging to me.
We can get a further glimpse at just how much data they’re collecting by looking at their ‘Account’ section. It’s one of the most robust account management sections of any eCommerce store I’ve ever seen! You can view all of your orders (physical and digital), leave feedback, manage your card details, update your personal details, setup 1-click, let Amazon know if you’re a student, sign up for Prime, build a watch list or a wish list and even connect Twitter and Facebook.
Amazon.com account screen
Many of these options are powerful data collection tools for Amazon. Why else would they want you to add Twitter and Facebook other than as a means to learn more about you and encourage you to share amongst your friends?
Amazon don’t hide their data collection either. They let you manage your product recommendations yourself, if you want to.
By tracking everything your customers do you can begin to compile email marketing campaigns that really resonate with your customers at an individual level.
This blog post from The Search Guys is a walks through a series of emails send to author Chris after browsing point-and-shoot digital cameras. Although on Amazon.com for just a few minutes after leaving Chris proceeded to get 9 different emails targeting his specific interests over the next few weeks.
Here’s an example of an email Amazon sent Chris:
Email marketing Amazon.com personalization
As you can see they don’t just use their massive store of data on their home page. Every email they sent Chris was personalized in this way. I’m going to use other examples throughout this post as there are some great examples.
Key takeaway: track what your customers do, use this data to determine their interests based on their browsing or purchasing habits and insert dynamic data into your emails based on the products a customer has expressed interest in.
2. Be consistent: email is an extension of your store
Think of email as giving you a chance to bring your store to the customer in their inbox.
I think Amazon nails this. Two things they do really well are:
1. Keeping their email content and templates consistent, not only with each other but with their website itself. Widgets within emails (such as the product recommendation widget below) look and feel just like they would on their website. By keeping their campaign designs and content consistent with their overall store they create a holisitic experience for their customers. This in turn leads to familiarity, which builds trust and trust is always a good thing.
2. Don’t just sent discounts or offers. Your store has a myriad of aspects. Just some of the emails you receive from Amazon regularly include newsletters, cart abandonment reminders, special competitions, requests for reviews, random product recommendations, reminders to sign up for Amazon Prime, etc. In most cases Amazon does not offer discounts – bear this in mind. You generally don’t discount everything in your store, so don’t do so in emails you send out. Consider other tactics, such as those discussed in point five below!
Email marketing Amazon.com email widget
Use series campaigns
Another thing Amazon do well is setting up series of emails.
They’re not afraid to email their customers. Always A/B test your email campaigns for frequency but in general there are opportunities to maxmize your returns if you get the frequency right.
I’ve seen customers achieve 20% conversion on cart abandonment campaigns by adding a second email to the campaign. You should not only send an email a few hours after a customer abandons the cart but another 24 hours after that. This can increase your conversions by 50% or more, just by adding a second email.
As we can see from the example below Amazon doesn’t mind going to town when they think they’re onto a good thing. Each of the emails below is targeted toward DVDs or Electronics Deals.

Email Marketing Drip Campaign Cart Abandonment

Similarly, the campaign I spoke about in point one involved 9 emails after Chris browsed for digital cameras.
Key takeaway: experiment with more frequent, series campaigns. This works in eCommerce, SaaS and many other online businesses. Vary the emails, make the content useful and be prepared to reach a ‘maximum’ that you should back away from!

3. Make life as simple as possible: AKA, Don’t make them think
Making the user experience as simple as possible is an important step in maximizing conversions from your email marketing.
What does this mean? Sweat the details! Take every step in your customers very seriously.
Amazon.com cart without login
This can extend from simply calling the customer by their first name to automatically logging customers in anytime they are required to return to your site. When you visit Amazon.com, no matter which email you receive, which link you click or even if you just visit the site directly, you can always view your shopping cart, add to it, remove from it, etc. without re-authenticating.
This might sound basic but it’s surprising how many stores could benefit from this sort of UX-optimization.
In the case of Amazon, nearly the entire site is accessible without logging in and yet it’s very personalized. They haven’t sacrificed the experience and yet have not put up the roadblock of requiring a password (until they have to).
A single call to action
Amazon’s emails are generally very specific and direct. Take following email which is an example of the sort of email you will regularly receive after making a Kindle purchase. The desired goal is to get you to review a book you’ve purchased and, as you can see, there isn’t much else you can other than click through and review the book!
Email marketing - single call to action (CTA)
After clicking the link you’re taken to another simple page that looks like this:
Amazon.com review books
There is nothing on this page except the ability to rate the book. This is a brilliant example of keeping things simple.
Other, non-eCommerce, UX examples
This thinking needs to become part of your entire product and marketing mantra. Email marketing is a function of an overall effective business and it’s important to bear this in mind.
Take the Amazon Kindle. It comes pre-loaded with your name and login credentials (or doesn’t, if you mark it as a gift). This is brilliant.
This example from Visual Website Optimizer is a great example of sweating the details. If you’re logged in they let you know by marking main call to action as ‘Dashboard’ (on the left, below). If you’re not logged in they make sure they give you the option to sign up for a free trial.
Visual Website Optimizer UX design
Is this a massive change? Of course not! But it is the perfect example of ‘Don’t make me think‘. Don’t give me the option to sign up or login if I’m already logged in.
Another little example I saw this week related to email is from the folks over at GrowHack. They suggest ‘hacking’ the email double opt-in process providing cusotmers a direct link that will search their Gmail account for the exact confirmation email you have sent them. This is a brilliant little hack for Gmail users and is a great example of the sort of thinking you need to apply to all aspects of your product and email marketing campaigns.
GrowHack.com Gmail deep link to your to double opt-in
Key takeaway: Keep it simple, stupid. Take away as many obstacles as you can when sending emails to your customer. Make their experience rewarding whilst removing the hard work. This takes a long time to get right but it’s best to start now.
4. Retain, retain, retain with clever unsubscribe options
Unsubscriptions are a part of email marketing campaigns. Ultimately you want uninterested customers to unsubscribe. It does you no good to be emailing customers who don’t want to receive your messaging so you should always make unsubscribing easy.
Amazon sends a variety of campaigns from a large number of departments and they attempt to create a win-win experience that makes it easy for customers to unsubscribe from their emails but also increases their chances of retaining customers for emails they are interested in.
When you elect to unsubscribe from an Amazon email they take you to a page that looks something like the following:
Email Marketing Unsubscribe Handling
This page  lets customers unsubscribe from specific emails by default but also gives them the option to unsubscribe completely.
At first you might think that this tactic only benefits Amazon but it can be beneficial. In my own case I have unsubscribed from a number of Amazon’s campaigns but actually don’t mind being prompted to provide a book review from time to time. As such I am more than happy to continue receiving this campaign. This benefits both Amazon and I and is sensible from a business perspective.
By giving your customers options you also open the door to increase retention. Customers unsubscribe for a variety of reasons. It could be the volume of emails you’re sending, specific content or just the channel. Bear these in mind when thinking about your unsubscribe process.
This also reminds me of this great unsubscribe page from AppSumo (probably my favourite). I mentioned this last week when discussing how to build an email remarketing machine (Gangnam Style!)
Email Marketing Unsubscribe Handling
They attempt to get you to follow AppSumo on other channels, such as Twitter and Facebook. This is an excellent way to respect the customers privacy and potentially retain them. Nice job AppSumo!
Key takeaway: Unsubscribes are another opportunity to think about your customer lifecycle, put yourself in your custoemrs’ shoes and try to come up with a win-win solution that helps you retain customers win your ecosystem.
…but don’t forget: always have an unsubscribe from all option somewhere easy. You want to make sure you comply with the laws!
5. Use psychology, but keep it subtle
Urgency
Man, urgency is powerful stuff.
I’ve mentioned before how urgency can be used to increase your customer lifetime value and it’s truly powerful.
Amazon is pretty clever when it comes to understanding their customers and they try all sorts of tactics to get conversions.
These are two of my personal favourites. Take this pre-Christmas email. It’s pretty standard for businesses to mention that you should Order now to receive this by Christmas but Amazon always goes one step further and puts a ridiculously specific time and date on when you can place your last order.
This specificity increases the sense of urgency experienced by customers. It adds to the sense of fear that they’ll miss out.
Email marketing urgency Christmas
Gregory Ciotti over at HelpScout talks about the different ways in which we can get customers to respond. He mentioned a study on urgency, fear and motivation and the importance of providing specific follow-up prompts in order to actually harness the urgency. Amazon do this well here by specifically linking to the products on offer. Always remember to backup your sense of ‘Urgency’ with specific instructions and a clear call to action.
Another example comes from the same chain of emails I talked about in point one, targeting Chris Schwarz and his search for a point-and-shoot digital camera.
In one of their campaigns, Amazon uses the concept of a sweepstake to encourage customers to enter a weekly competition to win a camera.
What is truly great about this campaign is that it clearly isn’t some random co-incidence. The sweepstake has been custom-tailored just for Chris based on his browsing history.
Email marketing behavioral campaign competition Amazon.com
I love this dedication to detail and data.
Thinking outside the box when it comes to the pyschology of a purchase is always an exciting opporutnity to A/B test winning emails.
Personalization
The pyschology of personalization highlights that personalization can certainly increase your conversions.
The example below highlights that even in the smallest of places Amazon take talking with their customers seriously.
Amazon.com email marketing personalization
Selling online has a distinct disadvantage over selling in a ‘bricks and mortar’ store: it’s much more difficult to talk with your customers.
There’s no arguing that customers aren’t naive enough to assume these sorts of marketing emails are ‘personal’ but it’s worth A/B testing using personalizations such as using your customers’ names. Some segments will like it and others will not.
Make personalization a part of your testing strategy. Amazon do and it’s clearly working for them.
Cover your bases
All of the emails shared in this post so far  consider that customers may be looking for something other than what they have previously browsed or purchased. The header included in each of these emails contain a variety of calls to action that appear to differ based on the number of emails previously received, the browsing history and your personal details.
Some emails contain links to specific departments (e.g. MP3 in the example directly above), Deals of the Week, an offer to upgrade to Amazon Prime, gift cards or a link to your personal recommendations page.
Trying to put yourself in the mind of the customer is what will drive maximium conversions.
Having a central call to action is king but don’t miss small opportunities to funnel customers in the right direction.
Remember, you can never segment  your customers enough. Testing your way to understanding which cohorts are likely to take one action over another, such as buy a gift card vs. upgrade to Amazon Prime in Amazon’s case, is a worthy use of your email marketing time.
Key takeaway: consider psychology when crafting your campaigns. Try different approaches outside of the usual ‘here are some products you might like’ to mix things up.
6. Consider the case for mobile
The world is going mobile and Amazon’s is heading there with it.
Many of their email marketing campaigns are optimized for mobile devices. Take this cart abandonment campaign, for example:
Email marketing Amazon.com mobile email example

By optimizing for your customers’ browsing habits you can dramatically increase opens and click-throughs.
This case study from MarketingSherpa talks about MedScape. After launching a mobile-specific template for their five most common emails. This immediately led to a 53% increase in their unique opens.
That’s a really impressive lift, just by considering mobile! It’s important to remember that when developing mobile emails you should also optimize your landing pages to ensure they are mobile-friendly.
Amazon nail this as their entire store is mobile-optimized. It’s clean, simple and, although not as robust, it’s certainly relatively easy to checkout at any time.
Amazon.com email marketing mobile
Key takeaway: consider using templates that are responsive or designing mobile-specific templates where useful. This can dramatically increase your opens, clicks and conversions.
So…next time, think What would Jeff do?
Jeff Bezos has built an inspiring company that is scientific and customer-focused in everything they do. We can all learn so much from the email marketing tactics employed by Amazon when crafting our own campaigns.
The six points above are just some of the great ideas you can extract from their campaigns.
How to get going?
You might wonder how you can get setup with emails like Amazon’s? I’d recommend the following tools are worth investigating:
1. Analytics and tracking: Google Analytics, Woopra and KISSmetrics.
2. Dynamic landing page optimization: Spinnakr.
3. Product recommendation engines: Directed Edge or LiftSuggest.
4. Email marketing: Vero, of course!
If you want to start considering campaigns like this feel free to write me an email or signup for a free trial, I’d love to help!

What other campaigns have you seen from Amazon? How are you implementing similar tactics in your own campaigns? Let me know in the comments!

Monday, April 09, 2012

Finally, a Reason to Read Magazines on a Tablet

Remember Next Issue Media, the “Hulu for Digital Magazines” consortium made up of the biggest names in publishing? It has finally delivered something worth talking about: Call it Netflix for Magazines.
The pitch is simple and intuitive: All the magazines you want, delivered digitally to your tablet, for a flat fee of either $10 or $15 a month.
There are catches, of course, and we’ll get to them in a minute. But the thrust of what NIM and its publishers are trying to do here is heartening, because it shows that they’re willing to experiment, for real.
They’re keeping their core business model — curated bundles of content sponsored primarily by advertising. But they’re making a key concession by not requiring consumers to make a commitment to any particular title and letting them swap out magazines at will.
Not a coincidence: Two years after the iPad launched, consumers have only shown a mild interest in tablet magazines — digital represents just 1 percent of the industry’s circulation. Publishers need to do something.
Now, on to the catches. The good news is that most of these are solvable. The bad news is that there are a few, and for now, they’re big:
  • The digital magazines require an app that will only work on Android tablets running Honeycomb. Next Issue says it will submit a version to Apple soon and hopes to have it available this summer. No word on Amazon’s Kindle Fire or Barnes & Noble’s Nook, which run earlier — and heavily modified — versions of Google’s operating system.
  • You can’t get any magazine you want: Just 32 titles from the four magazine publishers in Next Issue’s joint venture: Hearst, Meredith, Time Inc. and Conde Nast. (News Corp., which also owns this Web site, is a Next Issue backer, but hasn’t put anything it owns into this offering.) That said, the list includes lots of the publishers’ best-known titles: Sports Illustrated, Fortune, the New Yorker, Vanity Fair, Esquire, Elle, Better Homes and Gardens, etc. Next Issue says it will add more “later this year,” and also plans to bring outside publishers into the offering.
  • If you like reading magazines in both print and digital form, this offer won’t work for you. While publishers have recently started bundling print and digital subscriptions for the same price — essentially giving away digital in exchange for full-priced print subscriptions — these deals don’t include any print issues at all.
But for all of that, there’s plenty here to be optimistic about, whether you’re a magazine maker or a magazine reader.
Publishers have struggled to figure out how to take advantage of the iPad and other tablets, and for now they’ve ended up with something that looks and works almost exactly like a paper magazine, with a couple digital bells and whistles.
That’s not a terrible thing — some of the tablet issues work well, and publishers tell me they think they are selling them to new readers, which is a good thing.
But for two years there haven’t been many compelling reasons to pick up a tablet issue instead of a print one. Changing the basic subscription proposition, though? That makes things very interesting.
It’s also very much an experiment, which is the word every publisher I talked to about the launch used in the last couple days. “No one has done this before, and there are lots of practical reasons for that,” says Hearst’s John Loughlin, who oversees the publisher’s tablet efforts.
And publishers still have basic stuff to figure out, like how they’ll get paid for their titles. The rough idea is that they’ll get a share of revenue based on the amount of time consumers spend with their magazines, but they still need to hash out details.
The same goes for conversations about circulation and advertising. Right now, for instance, the magazines you read when you give Next Issue $10 a month (if you want monthly titles — if you want weeklies like the New Yorker, it’s $15 a month) won’t be counted in publishers’ official totals.
But all of that sounds good to me. It sounds like an industry ready to try some stuff and see what works. Just like all the start-ups that insist they want to disrupt it.
“Anybody that tells you that they have the answer, or that their model is the model that would be successful 5 years from now — they’d be suspect,” says Loughlin. “We’re very much in a learning mode.”

Digital Product Marketing: Five More Ways to Promote Web Sales

In a previous article, I provided some of the essentials to promoting a digital product online. If you didn’t take those steps, revisit  Marketing Your Virtual Goods: 5 Essential Practices for Online Content Creators to benefit from low or no-cost methods of getting your product visible. Now that the basics are out of the way, here are 5 more techniques to not only get noticed, but convert prospects to sales.
1.  Samples & Reviews
Find outlets for articles you can write to provide help and advice while stealthily marketing the eBook. You can use article farms like Ezine Articles or Articles Base, but you can also search Technorati for comparable blogs online to your topic that have tons of traffic and accept submitted material from writers. Your submissions may contain text links or an author’s box that links to your eBook landing page(s). You have a couple of strategies here:
  • Submit articles that are no-cost chapters from the eBook. Never give away the whole book, but a great chapter that provides value and tantalizes the reader for more.
  • Write a book review about your book using an author alias, so it isn’t you reviewing your own work in the eyes of the online world. You can find 3rd party evaluators for your book by Google searching or visiting gig-oriented web sites like Fiverr.com.
2.  Purchase Visitors Directly
Using Google Adwords or any other internet ad forum, market your eBook within your permitted daily budget to drive people to your landing page. Facebook Ads, for example, can be very targeted based upon characteristics of the members in their database, segmented by age, region, language and activities. Now your ad is only served up to those who match the requirements, strengthening the odds that any visitors are really potential customer for your eBook and not simply money-wasting curiosity seekers.
3.  Joint Venture Alliances
If you don’t presently have a large email list, it will take a while before you have any reach to make headway with email marketing. That’s OK. Take advantage of business publications (start with the ones you read) that complement your subject to use their large distribution. How?
Contact the publisher or author and provide a commission for the good will of that individual or organization to promote and furnish an ad about your eBook. Learn how big the email list is. You can lease the list too, but may be able to get free access to it using the commission strategy. Don’t be pennywise; give the list operator 50-75 %. It’s a digital book! Your cost of delivery, once written and online, is null.
4.  The Amazon Jungle
Capitalize on the ridiculous amount of traffic that Amazon.com has of folks interested in reading books and sign up as an author. Amazon has a detailed policy for getting your eBooks online and priced on their website, and for this approach you don’t even have to manage the ecommerce. They do. As an Amazon.com affiliate, you can list your eBook alongside any others you are interested in on your website and earn commissions when your eBook is clicked through and purchased.
5.  Affiliate Promotion
Just like the JV example above, offer your book with similar commissions to affiliates who can sell it on their own web pages. Google search “affiliate marketplaces” or simply visit Clickbank, the largest affiliate marketplace for electronically downloadable products, and follow their set-up process to get your eBook listed and accessible for internet marketers, most of whom you will never see. Make the commissions attractive to get affiliates that will get results. To use this strategy like a pro, you’ll wish to produce several static and/or dynamic banner ads in standard sizes that your affiliate partners can retrieve and use on their websites to market your eBook.

Amazon Launches Spanish-Language Kindle Store


Amazon Launches Spanish-Language Kindle Store

Kindle Store in Spanish Good news for Spanish-speaking e-bookworms — Amazon on Thursday launched a new Kindle ebook store just for you.
The store, "eBooks Kindle en Español" was designed for U.S. Spanish-speaking users and currently includes more than 30,000 titles. Among the titles available in the store are Spanish-language bestsellers "El Alquimista" by Paulo Coelho, "Cien años de soledad" by Gabriel García Márquez and "Juegos del Hambre" by Suzanne Collins. Along with the new book store, Spanish-speaking readers now have access to extensive help pages, along with phone and email customer support in Spanish.
"We're excited to introduce Spanish language storefronts on all Kindles, as well as a dedicated store for our Spanish-speaking customers in the U.S.," said Russ Grandinetti, vice president of Kindle Content, said in a statement.
U.S. users can set their Kindle store to Spanish on any Kindle device. To do so, simply change your language to Spanish under Store Language Preference in Manage Your Kindle.
In the new Spanish Kindle store, users will also be able to find exclusive nonfiction work, such as "El Libro de los Manuales," from Brazilian author Paulo Coelho, the best-selling Spanish-language author on Amazon.com. The store also includes books from Nobel Prize winners Gabriel García Márquez, Camilo Jose Cela and Mario Vargas Llosa, popular titles from best-selling authors such as Julia Navarro, Carlos Ruiz Zafón and Isabel Allende and more than a thousand free Spanish titles.
"Humankind needs stories the way it needs oxygen and the impact of ebooks is formidable and is transforming the entire book industry, as well as readers," internationally best-selling author Isabel Allende, said in a statement.
People are increasingly reading ebooks, but printed books still dominate, according to a survey released Wednesday by the Pew Research Center. The survey of 2,986 Americans ages 16 and older, released Wednesday, found that 21 percent of Americans have read an eBook in the past year, up from 17 percent last year.
Moreover, the increasing availability of e-content is causing some people to read more than they had in the past, the survey found. But while nearly 30 percent of American adults currently own an ebook reader, the majority of those who don't have one are not interested in buying one.
Editor's Note: This story was updated to note that the store has 30,000 e-books, not 3,000.
For more from Angela, follow her on Twitter @amoscaritolo.

For the top stories in tech, follow us on Twitter at @PCMag.

Mercado Global...también para una pyme

Pymes & I+D+i. Redes

Un mercado global... también para una pyme

Amazon ofrece a las compañías su Marketplace como plataforma para gestionar pedidos y vender productos

Dos millones de empresas realizan intercambios comerciales con este sistema
A. Simón - Madrid - 02/04/2012 - 07:00
Emprendedores y pymes españolas tienen una salida a sus productos que tal vez no habían contemplado, la de las plataformas web globales ya existentes, que se pueden aprovechar para vender fuera. Imagine una tienda de informática que hasta ahora está pensada para los vecinos cercanos. ¿Por qué no pensar que se pueden vender sus artículos a Alemania?
La compañía estadounidense ofrece ahora estos servicios a las pymes, a través de un mercado virtual llamado Marketplace, dirigido a vendedores externos. Esta compañía estadounidense ofrece en su web productos como el conocido lector Kindle, pero también permite a terceros utilizar su plataforma para vender.
"Nuestro objetivo es ofrecer un servicio muy fácil y así dar un valor a las pymes", asegura François Nuyts, director general de Amazon para España, a través de una conferencia telefónica desde la sede central de Seattle (EE UU). "Queremos ser socios, y cuantas más compañías vendan a través de nosotros, mejor. Por eso es muy importante para nosotros hacerlo bien en estos primeros pasos".
Para las empresas, los pasos a seguir son sencillos. Desde el sitio http://services.amazon.es acceden a una página desde la que contratar el servicio, que por supuesto no es gratis. Para los vendedores ocasionales hay un plan de precios por los que el empresario debe abonar 0,99 euros por artículo vendido. Para los que vayan a usar más a menudo esta plataforma existe una tarifa plana -de "vendedor Pro"- por 39 euros al mes, aconsejado para quienes comercializan más de 40 artículos al mes.
De momento, solo existen unos tipos de negocio concretos para las pymes españolas. Así que si usted vende clavos, tal vez, de momento esta no sea su solución. Las categorías disponibles son las de libros, música, videojuegos, DVD, software, VHS, electrónica, ordenadores e informática. Todo muy relacionado con el mundo del entretenimiento. Desde la empresa ya se apunta a que se ampliarán estas líneas. De hecho, en las otras webs de Amazon en Europa las posibilidades se extienden a cocina, bricolaje y herramientas, casa y jardín, juguetes y juegos, instrumentos musicales y sonido.
Los vendedores españoles solo pueden llegar a través de Marketplace, de momento, a los consumidores europeos. "Gracias al mercado común es bastante más cómodo para las empresas. La legislación europea hace que sea de un fácil uso", explica Nuyts, de origen francés. "Creo que las empresas españolas van a vender a clientes del país, pero también van a llegar con sencillez a los de fuera. Hay millones de clientes potenciales".
Un concepto de venta es bastante único a nivel global. Solo eBay, donde cualquier persona puede vender todo tipo de productos a nivel global, se le asemeja. Y es un camino que los expertos creen que también recorrerá Facebook, gracias a las múltiples aplicaciones que van a ir apareciendo también enfocadas al comercio electrónico.
Desde Amazon se explica a sus futuros clientes que ya ha unificado sus plataformas europeas, lo que permite gestionar los productos en todas y cada una de las plataformas en España, Reino Unido, Francia, Alemania e Italia desde una sola interfaz.
Para las empresas, lo que facilita es ahorrarse un sistema propio de comercio electrónico "y llegar a millones de consumidores", apunta el directivo. La contra está en saber diferenciarse, que un consumidor esté dispuesto a pagar por su producto, incluidos los gastos de envío.
Amazon promete a cambio una interfaz sencilla, el seller central, una herramienta desde donde gestionar todos los aspectos de las ventas: añadir información sobre un producto, actualizar el inventario, gestionar pedidos y pagos.

Un gigante

Las últimas cuentas anuales de Amazon, las de 2010, indican que la empresa había ganado 24.250 millones de euros en ese ejercicio. La compañía se ha convertido ya en un pequeño gran gigante de internet con escasos años de vida. Nació en 1995 gracias al ingeniero Jeff Bezos, quien ocupa el puesto número 26 de la lista de millonarios de Forbes, con una fortuna estimada en los 13.855 millones de dólares.

Entre los éxitos de la compañía se encuentra el lector digital Kindle, que apareció por primera vez en el mercado en 2007. En este mes de abril se lanza en España como novedad el Kindle Touch.

Un millón de artículos

El servicio de Marketplace para las pymes está disponible desde finales de marzo. La compañía de Seattle no da cifras del mercado español, aunque a nivel global cuenta con 164 millones de usuarios y dos millones de pequeñas empresas venden a través de la plataforma, según François Nuyts.
Los datos ofrecidos por la consultora Nielsen para España destacan que en febrero, más de 2,6 millones de personas acudieron a Amazon (en el mismo periodo del año anterior fueron 1,1 millones). De estos internautas, el 57,1% son hombres, frente al 42,9% de mujeres. Y casi el 60% son mayores de 35 años.
Para el internauta se abre también un mundo de posibilidades de compra desde el hogar. Amazon destaca que en España los clientes tendrán acceso a más de un millón de artículos hasta a los que ahora había ofrecidos gracias a los vendedores externos.
"Amazon está encantado de ofrecer a sus clientes esta gran selección, donde pueden encontrar desde los DVD de Cuéntame cómo pasó hasta el simulador de vuelo X-Plane 10, pasando por baterías para móviles y discos de Adele", afirmaba en la presentación Eric Broussard, vicepresidente de los servicios a los vendedores para Amazon Services Europe. "El principal objetivo de Amazon es ser la compañía más centrada en el cliente del mundo, ser un referente donde los consumidores puedan encontrar y descubrir cualquier cosa que deseen comprar, y en este sentido, los vendedores externos constituyen una parte muy importante de nuestro trabajo", añadía.