Re: Estimate keyword traffic volume

2017-02-17 Thread Tal Haguel
I think I'm very close to the solution. When creating:$keyword->setText(${"kw".$c}); I'm getting this error: http://schemas.xmlsoap.org/soap/envelope/";>< soap:Header>https://adwords.google.com/api/adwords/cm/v201609"; xmlns="https://adwords.google.com/api/adwords/o/v201609";>000548c073e062180a5

Re: Estimate keyword traffic volume

2017-02-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This PHP example shows how to print the response from TrafficEstimatorService

Re: Estimate keyword traffic volume

2017-02-12 Thread Iam_mine
Thanks I manage to set the text but how I can print/save the actual result. After running the script through terminal i'm getting an empty line without any results. On Thursday, February 9, 2017 at 7:35:08 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > You can pass a variable t

Re: Estimate keyword traffic volume

2017-02-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can pass a variable to the setText() method as shown in this example . You need to include at least one CampaignEstimateRequest

Re: Estimate keyword traffic volume

2017-02-08 Thread Iam_mine
Regarding the TrafficEstimatorService how can I use it within an existing code that I wrote? What I need to include and how I can put a variable within the set text e.g. $keyword->setText(''); and how can it be executed? On Thursday, February 9, 2017 at 12:27:10 AM UTC+2, Shwetha Vastrad (AdW

Re: Estimate keyword traffic volume

2017-02-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use TargetingIdeaService and TrafficEstimatorService to retrieve statistics and traffic estimates. The TargetingIde

Estimate keyword traffic volume

2017-02-08 Thread Iam_mine
I wrote a script that generate keyword through a loop in php. For each keyword I would like to pull traffic volume, what will be the best way to do that? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https: