You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Signals spec has gaps in the signal activation → media buy flow. A Buyer Agent cannot reliably activate signals and execute a media buy through a Sales Agent because:
Specify how a Sales Agent maps an activation_key to DSP-level segment targeting — whether the key is opaque or carries structured metadata, and what the SA's responsibilities are.
3. Handle cross-DSP coordination
Either require BA to match activation destination to SA's DSP, or define a coordination mechanism when they differ.
Summary
The Signals spec has gaps in the signal activation → media buy flow. A Buyer Agent cannot reliably activate signals and execute a media buy through a Sales Agent because:
activation_keybut the spec doesn't define how to map it to DSP-level targetingactivate_signalProposal
1. Add DSP integration metadata to
get_products{ "products": [...], "integrations": { "dsps": ["the-trade-desk", "dv360"], "preferred_activation": "the-trade-desk" } }2. Define activation_key execution interface
Specify how a Sales Agent maps an
activation_keyto DSP-level segment targeting — whether the key is opaque or carries structured metadata, and what the SA's responsibilities are.3. Handle cross-DSP coordination
Either require BA to match activation destination to SA's DSP, or define a coordination mechanism when they differ.
Supersedes
Context
All three issues surfaced by joohwa kim (NHN ACE) during A1 certification — deep protocol analysis tracing the signal-to-media-buy flow end to end.