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

Class: AdGroupBids

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

Class Overview


Represents bids at the adgroup level, which could be of different subtypes based on campaign's bidding strategy.


Variables

Methods


Child classes:

BudgetOptimizerAdGroupBids
Adgroup level bids used in budget optimizer bidding strategy.
ConversionOptimizerAdGroupBids
Adgroup level bids used in conversion optimizer bidding strategy.
ManualCPCAdGroupBids
Adgroup level bids used in manual CPC bidding strategy.
ManualCPMAdGroupBids
Adgroup level bids used in manual CPM bidding strategy.

Class Details

[line 412]
Represents bids at the adgroup level, which could be of different subtypes based on campaign's bidding strategy.



[ Top ]


Class Variables

$AdGroupBidsType =

[line 417]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 467]

AdGroupBids __construct( [ $AdGroupBidsType = NULL])



Tags:

access:  public


Overridden in child classes as:

BudgetOptimizerAdGroupBids::__construct()
ConversionOptimizerAdGroupBids::__construct()
ManualCPCAdGroupBids::__construct()
ManualCPMAdGroupBids::__construct()

Parameters:

   $AdGroupBidsType  

[ Top ]

method getNamespace [line 455]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

BudgetOptimizerAdGroupBids::getNamespace()
Gets the namesapce of this class
ConversionOptimizerAdGroupBids::getNamespace()
Gets the namesapce of this class
ManualCPCAdGroupBids::getNamespace()
Gets the namesapce of this class
ManualCPMAdGroupBids::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 447]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 463]

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:

BudgetOptimizerAdGroupBids::getXsiTypeName()
Gets the xsi:type name of this class
ConversionOptimizerAdGroupBids::getXsiTypeName()
Gets the xsi:type name of this class
ManualCPCAdGroupBids::getXsiTypeName()
Gets the xsi:type name of this class
ManualCPMAdGroupBids::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 435]

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

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