PHP 클래스 ReportQuery, googleads-php-lib

파일 보기 프로젝트 열기: googleads/googleads-php-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$adUnitView tnsReportQueryAdUnitView
$columns tnsColumn[]
$contentMetadataKeyHierarchyCustomTargetingKeyIds integer[]
$customFieldIds integer[]
$dateRangeType tnsDateRangeType
$dimensionAttributes tnsDimensionAttribute[]
$dimensions tnsDimension[]
$endDate Date
$startDate Date
$statement Statement
$timeZone string
$useSalesLocalTimeZone boolean

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

public __construct ( $dimensions = null, $adUnitView = null, $columns = null, $dimensionAttributes = null, $customFieldIds = null, $contentMetadataKeyHierarchyCustomTargetingKeyIds = null, $startDate = null, $endDate = null, $dateRangeType = null, $statement = null )

__construct() 공개 메소드

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() 공개 메소드

Gets the namesapce of this class
public getNamespace ( ) : string
리턴 string the namespace of this class

getXsiTypeName() 공개 메소드

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
리턴 string the xsi:type name of this class

프로퍼티 상세

$adUnitView 공개적으로 프로퍼티

public tnsReportQueryAdUnitView $adUnitView
리턴 tnsReportQueryAdUnitView

$columns 공개적으로 프로퍼티

public tnsColumn[] $columns
리턴 tnsColumn[]

$contentMetadataKeyHierarchyCustomTargetingKeyIds 공개적으로 프로퍼티

public integer[] $contentMetadataKeyHierarchyCustomTargetingKeyIds
리턴 integer[]

$customFieldIds 공개적으로 프로퍼티

public integer[] $customFieldIds
리턴 integer[]

$dateRangeType 공개적으로 프로퍼티

public tnsDateRangeType $dateRangeType
리턴 tnsDateRangeType

$dimensionAttributes 공개적으로 프로퍼티

public tnsDimensionAttribute[] $dimensionAttributes
리턴 tnsDimensionAttribute[]

$dimensions 공개적으로 프로퍼티

public tnsDimension[] $dimensions
리턴 tnsDimension[]

$endDate 공개적으로 프로퍼티

public Date $endDate
리턴 Date

$startDate 공개적으로 프로퍼티

public Date $startDate
리턴 Date

$statement 공개적으로 프로퍼티

public Statement $statement
리턴 Statement

$timeZone 공개적으로 프로퍼티

public string $timeZone
리턴 string

$useSalesLocalTimeZone 공개적으로 프로퍼티

public bool $useSalesLocalTimeZone
리턴 boolean