Hi, I'm testing the TrafficEstimator service within the sandbox, with the following request:
<estimateKeywordList> <keywordRequests> <maxCpc>1000000</maxCpc> <text>banane</text> <type>Broad</type> </keywordRequests> </estimateKeywordList> And I get the following error message: Array ( [faultcode] => soapenv:Server.userException [faultstring] => Must specify a client in order to do traffic estimates. [detail] => Array ( [fault] => Array ( [code] => 94 [message] => Must specify a client in order to do traffic estimates. ) ) ) My main question is: "What client are we exactly talking about ?" Is it about a client specification in the soap headers, with the clientEmail section? Or anywhere else? My actual soap headers follow: <email>ad...@mymediainteractive.fr</email> <password>[PASSWORD]</password> <clientEmail>ad...@mymediainteractive.fr</clientEmail> <useragent>MyMedia: AdWords API PHP Sample Code</ useragent><developerToken>ad...@mymediainteractive.fr++eur</ developerToken> <applicationToken></applicationToken> Note that I'm using the sandbox, so I figure that there is no client. There may be a point that I'm missing, but which one? Thanks Laurent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---