1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/docs/integrations/sources/dv360.md
Nataly Merezhuk 7bc911ef2a 📖 Removes $ from terminal commands to allow direct copying. (#17467)
* Removes $ from terminal commands to allow direct copying.

* Fixes build by adding missing link.
2022-09-30 11:54:50 -04:00

2.5 KiB

Display & Video 360

Google DoubleClick Bid Manager (DBM) is the API that enables developers to manage Queries and retrieve Reports from Display & Video 360.

DoubleClick Bid Manager API v1.1 is the latest available and recommended version.

Link to the official documentation

Features

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Yes

Supported Tables

This source is capable of syncing the following tables and their data:

  • Audience Composition
  • Floodlight
  • Reach
  • Standard
  • Unique Reach Audience

Note: It is recommended to first build the desired report in the UI to avoid any errors, since there are several limilations and requirements pertaining to reporting types, filters, dimensions, and metrics (such as valid combinations of metrics and dimensions).

Available filters and metrics:

Available filters and metrics are provided in this page.

Getting Started (Airbyte-Cloud)

  1. Click Authenticate your Display & Video 360 account to sign in with Google and authorize your account.
  2. Get the partner ID for your account.
  3. Fill out a start date, and optionally, an end date and filters (check the Queries documentation) .
  4. You're done.

Getting Started (Airbyte Open-Source)

Requirements

You can use the setup tool to create credentials and enable the DBM API in the Google API Console.

  • access_token
  • refresh_token
  • token_uri
  • client_id
  • client_secret
  • start_date
  • end_date
  • partner_id
  • filters

Setup guide

Rate Limiting & Performance Considerations (Airbyte Open Source)

This source is constrained by the limits set by the DBM API. You can read more about those limits in the Display & Video 360 docs.

CHANGELOG

Version Date Pull Request Subject
0.1.1 2022-- 11828 Release Native Display & Video 360 Connector