API basic

2016-10-04 Thread Iam_mine
Hey, I'm pretty new to AdWords API although I have great experience in managing AdWords campaigns. I want to develop a platform for optimizing AdWords campaigns, and I have two questions that I believe you can help me with. 1. What's the minimum requirement for getting a developer key and start

Developer token without an active account

2016-10-28 Thread Iam_mine
How can I have API access without an active account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

USER_PERMISSION_DENIED

2016-12-14 Thread Iam_mine
Hey All, I'm in the process of creating access to AdWords API through a test account. I've created two MCC accounts: Account A is the production manager with developer token. Account B is an MCC account with a test account. When running "php GetCampaigns.php" I'm getting the error: An error has

EstimateKeywordTraffic with parameter

2017-01-29 Thread Iam_mine
I would like to know the estimated traffic for each keyword in my MYSQL table. I'm using PHP to browse through all the keywords list and I want to use the EstimateKeywordTraffic parameters and save them in MYSQL. What will be the best way? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Config file not found

2017-02-07 Thread Iam_mine
I'm trying to use the EstimateKeywordRequest to get traffic volume for keywords. I'm keep on getting the error below not sure why. Where is the home directory? Where should I put the adsapi_php.ini ? PHP Fatal error: Uncaught InvalidArgumentException: Config file not found as specified: 'ad

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:

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-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