Hi, I am trying to get category ID's suggestions for keywords. Here is what I am doing:
selector = { 'searchParameters': [{ 'xsi_type': 'RelatedToKeywordSearchParameter', 'keywords': [{ 'text': 'ladies clothes', 'matchType': 'BROAD' }] }, ], 'ideaType': 'KEYWORD', 'requestType': 'STATS', 'requestedAttributeTypes': [ 'KEYWORD', 'KEYWORD_CATEGORY' ], 'paging': { 'startIndex': '0', 'numberResults': '100' } } Here is what I get back: {'totalNumEntries': '1', 'entries': [{'data': [{'value': [{'Attribute_Type': 'KeywordAttribute', 'value': [{'text': 'ladies clothes', 'matchType': 'BROAD', 'Criterion_Type': 'Keyword'}]}], 'key': 'KEYWORD'}, {'value': [{'Attribute_Type': 'IntegerSetAttribute'}], 'key': 'KEYWORD_CATEGORY'}]}]} {"ladies clothes": {"BROAD": {"KEYWORD_CATEGORY": null}}} Not sure what I am doing wrong. thanks, mani -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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