Re: Service Account NOT_ADS_USER error

2014-10-24 Thread IMM Boulder
I have verified that clientCustomerId is in the header and that the user is an adwords user. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=

Service Account NOT_ADS_USER error

2014-10-24 Thread IMM Boulder
I have logged in with the administrator login and created a service account and am using the p12 key to generate an access_token for access to the api and when I try to use the access_token I get the error: AuthenticationError.NOT_ADS_USER Is there something that I am missing? -- --

Re: Blank campaign performance report

2014-10-24 Thread IMM Boulder
I got it. I wasn't drilling down deep enough. we have a parent client id with sub client ids with sub-sub client ids. Is there no way to run a report across all sub-sub client ids by using a sub client id? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and G

Re: Blank campaign performance report

2014-10-24 Thread IMM Boulder
string(61) "https://adwords.google.com/api/adwords/reportdownload/v201409"; array(3) { ["Authorization"]=> string(90) "Bearer [removed]" ["developerToken"]=> string(22) "[removed]" ["clientCustomerId"]=> string(12) "[removed]" } array(1) { ["__rdxml"]=> string(622) "

Re: Blank campaign performance report

2014-10-23 Thread IMM Boulder
Thank you for the reply and yes, I saw that, and have that: $reportDefinition->includeZeroImpressions = true; Plus, we have several thousand impressions per day so I'm sure this is not the case. I'm wondering though, since we have several accounts in MCC, is there something special that I need

Re: Blank campaign performance report

2014-10-23 Thread IMM Boulder
.php#L59> > . > > You may also want to check out our Zero Impression Reports guide > <https://developers.google.com/adwords/api/docs/guides/zero-impression-reports> > for > more details. > > Cheers, > Josh, AdWords API Team > > On Thursday, October

Blank campaign performance report

2014-10-23 Thread IMM Boulder
This is my first time working with the adwords api so I assume that I am missing something that I am not finding in any of the documentation that I have found. I am using the googleads php library from github to submit my request to the api and it seems to be working fine with the exception tha