PHP Class Customer, googleads-php-lib

Inheritance: extends CI_Controller
Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$autoTaggingEnabled boolean
$canManageClients boolean
$companyName string
$conversionTrackingSettings ConversionTrackingSettings
$currencyCode string
$customerId integer
$dateTimeZone string
$descriptiveName string
$remarketingSettings RemarketingSettings
$testAccount boolean
$trackingUrlTemplate string

Public Methods

Method Description
__construct ( $customerId = null, $currencyCode = null, $dateTimeZone = null, $descriptiveName = null, $companyName = null, $canManageClients = null, $testAccount = null, $autoTaggingEnabled = null, $trackingUrlTemplate = null, $conversionTrackingSettings = null, $remarketingSettings = 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 ( $customerId = null, $currencyCode = null, $dateTimeZone = null, $descriptiveName = null, $companyName = null, $canManageClients = null, $testAccount = null, $autoTaggingEnabled = null, $trackingUrlTemplate = null, $conversionTrackingSettings = null, $remarketingSettings = 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

$autoTaggingEnabled public property

public bool $autoTaggingEnabled
return boolean

$canManageClients public property

public bool $canManageClients
return boolean

$companyName public property

public string $companyName
return string

$conversionTrackingSettings public property

public ConversionTrackingSettings $conversionTrackingSettings
return ConversionTrackingSettings

$currencyCode public property

public string $currencyCode
return string

$customerId public property

public int $customerId
return integer

$dateTimeZone public property

public string $dateTimeZone
return string

$descriptiveName public property

public string $descriptiveName
return string

$remarketingSettings public property

public RemarketingSettings $remarketingSettings
return RemarketingSettings

$testAccount public property

public bool $testAccount
return boolean

$trackingUrlTemplate public property

public string $trackingUrlTemplate
return string