PHP Class DomainCategory, googleads-php-lib

No categories available means that AdWords couldn't automatically find categories for your website. To control how categories are assigned, manually add breadcrumbs to your webpages.

Categories can be filtered by domain name or by a set of campaign IDs.

Inheritance: extends DimensionProperties
显示文件 Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$category string
$categoryRank integer
$coverage double
$domainName string
$hasChild boolean
$isoLanguage string
$recommendedCpc Money

Public Methods

Method Description
__construct ( $category = null, $coverage = null, $domainName = null, $isoLanguage = null, $recommendedCpc = null, $hasChild = null, $categoryRank = null, $levelOfDetail = 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 ( $category = null, $coverage = null, $domainName = null, $isoLanguage = null, $recommendedCpc = null, $hasChild = null, $categoryRank = null, $levelOfDetail = 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

$category public_oe property

public string $category
return string

$categoryRank public_oe property

public int $categoryRank
return integer

$coverage public_oe property

public double $coverage
return double

$domainName public_oe property

public string $domainName
return string

$hasChild public_oe property

public bool $hasChild
return boolean

$isoLanguage public_oe property

public string $isoLanguage
return string

$recommendedCpc public_oe property

public Money $recommendedCpc
return Money