Closed BhavanaP closed 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!
@eric-urban Thanks a lot .
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