products
Manage Google Ad Manager products and product packages for programmatic direct deals. Create, list, update, archive products and get pricing suggestions.
Instructions
Manage GAM Products and Product Packages for programmatic direct deals.
MODE: mixed (read + write) AUTH: OAuth 2.0 required CREDITS: Reads = 0. Writes = 0.5 credits. OUTPUT: Returns Product objects with id, name, type, rateType, rate, targeting, and status. WHEN TO USE: Use products to manage the GAM product catalogue for Programmatic Direct (PD) deals. Products define the inventory packages offered to buyers. For creating deals from products, use the deals tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Sub-operation to perform: • create: Create a new GAM product. Write. Requires name, productTemplateId, and rate. • list: List all products on the network with optional filters. Read-only. • get: Get a product by ID. Read-only. • update: Update a product's rate, targeting, or description. Write. • archive: Archive a product. Destructive write — removes from buyer-facing catalogue. • get_adcp: Get the ADCP (Automated Direct Campaign Pricing) configuration for a product. Read-only. • pricing_suggestion: Get a pricing suggestion for a product based on historical delivery data. Read-only. | |
| network_code | No | GAM network code (e.g. 12345678). Required for all network-scoped operations. Obtain via select_gam_network or list_accessible_networks. | |
| product_id | No | GAM Product ID (required for single-entity operations). |