مرجع تبلیغات ایمیل
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
این صفحه انواع مورد استفاده برای حاشیه نویسی ایمیل های تبلیغاتی و ویژگی های مرتبط با آنها را شرح می دهد. این نوع و ویژگیها در هدر ایمیل تبلیغاتی بهعنوان JSON-LD گنجانده شدهاند.
برای کسب اطلاعات بیشتر، راهنمای شروع نشانه گذاری ایمیل را مرور کنید.
سازمان
نوع Organization
به شما امکان می دهد یک لوگو برای درج در تبلیغات مشخص کنید.
پیشنهاد تخفیف
نوع DiscountOffer
به شما امکان می دهد حاشیه نویسی معامله ایجاد کنید، که جزئیات یک پیشنهاد مانند کد تخفیف یا تاریخ انقضا را تبلیغ می کند.
نوع PromotionCard
به شما امکان می دهد پیش نمایش بصری تبلیغات خود را اضافه کنید.
نام | تایپ کنید | شرح |
---|
image | ImageObject یا URL | ضروری. پیش نمایش تصویر ایمیل با فرمت PNG یا JPEG. نسبت های پشتیبانی شده 4:5، 1:1 و 1.91:1 هستند. تصاویر به طور خودکار در مرکز برش داده می شوند. بهترین شیوه ها را برای تصاویر ببینید. برای چرخ فلک های محصول، هر PromotionCard باید یک تصویر منحصر به فرد داشته باشد و از نسبت تصویر یکسان استفاده کند. |
url | URL | ضروری. نشانی اینترنتی تبلیغات. هنگامی که کاربران روی image ایمیل کلیک می کنند، به این URL هدایت می شوند. |
headline | متن | اختیاری. شرح 1 تا 2 خطی تبلیغاتی که در زیر image نمایش داده می شود. |
price | متن | اختیاری. قیمت تبلیغات. اگر مقدار discountValue تعیین کنید، قبل از اعمال تخفیف، price به عنوان قیمت اصلی تبلیغات نمایش داده می شود. |
priceCurrency | متن | اختیاری. واحد پول قیمت در قالب 3 حرف ایزو 4217 مانند USD . نماد ارز نمایش داده شده با قیمت را تعیین می کند. |
discountValue | متن | اختیاری. مقداری که از price کم می شود تا قیمت تعدیل شده نمایش داده شود. قیمت تنظیم شده در کنار قیمت اصلی نمایش داده می شود. برای مثال، اگر discountValue روی 25 ، price روی 100 ، و priceCurrency USD باشد، قیمت تنظیم شده به صورت $75 نمایش داده می شود. |
position | متن | اختیاری. موقعیت کارت در چرخ فلک. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-03-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-03-25 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# Email promotions reference\n\nThis page describes the types used to annotate promotional email and their\nassociated properties. These types and properties are included in a\npromotional email's header as\n[JSON-LD](/workspace/gmail/markup/reference/formats/json-ld).\n\nTo learn more, review\nthe [Email Markup Getting Started](/workspace/gmail/markup/getting-started) guide.\n\nOrganization\n------------\n\nThe `Organization` type lets you specify a logo to include in the promotion.\n\n| Name | Type | Description |\n|--------|--------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `logo` | [ImageObject](/workspace/gmail/markup/reference/types/ImageObject) or [URL](/workspace/gmail/markup/reference/types/URL) | The logo that displays as an icon for the sender. Recommended to use an HTTPS URL. See [best practices for Logo URL](/workspace/gmail/promotab/best-practices#logo_url). |\n\nDiscountOffer\n-------------\n\nThe `DiscountOffer` type lets you create [deal\nannotations](/workspace/gmail/promotab/overview#deal-annotation), which promote the\ndetails of an offer such as the discount code or expiration date.\n\n| Name | Type | Description |\n|----------------------|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `description` | [Text](/workspace/gmail/markup/reference/types/Text) | Optional. A short text that displays next to the deal badge icon, such as `Free shipping` or `20% off`. See [best practices for the deal badge](/workspace/gmail/promotab/best-practices#deal_badge). |\n| `discountCode` | [Text](/workspace/gmail/markup/reference/types/Text) | Optional. The discount or promotion code of the offer, such as `20PROMO`. See [best practices for discount codes](/workspace/gmail/promotab/best-practices#discount_code). |\n| `availabilityStarts` | [DateTime](/workspace/gmail/markup/reference/datetime-formatting) | Optional. The date and time when the offer begins in [ISO 8601](https://support.google.com/merchants/answer/7055760) format, such as `2023-09-25T18:44:37-07:00`. |\n| `availabilityEnds` | [DateTime](/workspace/gmail/markup/reference/datetime-formatting) | Optional. The end date and time of the promotion in [ISO 8601](https://support.google.com/merchants/answer/7055760) format, such as `2023-10-25T18:44:37-07:00`. See [best practices for Expiration Date](/workspace/gmail/promotab/best-practices#expiration_date). |\n\nPromotionCard\n-------------\n\nThe `PromotionCard` type lets you include a visual preview of your promotion.\n\n| Name | Type | Description |\n|-----------------|--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `image` | [ImageObject](/workspace/gmail/markup/reference/types/ImageObject) or [URL](/workspace/gmail/markup/reference/types/URL) | Required. The image preview of the email in PNG or JPEG format. The supported aspect ratios are 4:5, 1:1, and 1.91:1. Images are center-cropped automatically. See [best practices for images](/workspace/gmail/promotab/best-practices#images). For product carousels, each `PromotionCard` must have a unique image and use the same aspect ratio. |\n| `url` | [URL](/workspace/gmail/markup/reference/types/URL) | Required. The URL for the promotion. When users click on the email's `image`, they are directed to this URL. |\n| `headline` | [Text](/workspace/gmail/markup/reference/types/Text) | Optional. A 1 to 2-line description of the promotion that is displayed under the `image`. |\n| `price` | [Text](/workspace/gmail/markup/reference/types/Text) | Optional. The price of the promotion. If you set a `discountValue`, the `price` displays as the original price of the promotion before the discount is applied. |\n| `priceCurrency` | [Text](/workspace/gmail/markup/reference/types/Text) | Optional. The currency of the price in 3-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format, such as `USD`. Determines the currency symbol displayed with the price. |\n| `discountValue` | [Text](/workspace/gmail/markup/reference/types/Text) | Optional. The amount subtracted from the `price` to display an adjusted price. The adjusted price is displayed next to the original price. For example, if the `discountValue` is set to `25`, the `price` is set to `100`, and the `priceCurrency` is `USD`, the adjusted price is displayed as `$75`. |\n| `position` | [Text](/workspace/gmail/markup/reference/types/Text) | Optional. The position of the card in the carousel. |"]]