Hi Team,
I am also Not able to use predicate GREATER_THAN with convertedclicks under ADGROUP_PERFORMANCE_REPORT.
$selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', array('0'));
OR
$selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', '0');
Getting error : "An error has occurred: Report download failed. Underlying errors are Type = 'ReportDownloadError.INVALID_REPORT_DEFINITION_XML', Trigger = 'Invalid ReportDefinition Xml: cvc-complex-type.2.4.b: The content of element 'predicates' is not complete. One of '{"
https://adwords.google.com/api/adwords/cm/v201509":values}' is expected.', FieldPath = ''.
Can anyone suggest me solution?
Thanks,