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

2016-11-28 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Yes, this is a correct usage. Each get request to the TargetingIdeaService is treated independently. You can use the same instance of TargetingIdeaService in your local code for each request. Regards, Mike, AdWords API Team On Monday, November 28, 2016 at 1:52:57 PM UTC-5, javier.enc...

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

2016-11-28 Thread javier . enciso
Hie Mike, thanks for reaching out. I've implemented it that way now (one call for each deal). But I would like to be certain about one thing you mention: quote *"unique entities that each require separate contexts for the TargetingIdeaService"* I am creating one *TargetingIdeaService* and reusi

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

2016-11-28 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Each call to the TargetingIdeaService is only able to provide results for a single separate query. If you have 10k unique entities that each require separate contexts for the TargetingIdeaService, then unfortunately, yes, you will need to make 10k different calls. Regards, Mike, AdWords

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

2016-11-25 Thread javier . enciso
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 thi

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

2016-11-24 Thread 'Peter Oliquino' via AdWords API Forum
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

retrieve keyword ideas in bulk - using AdWords API / TargetingIdeaService

2016-11-24 Thread javier . enciso
down votefavorite <http://stackoverflow.com/questions/40770325/retrieve-keyword-ideas-in-bulk-using-adwords-api-targetingideaservice#> 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 keywor