Hi, I know that this question have been raised before, but i have found no suitable answer that helps.
I pull data from the api on a list of keywords and get this: <https://lh3.googleusercontent.com/-mj-zuSxAAAE/WlhmsSu4QJI/AAAAAAAAAAw/Hm0yLeuuKKMjhWU3nVTShs1XpwX14mzDACLcBGAs/s1600/Screen%2BShot%2B2018-01-11%2Bat%2B15.47.40.png> But when i do a similar search (upload the list in keyword planner the result looks like this: <https://lh3.googleusercontent.com/-llBho1FMNcY/Wlhm5n3v4jI/AAAAAAAAAA8/2ZukzVSQfSwo-IsKzBz0gZ1_aEJbxOHNgCLcBGAs/s1600/Screen%2BShot%2B2018-01-11%2Bat%2B15.45.41.png> My selector looks like (using python): selector = { 'searchParameters': [ { 'xsi_type': 'RelatedToQuerySearchParameter', 'queries': keyword_list }, { # Language setting (optional). # The ID can be found in the documentation: # https://developers.google.com/adwords/api/docs/appendix/languagecodes 'xsi_type': 'LanguageSearchParameter', 'languages': [{'id': langID}] }, { # Location setting (optional). # The ID can be found in the documenation: # https://developers.google.com/adwords/api/docs/appendix/geotargeting # Country codes found by searching country name in name filter 'xsi_type': 'LocationSearchParameter', 'locations': [{'id': locID}] }, { # Network search parameter (optional) 'xsi_type': 'NetworkSearchParameter', 'networkSetting': { 'targetGoogleSearch': True, 'targetSearchNetwork': False, 'targetContentNetwork': False, 'targetPartnerSearchNetwork': False } } ], 'ideaType': 'KEYWORD', 'requestType': 'STATS', 'requestedAttributeTypes': ['KEYWORD_TEXT', 'SEARCH_VOLUME', 'COMPETITION'], 'paging': { 'startIndex': str(offset), 'numberResults': count } } What am i doing wrong? I suppose it is my selector that gets to much, but can't find an answer in the documentation. Hope you guys have som input. Thanks Steffen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/b23aa130-407e-42d0-b276-929467b1f8d5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
