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
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/
=~=~=~=~=~=~=~=~=~=~=~=~=~
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