hi, I am creating a report definition. And my issue is to have multiple predicate in one selector. Sadly I cannot find any documentation that provide information about it.
here's a sample: report = { 'reportName': 'CRITERIA_PERFORMANCE_REPORT', 'reportType': 'CRITERIA_PERFORMANCE_REPORT', 'dateRangeType': 'CUSTOM_DATE', 'downloadFormat': 'CSV', 'selector': { 'dateRange': { 'min': REPORT_DATE_RANGE_START, 'max': REPORT_DATE_RANGE_END }, 'fields': REPORT_SELECT, 'predicates' : ( { 'field' : 'CampaignName', 'operator' : 'CONTAINS', 'values' : 'Work' }, { 'field': 'AdGroupName', 'operator': 'CONTAINS', 'values': 'Study' } ) } } Above is what I want to achieve but this gives error. Hope you can guide me to a documentation or possible sample on my case. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/77774409-4922-42dc-8a6c-30993d1aebdfn%40googlegroups.com.