Class awAdExtensionOverride

Description

Represents an ad level ad extension override. An ad extension override specifies the ad extension that must be used if the ad is served with any ad extension data.

Located in /classes/cm/AdExtensionOverride.php

awComplexObject
   |
   --awAdExtensionOverride
Variable Summary
Variables
awAdExtension $adExtension

The override ad extension

<span class="constraint Required">This field is required and should not be {@code null}.</span>

long $adId

ID of the ad being overridden by adExtension

<span class="constraint Required">This field is required and should not be {@code null}.</span>

string $approvalStatus

Approval status

<span class="constraint ReadOnly">This field is read only and should not be set.</span>

  • var: awAdExtensionOverride.ApprovalStatus
awOverrideInfo $overrideInfo

Additional extension override info to augment the ad extension override.

If none is specified, default settings will be used.

Stats for the ad extension override

<span class="constraint ReadOnly">This field is read only and should not be set.</span>

string $status

Status of ad extension override at the ad level. The status will start

ACTIVE on add and will become DELETED on remove (ie. cannot modify status) <span class="constraint ReadOnly">This field is read only and should not be set.</span>

  • var: awAdExtensionOverride.Status
mixed $_checkFields = array(
'adExtension' => array(
'objName' => 'awAdExtension',
'type' => 'obj'
),'overrideInfo'=>array('objName'=>'awOverrideInfo','type'=>'obj'),'stats'=>array('objName'=>'awAdExtensionOverrideStats','type'=>'obj'),)
  • access: public

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

Documentation generated on Thu, 15 Apr 2010 19:06:05 +0300 by phpDocumentor 1.4.3