Questions tagged [gmail-promo-tab]

26 questions
1
vote
1 answer

How do you use carousel/multiple images in the gmail promotion annotations?

I saw this thread about using multiple images in the gmail annotations but never found any documentation on how to accomplish it. I was hoping the google team in charge of this feature could shed some light on how to code this in JSON-LD and point…
JustPin
  • 19
  • 1
1
vote
0 answers

How to compose email with AWS SES sent from Node server and NOT end up in the Promotions Tab of Gmail?

My app sends out email with AWS SES from my node server and all my emails keep ending up in the Promotions Tab of Gmail. How can I make my emails end up in the Primary Tab in Gmail? Basically, my email is a simple "confirm your email account" email…
KJ Ang
  • 305
  • 3
  • 9
1
vote
1 answer

CatalogCardLayout (Carousel Images) for Gmail Annotation

We have successfully implemented Gmail Annotations for our emails. However, with Black Friday around the corner, we wanted to utilize multiple images with Catalog Cards. I found the reference guide that calls out the Item Properties and such, but I…
1
vote
1 answer

Cannot see the annotation on my promotional email

I am trying to annotate our promotional email - I want to have the image and the voucher code in the preview. I pasted the code as per your instructions here https://developers.google.com/gmail/promotab/overview and on the preview it looks as we…
0
votes
0 answers

Gmail Annotations Images Not Showing Up

I have been trying for weeks to get an image to show up in Google annotations. I don't know what I am doing wrong. I have literally used the same snippet of code given by Google and by emailonacid. I am using a gmail testing email ending in…
Nader
  • 1
  • 1
0
votes
0 answers

Annotated emails in the Gmail Promotions tab not supporting dates in .toISOString() format

I'm using nodemailer and I'm trying to get my promotion emails annotated and highlighted in the Gmail promotions tab. Here's the example: 'use strict'; const nodemailer = require('nodemailer'); const pug = require('pug'); async function main() { …
0
votes
0 answers

add gmail annotation image

I suggest to use Gmail Annotations, its type is "PromotionCard" as in documentation https://developers.google.com/gmail/promotab/overview?hl=ru { "@context": "http://schema.org/", "@type": "PromotionCard", "image": "...", "url":"..." } but…
0
votes
0 answers

Previously available promotions tab preview tool seems to be missing

There was previously a preview button where you could preview your customised promotions tab code visually before testing in an email but its to be no longer available at: https://developers.google.com/gmail/promotab/overview This was useful please…
0
votes
0 answers

GMail annotation-promo images in preview tab not working in the emails triggered from SFMC

I am adding annotation for Gmail recipients into an email. I am using SFMC. I added as JSON-LD in a script tag within the head of HTML of my email and that did work. Then tried to create the annotation using AMP Script Concats to build the script…
0
votes
1 answer

Where to find documentation about carousel/multiple images in the gmail promotion annotations?

Duplicate of How do you use carousel/multiple images in the gmail promotion annotations? but has the question is simply associated with the gmail-promo-tabs tag and not the gmail-api asked by the official Gmail API support I thought it's maybe not…
0
votes
0 answers

Promotions tab email disappearing

I've just added the promotions annotation on my email, it seems to work correctly and even I received my tests with my image logo and the discount code, but when I'm able to see it on my inbox in the Top Deals space, it just disappear one second…
Rutx1
  • 101
  • 1
0
votes
0 answers

Email Annotations for Promotion tab: Deal badge shows. Promo image does not. Logo only from Primary but not in Promo tab

** Email annotations for the Promotion tab ** We've only bee getting a partial experience in the Promo tab. The deal badge shows fine, consistently. The logo only shows when highlighting promos from the Primary inbox. The logo does not show when…
0
votes
0 answers

Is there any pre-requisits as a sender to use promotab?