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

Class: BiddingStrategy

Source Location: /AdWords/v201008/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.
PercentCPA
Percentage CPA based bidding where user pays a percent of conversions.

Class Details

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



[ Top ]


Class Variables

$BiddingStrategyType =

[line 1836]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 1886]

BiddingStrategy __construct( [ $BiddingStrategyType = NULL])



Tags:

access:  public


Overridden in child classes as:

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

Parameters:

   $BiddingStrategyType  

[ Top ]

method getNamespace [line 1874]

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
PercentCPA::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 1866]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 1882]

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
PercentCPA::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 1854]

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

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