Skip to content

feat(server): createMediaBuyStore — opt-in targeting_overlay echo for property-lists / collection-lists sellers #462

@bokelley

Description

@bokelley

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions