Re: Disapproved AdGroup

2012-04-23 Thread David Torres
Hi Charles, Could you please paste a request id? I'll be glad to investigate. Best, -David Torres - AdWords API Team On Tuesday, April 17, 2012 3:50:11 AM UTC-4, Charles Best wrote: > > "CreativeApprovalStatus" is the selector for Ad.ApprovalStatus: > > http://code.google.com/intl/it/apis/adwor

Re: Disapproved AdGroup

2012-04-17 Thread Charles Best
"CreativeApprovalStatus" is the selector for Ad.ApprovalStatus: http://code.google.com/intl/it/apis/adwords/docs/appendix/selectorfields.html#v201109-AdGroupAdService So it should work for that. Isn't it? On Monday, April 16, 2012 3:15:45 PM UTC+2, Pete Lavetsky (AdWords API Guru) wrote: > > I'

Re: Disapproved AdGroup

2012-04-16 Thread Pete Lavetsky (AdWords API Guru)
I'm not sure where this "CreativeApprovalStatus" is coming from. If I had to guess, the email is saying there are AdGroup Ad's that are disapproved, rather than AdGroup's themselves. I'd use the AdGroupAdService and use populate a predicate according to this: http://code.google.com/apis/adwor

Disapproved AdGroup

2012-04-16 Thread Charles Best
Hi all, I want to use API to delete *disapproved* AdGroups. So I want to ask the list first. The following code doesn't return me *any results* (and any error aswell). But I received many email with the list of disapproved AdGroup, so *they are but I can get by API*. Where I am wrong?