Hello Andy, Could you turn on SOAP logging and see if the SOAP response message actually has the language fields populated? It may just be an issue with APIlity deserializing the XML into a PHP array.
You can turn on SOAP logging by following the instructions at http://google-apility.sourceforge.net/#Debugging Cheers, -Jeff Posnick, AdWords API Team On Dec 19, 8:13 am, "Andy P." <[email protected]> wrote: > Hi guys, > > I would like to retreive keywords for all languages and countries. > > Here's what I do in PHP: > > $seed = array( > 'text' => "strahlung", > 'type' => "Broad", > 'isNegative' => false > ); > > $result=$apilityUser->getKeywordVariations($seed, true, array > ("ar","bg","ca", > > "zh_CN","zh_TW","hr","cs","da","nl","en","et","fi","fr", > > "de","el","iw","hi","hu","is","id","it","ja","ko","lv", > > "lt","no","pl","pt","ro","ru","sr","sk","sl","es","sv", > "tl","th","tr","uk","ur","vi"), array("all")); > > This gives me a result with arrays like: > > [text] => strahlung [language] => [advertiserCompetitionScale] => 4 > [avgSearchVolume] => 110000 [lastMonthSearchVolume] => 110000 > > The problem is: There are no [language]-tags at all. > > Does anyone have an idea how I can get them? > > Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
