This is disabled for AdX when it is contained within Operators: ADD, SET.
Inheritance: extends Ad
 public function __construct($isCookieTargeted = null, $isUserInterestTargeted = null, $isTagged = null, $videoTypes = null, $expandingDirections = null, $name = null, $dimensions = null, $snippet = null, $impressionBeaconUrl = null, $adDuration = null, $certifiedVendorFormatId = null, $sourceUrl = null, $richMediaAdType = null, $adAttributes = null)
 {
     parent::__construct();
     $this->isCookieTargeted = $isCookieTargeted;
     $this->isUserInterestTargeted = $isUserInterestTargeted;
     $this->isTagged = $isTagged;
     $this->videoTypes = $videoTypes;
     $this->expandingDirections = $expandingDirections;
     $this->name = $name;
     $this->dimensions = $dimensions;
     $this->snippet = $snippet;
     $this->impressionBeaconUrl = $impressionBeaconUrl;
     $this->adDuration = $adDuration;
     $this->certifiedVendorFormatId = $certifiedVendorFormatId;
     $this->sourceUrl = $sourceUrl;
     $this->richMediaAdType = $richMediaAdType;
     $this->adAttributes = $adAttributes;
 }
Example #2
0
 public function __construct($isCookieTargeted = NULL, $isUserInterestTargeted = NULL, $isTagged = NULL, $videoTypes = NULL, $expandingDirections = NULL, $name = NULL, $dimensions = NULL, $snippet = NULL, $impressionBeaconUrl = NULL, $adDuration = NULL, $certifiedVendorFormatId = NULL, $sourceUrl = NULL, $richMediaAdType = NULL, $adAttributes = NULL, $id = NULL, $url = NULL, $displayUrl = NULL, $devicePreference = NULL, $AdType = NULL)
 {
     parent::__construct();
     $this->isCookieTargeted = $isCookieTargeted;
     $this->isUserInterestTargeted = $isUserInterestTargeted;
     $this->isTagged = $isTagged;
     $this->videoTypes = $videoTypes;
     $this->expandingDirections = $expandingDirections;
     $this->name = $name;
     $this->dimensions = $dimensions;
     $this->snippet = $snippet;
     $this->impressionBeaconUrl = $impressionBeaconUrl;
     $this->adDuration = $adDuration;
     $this->certifiedVendorFormatId = $certifiedVendorFormatId;
     $this->sourceUrl = $sourceUrl;
     $this->richMediaAdType = $richMediaAdType;
     $this->adAttributes = $adAttributes;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
 public function __construct($isCookieTargeted = NULL, $isUserInterestTargeted = NULL, $isTagged = NULL, $videoTypes = NULL, $name = NULL, $dimensions = NULL, $snippet = NULL, $impressionBeaconUrl = NULL, $certifiedVendorFormatId = NULL, $id = NULL, $url = NULL, $displayUrl = NULL, $approvalStatus = NULL, $disapprovalReasons = NULL, $trademarkDisapproved = NULL, $AdType = NULL)
 {
     if (get_parent_class('ThirdPartyRedirectAd')) {
         parent::__construct();
     }
     $this->isCookieTargeted = $isCookieTargeted;
     $this->isUserInterestTargeted = $isUserInterestTargeted;
     $this->isTagged = $isTagged;
     $this->videoTypes = $videoTypes;
     $this->name = $name;
     $this->dimensions = $dimensions;
     $this->snippet = $snippet;
     $this->impressionBeaconUrl = $impressionBeaconUrl;
     $this->certifiedVendorFormatId = $certifiedVendorFormatId;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->approvalStatus = $approvalStatus;
     $this->disapprovalReasons = $disapprovalReasons;
     $this->trademarkDisapproved = $trademarkDisapproved;
     $this->AdType = $AdType;
 }
 public function __construct($isCookieTargeted = NULL, $isUserInterestTargeted = NULL, $isTagged = NULL, $videoTypes = NULL, $expandingDirections = NULL, $name = NULL, $dimensions = NULL, $snippet = NULL, $impressionBeaconUrl = NULL, $adDuration = NULL, $certifiedVendorFormatId = NULL, $sourceUrl = NULL, $richMediaAdType = NULL, $id = NULL, $url = NULL, $displayUrl = NULL, $disapprovalReasons = NULL, $AdType = NULL)
 {
     if (get_parent_class('ThirdPartyRedirectAd')) {
         parent::__construct();
     }
     $this->isCookieTargeted = $isCookieTargeted;
     $this->isUserInterestTargeted = $isUserInterestTargeted;
     $this->isTagged = $isTagged;
     $this->videoTypes = $videoTypes;
     $this->expandingDirections = $expandingDirections;
     $this->name = $name;
     $this->dimensions = $dimensions;
     $this->snippet = $snippet;
     $this->impressionBeaconUrl = $impressionBeaconUrl;
     $this->adDuration = $adDuration;
     $this->certifiedVendorFormatId = $certifiedVendorFormatId;
     $this->sourceUrl = $sourceUrl;
     $this->richMediaAdType = $richMediaAdType;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->disapprovalReasons = $disapprovalReasons;
     $this->AdType = $AdType;
 }