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
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
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