PHP Class CallFeedItem, googleads-php-lib

Inheritance: extends ExtensionFeedItem
Mostrar archivo Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$callConversionType CallConversionType
$callCountryCode string
$callPhoneNumber string
$callTracking boolean
$disableCallConversionTracking boolean

Public Methods

Method Description
__construct ( $callPhoneNumber = null, $callCountryCode = null, $callTracking = null, $callConversionType = null, $disableCallConversionTracking = null, $feedId = null, $feedItemId = null, $status = null, $feedType = null, $startTime = null, $endTime = null, $devicePreference = null, $scheduling = null, $campaignTargeting = null, $adGroupTargeting = null, $keywordTargeting = null, $geoTargeting = null, $policyData = null, $ExtensionFeedItemType = null )
__construct ( $callPhoneNumber = null, $callCountryCode = null, $callTracking = null, $callConversionType = null, $disableCallConversionTracking = null, $feedId = null, $feedItemId = null, $status = null, $feedType = null, $startTime = null, $endTime = null, $devicePreference = null, $scheduling = null, $campaignTargeting = null, $adGroupTargeting = null, $keywordTargeting = null, $geoTargeting = null, $geoTargetingRestriction = null, $policyData = null, $ExtensionFeedItemType = 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 ( $callPhoneNumber = null, $callCountryCode = null, $callTracking = null, $callConversionType = null, $disableCallConversionTracking = null, $feedId = null, $feedItemId = null, $status = null, $feedType = null, $startTime = null, $endTime = null, $devicePreference = null, $scheduling = null, $campaignTargeting = null, $adGroupTargeting = null, $keywordTargeting = null, $geoTargeting = null, $policyData = null, $ExtensionFeedItemType = null )

__construct() public method

public __construct ( $callPhoneNumber = null, $callCountryCode = null, $callTracking = null, $callConversionType = null, $disableCallConversionTracking = null, $feedId = null, $feedItemId = null, $status = null, $feedType = null, $startTime = null, $endTime = null, $devicePreference = null, $scheduling = null, $campaignTargeting = null, $adGroupTargeting = null, $keywordTargeting = null, $geoTargeting = null, $geoTargetingRestriction = null, $policyData = null, $ExtensionFeedItemType = 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

$callConversionType public_oe property

public CallConversionType $callConversionType
return CallConversionType

$callCountryCode public_oe property

public string $callCountryCode
return string

$callPhoneNumber public_oe property

public string $callPhoneNumber
return string

$callTracking public_oe property

public bool $callTracking
return boolean

$disableCallConversionTracking public_oe property

public bool $disableCallConversionTracking
return boolean