PromotionPlaceholderField

Possible values for Promotion placeholder fields.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

PROMOTION_TARGET

Data Type: STRING. The text that appears on the ad when the extension is shown.

DISCOUNT_MODIFIER

Data Type: STRING. Lets you add "up to" phrase to the promotion, in case you have variable promotion rates.

PERCENT_OFF

Data Type: INT64. Takes a value in micros, where 1 million micros represents 1%, and is shown as a percentage when rendered.

MONEY_AMOUNT_OFF

Data Type: MONEY. Requires a currency and an amount of money.

PROMOTION_CODE

Data Type: STRING. A string that the user enters to get the discount.

ORDERS_OVER_AMOUNT

Data Type: MONEY. A minimum spend before the user qualifies for the promotion.

PROMOTION_START

Data Type: DATE. The start date of the promotion.

PROMOTION_END

Data Type: DATE. The end date of the promotion.

OCCASION

Data Type: STRING. Describes the associated event for the promotion using one of the PromotionExtensionOccasion enum values, for example NEW_YEARS.

FINAL_URLS

Data Type: URL_LIST. Final URLs to be used in the ad when using Upgraded URLs.

FINAL_MOBILE_URLS

Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded URLs.

TRACKING_URL

Data Type: URL. Tracking template for the ad when using Upgraded URLs.

LANGUAGE

Data Type: STRING. A string represented by a language code for the promotion.

FINAL_URL_SUFFIX

Data Type: STRING. Final URL suffix for the ad when using parallel tracking.