PHP Class ReportQuery, googleads-php-lib

ファイルを表示 Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$adUnitView tnsReportQueryAdUnitView
$columns tnsColumn[]
$contentMetadataKeyHierarchyCustomTargetingKeyIds integer[]
$customFieldIds integer[]
$dateRangeType tnsDateRangeType
$dimensionAttributes tnsDimensionAttribute[]
$dimensions tnsDimension[]
$endDate Date
$startDate Date
$statement Statement
$timeZone string
$useSalesLocalTimeZone boolean

Public Methods

Method Description
__construct ( $dimensions = null, $adUnitView = null, $columns = null, $dimensionAttributes = null, $customFieldIds = null, $contentMetadataKeyHierarchyCustomTargetingKeyIds = null, $startDate = null, $endDate = null, $dateRangeType = null, $statement = null )
__construct ( $dimensions = null, $adUnitView = null, $columns = null, $dimensionAttributes = null, $customFieldIds = null, $contentMetadataKeyHierarchyCustomTargetingKeyIds = null, $startDate = null, $endDate = null, $dateRangeType = null, $statement = null, $useSalesLocalTimeZone = 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 ( $dimensions = null, $adUnitView = null, $columns = null, $dimensionAttributes = null, $customFieldIds = null, $contentMetadataKeyHierarchyCustomTargetingKeyIds = null, $startDate = null, $endDate = null, $dateRangeType = null, $statement = null )

__construct() public method

public __construct ( $dimensions = null, $adUnitView = null, $columns = null, $dimensionAttributes = null, $customFieldIds = null, $contentMetadataKeyHierarchyCustomTargetingKeyIds = null, $startDate = null, $endDate = null, $dateRangeType = null, $statement = null, $useSalesLocalTimeZone = 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

$adUnitView public_oe property

public tnsReportQueryAdUnitView $adUnitView
return tnsReportQueryAdUnitView

$columns public_oe property

public tnsColumn[] $columns
return tnsColumn[]

$contentMetadataKeyHierarchyCustomTargetingKeyIds public_oe property

public integer[] $contentMetadataKeyHierarchyCustomTargetingKeyIds
return integer[]

$customFieldIds public_oe property

public integer[] $customFieldIds
return integer[]

$dateRangeType public_oe property

public tnsDateRangeType $dateRangeType
return tnsDateRangeType

$dimensionAttributes public_oe property

public tnsDimensionAttribute[] $dimensionAttributes
return tnsDimensionAttribute[]

$dimensions public_oe property

public tnsDimension[] $dimensions
return tnsDimension[]

$endDate public_oe property

public Date $endDate
return Date

$startDate public_oe property

public Date $startDate
return Date

$statement public_oe property

public Statement $statement
return Statement

$timeZone public_oe property

public string $timeZone
return string

$useSalesLocalTimeZone public_oe property

public bool $useSalesLocalTimeZone
return boolean