PHP 클래스 ContentTargeting, googleads-php-lib

파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 프로퍼티들

프로퍼티 타입 설명
$excludedContentIds integer[]
$excludedContentMetadata ContentMetadataKeyHierarchyTargeting[]
$excludedVideoCategoryIds integer[]
$excludedVideoContentBundleIds integer[]
$targetedContentIds integer[]
$targetedContentMetadata ContentMetadataKeyHierarchyTargeting[]
$targetedVideoCategoryIds integer[]
$targetedVideoContentBundleIds integer[]

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

public __construct ( $targetedContentIds = null, $excludedContentIds = null, $targetedVideoContentBundleIds = null, $excludedVideoContentBundleIds = null, $targetedContentMetadata = null, $excludedContentMetadata = null )

__construct() 공개 메소드

public __construct ( $targetedContentIds = null, $excludedContentIds = null, $targetedVideoCategoryIds = null, $excludedVideoCategoryIds = null, $targetedVideoContentBundleIds = null, $excludedVideoContentBundleIds = null, $targetedContentMetadata = null, $excludedContentMetadata = null )

getNamespace() 공개 메소드

Gets the namesapce of this class
public getNamespace ( ) : string
리턴 string the namespace of this class

getXsiTypeName() 공개 메소드

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
리턴 string the xsi:type name of this class

프로퍼티 상세

$excludedContentIds 공개적으로 프로퍼티

public integer[] $excludedContentIds
리턴 integer[]

$excludedContentMetadata 공개적으로 프로퍼티

public ContentMetadataKeyHierarchyTargeting[] $excludedContentMetadata
리턴 ContentMetadataKeyHierarchyTargeting[]

$excludedVideoCategoryIds 공개적으로 프로퍼티

public integer[] $excludedVideoCategoryIds
리턴 integer[]

$excludedVideoContentBundleIds 공개적으로 프로퍼티

public integer[] $excludedVideoContentBundleIds
리턴 integer[]

$targetedContentIds 공개적으로 프로퍼티

public integer[] $targetedContentIds
리턴 integer[]

$targetedContentMetadata 공개적으로 프로퍼티

public ContentMetadataKeyHierarchyTargeting[] $targetedContentMetadata
리턴 ContentMetadataKeyHierarchyTargeting[]

$targetedVideoCategoryIds 공개적으로 프로퍼티

public integer[] $targetedVideoCategoryIds
리턴 integer[]

$targetedVideoContentBundleIds 공개적으로 프로퍼티

public integer[] $targetedVideoContentBundleIds
리턴 integer[]