Hello,
is it possible to use the Google Ads API from a JavaScript application running in the browser?
I tried making a POST request to a URL like this to fetch campaigns for a specific customer:
But I get a CORS error "...has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource."
I know the request is correct, as I've tried it successfully using cURL/Postman.
Thanks,
Hugo