PHP 클래스 FeedItem, googleads-php-lib

FeedItem class - Used as feed element in FeedWriter class
저자: Anis uddin Ahmad ([email protected])
파일 보기 프로젝트 열기: googleads/googleads-php-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$adGroupTargeting FeedItemAdGroupTargeting
$attributeValues FeedItemAttributeValue[]
$campaignTargeting FeedItemCampaignTargeting
$devicePreference FeedItemDevicePreference
$endTime string
$feedId integer
$feedItemId integer
$geoTargeting Location
$geoTargetingRestriction FeedItemGeoRestriction
$keywordTargeting Keyword
$policyData FeedItemPolicyData[]
$scheduling FeedItemScheduling
$startTime string
$status tnsFeedItemStatus
$urlCustomParameters CustomParameters

공개 메소드들

메소드 설명
__construct ( $feedId = null, $feedItemId = null, $status = null, $startTime = null, $endTime = null, $attributeValues = null, $policyData = null, $devicePreference = null, $scheduling = null, $campaignTargeting = null, $adGroupTargeting = null, $keywordTargeting = null, $geoTargeting = null, $urlCustomParameters = null )
__construct ( $feedId = null, $feedItemId = null, $status = null, $startTime = null, $endTime = null, $attributeValues = null, $policyData = null, $devicePreference = null, $scheduling = null, $campaignTargeting = null, $adGroupTargeting = null, $keywordTargeting = null, $geoTargeting = null, $geoTargetingRestriction = null, $urlCustomParameters = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

메소드 상세

__construct() 공개 메소드

public __construct ( $feedId = null, $feedItemId = null, $status = null, $startTime = null, $endTime = null, $attributeValues = null, $policyData = null, $devicePreference = null, $scheduling = null, $campaignTargeting = null, $adGroupTargeting = null, $keywordTargeting = null, $geoTargeting = null, $urlCustomParameters = null )

__construct() 공개 메소드

public __construct ( $feedId = null, $feedItemId = null, $status = null, $startTime = null, $endTime = null, $attributeValues = null, $policyData = null, $devicePreference = null, $scheduling = null, $campaignTargeting = null, $adGroupTargeting = null, $keywordTargeting = null, $geoTargeting = null, $geoTargetingRestriction = null, $urlCustomParameters = 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

프로퍼티 상세

$adGroupTargeting 공개적으로 프로퍼티

public FeedItemAdGroupTargeting $adGroupTargeting
리턴 FeedItemAdGroupTargeting

$attributeValues 공개적으로 프로퍼티

public FeedItemAttributeValue[] $attributeValues
리턴 FeedItemAttributeValue[]

$campaignTargeting 공개적으로 프로퍼티

public FeedItemCampaignTargeting $campaignTargeting
리턴 FeedItemCampaignTargeting

$devicePreference 공개적으로 프로퍼티

public FeedItemDevicePreference $devicePreference
리턴 FeedItemDevicePreference

$endTime 공개적으로 프로퍼티

public string $endTime
리턴 string

$feedId 공개적으로 프로퍼티

public int $feedId
리턴 integer

$feedItemId 공개적으로 프로퍼티

public int $feedItemId
리턴 integer

$geoTargeting 공개적으로 프로퍼티

public Location $geoTargeting
리턴 Location

$geoTargetingRestriction 공개적으로 프로퍼티

public FeedItemGeoRestriction $geoTargetingRestriction
리턴 FeedItemGeoRestriction

$keywordTargeting 공개적으로 프로퍼티

public Keyword $keywordTargeting
리턴 Keyword

$policyData 공개적으로 프로퍼티

public FeedItemPolicyData[] $policyData
리턴 FeedItemPolicyData[]

$scheduling 공개적으로 프로퍼티

public FeedItemScheduling $scheduling
리턴 FeedItemScheduling

$startTime 공개적으로 프로퍼티

public string $startTime
리턴 string

$status 공개적으로 프로퍼티

public tnsFeedItemStatus $status
리턴 tnsFeedItemStatus

$urlCustomParameters 공개적으로 프로퍼티

public CustomParameters $urlCustomParameters
리턴 CustomParameters