RE: How to filter out removed Ads?

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Juan, Could you clarify if my understanding is correct that the *ads* with ' *REMOVED*' status was included in the API response? If yes, the ads with " *PAUSED*" and "*ENABLED*" statuses are the only ads that will be included in the API response unless you implemented the filter below in your

How to filter out removed Ads when querying AdGroup?

2019-04-21 Thread Juan Pablo Gardella
Hello all, I'm facing an issue when using Adwords API. I have an AdGroup with removed Ads that are easily to detect using web UI as shown below: But if I want to retrieve all Ads from the AdGroup using java api ignoring the removed Ads, the API does not offer (AFAIK) a way to discard them. For

How to filter out removed Ads?

2019-04-21 Thread Juan Pablo Gardella
Hello all, I need to filter out removed Ads when I retrieve AdGroup objects. The removed Ads are easily to detect using the Web UI But when I want to determine the Ad status using the API, I'm unable to determine that. For example if I query the AdGroups using the following code in Java