I really dont understant why i cant catch data. i used a test account,
multiple different client id et refresh token and the same result again and
again. 0

The only différence on your soap request and mine is the client library and
just after it
"<validateOnly xmlns="https://adwords.google.com/api/adwords/cm/v201506";>
false</validateOnly><partialFailure xmlns="
https://adwords.google.com/api/adwords/cm/v201506";>false</partialFailure>"

 just before the Closed SOAP header tag.

Maybe the c# example  doesnt work anymore, i could give a try with another
langague

just in case i gave you the rar file of my project. could you try it ?
Thank you


https://mega.nz/#!8o9FhCrC!oplNJokH_Ls0wlpyw52efG0GTHEnZOdKNe-4ijCJHyA

Benjamin



2015-08-06 20:17 GMT+02:00 <adwords-api@googlegroups.com>:

> Hi Benjamin,
>
> Thanks for providing the SOAP XML logs. I gave this a try myself using
> *exactly* the same request, and I was unable to reproduce your issue. I'm
> getting back data. Could you please give it another try? Here's the SOAP
> XML request and response that I just tried:
>
> [06 Aug 2015 14:05:03,436 - INFO ] Outgoing Request:
> <?xml version="1.0" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance";
> ><SOAP-ENV:Header><RequestHeader xmlns="
> https://adwords.google.com/api/adwords/o/v201506";><clientCustomerId
> xmlns="https://adwords.google.com/api/adwords/cm/v201506";>REDACTED</clientCustomerId><developerToken
> xmlns="https://adwords.google.com/api/adwords/cm/v201506";>REDACTED</developerToken><userAgent
> xmlns="https://adwords.google.com/api/adwords/cm/v201506";>client_library
> (AwApi-Perl/4.0.0, Common-Perl/3.1.2, SOAP-WSDL/3.003, libwww-perl/6.13,
> perl/5.018002)</userAgent><validateOnly xmlns="
> https://adwords.google.com/api/adwords/cm/v201506";>false</validateOnly><partialFailure
> xmlns="https://adwords.google.com/api/adwords/cm/v201506";>false</partialFailure></RequestHeader></SOAP-ENV:Header><SOAP-ENV:Body><get
> xmlns="https://adwords.google.com/api/adwords/o/v201506";><selector><searchParameters
> xsi:type="RelatedToQuerySearchParameter" ><queries>pneu
> neige</queries></searchParameters><searchParameters
> xsi:type="LanguageSearchParameter" ><languages><id xmlns="
> https://adwords.google.com/api/adwords/cm/v201506";>1036</id></languages></searchParameters><ideaType>KEYWORD</ideaType><requestType>STATS</requestType><requestedAttributeTypes>KEYWORD_TEXT</requestedAttributeTypes><requestedAttributeTypes>SEARCH_VOLUME</requestedAttributeTypes><requestedAttributeTypes>CATEGORY_PRODUCTS_AND_SERVICES</requestedAttributeTypes><paging><startIndex
> xmlns="https://adwords.google.com/api/adwords/cm/v201506";>0</startIndex><numberResults
> xmlns="https://adwords.google.com/api/adwords/cm/v201506
> ">500</numberResults></paging></selector></get></SOAP-ENV:Body></SOAP-ENV:Envelope>
> [06 Aug 2015 14:05:03,913 - INFO ] Incoming response:
> <soap:Envelope 
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ResponseHeader
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201506"; xmlns="
> https://adwords.google.com/api/adwords/o/v201506";><ns2:requestId>00051ca85bc8fb990ac4a5a98703954e</ns2:requestId><ns2:serviceName>AccountService</ns2:serviceName><ns2:methodName>get</ns2:methodName><ns2:operations>0</ns2:operations><ns2:responseTime>329</ns2:responseTime></ResponseHeader></soap:Header><soap:Body><getResponse
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201506"; xmlns="
> https://adwords.google.com/api/adwords/o/v201506";><rval><totalNumEntries>1</totalNumEntries><entries><data><key>KEYWORD_TEXT</key><value
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="StringAttribute"><Attribute.Type>StringAttribute</Attribute.Type><value>pneu
> neige</value></value></data><data><key>CATEGORY_PRODUCTS_AND_SERVICES</key><value
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="IntegerSetAttribute"><Attribute.Type>IntegerSetAttribute</Attribute.Type><value>49</value><value>69</value><value>70</value></value></data><data><key>SEARCH_VOLUME</key><value
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:type="LongAttribute"><Attribute.Type>LongAttribute</Attribute.Type><value>721828796230989926</value></value></data></entries></rval></getResponse></soap:Body></soap:Envelope>
>
> Cheers,
> Nadine Sundquist, AdWords API Team
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
>     http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>     https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> On 08/06/15 11:41:03 thys...@gmail.com wrote:
>
> My soap request : http://puu.sh/jriOp/3cb8d1fc1a.png
>
> My soap response : http://puu.sh/jriUV/9e702751de.png
>
> Le jeudi 6 août 2015 14:59:00 UTC+2, Benjamin Thys a écrit :
>
> Hey,
>
> i'm hitting a wall atm on the targeting idea service
>
> I need to retreive the average monthly searches on some keyword
>
> i've already make some try but im totally new here
>
> the problem is that soap response return 0 anytime
>
> Here is my c# code : http://pastebin.com/11DF7P3g
>
> and here is my soap request : http://puu.sh/jrhGe/e301e62d4b.png
>
> and my soap response : http://puu.sh/jrhH0/a4f6386772.png
>
> Thank for your help
>
> Kind regards,
>
> Benjamin
>
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and Google+:
> https://googleadsdeveloper.blogspot.com/
> https://plus.google.com/+GoogleAdsDevelopers/posts
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "AdWords API Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to adwords-api+unsubscr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/f0391fc6-757b-43d0-8821-472c5795ed52%40googlegroups.com
> <https://groups.google.com/d/msgid/adwords-api/f0391fc6-757b-43d0-8821-472c5795ed52%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAKRtQF9coQqNhYJPSbO0NyH_b_-Xs7yJzU8N15rTj6fV-NxxPg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to