Google Ad Manager Match Tables
The Switchboard Google Ad Manager Match Table connector provides automated full syncs of the following Google Ad Manager Match table data, including Ad Units, Line Items, Orders, and more.
See Configuring a Match Table Type below for a complete list of supported match tables.
Prerequisites
To configure access to the Google Ad Manager Report connector, you need:
- Google Service Account credential or a Google User credential
- Google Ad Manager Network ID
To retrieve the Google Ad Manager Network ID:
- Navigate to the top left-hand corner of the Google Ad Manager UI.
- View the Google Ad Manager Network ID.
Scheduling
The Google Ad Manager Match Table connector can be scheduled to check for new reports at regular intervals, or at specific hours of the day. By default, the connector will run once a day at 6am PT. See Daily Scheduling for more information.
Configuring a Match Table Type
To. The supported
Google Ad Manager Match Table | Connector Type |
---|---|
Ad Units | gam:ad_unit |
Companies | gam:company |
Creatives | gam:creative |
Creative Sets | gam:creative_set |
Custom Fields | gam:custom_field |
Line Items | gam:line_item |
Line Item Creative Associations | gam:line_item_creative_association |
Orders | gam:order |
Placements | gam:placement |
Proposals | gam:proposal |
Proposal Line Items | gam:proposal_line_item |
User Service | gam:user |
Parameters
Parameter | Description | Required/Optional? |
---|---|---|
network | The Google Ad Manager network id. | Required |
Sample Switchboard Script
import dfp_ad_unit from {
network: "1234";
type: "gam:ad_unit";
key: "google_credential";
} using {
id: string;
parentId: string;
adUnitCode: string;
name: string;
parentPath: json;
hasChildren: string;
status: string;
};