PHP Class AdGroupEstimateRequest, googleads-php-lib

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

For more details on usage, refer to document at {@link CampaignEstimateRequest}.

Inheritance: extends EstimateRequest
Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$adGroupId integer
$keywordEstimateRequests KeywordEstimateRequest[]
$maxCpc Money

Public Methods

Method Description
__construct ( $adGroupId = null, $keywordEstimateRequests = null, $maxCpc = null, $EstimateRequestType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $adGroupId = null, $keywordEstimateRequests = null, $maxCpc = null, $EstimateRequestType = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$adGroupId public property

public int $adGroupId
return integer

$keywordEstimateRequests public property

public KeywordEstimateRequest[] $keywordEstimateRequests
return KeywordEstimateRequest[]

$maxCpc public property

public Money $maxCpc
return Money