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

Class: BidLandscape

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

Class Overview


Represents data about a bid landscape for an ad group or criterion.


Variables

Methods


Child classes:

AdGroupBidLandscape
Represents data about a bidlandscape for an adroup.
CriterionBidLandscape
The bid landscape for a criterion. A bid landscape estimates how a a criterion will perform based on different bid amounts.

Class Details

[line 584]
Represents data about a bid landscape for an ad group or criterion.



[ Top ]


Class Variables

$adGroupId =

[line 595]



Tags:

access:  public

Type:   integer


[ Top ]

$BidLandscapeType =

[line 619]



Tags:

access:  public

Type:   string


[ Top ]

$campaignId =

[line 589]



Tags:

access:  public

Type:   integer


[ Top ]

$endDate =

[line 607]



Tags:

access:  public

Type:   string


[ Top ]

$landscapePoints =

[line 613]



Tags:

access:  public

Type:   BidLandscapeLandscapePoint[]


[ Top ]

$startDate =

[line 601]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 669]

BidLandscape __construct( [ $campaignId = NULL], [ $adGroupId = NULL], [ $startDate = NULL], [ $endDate = NULL], [ $landscapePoints = NULL], [ $BidLandscapeType = NULL])



Tags:

access:  public


Overridden in child classes as:

AdGroupBidLandscape::__construct()
CriterionBidLandscape::__construct()

Parameters:

   $campaignId  
   $adGroupId  
   $startDate  
   $endDate  
   $landscapePoints  
   $BidLandscapeType  

[ Top ]

method getNamespace [line 657]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

AdGroupBidLandscape::getNamespace()
Gets the namesapce of this class
CriterionBidLandscape::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 649]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 665]

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:

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

[ Top ]

method __get [line 637]

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

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