Re: Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-11-21 Thread eric haberman
. > Maybe the refresh token you're using is from some other account. > > Regards, > Mike, AdWords API Team > > On Thursday, November 20, 2014 3:06:05 PM UTC-5, eric haberman wrote: >> >> Mike it appears that my MCC account cannot access my MCC account :) >> >

Re: MCC's own client ID Access Denied - Using same account's secret and refresh token

2014-11-21 Thread eric haberman
ked file issue. :) > > Cheers, > Josh, AdWords API Team > > On Thursday, November 20, 2014 9:13:56 PM UTC-5, eric haberman wrote: >> >> Resolved! Thank you for your help. >> >> The problem was a fluke caused by a locked file not being overwritten, >> after I up

Re: MCC's own client ID Access Denied - Using same account's secret and refresh token

2014-11-20 Thread eric haberman
Resolved! Thank you for your help. The problem was a fluke caused by a locked file not being overwritten, after I updated the library using CLI instead of dragndrop, it worked fine. On Thursday, November 20, 2014 6:24:40 PM UTC-6, eric haberman wrote: > > *Here is a var_dump of the

Re: MCC's own client ID Access Denied - Using same account's secret and refresh token

2014-11-20 Thread eric haberman
;string(6) "Bearer"["expires_in"]=>int(3600) ["timestamp"]=>int(1416529531) } The oauth 2 info is correct, an access token is refreshing, but the headers do not include an access_token. On Thursday, November 20, 2014 5:34:51 PM UTC-

Re: MCC's own client ID Access Denied - Using same account's secret and refresh token

2014-11-20 Thread eric haberman
o": "*...*", > "audience": "*...*", > "scope": "https://www.googleapis.com/auth/adwords";, > "expires_in": 212, > "access_type": "offline" > } > > Thanks, > Josh, AdWor

Re: MCC's own client ID Access Denied - Using same account's secret and refresh token

2014-11-20 Thread eric haberman
audience": "*...*", > "scope": "https://www.googleapis.com/auth/adwords";, > "expires_in": 212, > "access_type": "offline" > } > > Thanks, > Josh, AdWords API Team > > > On Thursday, November 20, 2014 4:36:3

Re: MCC's own client ID Access Denied - Using same account's secret and refresh token

2014-11-20 Thread eric haberman
"issued_to": "*...*", > "audience": "*...*", > "scope": "https://www.googleapis.com/auth/adwords";, > "expires_in": 212, > "access_type": "offline" > } > > Thanks, > Josh, Ad

MCC's own client ID Access Denied - Using same account's secret and refresh token

2014-11-20 Thread eric haberman
Hello, I'm getting the error: AuthorizationError. USER_PERMISSION_DENIED The MCC client ID (581-880-2635), developers token, and Google Developers Console refresh token and secret are all from the same account. (refresh token authorized in the same browser as the MCC account is logged into)

Re: Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-11-20 Thread eric haberman
sions to act on that account. Please make sure that > your refresh token is linked to the correct MCC account, and that that MCC > account is linked to the account you're trying to use. > > Regards, > Mike, AdWords API Team > > On Thursday, November 20, 2014 2:09:33 PM UT

Re: Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-11-20 Thread eric haberman
account is linked to the account you're trying to use. > > Regards, > Mike, AdWords API Team > > On Thursday, November 20, 2014 2:09:33 PM UTC-5, eric haberman wrote: >> >> Hello, >> >> I *thought* that I was all ready for the new API sunset, but

Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-11-20 Thread eric haberman
Hello, I *thought* that I was all ready for the new API sunset, but apparently not. Using my MCC account, a new refresh token, and the clientID for my MCC account I'm getting this error when instantiating the user object (PHP library) Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigg

Re: TargetingIdeaService - MonthlySearchVolume - last month always missing value

2012-10-17 Thread eric haberman
I am experiencing the exact same issue. The previous month search estimate is always empty. I'm wondering if maybe we're just falling into a window where that months data hasn't been set yet... but we'll see. On Wednesday, October 17, 2012 10:45:14 AM UTC-5, Ben Vincent wrote: > > Hi, > > I am

Get domain list by keyword search?

2011-10-18 Thread eric haberman
Hey gents, Is there a method in the AdWords API that would allow me to find the 'top returned domains' for a keyword search? Example Keyword: car tires Result: discounttires.com, sears.com, checkerauto.com It seems like this would be a basic search, but I can't find it in the API docs ... p