PHP Class Customer, googleads-php-lib

Inheritance: extends CI_Controller
Afficher le fichier Open project: googleads/googleads-php-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
$autoTaggingEnabled boolean
$canManageClients boolean
$companyName string
$conversionTrackingSettings ConversionTrackingSettings
$currencyCode string
$customerId integer
$dateTimeZone string
$descriptiveName string
$remarketingSettings RemarketingSettings
$testAccount boolean
$trackingUrlTemplate string

Méthodes publiques

Méthode 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 méthode

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 méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$autoTaggingEnabled public_oe property

public bool $autoTaggingEnabled
Résultat boolean

$canManageClients public_oe property

public bool $canManageClients
Résultat boolean

$companyName public_oe property

public string $companyName
Résultat string

$conversionTrackingSettings public_oe property

public ConversionTrackingSettings $conversionTrackingSettings
Résultat ConversionTrackingSettings

$currencyCode public_oe property

public string $currencyCode
Résultat string

$customerId public_oe property

public int $customerId
Résultat integer

$dateTimeZone public_oe property

public string $dateTimeZone
Résultat string

$descriptiveName public_oe property

public string $descriptiveName
Résultat string

$remarketingSettings public_oe property

public RemarketingSettings $remarketingSettings
Résultat RemarketingSettings

$testAccount public_oe property

public bool $testAccount
Résultat boolean

$trackingUrlTemplate public_oe property

public string $trackingUrlTemplate
Résultat string