Class awTargetingIdeaSelector

Description

A descriptor for finding TargetingIdeas that match the specified criteria.

Located in /classes/o/TargetingIdeaSelector.php

awComplexObject
   |
   --awTargetingIdeaSelector
Variable Summary
Variables
string $currencyCode

The currency code to be used for all monetary values returned in results in ISO format (see http://code.google.com/apis/adwords/docs/developer/adwords_api_currency.html for supported currencies). The default is "USD" (US dollars).

string $ideaType

Limits the request to responses of this IdeaType, e.g. {@code KEYWORDS} or {@code PLACEMENTS}.

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

  • var: awIdeaType
string $localeCode

The locale code (for example "en_US") used for localizing strings, controlling numeric formatting, and the like. See RFC 3066 for information on the format used.

awPaging $paging

A Paging object that specifies the desired starting index and number of results to return.

string[] $requestedAttributeTypes

Request Attributes and associated data for this set of Types.

An empty set indicates a request for com.google.ads.api.services.common.optimization.attributes.KeywordAttribute, com.google.ads.api.services.common.optimization.attributes.PlacementAttribute, and IdeaType. <span class="constraint ContentsDistinct">This field must contain distinct elements.</span> <span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span>

  • var: awAttributeType
string $requestType

Specifies the RequestType, e.g. {@code IDEAS} or {@code STATS}.

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

  • var: awRequestType
awSearchParameter[] $searchParameters

Search for targeting ideas based on these search rules.

An empty set indicates this selector is valid for selecting metadata with default parameters. <span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span> <span class="constraint DistinctTypes">Elements in this field must have distinct types.</span> <span class="constraint Required">This field is required and should not be {@code null}.</span>

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

Redefinition of:
awComplexObject::$_checkFields

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

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