Re: How i can download or get Budget Performance Report using http request

2018-07-01 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rajkumar, Could you confirm if you only have access to the refreshToken and developerToken of the said accounts? of your accounts? If yes, then there is no way to dynamically retrieve the other details of the account via AdWords API. You have to individually assign the account details in

Re: How i can download or get Budget Performance Report using http request

2018-06-29 Thread RAJKUMAR SHARMA
hi, budget report is working how i can get clientcustomerid and managerclientaid because we are download report using customerclientid i have just used this request url --> https://adwords.google.com/api/adwords/mcm/v201806/ManagedCustomerService?wsdl for getting a customerClientID and

Re: How i can download or get Budget Performance Report using http request

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rajkumar, Could you confirm if what you wish is to download reports for other accounts? If yes, you could do this as long as you specify the account's correct clientCustomerId and its OAuth2 Credentials (client Id, client secret, refreshToken). You may use the same approved developer token

Re: How i can download or get Budget Performance Report using http request

2018-06-28 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rajkumar, You could pattern your report on this sample code provided in the documentation that is also available in the Java client library. You just have to make the

How i can download or get Budget Performance Report using http request

2018-06-27 Thread RAJKUMAR SHARMA
hi, i m not able to find a method which can give budget performance report in client library of java of google adword api. or can u tell me is there any http request available for get these reports of other user who's person i have a refresh token store. thanks -- --