UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

19 lines (18 loc) 966 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class Targeting extends xmlElement_1.XMLElement { constructor(geoTargeting = null, inventoryTargeting = null, dayPartTargeting = null, technologyTargeting = null, customTargeting = null, userDomainTargeting = null, contentTargeting = null, videoPositionTargeting = null, mobileApplicationTargeting = null) { super(); this.geoTargeting = geoTargeting; this.inventoryTargeting = inventoryTargeting; this.dayPartTargeting = dayPartTargeting; this.technologyTargeting = technologyTargeting; this.customTargeting = customTargeting; this.userDomainTargeting = userDomainTargeting; this.contentTargeting = contentTargeting; this.videoPositionTargeting = videoPositionTargeting; this.mobileApplicationTargeting = mobileApplicationTargeting; } } Targeting.XSI_TYPE = "Targeting"; exports.Targeting = Targeting;