dai_skill
Simplify DAI management with automated creation, update, and deletion of auth keys, encoding profiles, and CDN configurations for Google Ad Manager.
Instructions
DAI (Dynamic Ad Insertion) and broadcasting operations.
MODE: mixed (read + write) AUTH: OAuth 2.0 required CREDITS: read = 0 credits. OUTPUT: Results for DAI entities. WHEN TO USE: Use for managing Dynamic Ad Insertion auth keys and encoding profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Sub-operation to perform: • create_cdn_configuration: Create a CDN configuration. • create_dai_auth_key: Create a DAI authentication key. • create_dai_encoding_profile: Create a DAI encoding profile. • delete_cdn_configuration: Delete a CDN configuration. • delete_dai_encoding_profile: Delete a DAI encoding profile. • perform_dai_auth_key_action: Perform an action on a DAI authentication key. • register_sessions: Register sessions. • update_cdn_configuration: Update a CDN configuration. • update_dai_auth_key: Update a DAI authentication key. • update_dai_encoding_profile: Update a DAI encoding profile. • get_stream_activity: Get stream activity. • list_cdn_configurations: List CDN configurations. • list_dai_auth_keys: List DAI authentication keys. • list_dai_encoding_profiles: List DAI encoding profiles. | |
| network_code | No | GAM network code (e.g. 12345678). Required for all network-scoped operations. Obtain via select_gam_network or list_accessible_networks. |