"Put the most valuable parts of email right at people's fingertips" - Google
Google Annotations for Email are designed to deliver more value for emails and marketers in the Gmail promotions tab. That means it ONLY works in the promotions tab so marketers no longer need to fret that their Emails end up in the promotions tab because there is now a valuable capability available only for those Emails. The Annotations are special bits of code that can style the annotation to put the best face on your Emails and have them stand out in the otherwise crowded inbox.
ReachMail has Google Annotations built into the service making it easy to design the look of the annotation then attach it to a marketing message. If your Email Service Provider doesn't have that capability built in you can still do it. Use the tool below to design the annotation to look the way you want, then cut and paste the generated code into your Email using the Email Service Provider of your choice.
|
{{from}}
Expires in
{{daysRemaining}} days
{{subject}}
{{annotation.dealBadge.description}}
Code
{{annotation.dealBadge.couponCode}}
|
This is not a guarantee of how your email will be previewed. |
Copy this <script> tag and paste it into the <head> section of your email.
<script type="application/ld+json"> [{ "@context": "http://schema.org/", "@type": "Organization", "logo": "{{annotation.organization.logo}}" },{ "@context": "http://schema.org/", "@type": "DiscountOffer", "description": "{{annotation.dealBadge.description}}", "discountCode": "{{annotation.dealBadge.couponCode}}", "availabilityStarts": "{{annotation.dealBadge.availabilityStart}}", "availabilityEnds": "{{annotation.dealBadge.availabilityEnd}}" },{ "@context": "http://schema.org/", "@type": "PromotionCard", "image": "{{annotation.promotionCard}}" }] </script>