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
-~----------~----~----~----~------~----~------~--~---

Reply via email to