Class awImageAd

Description

Represents an ImageAd.

Located in /classes/cm/ImageAd.php

awComplexObject
   |
   --awAd
      |
      --awImageAd
Variable Summary
Method Summary
 void getRow ()
Variables
long $adToCopyImageFrom

For ADD operations only: use this field to specify an existing image ad to copy the image from, in which case the "image" field can be left empty. This is the preferred way of copying images over re-uploading the same image.

<span class="constraint ReadOnly">This field is read only and should not be set for following Operators : SET, REMOVE. If this field is sent to the API, it will be ignored.</span>

awImage $image

The image data for the ad

string $name

The name label for this ad

<span class="constraint Selectable">This field can be selected using the value "ImageCreativeName".</span><span class="constraint Filterable">This field can be filtered on.</span> <span class="constraint Required">This field is required and should not be {@code null}.</span>

mixed $_checkFields = array(
'image' => array(
'objName' => 'awImage',
'type' => 'obj'
),)
  • access: public

Redefinition of:
awComplexObject::$_checkFields

Inherited Variables

Inherited from awAd

awAd::$approvalStatus
awAd::$disapprovalReasons
awAd::$displayUrl
awAd::$id
awAd::$trademarkDisapproved
awAd::$url

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

Documentation generated on Fri, 23 Mar 2012 13:44:00 +0200 by phpDocumentor 1.4.3