Parent: #452
JS source
6.7 commit dda2a77e feat(server): createMediaBuyStore.
Use case
Narrow but mechanical. Sellers claiming property-lists / collection-lists specialisms have to echo targeting_overlay on get_media_buys. Currently hand-rolled in every adopter.
Proposed API
from adcp.decisioning import create_media_buy_store
platform.media_buy_store = create_media_buy_store(store)
Opt-in framework wiring that handles the echo automatically when the seller declares property-lists or collection-lists.
Acceptance criteria
create_media_buy_store exported from adcp.decisioning.
targeting_overlay echoed correctly on get_media_buys responses for declared specialisms.
- No-op for sellers not claiming those specialisms.
- Tests cover both paths.
Parent: #452
JS source
6.7 commit
dda2a77e feat(server): createMediaBuyStore.Use case
Narrow but mechanical. Sellers claiming
property-lists/collection-listsspecialisms have to echotargeting_overlayonget_media_buys. Currently hand-rolled in every adopter.Proposed API
Opt-in framework wiring that handles the echo automatically when the seller declares
property-listsorcollection-lists.Acceptance criteria
create_media_buy_storeexported fromadcp.decisioning.targeting_overlayechoed correctly onget_media_buysresponses for declared specialisms.