Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.68 KB

File metadata and controls

43 lines (30 loc) · 1.68 KB

Google Ad Manager (GAM) Adapter

Connect the Prebid Sales Agent to Google Ad Manager to create and manage line items programmatically.

Getting Started

  1. Service Account Setup - Configure authentication (start here)
  2. Product Configuration - Map AdCP products to GAM line item templates
  3. Testing Setup - Set up a GAM test environment

Authentication Options

Method Use Case Maintenance
Service Account (recommended) Production Automatic - no token refresh
OAuth Refresh Token Development/testing Manual - tokens expire

For multi-tenant deployments, each tenant needs their own service account. See GCP Provisioning for automatic service account creation.

Supported Features

The GAM adapter supports:

  • Line Item Types: Standard, Sponsorship, Network, House
  • Pricing Models: CPM, vCPM, CPC, Flat Rate
  • Targeting: Geography, device, custom key-values
  • Creatives: Display, video (VAST), native

Pricing Model Mapping

AdCP Pricing GAM Line Item Type Notes
CPM Standard or Sponsorship Based on guarantees
vCPM Standard only GAM requirement
CPC Standard
Flat Rate Sponsorship Translated to CPD

Documentation