Hello,

I am trying to use the Adwords API to get keyword suggestions for websites. 
While I get results, the results differ hugely from the suggestions I get 
from the UI. I think the suggestions of the UI are much better.

Other topics / documentation seem to suggest that options selected in the 
UI must match the options in the API request. I've tried various options, 
but I cannot get the results to match. 
I have attached a screenshot from the UI options I have selected.
Below is the Python code where you can see the options that I have 
configured:
{
    'searchParameters': [
        {
            'xsi_type': 'RelatedToUrlSearchParameter',
            'urls': ['http://php.net']
        },
        {
            'xsi_type': 'LanguageSearchParameter',
            'languages': [{'xsi_type': 'Language', 'id': 1010}]
        },
        {
            'xsi_type': 'NetworkSearchParameter',
            'networkSetting': [{
                'targetGoogleSearch': True,
                'targetSearchNetwork': False,
                'targetContentNetwork': False,
                'targetPartnerSearchNetwork': False
            }]
        }
    ],
    'ideaType': 'KEYWORD',
    'requestType': 'IDEAS',
    'requestedAttributeTypes': ['KEYWORD_TEXT'],
    'paging': {
        'startIndex': 0,
        'numberResults': 10
    }
}

Does anyone know what could be going wrong?

Regards,
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 [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/fd2eddaa-2c02-4a7b-948d-44bc09cc4e4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to