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/f16d3e2b-d6ef-46ac-8a7c-4d933cb12221%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to