Class awAdGroupAdSelector

Description

Specifies criteria for selecting a set of AdGroupAds for the account.

Located in /classes/cm/AdGroupAdSelector.php

awComplexObject
   |
   --awAdGroupAdSelector
Variable Summary
Variables
long[] $adGroupIds

Ads returned will be from adgroups whose ids are included in this list.

An empty list means there are no adgroup restrictions when selecting AdGroupAds. <span class="constraint ContentsDistinct">This field must contain distinct elements.</span> <span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span>

long[] $adIds

Ads returned will be from ads whose ids are included in this list.

An empty list means there are no ad id restrictions when selecting AdGroupAds. <span class="constraint ContentsDistinct">This field must contain distinct elements.</span> <span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span>

long[] $campaignIds

Ads returned will be from campaigns whose ids are included in this list.

An empty list means there are no campaign restrictions when selecting AdGroupAds. <span class="constraint ContentsDistinct">This field must contain distinct elements.</span> <span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span>

awPaging $paging

Specifies paging specific parameters for paging the return list.

awAdStatsSelector $statsSelector

Indicates to have stats returned along with the ad.

mixed $_checkFields = array(
'statsSelector' => array(
'objName' => 'awAdStatsSelector',
'type' => 'obj'
),'paging'=>array('objName'=>'awPaging','type'=>'obj'),)
  • access: public

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

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