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

Class: EstimateRequest

Source Location: /AdWords/v201008/o/TrafficEstimatorService.php

Class Overview


Abstract class representing a request to estimate stats.


Variables

Methods


Child classes:

KeywordEstimateRequest
Represents a keyword to be estimated.
AdGroupEstimateRequest
Represents an ad group that will be estimated. Ad groups may be all new or all existing, or a mixture of new and existing. Only existing campaigns can contain estimates for existing ad groups.
CampaignEstimateRequest
Represents a campaign that will be estimated.<p>

Class Details

[line 3365]
Abstract class representing a request to estimate stats.



[ Top ]


Class Variables

$EstimateRequestType =

[line 3370]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 3420]

EstimateRequest __construct( [ $EstimateRequestType = NULL])



Tags:

access:  public


Overridden in child classes as:

KeywordEstimateRequest::__construct()
AdGroupEstimateRequest::__construct()
CampaignEstimateRequest::__construct()

Parameters:

   $EstimateRequestType  

[ Top ]

method getNamespace [line 3408]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

KeywordEstimateRequest::getNamespace()
Gets the namesapce of this class
AdGroupEstimateRequest::getNamespace()
Gets the namesapce of this class
CampaignEstimateRequest::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 3400]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 3416]

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:

KeywordEstimateRequest::getXsiTypeName()
Gets the xsi:type name of this class
AdGroupEstimateRequest::getXsiTypeName()
Gets the xsi:type name of this class
CampaignEstimateRequest::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 3388]

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

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