GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: AdGroupCriterion

Source Location: /AdWords/v201008/cm/BulkMutateJobService.php

Class Overview


Represents a criterion in an ad group, used with AdGroupCriterionService.


Variables

Methods


Child classes:

BiddableAdGroupCriterion
A biddable (positive) criterion in an adgroup.
NegativeAdGroupCriterion
A negative criterion in an adgroup.

Class Details

[line 492]
Represents a criterion in an ad group, used with AdGroupCriterionService.



[ Top ]


Class Variables

$AdGroupCriterionType =

[line 509]



Tags:

access:  public

Type:   string


[ Top ]

$adGroupId =

[line 497]



Tags:

access:  public

Type:   integer


[ Top ]

$criterion =

[line 503]



Tags:

access:  public

Type:   Criterion


[ Top ]



Class Methods


constructor __construct [line 559]

AdGroupCriterion __construct( [ $adGroupId = NULL], [ $criterion = NULL], [ $AdGroupCriterionType = NULL])



Tags:

access:  public


Overridden in child classes as:

BiddableAdGroupCriterion::__construct()
NegativeAdGroupCriterion::__construct()

Parameters:

   $adGroupId  
   $criterion  
   $AdGroupCriterionType  

[ Top ]

method getNamespace [line 547]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

BiddableAdGroupCriterion::getNamespace()
Gets the namesapce of this class
NegativeAdGroupCriterion::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 539]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 555]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overridden in child classes as:

BiddableAdGroupCriterion::getXsiTypeName()
Gets the xsi:type name of this class
NegativeAdGroupCriterion::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 527]

mixed __get( $var $var)

Provided for getting non-php-standard named variables



Tags:

return:  Variable value
access:  public


Parameters:

$var   $var   Variable name to get.

[ Top ]

method __set [line 520]

void __set( $var $var, $value $value)

Provided for setting non-php-standard named variables



Tags:

access:  public


Parameters:

$var   $var   Variable name to set
$value   $value   Value to set

[ Top ]


Documentation generated by phpDocumentor 1.4.3