dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
11 lines (10 loc) • 625 B
JavaScript
;
const ruleBasedFirstPartyAudienceSegmentSummary_1 = require("./ruleBasedFirstPartyAudienceSegmentSummary");
class RuleBasedFirstPartyAudienceSegment extends ruleBasedFirstPartyAudienceSegmentSummary_1.RuleBasedFirstPartyAudienceSegmentSummary {
constructor(rule = null, pageViews = null, recencyDays = null, membershipExpirationDays = null) {
super(pageViews, recencyDays, membershipExpirationDays);
this.rule = rule;
}
}
RuleBasedFirstPartyAudienceSegment.XSI_TYPE = "RuleBasedFirstPartyAudienceSegment";
exports.RuleBasedFirstPartyAudienceSegment = RuleBasedFirstPartyAudienceSegment;