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":
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