BingAds / BingAds-Python-SDK

Other
117 stars 163 forks source link

pro-grammatically could n't retrieve keyword suggestions from keyword planner tool #81

Closed BhavanaP closed 6 years ago

BhavanaP commented 6 years ago

Hi ,

I am new to Bing ads API . i couldn't retrieve the keyword suggestions from bing keyword planner tool. here is the sample program i am following https://docs.microsoft.com/en-us/bingads/guides/code-example-keywords-ads?view=bingads-11.

i generated the refresh token and followed the above link.I made changes in the program to make use of 'querySearchParameter' but the result set is showing each keywordIdea with following values . AdGroupId,AdGroupName,AdImpressionShare,Competition,Keyword,MonthlySearchCounts,Relevance,Source,SuggestedBid.

i am looking to get the keyword suggestions from keyword planner. Please Suggest

thank you , Bhavana

eric-urban commented 6 years ago

@BhavanaP the link you provided was for keywords and ads campaign management. The keyword_planner.py sample (here and here) can be used to get suggested keywords. If you are also looking for traffic estimates for the returned Keyword ideas, then you can extend the sample by calling GetKeywordTrafficEstimates. I hope this helps!

BhavanaP commented 6 years ago

@eric-urban Thanks a lot .