Use the coupon value type [coupon_value_type] attribute to signal the type of promotion that you are running. This allows Google to perform a more automated review process, which can expedite the approval of your promotion.
On this page
When to use
Optional for all promotions.
Supported values
When you use the coupon value type [coupon_value_type] attribute, you may also need to add additional attributes depending on the value you submit. For example, if you submit the value “money_off”, you must also use the monetary discount amount of a promotion [money_off_amount] attribute.
The following list of supported values shows the required and optional attributes for each:
| Supported values | Attributes |
No structured data [no_structured_data] |
|
Money off [money_off] |
|
Percentage discount amount [percent_off] |
|
Buy M get N money off [buy_m_get_n_money_off] |
|
Buy M get N percent off [buy_m_get_n_percent_off] |
|
Buy M get money off [buy_m_get_money_off] |
|
Buy M get percent off [buy_m_get_percent_off] |
|
Free gift [free_gift] |
|
Free gift monetary value [free_gift_with_value] |
|
Free gift item ID [free_gift_with_item_id] |
|
Free shipping standard [free_shipping_standard] |
|
Free shipping overnight [free_shipping_overnight] |
|
Free shipping two day [free_shipping_two_day] |
|
Free shipping with shipping config [free_shipping_with_shipping_config] |
|
Format
Follow these formatting guidelines to ensure we understand the data you're submitting.
| Formatting specifications | |
| Technical name | coupon_value_type |
|---|---|
| Type | Unicode characters (Recommended: ASCII only) |
| Repeated field | No |
| Schema.org property (What’s this?) | No |
File format examples
To ensure your attribute is recognized correctly, use the formatting specific to your data source type.
| Data source format | Examples |
|---|---|
| Text (TSV or CSV) data sources | Supported values:
|
| XML data sources | <g:coupon_value_type>no_structured_data</g:coupon_value_type> |
| Merchant API | To format your data for Merchant API, check the Merchant API resource. |
Examples
A promotion that takes $5 off of your orders
| Attribute | Value |
Promotion ID [promotion_id] |
five_dollar_off_friday |
Promotion title [long_title] |
$5 Off Friday |
Coupon value type [coupon_value_type] |
money_off |
Monetary discount amount of a promotion [money_off_amount] |
5.00 USD |