Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 493 Bytes

File metadata and controls

21 lines (13 loc) · 493 Bytes

PlacementReason

Placement source for ranked feed results. ORGANIC means the card was emitted by normal feed ranking. PROMO means the card was inserted by the homepage cards promo framework.

Example Usage

from glean.api_client.models import PlacementReason

value = PlacementReason.ORGANIC

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
ORGANIC ORGANIC
PROMO PROMO