\Google\AdsApi\AdWordsReportSettings

Additional AdWords report settings.

Summary

Methods
Properties
Constants
__construct()
isSkipReportHeader()
isSkipColumnHeader()
isSkipReportSummary()
isUseRawEnumValues()
isIncludeZeroImpressions()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$isSkipReportHeader
$isSkipColumnHeader
$isSkipReportSummary
$isUseRawEnumValues
$isIncludeZeroImpressions
N/A

Properties

$isSkipReportHeader

$isSkipReportHeader :

Type

$isSkipColumnHeader

$isSkipColumnHeader :

Type

$isSkipReportSummary

$isSkipReportSummary :

Type

$isUseRawEnumValues

$isUseRawEnumValues :

Type

$isIncludeZeroImpressions

$isIncludeZeroImpressions :

Type

Methods

__construct()

__construct(\Google\AdsApi\AdWords\ReportSettingsBuilder  $builder)

Creates a report settings from the specified builder.

Do not use this constructor, instances should be created by using the ReportSettingsBuilder instead.

Parameters

\Google\AdsApi\AdWords\ReportSettingsBuilder $builder

the builder to create an instance of this report settings from

isSkipReportHeader()

isSkipReportHeader(): boolean

Whether report responses should skip the header row containing the report name and date range.

Returns

boolean

isSkipColumnHeader()

isSkipColumnHeader(): boolean

Whether report responses should skip the header row containing the column names.

Returns

boolean

isSkipReportSummary()

isSkipReportSummary(): boolean

Whether report responses should skip the summary row containing totals.

Returns

boolean

isUseRawEnumValues()

isUseRawEnumValues(): boolean

Whether report responses should return enum values instead of enum display values.

Returns

boolean

isIncludeZeroImpressions()

isIncludeZeroImpressions(): boolean|null

Whether report responses should include zero impression rows.

Returns

boolean|null