I am trying to implement the keyword planner utility using adwords api
python sdk. But it looks like the keyword ideas provided by the keyword
planner UI is entirely different from the adwords api response.
*Example:*
seed keyword - face
location - india (default)
language - english (default)
search network - google
*Keyword planner UI output:*
total no of keyword ideas - 643
top 3 keyword ideas - face, serum, moisturizer
*Adwords API response:*
total no of keyword ideas - 182
top 3 keyword ideas - facebook, facebook5, facebook account open
top 3 keywords suggested by keyword planner ui - *serum, facial,
moisturizer*
top 3 keywords returned by adwords api-
Below is the selector I am using to call adwords API:
{
"ideaType": "KEYWORD",
"requestType": "IDEAS",
"requestedAttributeTypes": [
"KEYWORD_TEXT",
"SEARCH_VOLUME"
],
"searchParameters": [
{
"xsi_type": "RelatedToQuerySearchParameter",
"queries": [
"face"
]
},
{
"xsi_type": "LocationSearchParameter",
"locations": [
{
"id": "2356"
}
]
},
{
"xsi_type": "LanguageSearchParameter",
"languages": [
{
"id": "1000"
}
]
},
{
"xsi_type": "NetworkSearchParameter",
"networkSetting": {
"targetGoogleSearch": true,
"targetSearchNetwork": false,
"targetContentNetwork": false,
"targetPartnerSearchNetwork": false
}
}
],
"paging": {
"startIndex": "0",
"numberResults": "500"
}
}
Please suggest a solution for this so that I can get the same results as
shown on the UI using the API
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/3b93f375-7be9-40ec-86e9-2adcd56906b8n%40googlegroups.com.