Hi Ajaz, I've looked through the logs, and I can see that both requests are returning the same data. Like I said earlier, I believe the error is in your PHP code, not the API itself. You can test the SOAP calls directly with curl or various SOAP testing programs if you want to see the raw data.
Best, - Eric On Oct 15, 4:23 am, khan_ajaz <khana...@gmail.com> wrote: > Dear Sir, > > I am still facing the same problem when i passes the request using API > then i still 1st request response 2nd Request passed but it wont > takeout > any information as an example i pest the request xml and their > responses also i have enable the debug = 1 all the request are made > one after another with the same file > > Xml Request > ========== > > <getAdStats><adGroupId>1040254166</adGroupId><adIds>2141881346</ > adIds><startDay>2009-09-01</startDay><endDay>2009-10-14</endDay></ > getAdStats> > > Api Response as result > ================== > > Array ( [getAdStatsReturn] => Array ( [averagePosition] => 0.0 > [clicks] => 0 [conversionRate] => 0.0 [conversions] => 0 [cost] => 0 > [id] => 2141881346 [impressions] => 0 ) ) > > Debug Status > ========== > > POST /api/adwords/v13/AdService HTTP/1.0 > Host: adwords.google.com > User-Agent: NuSOAP/0.7.3 (1.114) > Content-Type: text/xml; charset=ISO-8859-1 > SOAPAction: "" > Content-Length: 812 > > <?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http:// > schemas.xmlsoap.org/soap/encoding/" xmlns:ns4011="http:// > tempuri.org"><SOAP-ENV:Header><email>ali.ghazn...@mediaflint.com</ > email><password>ali123456</ > password><clientEmail>nadir.mediafl...@gmail.com</ > clientEmail><useragent>MediaFlint</ > useragent><developerToken>s5lhM_oYybMFH5FysEvk4Q</ > developerToken><applicationToken>WvAJVKwu5jByZG6jVT5ZwQ</ > applicationToken></SOAP-ENV:Header><SOAP- > ENV:Body><getAdStats><adGroupId>1040254166</ > adGroupId><adIds>2141881346</adIds><startDay>2009-09-01</ > startDay><endDay>2009-10-14</endDay></getAdStats></SOAP-ENV:Body></ > SOAP-ENV:Envelope>HTTP/1.1 200 OK > Content-Type: text/xml; charset=iso-8859-1 > Date: Thu, 15 Oct 2009 08:17:14 GMT > Expires: Thu, 15 Oct 2009 08:17:14 GMT > Cache-Control: private, max-age=0 > X-Content-Type-Options: nosniff > X-XSS-Protection: 0 > Server: GFE/2.0 > Transfer-Encoding: chunked > > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ > envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <soapenv:Header> > <responseTime soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > adwords/v13">200</responseTime> > <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > adwords/v13">1</operations> > <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" > soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > adwords/v13">1</units> > <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > adwords/v13">80af9f2d64fdaecbb9adb22335ee92fc</requestId> > </soapenv:Header> > > <soapenv:Body> > <getAdStatsResponse xmlns=""> > <ns1:getAdStatsReturn xmlns:ns1="https://adwords.google.com/api/ > adwords/v13"> > <ns1:averagePosition>0.0</ns1:averagePosition> > <ns1:clicks>0</ns1:clicks> > <ns1:conversionRate>0.0</ns1:conversionRate> > <ns1:conversions>0</ns1:conversions> > > <ns1:cost>0</ns1:cost> > <ns1:id>2141881346</ns1:id> > <ns1:impressions>0</ns1:impressions> > </ns1:getAdStatsReturn> > </getAdStatsResponse> > </soapenv:Body> > </soapenv:Envelope> > > Xml Request > ========== > > <getAdStats><adGroupId>1040254166</adGroupId><adIds>2141880716</ > adIds><startDay>2009-09-01</startDay><endDay>2009-10-14</endDay></ > getAdStats> > > Api Response as result > ================== > > nothing Blank > > Debug Status > ========== > > nothing Blank > > Sir i have looked into the trunk but unable to find out any thing that > help me out on any thing. > > Best Regards > Ajaz Muhammad Khan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---