Gmail promo tabs 2.0: More powerful ways to annotate emails in the Promotions tab

”With the new Gmail Promotions tab, Samsung has the opportunity to begin more meaningful conversations with recipients the moment they open Gmail, creating convenience and an increased visual experience.”
Jake Ade,
Senior Marketing Manager of CRM & Loyalty at Samsung
The same is relevant for all companies that send email newsletters with sales, discounts, and product launch announcements.
Yet, many noticed that this awesome feature was kind of unavailable for a while. How come?
This is because Gmail has been improving its Annotations for the Promotions tab feature. And now, it has been released as more functional and even more helpful.
What are these upgraded email annotations, and how will they work — find out in this post.
Please note that this feature is temporarily restricted for the EU.
In 2019, Gmail released its new option, Annotations for the Promotions tabs.
It allowed brands to show:
Not only did such annotations give the recipients an idea of what was inside the email, but they also grabbed recipients' attention.
As a result, brands saw an increase in OR.
“We’re impressed with the Gmail Promotion tab results. After annotating our email with the Redbox logo and rich images of our movie night experience, we saw dramatic increases in open rates, external clicks, and conversions from Gmail users.”
Ash Eldifrawi, Chief Marketing and Customer Experience Officer at Redbox
Stripo and a few other prominent brands are now running A/B tests to provide you with real numbers showing how beneficial these Annotations for the Promotion tabs are.
Oh, yes. You can now add up to 10 product images to your email annotations.
Important to note:
Your images should have the same aspect ratio. For instance, if you add three cards with different aspect ratios, your carousel won't be displayed. And if you add six cards with two of them having the same aspect ratio, then only these two cards will be displayed in recipients' inboxes.
They will have prices, product names, and unique links that may take users to the respective pages on your website.
How to build a product carousel with prices and product descriptions:
To build such a product carousel on your own, paste this code sample into the <head> section of your email template:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<script type="application/ld+json">
[{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "https://IMAGE_URL_1.jpg",
"headline": "test headline",
"price": 123,
"priceCurrency": "USD",
"discountValue": 24, // this value will be subtracted from the full price
"url": "https://google.com"
},{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "https://IMAGE_URL_2.jpg",
"headline": "test headline",
"price": 123,
"priceCurrency": "USD",
"discountValue": 24, // this value will be subtracted from the full price
"url": "https://google.com"
},{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "https://IMAGE_URL_3.jpg",
"headline": "test headline",
"price": 123,
"priceCurrency": "USD",
"discountValue": 24, // this value will be subtracted from the full price
"url": "https://google.com"
}]
</script>
</head>
Replace the following values for each promotion card:
Please note that upon a click on a product card in the product carousel, users are directed not to your email but to your website.
If you like, you can have 10 product images with 1 deal badge (the discount amount) for all of them. And yes, links are still all unique for each product image.
How to build a simple product carousel:
To build this one on your own, please use the code sample above. Just be sure to omit the values marked as optional.
If you have not manually set email annotations, Gmail will automatically extract product images and information to generate a product carousel.
This one was built automatically.
They use machine learning (ML) that scans your email. If inside your email, it detects any repeat patterns and repetitive elements that ML sees as elements of a product card; then Google automatically generates a product carousel for you.
Please note that product descriptions, prices, etc., will not appear in Automatic extraction.
To better understand what we mean by “repeat patterns,” please have a look at the two emails below:
Example 1:
Email from Comfy
Example 2:
Email from Epicenter
ML detects and extracts the first repeat pattern. Even though there are two of them in this email.
The annotation to this email was featured right at the beginning of the “Automatically generated product cards” section.
No worries, Google still supports this option.
To create a single preview image on your own, just paste this code sample into the <head> section of your email template:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<script type="application/ld+json">
[{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "IMAGE_URL",
"headline": "HEADLINE",
"price": PRICE,
"priceCurrency": "USD",
"discountValue": DISCOUNT_VALUE
"url": "YOURURL"
}]
</script>
</head>
The meaning of the values is explained in the “Product carousel” section.
Replace the following values for each promotion card:
Yes, we can still show the discount amount, promo code, and the sales end date in the annotations.
To create a deal annotation on your own, just paste this code sample into the <head> section of your email template:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<script type="application/ld+json">
[{
"@context": "http://schema.org/",
"@type": "DiscountOffer",
"description": "DESCRIPTION"
"discountCode": "DISCOUNT_CODE",
"availabilityStarts": "START_DATE_TIME",
"availabilityEnds": "END_DATE_TIME"
}]
</script>
</head>
Replace the following values for each promotion card:
Google softened the requirements for images yet added a new one.
Only a 3.9:1 ratio was allowed before.
Email from Pinterest
Most of the common image aspects are allowed now.
A made-up example
Of course, when you try a new thing, you want to know how it performs and if it is worth your time and effort.
Currently, there is only one way to do that — adding a tracking pixel to the image/images in the single image preview or product carousel.
All the links in your product carousels remain untrackable. Yet, the pixel shows how many times the product cards were shown to recipients.
What can you do with this data?
We believe there is a way to measure the conversion of emails with annotations. We are now testing it. And if it proves to be reliable, we will describe this method and will share the results.
As you know, you could generate such annotations with the Stripo annotations builder.
Yet, we have been working on implementing the new version of Gmail’s email annotations for like a month. And in about two-three weeks, we will release the new, upgraded version of the generator so you can build single image previews and product cards with no coding skills.
The Annotations for Promotions tab feature:
We will update the manual on creating Annotations for the Promotions tab, totally no code, in our dedicated guide.
How about we send you a reminder to test Stripo later on your computer?
2 comments