SELECT ...
FROM ad_group_ad WHERE campaign.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN')
AND ad_group_ad.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN')
AND segments.date BETWEEN '2022-05-05' AND '2022-05-07'
I validated my query and it is ok, the problem is that it isnt bringing me some campaigns that I can see in the UI, does anyone has experienced something similar?