From 91805d685284383394008a542839a54f8e8107e4 Mon Sep 17 00:00:00 2001 From: Lydia Xie Date: Thu, 21 Mar 2024 10:35:39 -0700 Subject: [PATCH 1/2] BD-2941: Looker feedback for Gmail Promo Tabs --- .../email/html_editor/gmail_promotions_tab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/_user_guide/message_building_by_channel/email/html_editor/gmail_promotions_tab.md b/_docs/_user_guide/message_building_by_channel/email/html_editor/gmail_promotions_tab.md index 6d3723a410d..32ef9fa00e8 100644 --- a/_docs/_user_guide/message_building_by_channel/email/html_editor/gmail_promotions_tab.md +++ b/_docs/_user_guide/message_building_by_channel/email/html_editor/gmail_promotions_tab.md @@ -20,8 +20,8 @@ First, forward your domains and subdomains to Google’s Promotions Tab outreach Follow these steps to build a Gmail promotion card for an email campaign. Note that navigating away from the **Content** section in the editor will reset the fields and information in the **Gmail Promotion** tab. Complete the setup of your promotion card, and copy the HTML generated so you don't lose your HTML code. -1. [Create your email campaign][7] as you usually would. -2. Go to the **Content** section in the editor and select the **Gmail Promotion** tab. +1. [Create your email campaign][7] as you usually would. Select the **HTML Editor** as your editing experience. +2. Go to the **Content** section in the HTML editor and select the **Gmail Promotion** tab. 3. Fill out the fields under **Basic Information**, then click **Generate HTML Code**. This will help generate the script for your Gmail Promo Tab card under the **Copy and Paste HTML code into ``** section.
![An example of how to build a card.][2] 4. Choose whether to include only a discount offer, promotion cards, or both for your Gmail Promotion card.
![Options to include a discount offer and promotion cards.][10]{: style="max-width:50%;"} 5. Copy and paste the script into the `` element of your email's HTML. From b159f1433b4fae62d1dff6aa5bf77b1a23a40d4f Mon Sep 17 00:00:00 2001 From: Lydia Xie Date: Thu, 21 Mar 2024 10:42:57 -0700 Subject: [PATCH 2/2] edit --- .../email/html_editor/gmail_promotions_tab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/_user_guide/message_building_by_channel/email/html_editor/gmail_promotions_tab.md b/_docs/_user_guide/message_building_by_channel/email/html_editor/gmail_promotions_tab.md index 32ef9fa00e8..dceff0cdcd2 100644 --- a/_docs/_user_guide/message_building_by_channel/email/html_editor/gmail_promotions_tab.md +++ b/_docs/_user_guide/message_building_by_channel/email/html_editor/gmail_promotions_tab.md @@ -20,8 +20,8 @@ First, forward your domains and subdomains to Google’s Promotions Tab outreach Follow these steps to build a Gmail promotion card for an email campaign. Note that navigating away from the **Content** section in the editor will reset the fields and information in the **Gmail Promotion** tab. Complete the setup of your promotion card, and copy the HTML generated so you don't lose your HTML code. -1. [Create your email campaign][7] as you usually would. Select the **HTML Editor** as your editing experience. -2. Go to the **Content** section in the HTML editor and select the **Gmail Promotion** tab. +1. [Create your email campaign][7], and select the **HTML Editor** as your editing experience. +2. Go to the **Content** section in the HTML editor, and select the **Gmail Promotion** tab. 3. Fill out the fields under **Basic Information**, then click **Generate HTML Code**. This will help generate the script for your Gmail Promo Tab card under the **Copy and Paste HTML code into ``** section.
![An example of how to build a card.][2] 4. Choose whether to include only a discount offer, promotion cards, or both for your Gmail Promotion card.
![Options to include a discount offer and promotion cards.][10]{: style="max-width:50%;"} 5. Copy and paste the script into the `` element of your email's HTML.