Hi ThanhDuong, Basically, the statuses you see on UI under "*Not eligible to run*" means they are not active.
To further explain this, I will give you some sample scenarios. When you generate ad reports with the status *REMOVED* (e.g. Campaign removed) then the value you have to set for the status filter is "*DISABLED*". If you want to generate ad reports with the status *PAUSED* (e.g. Campaign paused), then the value you have to set for the status filter is "*PAUSED"*. The *ENABLED* status will generate ad reports that are active and running. The statuses you see in your drop-down can be filtered using these four statuses: Status <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#status> , AdGroupStatus <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#adgroupstatus> , CampaignStatus <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#campaignstatus>, and CombinedApprovalStatus <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#combinedapprovalstatus>. However, not all of the statuses in the drop-down are supported, these include Campaign Pending and Campaign Ended. Sample Code: 'predicates': [ { 'field': 'Status', <-------- *can be set to Status, AdGroupStatus, CampaignStatus, CombinedApprovalStatus* 'operator': 'EQUALS', 'values': "*DISABLED*" <-------- *can be more than 1 value* } ] Hope this helps. Regards, Dannison AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/82f59b3a-25e1-49e0-aceb-c36396a31e8d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
