Re: Unable to obtain all the results that I can see in UI

2022-05-20 Thread Arturo Martínez Pacheco
Hi! I found that the problem is that the python client library has some bug where a query brings results from the previous query, they are in the same if condition but each report has its own function,. For example: def get_all_reports(region): try: if region == "IRELAND":

Unable to obtain all the results that I can see in UI

2022-05-19 Thread Arturo Martínez Pacheco
Im making a query to obtain all the campaigns that are enabled or stopped, like so: SELECT ... FROM ad_group_ad WHERE campaign.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN') AND ad_group_ad.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN') AND campaign.name LIKE "%ES%" AND segments.da