Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-10-24 Thread hari krishna
We changed url like this and it is working fine. oAuth2Credential = new OfflineCredentials.Builder().forApi(Api.ADWORDS).withTokenUrlServer("www.xxx.com/token/").fromFile().build() .generateCredential(); Thanks! Hari. On Thursday, October 5, 2017 at 4:07:39 PM UTC+5:30, hari krishna wrote:

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-10-05 Thread hari krishna
Thanks Josh, We want to replace all adwords request URL to our own URL. Since we are using below code, I need some more information on this. 1) If I use api.adwords.endpoint propery then it will be applicable to below code also. 2) Can you please let us know what are the

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-10-05 Thread hari krishna
Thanks Josh, We want to replace all adwords urls which we are calling from code. I just need some more information on below code from java client library example. 1) Can you please let us know whether below code also uses api.adwords.endpoint property host when calling adwords apis. 2) Can

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-10-03 Thread hari krishna
Hi Josh, No it is not a proxy server. We are using datapower. Using datapower (IBM DataPower Appliances - *Service gateway appliance (XG45)* )we will create apis which intern call actual adwords apis, From our java adwords client library we would like to call datapower urls instead of adwords

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-09-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hari, Is the server that you want to pass your requests through a proxy server? If so, I'd recommend simply setting the proxy system properties as described in the client library's README file here . Thanks, Josh, AdWords API

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-09-28 Thread hari krishna
Thanks Sreelakshmi, May i know what is the significance of below property. My intention is not appending my server url, I am trying to call a different url when ever google client library call google url. is there any place i can setup this. Instead of https://adwords.google.com

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-09-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Hari, Appending the AdWords API URL to your server URL might not work as the resultant URL will not be a valid one. Your application will have to have the logic to internally redirect calls from the application to the corresponding AdWords API service/reports. If you are interested in

Need to bypass all adwords endpoint url to different url from java client library v201708

2017-09-27 Thread hari krishna
Hi, Our company has a policy that we cannot directly call adwords urls instead we need to call different url that url will intern call adwords apis and give result back to us. Is there any place that we can change this to make it work. For example, like below. Direct url: