what is the endpoint URL for to access campaign data.

2020-01-30 Thread Siva Ragula
https://adwords.google.com/api/adwords/cm/v201809 I have tried above End point URL and getting error.could you please help me what would be the end point URL for to fetch the campaign report . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

Re: I am calling my test acount using rest api and getting error. Status not found .

2020-01-30 Thread Siva Ragula
I have identified the issue is due to header and it has been solved now. How to extract the campaign-clicks information through adwords API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~

I am calling my test acount using rest api and getting error. Status not found .

2020-01-29 Thread Siva Ragula
HttpRequest httpReq = new HttpRequest(); HttpResponse httpRes = new HttpResponse(); String errorMessage = ''; if(googleCred != null && googleCred.size() > 0 && code != null){ httpReq.setMethod('POST'); httpReq.setEndpoint('https://oauth2.googleapis.c