I've been able to setup an access to Google Adwords API to get Keyword Ideas from one seed keyword. I need to go trough our DB to obtain keywords ideas to all the entries (to be used as meta tags...) Do I have to loop and access the API once for each keyword? Or is there any way to grab these in bulk mode? I've found info about getBulkKeywordIdeas but it's depecrated since v201409 [https://developers.google.com/adwords/api/docs/reference/archived-release-notes] where it states:
I can't figure out how to use the GET method in bulk mode - or if this is not intended to be used this way... /thanks /javier |
RelatedToQuerySearchParameter relatedToQuerySearchParameter =
new RelatedToQuerySearchParameter();
relatedToQuerySearchParameter.setQueries(new String[]
{"bakery", "pastries", "birthday cake"});