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

Class: BiddingStrategy

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

Class Overview


A campaign's bidding strategy, such as manual CPC, manual CPM, budget optimizer, etc.


Variables

Methods


Child classes:

BudgetOptimizer
In budget optimizer, Google automatically places bids for the user based on their daily/monthly budget.
ConversionOptimizer
Conversion optimizer bidding strategy.
ManualCPC
Manual click based bidding where user pays per click.
ManualCPM
Manual impression based bidding where user pays per thousand impressions.

Class Details

[line 1490]
A campaign's bidding strategy, such as manual CPC, manual CPM, budget optimizer, etc.



[ Top ]


Class Variables

$BiddingStrategyType =

[line 1495]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 1545]

BiddingStrategy __construct( [ $BiddingStrategyType = NULL])



Tags:

access:  public


Overridden in child classes as:

BudgetOptimizer::__construct()
ConversionOptimizer::__construct()
ManualCPC::__construct()
ManualCPM::__construct()

Parameters:

   $BiddingStrategyType  

[ Top ]

method getNamespace [line 1533]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

BudgetOptimizer::getNamespace()
Gets the namesapce of this class
ConversionOptimizer::getNamespace()
Gets the namesapce of this class
ManualCPC::getNamespace()
Gets the namesapce of this class
ManualCPM::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 1525]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 1541]

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:

BudgetOptimizer::getXsiTypeName()
Gets the xsi:type name of this class
ConversionOptimizer::getXsiTypeName()
Gets the xsi:type name of this class
ManualCPC::getXsiTypeName()
Gets the xsi:type name of this class
ManualCPM::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 1513]

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

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