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

Class: AdGroupEstimateRequest

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

Class Overview

EstimateRequest
   |
   --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.


Variables

Methods


Inherited Variables

Inherited Methods

Class: EstimateRequest

EstimateRequest::__construct()
EstimateRequest::getNamespace()
Gets the namesapce of this class
EstimateRequest::getParameterMap()
Provided for getting non-php-standard named variables
EstimateRequest::getXsiTypeName()
Gets the xsi:type name of this class
EstimateRequest::__get()
Provided for getting non-php-standard named variables
EstimateRequest::__set()
Provided for setting non-php-standard named variables

Class Details

[line 4584]
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.

To make a keyword estimates request in which estimates do not consider existing account information (e.g. historical ad group performance), set both #adGroupId and the enclosing CampaignEstimateRequest's {@code campaignId} to {@code null}.

For more details on usage, refer to document at CampaignEstimateRequest.




[ Top ]


Class Variables

$adGroupId =

[line 4589]



Tags:

access:  public

Type:   integer


[ Top ]

$keywordEstimateRequests =

[line 4595]



Tags:

access:  public

Type:   KeywordEstimateRequest[]


[ Top ]

$maxCpc =

[line 4601]



Tags:

access:  public

Type:   Money


[ Top ]



Class Methods


constructor __construct [line 4619]

AdGroupEstimateRequest __construct( [ $adGroupId = NULL], [ $keywordEstimateRequests = NULL], [ $maxCpc = NULL], [ $EstimateRequestType = NULL])



Tags:

access:  public


Overrides EstimateRequest::__construct() (parent method not documented)

Parameters:

   $adGroupId  
   $keywordEstimateRequests  
   $maxCpc  
   $EstimateRequestType  

[ Top ]

method getNamespace [line 4607]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overrides EstimateRequest::getNamespace() (Gets the namesapce of this class)

[ Top ]

method getXsiTypeName [line 4615]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overrides EstimateRequest::getXsiTypeName() (Gets the xsi:type name of this class)

[ Top ]


Documentation generated by phpDocumentor 1.4.3