\Google\AdsApi\AdWords\Query\v201809ReportQuery

A report query that embodies an AWQL string for querying AdWords reports.

Summary

Methods
Properties
Constants
__construct()
__toString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$awqlString
N/A

Properties

$awqlString

$awqlString :string

Type

string—a complete AWQL string

Methods

__construct()

__construct(string  $awqlString)

Creates a report query object from an AWQL string.

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

Parameters

string $awqlString

a complete AWQL string

__toString()

__toString(): string

Returns

string —

the complete AWQL string