PHP Class BiddableAdGroupCriterion, googleads-php-lib

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

Public Properties

Property Type Description
$approvalStatus tnsApprovalStatus
$bidModifier double
$biddingStrategyConfiguration BiddingStrategyConfiguration
$destinationUrl string
$disapprovalReasons string[]
$experimentData BiddableAdGroupCriterionExperimentData
$finalAppUrls AppUrlList
$finalMobileUrls UrlList
$finalUrls UrlList
$firstPageCpc Bid
$firstPositionCpc Bid
$qualityInfo QualityInfo
$systemServingStatus tnsSystemServingStatus
$topOfPageCpc Bid
$trackingUrlTemplate string
$urlCustomParameters CustomParameters
$userStatus tnsUserStatus

Public Methods

Method Description
__construct ( $userStatus = null, $systemServingStatus = null, $approvalStatus = null, $disapprovalReasons = null, $destinationUrl = null, $firstPageCpc = null, $topOfPageCpc = null, $firstPositionCpc = null, $qualityInfo = null, $biddingStrategyConfiguration = null, $bidModifier = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $adGroupId = null, $criterionUse = null, $criterion = null, $labels = null, $forwardCompatibilityMap = null, $baseCampaignId = null, $baseAdGroupId = null, $AdGroupCriterionType = null )
__construct ( $userStatus = null, $systemServingStatus = null, $approvalStatus = null, $disapprovalReasons = null, $destinationUrl = null, $experimentData = null, $firstPageCpc = null, $topOfPageCpc = null, $firstPositionCpc = null, $qualityInfo = null, $biddingStrategyConfiguration = null, $bidModifier = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $adGroupId = null, $criterionUse = null, $criterion = null, $labels = null, $forwardCompatibilityMap = null, $baseCampaignId = null, $baseAdGroupId = null, $AdGroupCriterionType = 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 ( $userStatus = null, $systemServingStatus = null, $approvalStatus = null, $disapprovalReasons = null, $destinationUrl = null, $firstPageCpc = null, $topOfPageCpc = null, $firstPositionCpc = null, $qualityInfo = null, $biddingStrategyConfiguration = null, $bidModifier = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $adGroupId = null, $criterionUse = null, $criterion = null, $labels = null, $forwardCompatibilityMap = null, $baseCampaignId = null, $baseAdGroupId = null, $AdGroupCriterionType = null )

__construct() public method

public __construct ( $userStatus = null, $systemServingStatus = null, $approvalStatus = null, $disapprovalReasons = null, $destinationUrl = null, $experimentData = null, $firstPageCpc = null, $topOfPageCpc = null, $firstPositionCpc = null, $qualityInfo = null, $biddingStrategyConfiguration = null, $bidModifier = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $adGroupId = null, $criterionUse = null, $criterion = null, $labels = null, $forwardCompatibilityMap = null, $baseCampaignId = null, $baseAdGroupId = null, $AdGroupCriterionType = 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

$approvalStatus public property

public tnsApprovalStatus $approvalStatus
return tnsApprovalStatus

$bidModifier public property

public double $bidModifier
return double

$biddingStrategyConfiguration public property

public BiddingStrategyConfiguration $biddingStrategyConfiguration
return BiddingStrategyConfiguration

$destinationUrl public property

public string $destinationUrl
return string

$disapprovalReasons public property

public string[] $disapprovalReasons
return string[]

$experimentData public property

public BiddableAdGroupCriterionExperimentData $experimentData
return BiddableAdGroupCriterionExperimentData

$finalAppUrls public property

public AppUrlList $finalAppUrls
return AppUrlList

$finalMobileUrls public property

public UrlList $finalMobileUrls
return UrlList

$finalUrls public property

public UrlList $finalUrls
return UrlList

$firstPageCpc public property

public Bid $firstPageCpc
return Bid

$firstPositionCpc public property

public Bid $firstPositionCpc
return Bid

$qualityInfo public property

public QualityInfo $qualityInfo
return QualityInfo

$systemServingStatus public property

public tnsSystemServingStatus $systemServingStatus
return tnsSystemServingStatus

$topOfPageCpc public property

public Bid $topOfPageCpc
return Bid

$trackingUrlTemplate public property

public string $trackingUrlTemplate
return string

$urlCustomParameters public property

public CustomParameters $urlCustomParameters
return CustomParameters

$userStatus public property

public tnsUserStatus $userStatus
return tnsUserStatus