Re: AuthorizationError.USER_PERMISSION_DENIED

2015-10-09 Thread murali . pushgroup
Hi, Thank you for your reply. But which is not the actual solution we need. What we are trying here is that: 1. We have the Adwords App registered in the Developer Console. 2. We are using the clientSecret, clientId and redirectURI from this app. 3. In our application,

AuthorizationError.USER_PERMISSION_DENIED

2015-10-08 Thread murali . pushgroup
Hi, My Adwords project is authorized for 3 MCC Accounts and I am having 3 refresh token for each. While I am trying to get accounts under them, I am getting [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'null'] error for two of them . The other one I have been using for

Unexpected values for DayOfWay

2015-07-15 Thread murali . pushgroup
Hi, Thank you in advance. I am trying to get reports using https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report While Downloading the report using API . for DayOfWay, I am getting unexpected values like 123.0,057.0,593.0,067.0,165.0. May I know the

Invalid_grant exception while downloading reports

2015-03-04 Thread murali . pushgroup
Hi. I have been downloading reports for certain accounts in an MCC account. I am using PHP library. While downloading reports , an exception raised Report download failed. Underlying errors are Type = 'AuthorizationError.USER_PERMISSION_DENIED', Trigger = 'null', FieldPath = ''. and

Re: How to get adgroups from a multiple of campaigns ?

2014-08-14 Thread murali . pushgroup
Hi Anash, Thank you for the reply. There was a mistake I have done. I didn't set customer id . After setting customer id with $user-SetClientCustomerId($accountId); I am getting my adgroups. Thank you Murali. On Friday, August 8, 2014 7:26:23 PM UTC+5:30, Anash P. Oommen (AdWords API

Re: Getting all sitelinks from my MCC

2014-08-14 Thread murali . pushgroup
Hi Anash, Thank you for the reply and it was very helpful. Murali On Saturday, August 2, 2014 1:47:04 AM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: Hi, One quick note - you will have to run the report for each AdWords account individually. You cannot run the

How to get adgroups from a multiple of campaigns ?

2014-08-08 Thread murali . pushgroup
Hi, I have tried to get ad groups under a group of campaigns . I am using PHP client library . My code was $campainIds = array(); $groupIds = GetAdGroups($user, $campaignIds) ; function GetAdGroupsExample(AdWordsUser $user, $campaignIds) {

Re: How to get adgroups from a multiple of campaigns ?

2014-08-08 Thread murali . pushgroup
Sorry there is some mistake in code i have given I was calling the GetAdGroupsExample function like $campaignIds = array($campaignIs1,$campaignIs2,$campaignIs3) ; $groupIds = GetAdGroupsExample ($user, $campaignIds) ; Predicate I have given was

Getting all sitelinks from my MCC

2014-08-01 Thread murali . pushgroup
Hi I have a MCC account I want to get all accounts , campaigns, adgroups , ads , keywords and sitelinks under my MCC accounts I am able to get all other than sitelinks. Which service can I use to get sitelinks and how to do it with PHP client library ? Thank you in Advance Murali -- --