Tuesday, August 23, 2022
HomeEmail MarketingConstructing AMP Questionnaires with Stripo Quick — Stripo.electronic mail

Constructing AMP Questionnaires with Stripo Quick — Stripo.electronic mail


Good day, everybody.

Immediately we begin our tutorial sequence the place we’ll present find out how to construct AMP emails earlier than you write a paragraph of promo textual content.

Quick introduction

As you most likely know, final month we ran our Stripo AMP Quiz sequence. It consisted of three emails, every contained components of gamification. The aim of this marketing campaign was to display some capabilities of AMP know-how to our recipients. 

Consequently, we acquired actually 1000’s of requests, like “How do I construct such emails for my campaigns?”.

That is why we determined to make these tutorials.

Let’s begin with the AMP questionnaire because it was the primary electronic mail from our Quiz sequence…

Watch our quick video or preserve studying the put up to study to construct questionnaires quick.

Learn how to construct AMP questionnaires with Stripo

Usually, to construct this electronic mail ingredient, you would need to deal with AMP code, embed a number of amp-components in your emails, join them to your servers with the assistance of your builders to allow AMP in emails. With us, it is turn out to be a lot simpler…

Simply comply with our step-by-step information, and you will design this electronic mail to your campaigns by your self.

Step 1. Pulling a prebuilt AMP module in your template

On your comfort, I’ve constructed a ready-to-use “AMP Questionnaire” module. It consists of three questions. Actually, as a base, we used our electronic mail 1 from the sequence, eliminated all of the Stripo id, and our intro. That is it.

So your module may have three sections for questions.

Screen of Entire AMP Module

You pull this module in your template. It’s included within the AMP HTML model by default. 

To drag the module right into a template, please:

  • drag a 1-container template in your electronic mail;
  • go to the “Modules” part;
  • enter the “Pre-built” tab;
  • enter “Questionnaire”;
  • simply drag this module into your template.

Right here, you’ll be able to edit colours; colours for the “Query” phrase and its background, and colours for the fields with solutions.

To take action, click on the “Construction” icon, then open code editor as proven under:

Editing Colors for the Module

Enhancing the “Query phrase” part

It is advisable change current colours with the colours you want by pasting colours’ numbers from our palette.

Editing the Answer Section

To get coloration’s quantity, begin enhancing textual content/designing buttons, and within the coloration palette simply copy the required coloration quantity.

Enhancing the “Solutions” fields design

Within the “Solutions” fields, you present if the reply was appropriate or incorrect.

To search out them in your code, scroll down:

Replacing Colors for Answer Option Section

  • the place “a1” is supposed for the proper reply;
  • “a0” is supposed for an incorrect reply.

Right here you’ll be able to change a background coloration and a border coloration.

By default, when customers give an incorrect reply, the “Reply discipline” will get pink, when customers give an accurate reply — it will get inexperienced.

What about different components, like questions themselves, and pictures, and quite a lot of sections? You edit them in your JSON file.

BTW, this module is already linked with the JSON file. You do not want to alter something in it. We’ll work on the JSON file solely.

Step 2. Engaged on questions/Enhancing a JSON file

Sure, you want a JSON file for creating your Information Supply — the questionnaire itself.

This file will pull info/questions out of your servers into emails.

As your JSON file use the code pattern given under (the one we used for our marketing campaign):


{
  "objects": [
    straɪp-oʊ,
    {
      "id": 2,
      "img": "https://kvlya.stripocdn.electronic mail/content material/guids/CABINET_8cd672fef378e9b5999e0b2fa77c95f6/pictures/83411588071269619.jpeg",
      "query": "What's the hottest electronic mail consumer on the planet?",
      "textual content": "In accordance with research performed by Litmus in April 2020, Gmail is the most well-liked electronic mail consumer. Please discover the detailed outcomes of the research right here.",
      "wrongtext": "Oops. The right reply is “Gmail”. In accordance with research performed by Litmus in April 2020, Gmail is the most well-liked electronic mail consumer. Please discover the detailed outcomes of the examine right here.",
      "c": "2",
      "solutions": [
        {
          "ida": 1,
          "answer": "Outlook"
        },
        {
          "ida": 2,
          "answer": "Gmail"
        },
        {
          "ida": 3,
          "answer": "Apple iPhone"
        },
        {
          "ida": 4,
          "answer": "Apple Mail"
        }
      ]
    },
    {
      "id": 3,
      "img": "https://kvlya.stripocdn.electronic mail/content material/guids/CABINET_8cd672fef378e9b5999e0b2fa77c95f6/pictures/64191588071296283.jpeg",
      "query": "Learn how to replace a header or a footer in 100 emails with Stripo directly?",
      "textual content": "Certainly, with Stripo, you'll be able to replace any variety of emails directly with a couple of clicks through the use of synchronized modules. Discover extra particulars on the function in our article. P.S. You'll be able to at all times electronic mail our help staff. We’re there for you ;)",
      "wrongtext": "Oops. The right reply is “Use synchronized modules”. Certainly, with Stripo, you'll be able to replace any variety of emails directly with a couple of clicks through the use of synchronized modules. Discover extra particulars on the function in our article. P.S.: You'll be able to at all times electronic mail our help staff. We’re there for you ;)",
      "c": "3",
      "solutions": [
        {
          "ida": 1,
          "answer": "Email our support team, they’ll do it for you"
        },
        {
          "ida": 2,
          "answer": "Use smart elements"
        },
        {
          "ida": 3,
          "answer": "Use synchronized modules"
        },
        {
          "ida": 4,
          "answer": "Hire a team of 100 people"
        }
      ]
    }
  ]
}

The place “id” is the part with questions:

  • “id1” — is the part with query 1. All components from “id1” to “id2” belong to query 1;

  • “img” — hyperlink to the picture you might be about to make use of within the questionnaire;

  • “query” — is the query itself;

  • ”wrongtext” — is the textual content your customers will see if they offer an incorrect reply;

  • “ida1-4” — is reply choices given to customers.

Edit this data manually:

  • “img”: “hyperlink to your picture”,

  • “query”: “Your query?”,

  • “textual content”: “textual content that seems as soon as any reply has been given by a consumer”,

  • “wrongtext”: “that is what customers see once they give an incorrect reply”,

  •  “ida”: 1,

    “reply”: “reply possibility 1”

  •   “ida”: 2,

    “reply”: “reply possibility 2”

Do the identical to every part.

Our code accommodates three query sections. If you’d like simply two, please take away the highlighted textual content out of your JSON file.

Removing Sections from JSON

If you’d like your all questions to incorporate 4 reply choices, then within the JSON code please take away part 1, and duplicate part 2. 

Step 3. Connecting emails to a knowledge supply

This step is required for pulling knowledge from JSON file into our questionnaires; additionally for exhibiting customers if their solutions have been appropriate or incorrect (customers’ submit responses, and our Information Supply reveals if the reply was appropriate, and provides customers the proper reply)

  • open the “Information” tab;
  • go to the “Information Sources” part;

  • create a brand new knowledge supply;

  • enter the identify of this marketing campaign (it may be, actually, something);

  • in a brand new part under, paste your JSON file;

  • copy URL tackle.

Step 4. Engaged on knowledge storage/Selecting the place to ship customers’ responses to

We have to create an information service — a spot for storing customers’ responses.

If you wish to put knowledge on Stripo servers, please toggle the “Stripo storage” button.

If you happen to plan on storing knowledge in Google Drive (Unfold Sheets), please comply with the steps given in our “Stripo Information Service” weblog put up.

Step 5. Inserting endpoints in emails

Now to attach our survey to servers and knowledge storage — to really allow AMP questionnaire in our emails, we have to insert the endpoints that we have simply constructed:

  • click on the ⚡ HTML “Construction” icon;
  • open code editor;

Editing Colors for the Module

  • change the hyperlink that goes after “action-xhr” within the <type id…> line with the URL tackle you generated in Step 4;
  • change the supply hyperlink that goes after “src=”https://stripo.electronic mail/weblog/building-questionnaires-with-stripo/within the <amp-list…> line with the URL tackle you generated in Step 3;

Inserting URL Links

Step 6. Constructing a fallback/HTML model of a questionnaire

We have to construct a fallback/HTML model of the survey for these whose electronic mail shoppers don’t help AMP but.

Not too long ago we revealed a put up the place confirmed 10 survey invitation emails. We hope you’ll discover some inspiration there.

Usually, in such emails, entrepreneurs embrace hyperlinks to Google Varieties or questionnaires on websites, the place customers can take the survey…

Email Invitation to Participate in Survey

(E mail survey invitation from Litmus)

So as to add this hyperlink in your survey emails, please:

  • drag the 1-container construction proper underneath/above the construction that accommodates your AMP HTML quiz;

  • fill it in with needed content material;

  • drag the “Button” primary block into this construction;

  • design it the way in which you want;

  • paste your URL;

  • embrace this construction within the HTML model of this survey electronic mail.

Including Structures in HTML Email

Necessary:

All different components of this electronic mail, like brand, footer, contact info, will likely be included in each variations of this marketing campaign.

If you’d like your customers to see the Survey we’ve simply created in Step 5, you might simply embrace the hyperlink to the online model of our AMP electronic mail as a substitute of the hyperlink to Google Varieties.

To get this hyperlink, please:

Phrase of recommendation

We talked so much about AMP emails and find out how to use it.

Here is only a pleasant reminder. To have the ability to ship AMP content material, you should:

  • 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. We talked about it above;
  • be sure that your ESP/CRM is able to sending AMP emails;
  • needless to say presently solely Gmail (each internet and cellular apps on all OSs) and Mail.ru are able to rendering AMP emails. Yahoo will be a part of the record quickly;
  • AMP emails lose their AMP elements when you ahead them.

Last ideas

We have simply constructed a questionnaire electronic mail. It really works, like all AMP components, in Gmail and Mail.ru. Different customers will see your survey fallback.

If you happen to favored our AMP questionnaire, design an identical one for your self

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments