You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The banners that are injected into the result set when the promotion is triggered.
[optional]
collection_id
String
Output only. The ID of the collection that owns this promotion.
[optional][readonly]
condition
String
A condition expression applied to a search request that determines which searches the promotion is active for. For example, to apply the promotion's pins and boosts whenever a user searches for 'shoes' set condition to `q = 'shoes'`.
create_time
Time
Output only. Time the promotion was created.
[optional][readonly]
disabled
Boolean
If disabled, the promotion is never triggered.
[optional]
display_name
String
The promotion's display name.
end_time
Time
If specified, the promotion is considered disabled after this time.
The conditions applied to the filters passed from the user. A query must match at least one of these in order to trigger the promotion. A filter condition is comprised of a set of filters of the form `field = value` and matches a query if all of those filters are present in the query. For example, a query with the filter `productType = 'shirt' AND size = 'medium'` triggers a promotion with the filter condition `productType = 'shirt'`, but not one with both `productType = 'shirt', and `size = 'small'`.