Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-23 Thread TECGCA96 TECGCA96
Thank you for your help! I will try this and get back to you. Regarding the client library, i have raised the concern already, but i did not get the reply from them. If i get one i will check that too On Thu, 23 Apr 2020 at 02:32, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> w

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-22 Thread Google Ads API Forum Advisor Prod
Greetings! If you really want to try all of this with curl, you can do this. Please replace the with your own information. The first command gets you the access token, which you insert into the second command. The second gets you the report you needed. curl --data "refresh_token=&client_id=&

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
Thank you, I will do that. How about my error when i make an HTTP request call ? Any resolution on that please ? On Tue, 21 Apr 2020 at 21:21, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hello, > > Using a test developer token >

RE: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread Google Ads API Forum Advisor Prod
Hello, Using a test developer token should not be an issue if you are making calls against a test account. With regards to the error you are receiving, the issue appears to be related to the Java client library. I suggest you reach out to the client library owners as they will be better equippe

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
Can anyone help on my issue mentioned above, i have to complete this as soon as possible. Fine with anyone of the issues, either HTTP call or using AdWord API libraries. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
Error msg i get now is this one below: Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/base/Preconditions at com.google.api.ads.common.lib.auth.OfflineCredentials$Api.(OfflineCredentials.java:89) at com.google.api.ads.common.lib.auth.OfflineCredentials$Api.(OfflineC

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
Hi Thanks for the quick response, Hi Thanks for the quick response. 1. Access_token i have been getting the right way itself, which is recommended by the AdwordsApi document https://developers.google.com/adwords/api/docs/guides/authentication . I am using the test developer token, is that a

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-21 Thread TECGCA96 TECGCA96
> > Hi Thanks for the quick response. 1. We access_token i have been getting the right way itself, which is recommended by the AdwordsApi document https://developers.google.com/adwords/api/docs/guides/authentication . I am using the test developer token, is that an issue ? 2. Regarding the

RE: I have issue downloading the Ad_performance report using HTTP calls

2020-04-20 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out! Upon taking a look at the error, it appears that your request is incomplete. Did you ensure that you were closely following the instructions mentioned in this guide for making a basic call using cURL? Additionally, did you correctly configure your authentication

I have issue downloading the Ad_performance report using HTTP calls

2020-04-20 Thread TECGCA96 TECGCA96
I have successfully got the access token. I was trying to pass the request mentioned below to get the values against these fields: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adw