Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.02 KB

ActivePromotion.md

File metadata and controls

13 lines (9 loc) · 1.02 KB

Com.Sajari.Sdk.Model.ActivePromotion

A promotion that is active for a given search.

Properties

Name Type Description Notes
ActiveExclusions List<PromotionExclusion> The records that are excluded from the result set by the active promotion. [optional]
ActivePins List<PromotionPin> The pins that belong to the active promotion. Note that the positions in these pins are the positions specified at pin creation time, which is not necessarily the position that a pin ends up in. For example, if a pin is created at position 2, but the query that the pin is active in has zero results, the pinned result actually appears in position 1. [optional]
PromotionId string The ID of the active promotion. [optional]

[Back to Model list] [Back to API list] [Back to README]