Friday, 25 November 2016

Re: retrieve keyword ideas in bulk - using AdWords API / TargetingIdeaService

Hi Peter,
thanks for a quick answer!
Unfortunately id does not help me (maybe I'm not clear enough):

your examples are all about ONE keyword (or several keywords related to ONE entity) and how to make an API call to retrieve ideas for that keyword.

Your example (in PHP) states something like this:
RelatedToQuerySearchParameter relatedToQuerySearchParameter =
   
new RelatedToQuerySearchParameter();
relatedToQuerySearchParameter
.setQueries(new String[]
   
{"bakery", "pastries", "birthday cake"});

What I understand these keywords are all related to the same "entity" for which it tries to retrieve ideas...

The Paging is about how many ideas I want to retrieve, right? (I only want 5)


We are running an e-commerce site and have 10k deals. Do we need to make an API call for each deal?


thanks again
/best regards
/javier







El viernes, 25 de noviembre de 2016, 4:27:46 (UTC-3), Peter Oliquino escribió:
Hi Javier,

The TargetingIdeaService.get will still provide you your expected results. As mentioned in the document, however, you will also need to implement Paging as large result require to be compressed through multiple calls using this method. You may refer to our targeting ideas guide and our GetKeywordIdeas exampe (other languages are also available in the link) for more information. I hope this helps and please let me know if you have any other concerns.

Thanks and regards,
Peter
AdWords API Team

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
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 adwords-api+unsubscribe@googlegroups.com.
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/4f9c681b-1e50-4146-81ef-800d5ac2d788%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment