eventApplicability property

String? eventApplicability
getter/setter pair

Event applicability for this promotion.

When present, this field indicates you are creating a sales event and not a product promotion. Exactly one of product_applicability or event_applicability must be set.

Optional. Possible string values are:

  • "EVENT_APPLICABILITY_UNSPECIFIED" : Indicates that the event applicability is unspecified.
  • "SITEWIDE" : Indicates that the promotion applies to the entire site.
  • "SPECIFIC_CATEGORIES" : Indicates that the promotion applies to specific categories. When this is set, the GoogleProductCategory field is required.

Implementation

core.String? eventApplicability;