prebid_skill
Plan and operate Prebid.js header bidding setup for Google Ad Manager by previewing batches, generating targeting keys and line items, inspecting existing setup, or cleaning up artifacts.
Instructions
Plan and operate Prebid.js / header bidding setup for GAM.
MODE: mixed (read + write) AUTH: OAuth 2.0 required CREDITS: preview and inspect reads are free. Generation/update actions may charge credits when they create or mutate GAM entities. OUTPUT: Returns targeting-key plans, line item generation summaries, cleanup previews, or update results. WHEN TO USE: Use prebid_skill to generate Prebid targeting keys, create or update Prebid line items, preview batches, inspect existing setup, or clean up generated artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Sub-operation to perform: • preview_batch: Preview a Prebid batch plan without mutating GAM. • generate_targeting_keys: Generate GAM custom targeting keys and values for Prebid. • generate_line_items: Generate Prebid line items from bucket and placement configuration. • update_line_items: Update existing Prebid line items. • inspect_existing_setup: Inspect existing GAM targeting keys, values, and line items for Prebid readiness. • cleanup: Preview or run cleanup for generated Prebid artifacts. | |
| network_code | No | GAM network code (e.g. 12345678). Required for all network-scoped operations. Obtain via select_gam_network or list_accessible_networks. |