Class awAdGroupAd

Description

Represents an ad in an ad group.

Located in /classes/cm/AdGroupAd.php

awComplexObject
   |
   --awAdGroupAd
Variable Summary
Variables
awAd $ad

The contents of the ad itself.

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

long $adGroupId

The id of the adgroup containing this ad.

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

awAdStats $stats

Statistics about this ad.

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

string $status

The status of the ad.

<span class="constraint Required">This field is required and should not be {@code null} when it is contained within Operators : SET.</span>

  • var: awAdGroupAd.Status
mixed $_checkFields = array(
'ad' => array(
'objName' => 'awAd',
'type' => 'obj'
),'stats'=>array('objName'=>'awAdStats','type'=>'obj'),)
  • access: public

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

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