Untitled
unknown
plain_text
2 years ago
3.9 kB
7
Indexable
<!-- Paste your own code here, or change the existing code to experiment with what works --> <!-- Feel free to paste the entire HTML of your email --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <script type="application/ld+json"> [{ "@context": "http://schema.org/", "@type": "Organization", // WARNING: Before sending email, either point the logo // at your own image or delete the logo annotation. // // If showing a logo, we recommend using an https URL. // It's not a requirement today, but may be in the future. "logo": "https://www.gstatic.com/images/branding/product/1x/googleg_48dp.png" },{ "@context": "http://schema.org/", "@type": "EmailMessage", // Use this optional alternative subject line to avoid duplicate text // between the subject, deal badge, and discount code. "subjectLine": "Start investing with just 1,000 Pesos!" },{ "@context": "http://schema.org/", "@type": "DiscountOffer", // Describe your discount, this will be shown as a badge (eg "25% off" or "free shipping") "description": "BONUS 500PHP FUNDING", "discountCode": "ARICHERLIFE", "availabilityStarts": "2023-10-17T22:59:42-07:00", "availabilityEnds": "2023-10-20T22:59:42-07:00" },{ // Promotion card annotation. You must have at least 2 promotion cards. "@context": "http://schema.org/", "@type": "PromotionCard", // (Required) The URL for the promotion's image. "image": "https://multimedia.emails.colfinancial.com/col1-z/photos/76d1a1e9-7a1e-4ed9-b624-0712b6c673f9.png", // (Required) The URL for the promotion. "url": "https://google.com", // (Optional) 1-2 line description of the promotion. "headline": "Invest with Confidence", // (Optional) Price of the promotion. "price": 149, // (Optional) The currency of the price in 3-letter ISO 4217 format. "priceCurrency": "USD", // (Optional) The amount to be subtracted from the price to display an adjusted price. "discountValue": 30, // (Optional) The position of the promotion card in the product carousel. "position": 1 },{ // Promotion card annotation. You must have at least 2 promotion cards. "@context": "http://schema.org/", "@type": "PromotionCard", // (Required) The URL for the promotion's image. "image": "https://multimedia.emails.colfinancial.com/col1-z/photos/7a58daae-9873-489d-87a3-b979b3be9fdf.png", // (Required) The URL for the promotion. "url": "https://google.com", // (Optional) 1-2 line description of the promotion. "headline": "Stock Market Basics", // (Optional) The currency of the price in 3-letter ISO 4217 format. "priceCurrency": "USD", // (Optional) The amount to be subtracted from the price to display an adjusted price. "discountValue": 50, // (Optional) The position of the promotion card in the product carousel. "position": 2 },{ // Promotion card annotation. You must have at least 2 promotion cards. "@context": "http://schema.org/", "@type": "PromotionCard", // (Required) The URL for the promotion's image. "image": "https://multimedia.emails.colfinancial.com/col1-z/photos/08cfab7e-b87c-46fc-9e2d-297716140743.png", // (Required) The URL for the promotion. "url": "https://google.com", // (Optional) 1-2 line description of the promotion. "headline": "Investing with 1K", // (Optional) Price of the promotion. "price": 179, // (Optional) The currency of the price in 3-letter ISO 4217 format. "priceCurrency": "USD", // (Optional) The amount to be subtracted from the price to display an adjusted price. "discountValue": 30, // (Optional) The position of the promotion card in the product carousel. "position": 3 }] </script> </head> <body> <p>Email Body</p> <p>Line 2</p> </body> </html>
Editor is loading...