【发布时间】:2019-01-11 15:38:17
【问题描述】:
我的带有注释脚本的测试电子邮件进入收件箱,并在促销标签中显示为热门交易。但是,我没有看到图像和促销标记的完整体验。关于这里可能是什么问题的任何想法?我在下面使用的代码有完整的图片链接和折扣码,我在粘贴时删除了。
<script type="application/ld+json">
[{
"@context": "http://schema.org/",
"@type": "Organization",
"logo": "https://.....png"
},{
"@context": "http://schema.org/",
"@type": "EmailMessage",
"subjectLine": "Get 500 business cards for just $9.99"
},{
"@context": "http://schema.org/",
"@type": "DiscountOffer",
"description": "50% off",
"discountCode": "XXXXXX",
"availabilityStarts": "2019-01-11T08:00:00-04:00",
"availabilityEnds": "2019-01-25T08:00:00-04:00"
},{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "http:.....jpg"
}]
</script>
【问题讨论】:
-
只是看看是否有人知道我可以做些什么来解决这个问题。我们很高兴能使用这个新功能!
标签: json gmail-promo-tab