PHP Class ContentTargeting, googleads-php-lib

Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$excludedContentIds integer[]
$excludedContentMetadata ContentMetadataKeyHierarchyTargeting[]
$excludedVideoCategoryIds integer[]
$excludedVideoContentBundleIds integer[]
$targetedContentIds integer[]
$targetedContentMetadata ContentMetadataKeyHierarchyTargeting[]
$targetedVideoCategoryIds integer[]
$targetedVideoContentBundleIds integer[]

Public Methods

Method Description
__construct ( $targetedContentIds = null, $excludedContentIds = null, $targetedVideoContentBundleIds = null, $excludedVideoContentBundleIds = null, $targetedContentMetadata = null, $excludedContentMetadata = null )
__construct ( $targetedContentIds = null, $excludedContentIds = null, $targetedVideoCategoryIds = null, $excludedVideoCategoryIds = null, $targetedVideoContentBundleIds = null, $excludedVideoContentBundleIds = null, $targetedContentMetadata = null, $excludedContentMetadata = 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 ( $targetedContentIds = null, $excludedContentIds = null, $targetedVideoContentBundleIds = null, $excludedVideoContentBundleIds = null, $targetedContentMetadata = null, $excludedContentMetadata = null )

__construct() public method

public __construct ( $targetedContentIds = null, $excludedContentIds = null, $targetedVideoCategoryIds = null, $excludedVideoCategoryIds = null, $targetedVideoContentBundleIds = null, $excludedVideoContentBundleIds = null, $targetedContentMetadata = null, $excludedContentMetadata = 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

$excludedContentIds public_oe property

public integer[] $excludedContentIds
return integer[]

$excludedContentMetadata public_oe property

public ContentMetadataKeyHierarchyTargeting[] $excludedContentMetadata
return ContentMetadataKeyHierarchyTargeting[]

$excludedVideoCategoryIds public_oe property

public integer[] $excludedVideoCategoryIds
return integer[]

$excludedVideoContentBundleIds public_oe property

public integer[] $excludedVideoContentBundleIds
return integer[]

$targetedContentIds public_oe property

public integer[] $targetedContentIds
return integer[]

$targetedContentMetadata public_oe property

public ContentMetadataKeyHierarchyTargeting[] $targetedContentMetadata
return ContentMetadataKeyHierarchyTargeting[]

$targetedVideoCategoryIds public_oe property

public integer[] $targetedVideoCategoryIds
return integer[]

$targetedVideoContentBundleIds public_oe property

public integer[] $targetedVideoContentBundleIds
return integer[]