UNPKG

gads

Version:

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

5 lines (4 loc) 293 B
export declare const GOOGLE_OAUTH2_ENDPOINT = "https://accounts.google.com/o/oauth2/token"; export declare const REFRESH_BUFFER_MS = 300000; export declare const SCOPE_ADWORDS = "https://www.googleapis.com/auth/adwords"; export declare const SCOPE_DFP = "https://www.googleapis.com/auth/dfp";