Re: Ad disapproval reasons are null in v200909

2013-02-20 Thread David Torres
Hi John, The reason is because trademark disapprovals don't have disapprovalReasons. Best, - David Torres - AdWords API Team On Wednesday, February 13, 2013 5:33:59 PM UTC-5, John Lister wrote: > > Full soap log as can't attach anything - sorry > > John > > > *** > 2013-02-13 22:25:28,

Re: Ad disapproval reasons are null in v200909

2013-02-13 Thread John Lister
Sorry for some reason the reply I posted a few days ago doesn't seem to have come through. I've re-run the java examples (both awql and not) with the same results. Although this time I had problems getting it to pull back a disapproved ad, so search all adgroups not just restricting it as in the

Re: Ad disapproval reasons are null in v200909

2013-02-13 Thread John Lister
Full soap log as can't attach anything - sorry John *** 2013-02-13 22:25:28,729 INFO AdsServiceLoggers: *** SOAP Request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Re: Ad disapproval reasons are null in v200909

2013-02-04 Thread David Torres (AdWords API Team)
Hi John, Can we have a requestId?, this can be found in the raw SOAP XML logs. I need to be able to see the full SOAP request at low level to figure out if it an API or a library issue. Thanks, - David Torres - AdWords API Team On Tuesday, October 19, 2010 8:52:00 AM UTC-4, Valentin Kulichenk

Re: Ad disapproval reasons are null in v200909

2013-01-28 Thread John Lister
I know this is an old post, but the issue still exists - The disapproval reason is always null. Any advice? Thanks John On Friday, 22 October 2010 09:31:23 UTC+1, AdWords API Advisor wrote: > > Hi Valentin, > > Will it be possible to post a requestid for a request you are making? > I could us

Re: Ad disapproval reasons are null in v200909

2010-10-22 Thread AdWords API Advisor
Hi Valentin, Will it be possible to post a requestid for a request you are making? I could use it to troubleshoot your issues. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 19, 5:52 pm, Valentin Kulichenko wrote: > Hi, > > I'm trying to get disapproval reasons for a text ad using Java AP

Ad disapproval reasons are null in v200909

2010-10-19 Thread Valentin Kulichenko
Hi, I'm trying to get disapproval reasons for a text ad using Java API v200909. I use the following code: if (ad.getApprovalStatus() == AdApprovalStatus.DISAPPROVED) { System.out.println("Ad " + ad.getId() + " disapproved:"); for (String reason : ad.getDisapprovalReasons()) { System.out.println(