Hello,

Unfortunately, since your screenshot is in Dutch, it is very difficult for 
me to comprehend it to compare the settings to those set on the API. 
However, with identical settings, in theory the two should produce 
identical results, so I urge you to double-check that everything is the 
same.

One section of our Targeting Ideas guide is about mapping to the keyword 
planner 
<https://developers.google.com/adwords/api/docs/guides/targeting-idea-service#mapping_to_the_keyword_planner>,
 
so hopefully this helps.

Regards,
Mike, AdWords API Team

On Thursday, December 17, 2015 at 8:57:48 AM UTC-5, Roel wrote:
>
> Hello,
>
> When I use the GoogleAdWords API I can generate keyword suggestions for a 
> website. When I try to do the same via the API the suggestions differ a 
> lot. 
>
> In my tests I used the website "http://php.net";.
> The UI will return the following suggestions:
>
>    - hosting
>    - webhosting
>    - website hosting
>    - dedicated server
>    - vps hosting
>    
> This while the API request returns:
>
>    - new extensions
>    - downloads windows
>    - php performance test
>    - php scripting
>    - rc-6
>    
> I've read several topics about this, but they all seem to indicate 
> differences between the settings in the UI and in the API request.
>
> I have made a picture of my UI configuration:
>
> <https://lh3.googleusercontent.com/-_86IcIodGkM/VnKZrtkMU_I/AAAAAAAAAIc/3LB31IJKDtc/s1600/UI%2Bselection.PNG>
>
>
> My parameters in the (Python) code are:
> language_criteria_id = 1010 # Dutch
> url = 'http://php.net'
>
> {
>     'searchParameters': [
>         {
>             'xsi_type': 'RelatedToUrlSearchParameter',
>             'urls': [url]
>         },
>         {
>             'xsi_type': 'LanguageSearchParameter',
>             'languages': [{'xsi_type': 'Language', 'id': 
> language_criteria_id}]
>         },
>         {
>             'xsi_type': 'NetworkSearchParameter',
>             'networkSetting': [{
>                 'targetGoogleSearch': True,
>                 'targetSearchNetwork': False,
>                 'targetContentNetwork': False,
>                 'targetPartnerSearchNetwork': False
>             }]
>         }
>     ],
>     'ideaType': 'KEYWORD',
>     'requestType': 'IDEAS',
>     'requestedAttributeTypes': ['KEYWORD_TEXT'],
>     'paging': {
>         'startIndex': 0,
>         'numberResults': 10
>     }
> }
>
> I have tried different combinations of network settings, but whatever I do 
> I cannot reproduce the same results as seen in the UI.
>
> Does anyone know what is going on?
>
> Roel
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
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/6d6fa7a0-5d10-4535-a6ec-c3bdbd93dacb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to