2 messages in com.googlegroups.adwords-apiimproperly formatted response to getK...
FromSent OnAttachments
norm16 Mar 2007 16:06 
Tomac19 Mar 2007 09:16 
Subject:improperly formatted response to getKeywordVariations (bug)
From:norm (code@comcast.net)
Date:03/16/2007 04:06:46 PM
List:com.googlegroups.adwords-api

thought I'd post what I found to save someone else the struggle... there's an improperly formatted SOAP response to getKeywordVariations when only one term is included. The API responds with this (this is from APIlity, the search term was "hitachi stapler"): Array ( [moreSpecific] => Array ( [text] => hitachi stapler [language] => en [advertiserCompetitionScale] => 3 [searchVolumeScale] => 1 ) )

What you SHOULD be getting is this: ( [moreSpecific] => Array ( [0] => Array ( [text] => arrow stapler [language] => en [advertiserCompetitionScale] => 3 [searchVolumeScale] => 1 ) ) ) so you'll have to code a workaround until google fixes it!