Retrieve the Adwords Data from the Adwords API
getReportData(reportType, startDate, endDate, clientCustomerId, credentials,
attributes = NULL, segment = NULL, metrics = NULL, where = NULL,
apiVersion = NULL, useRawEnumValues = NULL,
includeZeroImpressions = NULL, useRequestedHeaders = NULL)
The report being queries.
The start date for the request.
The end date for the request.
The Client Customer Id to retrieve data for. This should be in the format ("123-456-7890").
The credentials for accessing the Adwords API.
The attributes of the report.
The segment of the report.
The metrics of the report.
The conditions of the report. (Optional)
The API version that will be accessed. Defaults to "v201806".
Use specified column headers used with the request, or the Adwords Display Names for column headers. Defaults to TRUE.
Whether Entries with zero impressions should be included in the data. Defaults to FALSE.
Use the headers used to retrieve the Adwords data or the Display names.
Returns Data for the requested report.