Google Display & Video 360 website screenshot

Google Display & Video 360

The Display & Video 360 API enables programmatic management of display, video, and audio advertising campaigns. It provides access to advertisers, campaigns, insertion orders, line items, creatives, targeting, and audience management for enterprise-scale programmatic buying.

1 APIs 0 Features
Campaign ManagementDisplay AdsDV360Programmatic AdvertisingTargetingVideo Ads

APIs

Google Display & Video 360 API

The DV360 API provides programmatic access to manage advertisers, campaigns, insertion orders, line items, creatives, targeting options, and audience segments for programmatic m...

Collections

GraphQL

Google Display & Video 360 GraphQL API

Google DV360 is a demand-side platform for programmatic media buying. The API covers advertiser management, insertion orders, line items, targeting options, creatives, channels,...

GRAPHQL

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Display & Video 360 API
  version: v4
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Advertisers
    type: folder
  items:
  - info:
      name: Google Display & Video 360 List advertisers
      type: http
    http:
      method: GET
      url: https://displayvideo.googleapis.com/v4/advertisers
      params:
      - name: partnerId
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists advertisers accessible to the current user.
  - info:
      name: Google Display & Video 360 List campaigns
      type: http
    http:
      method: GET
      url: https://displayvideo.googleapis.com/v4/advertisers/:advertiserId/campaigns
      params:
      - name: advertiserId
        value: ''
        type: path
    docs: Lists campaigns in an advertiser.
  - info:
      name: Google Display & Video 360 List insertion orders
      type: http
    http:
      method: GET
      url: https://displayvideo.googleapis.com/v4/advertisers/:advertiserId/insertionOrders
      params:
      - name: advertiserId
        value: ''
        type: path
    docs: Lists insertion orders in an advertiser.
  - info:
      name: Google Display & Video 360 List line items
      type: http
    http:
      method: GET
      url: https://displayvideo.googleapis.com/v4/advertisers/:advertiserId/lineItems
      params:
      - name: advertiserId
        value: ''
        type: path
    docs: Lists line items in an advertiser.
  - info:
      name: Google Display & Video 360 List creatives
      type: http
    http:
      method: GET
      url: https://displayvideo.googleapis.com/v4/advertisers/:advertiserId/creatives
      params:
      - name: advertiserId
        value: ''
        type: path
    docs: Lists creatives in an advertiser.
bundled: true