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

Class: CampaignCriterion

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

Class Overview


Represents a campaign level criterion (either keyword or placement).


Variables

Methods


Child classes:

NegativeCampaignCriterion
A negative campaign criterion.

Class Details

[line 2678]
Represents a campaign level criterion (either keyword or placement).



[ Top ]


Class Variables

$CampaignCriterionType =

[line 2695]



Tags:

access:  public

Type:   string


[ Top ]

$campaignId =

[line 2683]



Tags:

access:  public

Type:   integer


[ Top ]

$criterion =

[line 2689]



Tags:

access:  public

Type:   Criterion


[ Top ]



Class Methods


constructor __construct [line 2745]

CampaignCriterion __construct( [ $campaignId = NULL], [ $criterion = NULL], [ $CampaignCriterionType = NULL])



Tags:

access:  public


Overridden in child classes as:

NegativeCampaignCriterion::__construct()

Parameters:

   $campaignId  
   $criterion  
   $CampaignCriterionType  

[ Top ]

method getNamespace [line 2733]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

NegativeCampaignCriterion::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 2725]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 2741]

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:

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

[ Top ]

method __get [line 2713]

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 2706]

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