PHP Class CampaignEstimateRequest, googleads-php-lib

Returns traffic estimates for the requested set of campaigns. The campaigns can be all new or all existing, or a mixture of new and existing. Only existing campaigns may contain estimates for existing ad groups.

For existing campaigns, the campaign and optionally the ad group will be used as context to produce more accurate estimates. Traffic estimates may only be requested on keywords, so regardless of whether campaign and ad group IDs are provided or left blank, at least one keyword is required to estimate traffic.

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

Inheritance: extends EstimateRequest
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$adGroupEstimateRequests AdGroupEstimateRequest[]
$campaignId integer
$criteria Criterion[]
$dailyBudget Money
$networkSetting NetworkSetting

Méthodes publiques

Méthode Description
__construct ( $campaignId = null, $adGroupEstimateRequests = null, $criteria = null, $networkSetting = null, $dailyBudget = 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 méthode

public __construct ( $campaignId = null, $adGroupEstimateRequests = null, $criteria = null, $networkSetting = null, $dailyBudget = null, $EstimateRequestType = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$adGroupEstimateRequests public_oe property

public AdGroupEstimateRequest[] $adGroupEstimateRequests
Résultat AdGroupEstimateRequest[]

$campaignId public_oe property

public int $campaignId
Résultat integer

$criteria public_oe property

public Criterion[] $criteria
Résultat Criterion[]

$dailyBudget public_oe property

public Money $dailyBudget
Résultat Money

$networkSetting public_oe property

public NetworkSetting $networkSetting
Résultat NetworkSetting