Saturday, November 25, 2023
HomeEmail MarketingAMP Emails in Gmail Now Totally Supported by Android and iOS —...

AMP Emails in Gmail Now Totally Supported by Android and iOS — Stripo.electronic mail


Nice information, everybody!

Gmail completed rolling out its help of dynamic emails for iOS. Now AMP emails in Gmail App work completely each on iOS and Android.

As of April 2020, this performance is absolutely out there to all Gmail customers. 

You’ll not should do something to see AMP emails in your inboxes on cell units as dynamic emails are turned on by default for all Gmail customers, together with G-Suite.

A bit tour into the historical past of AMP for Electronic mail

In March 2019, Google rolled out its AMP for electronic mail. And on July 2, it went out there for all Gmail customers, together with G-Suite.

At first, the AMP for Electronic mail know-how was supported by Gmail and Mail.ru on desktop units. 

Yahoo and AOL are planning on supporting AMP quickly.

Initially, AMP was about to render on desktop units solely.

However on November 21, 2019, Gmail began rolling out its help of dynamic emails for iOS and Android. They completed rolling out AMP for Android in December 2019. Nevertheless, this course of for iOS took them longer.

As of April 2020, AMP is absolutely out there to all Gmail customers each on cell and desktop units.

How AMP for electronic mail renders on cell units now

We examined 7 main AMP layouts and shared our suggestions and outcomes with the Gmail crew. You are able to do the identical, btw 😉 Google is now open to feedback.

1. AMP accordion

That is the AMP template we used for our take a look at. You may see its code in our demo editor, plus you need to use it in your assessments.

Accordion lets you make emails concise and prevents prospects from bothersome scrolling as you “disguise” content material into collapsible sections. Clients must click on on a crucial part identify to see its content material. 

Irrespective of if that is our Drag-n-Drop AMP-accordion block, otherwise you embed a customized code that you simply’ve constructed with Google playground, AMP accordion rendered properly each on iOS, and Android.

AMP Emails_Accordion_Non-Expanded Section(1)

(AMP accordion with non-expanded sections. Gmail on Android)

AMP Emails on Mobiles_Accordion_Expanded Section(1)

(AMP accordion with an expanded part. Gmail on Android)

Use template

Issues detected:

None — AMP accordion labored properly on iOS and Android.

2. AMP carousel

This time we used two templates for our assessments:

  1. the one with preview pictures;

  2. the one with out preview pictures.

You may see their codes in our demo editor, plus you need to use these templates in your assessments.

Picture carousel prevents from bothersome scrolling and allows an electronic mail marketer to put a variety of banners in a single display.

AMP_Carousel_Android

(Gmail on Android)

Use template

Issues detected:

None — AMP carousel labored properly on iOS and Android.

3. AMP lightbox impact

The lightbox impact permits zooming in a specific ingredient of the e-mail. We utilized it to pictures.

Our take a look at confirmed that the lightbox impact works fairly properly each on Android, and iOS if the e-mail is SHORT.

AMP_Lightbox_Expanded Photo (1)

(Gmail on Android, lightbox impact, a zoomed-in photograph)

But when you construct a daily promo electronic mail, you’ll face some difficulties with the Lightbox impact.

Issues detected:

The picture upon a click on will get zoomed in someplace in the course of the e-mail lengthwise. The remainder of the display will get black.

LightBox Effect_AMP_Android_Gmail

(I scrolled down to seek out the zoomed-in picture)

How are your prospects imagined to know they should scroll all the way down to see the picture?

Answer:

We suggest that you don’t use this impact as Gmail determined to disable this part.

4. AMP sidebar

The sidebar is a collapsible navigation menu that will get opened on the left of the display.

It saves valuable area in emails, doesn’t annoy recipients as they’ll “shut” it at any time when they need and it navigates your subscribers precisely the place they need.

For our take a look at, we used the sidebar code that Google provides on its AMP for Electronic mail web page. The take a look at confirmed that the sidebar works properly each on Android, and iOS with a slight distinction. You will need to point out that we didn’t apply any types to the sidebar. We simply pasted hyperlinks (however you possibly can apply types in the event you like):

On this OS, the hyperlinks obtained inexperienced.

AMP_SideBar_Expanded

On iOS, the hyperlinks obtained blue.

AMP_Sidebar on iOS

We checked — all these hyperlinks labored. And the sidebar would shut in the event you click on the “shut” button.

Issues detected:

None. The sidebar labored properly throughout iOS and Android. 

5. AMP type

We used the template, added the mock “endpoint” in it with our Mock Server to test if our type actually works and is able to “posting” suggestions to an actual server. It’s also possible to attempt it. 

Varieties assist you to collect suggestions from prospects straight in emails. 

I adore it 🙂

It labored! It labored on iOS and Android. 

We checked — “solutions” had been delivered to our Mock server 🙂

But, we observed a slight distinction, once I gave “5” / rated and left a remark, after which clicked on “Ship Suggestions”:

The shape stated “Thanks in your opinion”, but I used to be nonetheless capable of see the score I might given and my remark.

AMP Form on Gmail

It doesn’t make a lot of a distinction, however on iOS, my suggestions disappeared. But, I might nonetheless see the “Thanks” half.

AMP_Form_Gmail on iOS

Use template

Issues detected:

None. This type labored fairly properly throughout these two OSs which is basically nice 🙂

6. AMP selector

Selector permits your prospects to decide on attire colours, stuffing, and so forth. straight in emails.

This prevents you from the need to incorporate all of your wealthy assortment in a single electronic mail and from inserting quite a few product playing cards in your promo.

It labored properly each on Android and iOS.

Selector on Android_Gmail

(AMP selector on Android)

Use this template

Issues detected:

None.

7. AMP-list

Lists are supposed to assist us present our customers with recent content material — all info will get up to date the second prospects click on on the “View extra” / “View current” button, and so forth.

That is the template we used for our take a look at.

That is how my electronic mail regarded on desktops:

Use this template

Issues detected:

There have been some. Although, basically, it really works properly on cell units and really properly on desktops.

The button was energetic, the content material was up to date upon each click on. However the button was not center-aligned.

AMP_Live List_Android

Identical right here — the content material would get up to date once I clicked on the button. However the button design obtained a bit of bit damaged.

Button on iOS_Gmail

Answer:

Gmail doesn’t acknowledge “enter sort = submit” for buttons.

Here is what we did to our button design:

  • we changed “enter sort” with the “button sort”;
  • added the closing button tag on the finish of the code pattern </button>;
  • eliminated the “worth” half which contained the button label of the e-mail;
  • put the “label button” earlier than the closing tag.

Here is the code we used when designing our button:


<button sort="submit" identify="add-to-cart" fashion="define:none;text-decoration:none;font-family:arial, 'helvetica neue', helvetica, sans-serif;font-size:18px;shade:#FFFFFF;border-style:stable;border-color:#34265f;border-width:12px 40px;show:inline-block;background: none 0% 0% repeat scroll #34265f; border-color: #34265f; border-radius: 30px;font-weight:regular;font-style:regular;line-height:22px;width:auto;text-align:middle;cursor:pointer;" position="button" tabindex="4" on="faucet:AMP.setState({showArticles: '1'})">View precise posts</button>

Now, even on iOS our electronic mail works properly and appears precisely as we needed it to.

iOS_Updated Button_Gmail Live-List

How do you take a look at AMP emails on mobiles?

There are 3 ways to do it: 1) sending them by way of your ESP in case your electronic mail handle is whitelisted with Google, 2) including our electronic mail handle which we use to ship take a look at emails from as a trusted sender to your Gmail account, or 3) sending them from Google Playground (amp@gmail.dev).

Getting whitelisted with Google

In our “ Get Whitelisted with Google to Ship AMP Emails — Our Expertise” weblog publish we give you a step-by-step information on tips on how to get Google’s permission to ship AMP emails.

All the course of is not going to take you lengthy. Moreover, our assessments present that AMP is price all the trouble it takes as its conversion is 5 occasions greater than the conversion of conventional HTML emails. 

Including Stripo as a trusted sender

We already described in one in all our posts how one can add Stripo as a trusted sender to your Gmail account.

It’s required to ship emails to your units from take a look at accounts.

So, tips on how to add Stripo as a trusted sender to your Gmail account:

  • open Gmail on the desktop;

  • go to the settings;

  • in a dropdown menu, choose “Settings”;

Building-AMP-Emails-with-Stripo_Settings-in-Gmail

Building-AMP-Emails_Enabling-Dynamic-Content-for-Gmail

  • click on the “Developer settings” part to have the ability to see AMP emails ;

  • tick the “Permit dynamic emails from amp@gmail.dev” to have the ability to obtain AMP emails from Google Playground as properly;

  • enter our electronic mail handle data@stripo-test.electronic mail ;

Adding Stripo As Trusted Sender

By doing this, you permit us and Google to ship dynamic emails to you.

Sending AMP emails from Google Playground

Google Playground permits constructing, validating and testing AMP emails. It sends take a look at emails from amp@gmail.dev. 

To have the ability to obtain AMP emails from the aforementioned electronic mail handle, it’s essential tick the “At all times permit dynamic emails from amp@gmail.dev ” field.

We described all the mandatory steps within the earlier paragraph.

Necessary: all these electronic mail settings will be performed on desktops solely. They’re instantly utilized to cell units. 

However keep in mind to refresh your Gmail web page on mobiles 😉 Sign off after which log in once more.

Which variations of Android and iOS help AMP 

Android — 5.01, and better.

 iOS —  OS 6, and better.

What different electronic mail purchasers help AMP on mobiles

Mail.ru does help AMP on cell units. Mail.ru states that solely desktop Octavius and cell apps show AMP.

Each the desktop and cell variations of this electronic mail shopper do help AMP.

Phrase of recommendation

Here is only a pleasant reminder. To have the ability to ship AMP content material, it’s essential:

  • get whitelisted with Google;
  • repair all of the bugs if any happens. You will notice them within the Preview mode (in any other case customers will see HTML electronic mail);
  • add the fallback — HTML model — on this electronic mail;
  • guarantee that your ESP/CRM is able to sending AMP emails;
  • AMP emails lose their AMP elements in the event you ahead them.

Ultimate ideas

If the AMP function just isn’t seen for you but, you possibly can be part of the beta channel for testing AMP emails in Gmail on Android and iOS.

As of April 2020, the AMP4Email know-how is absolutely supported by iOS and Android by default.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments