UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

10 lines (9 loc) 300 B
import { ReportDownloaderHeaders } from './reportDownloaderHeaders'; export interface AdWordsConfig { developerToken: string; clientCustomerId?: string; userAgent?: string; partialFailure?: boolean; validateOnly?: boolean; reportDownloaderHeaders?: ReportDownloaderHeaders; }