PHP Class AdGroup, googleads-php-lib

Datei anzeigen Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$baseAdGroupId integer
$baseCampaignId integer
$biddingStrategyConfiguration BiddingStrategyConfiguration
$campaignId integer
$campaignName string
$contentBidCriterionTypeGroup tnsCriterionTypeGroup
$experimentData AdGroupExperimentData
$forwardCompatibilityMap String_StringMapEntry[]
$id integer
$labels Label[]
$name string
$settings Setting[]
$status tnsAdGroupStatus
$trackingUrlTemplate string
$urlCustomParameters CustomParameters

Public Methods

Method Description
__construct ( $id = null, $campaignId = null, $campaignName = null, $name = null, $status = null, $settings = null, $labels = null, $forwardCompatibilityMap = null, $biddingStrategyConfiguration = null, $contentBidCriterionTypeGroup = null, $baseCampaignId = null, $baseAdGroupId = null, $trackingUrlTemplate = null, $urlCustomParameters = null )
__construct ( $id = null, $campaignId = null, $campaignName = null, $name = null, $status = null, $settings = null, $experimentData = null, $labels = null, $forwardCompatibilityMap = null, $biddingStrategyConfiguration = null, $contentBidCriterionTypeGroup = null, $baseCampaignId = null, $baseAdGroupId = null, $trackingUrlTemplate = null, $urlCustomParameters = 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 ( $id = null, $campaignId = null, $campaignName = null, $name = null, $status = null, $settings = null, $labels = null, $forwardCompatibilityMap = null, $biddingStrategyConfiguration = null, $contentBidCriterionTypeGroup = null, $baseCampaignId = null, $baseAdGroupId = null, $trackingUrlTemplate = null, $urlCustomParameters = null )

__construct() public method

public __construct ( $id = null, $campaignId = null, $campaignName = null, $name = null, $status = null, $settings = null, $experimentData = null, $labels = null, $forwardCompatibilityMap = null, $biddingStrategyConfiguration = null, $contentBidCriterionTypeGroup = null, $baseCampaignId = null, $baseAdGroupId = null, $trackingUrlTemplate = null, $urlCustomParameters = 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

$baseAdGroupId public_oe property

public int $baseAdGroupId
return integer

$baseCampaignId public_oe property

public int $baseCampaignId
return integer

$biddingStrategyConfiguration public_oe property

public BiddingStrategyConfiguration $biddingStrategyConfiguration
return BiddingStrategyConfiguration

$campaignId public_oe property

public int $campaignId
return integer

$campaignName public_oe property

public string $campaignName
return string

$contentBidCriterionTypeGroup public_oe property

public tnsCriterionTypeGroup $contentBidCriterionTypeGroup
return tnsCriterionTypeGroup

$experimentData public_oe property

public AdGroupExperimentData $experimentData
return AdGroupExperimentData

$forwardCompatibilityMap public_oe property

public String_StringMapEntry[] $forwardCompatibilityMap
return String_StringMapEntry[]

$id public_oe property

public int $id
return integer

$labels public_oe property

public Label[] $labels
return Label[]

$name public_oe property

public string $name
return string

$settings public_oe property

public Setting[] $settings
return Setting[]

$status public_oe property

public tnsAdGroupStatus $status
return tnsAdGroupStatus

$trackingUrlTemplate public_oe property

public string $trackingUrlTemplate
return string

$urlCustomParameters public_oe property

public CustomParameters $urlCustomParameters
return CustomParameters