dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
26 lines (25 loc) • 1.64 kB
JavaScript
"use strict";
const xmlElement_1 = require("../../common/soap/xmlElement");
class ProductSegmentation extends xmlElement_1.XMLElement {
constructor(geoSegment = null, adUnitSegments = null, placementSegment = null, customTargetingSegment = null, userDomainSegment = null, bandwidthSegment = null, browserSegment = null, browserLanguageSegment = null, operatingSystemSegment = null, mobileCarrierSegment = null, deviceCapabilitySegment = null, deviceCategorySegment = null, deviceManufacturerSegment = null, mobileDeviceSegment = null, mobileDeviceSubmodelSegment = null, videoPositionSegment = null) {
super();
this.geoSegment = geoSegment;
this.adUnitSegments = adUnitSegments;
this.placementSegment = placementSegment;
this.customTargetingSegment = customTargetingSegment;
this.userDomainSegment = userDomainSegment;
this.bandwidthSegment = bandwidthSegment;
this.browserSegment = browserSegment;
this.browserLanguageSegment = browserLanguageSegment;
this.operatingSystemSegment = operatingSystemSegment;
this.mobileCarrierSegment = mobileCarrierSegment;
this.deviceCapabilitySegment = deviceCapabilitySegment;
this.deviceCategorySegment = deviceCategorySegment;
this.deviceManufacturerSegment = deviceManufacturerSegment;
this.mobileDeviceSegment = mobileDeviceSegment;
this.mobileDeviceSubmodelSegment = mobileDeviceSubmodelSegment;
this.videoPositionSegment = videoPositionSegment;
}
}
ProductSegmentation.XSI_TYPE = "ProductSegmentation";
exports.ProductSegmentation = ProductSegmentation;