PHP Class CampaignChangeData, googleads-php-lib

Mostrar archivo Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$addedCampaignCriteria integer[]
$campaignChangeStatus tnsChangeStatus
$campaignId integer
$changedAdGroups AdGroupChangeData[]
$changedFeeds integer[]
$removedCampaignCriteria integer[]
$removedFeeds integer[]

Public Methods

Method Description
__construct ( $campaignId = null, $campaignChangeStatus = null, $changedAdGroups = null, $addedCampaignCriteria = null, $removedCampaignCriteria = null, $changedFeeds = null, $removedFeeds = 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 ( $campaignId = null, $campaignChangeStatus = null, $changedAdGroups = null, $addedCampaignCriteria = null, $removedCampaignCriteria = null, $changedFeeds = null, $removedFeeds = 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

$addedCampaignCriteria public_oe property

public integer[] $addedCampaignCriteria
return integer[]

$campaignChangeStatus public_oe property

public tnsChangeStatus $campaignChangeStatus
return tnsChangeStatus

$campaignId public_oe property

public int $campaignId
return integer

$changedAdGroups public_oe property

public AdGroupChangeData[] $changedAdGroups
return AdGroupChangeData[]

$changedFeeds public_oe property

public integer[] $changedFeeds
return integer[]

$removedCampaignCriteria public_oe property

public integer[] $removedCampaignCriteria
return integer[]

$removedFeeds public_oe property

public integer[] $removedFeeds
return integer[]