Re: AdWords Keyword Tool API

2013-11-05 Thread slegersjohn
I've been trying for hours to get that code to work, but I keep getting an error. I'm using a test account with a "pending" developer token from a production account. The error I keep getting is this : [RateExceededError ] I've tried adding additional search parameters to restrict the search,

Re: RateExceededError in TargetingIdeaService

2013-11-05 Thread slegersjohn
Both the GetKeywordIdeasExample and the GetPlacementIdeasExample keep giving me this same problem. I'm using a test account with developer token from a production acount. I'm using PHP. Op donderdag 18 juli 2013 14:14:27 UTC+2 schreef Danial Klimkin: > > Hello, > > > RateExceeded error depend

Re: Outdated Sample Adwords API php web app with angular JS UI. Does anyone have an up to date version ?

2013-11-05 Thread slegersjohn
I"v been fooling around with the PHP client library for about 10 hours now, but I haven't been able to get anything to work except for the "ConstantDataService". Everything else I've tried keeps giving me a RateExceededError error. Op vrijdag 11 oktober 2013 17:17:48 UTC+2 schreef Paul Matt

Re: Invalid Grant - Need Help OAuth2 - Urgent Pelase!

2013-11-11 Thread slegersjohn
I'm having the same problem. I did the following for a test account : * download the PHP API library * use developer token from production account * get "native" client ID + client secret * add client ID + client secret to API library * run the "GetRefreshToken" file to get a refresh token * add r

Re: AdWords API/OAuth2 Problem

2013-11-13 Thread slegersjohn
You got me thinking and I realised that I missed a step indeed. In the PHP version, you need to manually replace the value of the variable $code with the code generated by the URL. Then, the GetRefreshToken needs to be rerun to get the refresh token. With regards to the INCOMPLETE_SIGNUP issue,