Eric Haskins
unread,Apr 27, 2011, 12:06:06 PM4/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
I just updated and switched over to v201101 from v201008 and noticed
that when we use the TargetingIdeaService for RelatedToKeywordSearch
The Keyword field was removed??? Doesnt that make an getting related
Keywords useless if we only have the option of seeing Search Volume &
competition on a blank keyword LOL
How do I get the Keyword,Search Volume, Competition, Keyword Category
of related keywords on v201101
Array
(
[IDEA_TYPE] => IdeaTypeAttribute Object
(
[value] => KEYWORD
[AttributeType] => IdeaTypeAttribute
[_parameterMap:private] => Array
(
[Attribute.Type] => AttributeType
)
)
[GLOBAL_MONTHLY_SEARCHES] => LongAttribute Object
(
[value] => 4400
[AttributeType] => LongAttribute
[_parameterMap:private] => Array
(
[Attribute.Type] => AttributeType
)
)
[AVERAGE_TARGETED_MONTHLY_SEARCHES] => LongAttribute Object
(
[value] => 2900
[AttributeType] => LongAttribute
[_parameterMap:private] => Array
(
[Attribute.Type] => AttributeType
)
)
[KEYWORD_CATEGORY] => IntegerSetAttribute Object
(
[value] =>
[AttributeType] => IntegerSetAttribute
[_parameterMap:private] => Array
(
[Attribute.Type] => AttributeType
)
)
[COMPETITION] => DoubleAttribute Object
(
[value] => 0.93366915717232
[AttributeType] => DoubleAttribute
[_parameterMap:private] => Array
(
[Attribute.Type] => AttributeType
)
)
)
Also the seed keyword is not returned in the results?? How do you know
which to use if you cant compare the seed to the related well since
KEYWORD is not returned I guess that is moot. On v201008 the seed
keyword stopped showing as well and that one atleast has Keywords
returned in the TargetingIdeaService for RelatedToKeywordSearch
Any help would be much appreciated
Thanks,
Eric