Inheritance: extends HasDestinationUrlCreative
Exemplo n.º 1
0
 public function __construct($companionCreativeIds = null, $trackingUrls = null, $customParameters = null, $duration = null, $vastPreviewUrl = null, $overrideSize = null, $primaryImageAsset = null)
 {
     parent::__construct();
     $this->companionCreativeIds = $companionCreativeIds;
     $this->trackingUrls = $trackingUrls;
     $this->customParameters = $customParameters;
     $this->duration = $duration;
     $this->vastPreviewUrl = $vastPreviewUrl;
     $this->overrideSize = $overrideSize;
     $this->primaryImageAsset = $primaryImageAsset;
 }
Exemplo n.º 2
0
 public function __construct($companionCreativeIds = null, $trackingUrls = null, $customParameters = null, $duration = null, $imageName = null, $imageByteArray = null, $overrideSize = null, $assetSize = null, $imageUrl = null)
 {
     parent::__construct();
     $this->companionCreativeIds = $companionCreativeIds;
     $this->trackingUrls = $trackingUrls;
     $this->customParameters = $customParameters;
     $this->duration = $duration;
     $this->imageName = $imageName;
     $this->imageByteArray = $imageByteArray;
     $this->overrideSize = $overrideSize;
     $this->assetSize = $assetSize;
     $this->imageUrl = $imageUrl;
 }
 public function __construct($companionCreativeIds = NULL, $trackingUrls = NULL, $customParameters = NULL, $duration = NULL, $imageName = NULL, $imageByteArray = NULL, $overrideSize = NULL, $assetSize = NULL, $imageUrl = NULL, $destinationUrl = NULL, $advertiserId = NULL, $id = NULL, $name = NULL, $size = NULL, $previewUrl = NULL, $appliedLabels = NULL, $lastModifiedDateTime = NULL, $customFieldValues = NULL, $CreativeType = NULL)
 {
     parent::__construct();
     $this->companionCreativeIds = $companionCreativeIds;
     $this->trackingUrls = $trackingUrls;
     $this->customParameters = $customParameters;
     $this->duration = $duration;
     $this->imageName = $imageName;
     $this->imageByteArray = $imageByteArray;
     $this->overrideSize = $overrideSize;
     $this->assetSize = $assetSize;
     $this->imageUrl = $imageUrl;
     $this->destinationUrl = $destinationUrl;
     $this->advertiserId = $advertiserId;
     $this->id = $id;
     $this->name = $name;
     $this->size = $size;
     $this->previewUrl = $previewUrl;
     $this->appliedLabels = $appliedLabels;
     $this->lastModifiedDateTime = $lastModifiedDateTime;
     $this->customFieldValues = $customFieldValues;
     $this->CreativeType = $CreativeType;
 }
Exemplo n.º 4
0
 public function __construct($imageName = NULL, $imageByteArray = NULL, $overrideSize = NULL, $assetSize = NULL, $imageUrl = NULL, $destinationUrl = NULL, $advertiserId = NULL, $id = NULL, $name = NULL, $size = NULL, $previewUrl = NULL, $CreativeType = NULL)
 {
     if (get_parent_class('ImageCreative')) {
         parent::__construct();
     }
     $this->imageName = $imageName;
     $this->imageByteArray = $imageByteArray;
     $this->overrideSize = $overrideSize;
     $this->assetSize = $assetSize;
     $this->imageUrl = $imageUrl;
     $this->destinationUrl = $destinationUrl;
     $this->advertiserId = $advertiserId;
     $this->id = $id;
     $this->name = $name;
     $this->size = $size;
     $this->previewUrl = $previewUrl;
     $this->CreativeType = $CreativeType;
 }