PlacementEvent<T> (Legacy SDK)
Legacy Web SDK
This page applies to the Legacy Web SDK only. For the Rokt SDK+, see the Web SDK+ Integration Guide.
OverviewDirect link to Overview
Object representing an event emitted by a Placement.on subscription. Placement events are also re-emitted as part of the Selection.on subscriptions for placements belonging to a given selection.
PropertiesDirect link to Properties
bodyDirect link to body
• body : T
The payload of the emitted event.
eventDirect link to event
• event : string
The name of the emitted event.
placementDirect link to placement
• placement : Placement
The placement which has emitted the event.