dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
14 lines (13 loc) • 476 B
JavaScript
;
const properties = {
networkCode: 'INSERT_NETWORK_CODE',
applicationName: 'INSERT_APPLICATION_NAME_HERE',
oauth2: {
client_id: 'INSERT_OAUTH2_CLIENT_ID_HERE',
client_secret: 'INSERT_OAUTH2_CLIENT_SECRET_HERE',
refresh_token: 'INSERT_OAUTH2_REFRESH_TOKEN_HERE',
scopes: ['INSERT_COMMA_SEPARATED_LIST_OF_SCOPES_HERE']
}
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = properties;