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

Class: AdGroupBids

Source Location: /AdWords/v201008/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.
PercentCPAAdGroupBids
AdGroup level bids used in percent CPA bidding strategy.

Class Details

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



[ Top ]


Class Variables

$AdGroupBidsType =

[line 432]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 482]

AdGroupBids __construct( [ $AdGroupBidsType = NULL])



Tags:

access:  public


Overridden in child classes as:

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

Parameters:

   $AdGroupBidsType  

[ Top ]

method getNamespace [line 470]

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

[ Top ]

method getParameterMap [line 462]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 478]

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

[ Top ]

method __get [line 450]

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

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