Hi,
I'm trying to access individual click level information and unfortunately for some reason this field is not available. Could someone guide me to the right direction?
Bellow is fraction of query code from python script:
report_query = (adwords.ReportQueryBuilder()
.Select('GclId')
.From('CRITERIA_PERFORMANCE_REPORT')
# .Where('Status').In('ENABLED', 'PAUSED')
.During('LAST_7_DAYS')
.Build())
Error:
AdWordsReportBadRequestError: Type: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT
Trigger: GclId
Field Path: None
R,
Donatas