I've tried following query and ad_group_ad.primary_status always returns `ELIGIBLE` eventhough actually it was `LIMITED`on the UI report. How can I get the right data?
``` SELECT ad_group.id, ad_group.name, campaign.id, campaign.name, metrics.clicks, metrics.cost_micros, metrics.impressions, segments.date, segments.keyword.info.match_type, segments.keyword.info.text, segments.device, ad_group_ad.primary_status, ad_group_ad.primary_status_reasons FROM ad_group_ad WHERE ad_group.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN') AND campaign.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN') AND segments.date BETWEEN '2024-12-01' AND '2024-12-06' ``` Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 visit https://groups.google.com/d/msgid/adwords-api/0df2ecc8-44c0-478e-9ef2-b9c43a4af085n%40googlegroups.com.