PHP Class UniversalAppCampaignSetting, googleads-php-lib

This setting is required for Campaigns with advertising channel subtype UNIVERSAL_APP_CAMPAIGN and can only be attached to such Campaigns.
Inheritance: extends Setting
Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$adsPolicyDecisions UniversalAppCampaignAdsPolicyDecisions[]
$appId string
$description1 string
$description2 string
$description3 string
$description4 string
$imageMediaIds integer[]
$imageMediaIdsOps ListOperations
$universalAppBiddingStrategyGoalType tnsUniversalAppBiddingStrategyGoalType
$youtubeVideoMediaIds integer[]
$youtubeVideoMediaIdsOps ListOperations

Public Methods

Method Description
__construct ( $appId = null, $description1 = null, $description2 = null, $description3 = null, $description4 = null, $youtubeVideoMediaIds = null, $imageMediaIds = null, $universalAppBiddingStrategyGoalType = null, $youtubeVideoMediaIdsOps = null, $imageMediaIdsOps = null, $adsPolicyDecisions = null, $SettingType = 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 ( $appId = null, $description1 = null, $description2 = null, $description3 = null, $description4 = null, $youtubeVideoMediaIds = null, $imageMediaIds = null, $universalAppBiddingStrategyGoalType = null, $youtubeVideoMediaIdsOps = null, $imageMediaIdsOps = null, $adsPolicyDecisions = null, $SettingType = 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

$adsPolicyDecisions public_oe property

public UniversalAppCampaignAdsPolicyDecisions[] $adsPolicyDecisions
return UniversalAppCampaignAdsPolicyDecisions[]

$appId public_oe property

public string $appId
return string

$description1 public_oe property

public string $description1
return string

$description2 public_oe property

public string $description2
return string

$description3 public_oe property

public string $description3
return string

$description4 public_oe property

public string $description4
return string

$imageMediaIds public_oe property

public integer[] $imageMediaIds
return integer[]

$imageMediaIdsOps public_oe property

public ListOperations $imageMediaIdsOps
return ListOperations

$universalAppBiddingStrategyGoalType public_oe property

public tnsUniversalAppBiddingStrategyGoalType $universalAppBiddingStrategyGoalType
return tnsUniversalAppBiddingStrategyGoalType

$youtubeVideoMediaIds public_oe property

public integer[] $youtubeVideoMediaIds
return integer[]

$youtubeVideoMediaIdsOps public_oe property

public ListOperations $youtubeVideoMediaIdsOps
return ListOperations