star_border
Reply
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Printer Friendly Page
Extracting Ad performance stats where ad status = removed using adwords api.
Visitor ✭ ✭ ✭
March 2017
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Email to a Friend
- Report Abuse
Hi, I am fetching the ad performance report using adwords API. I am using AWQL to write a report query where I am not including a WHERE clause. In report fields I have added "Ad Status" field. In the result report the status values are ENABLED, PAUSED & DISABLED.
Why I am not getting ads with REMOVED status?
Any help would be appreciated. Thanks.
1 Expert replyverified_user
Re: Extracting Ad performance stats where ad status = removed using adwords api.
Top Contributor
March 2017
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Email to a Friend
- Report Abuse
Hi @Subhash D REMOVED does not appear to be a predicate value for Status, but you might try including a WHERE to look for DELETED instead. Can't guarantee it'll work, but it seems to have in the past with Campaigns, etc.
Jon