I'm confused with the documentation. Could someone guide me on how to make requests via REST API.
Here is what I have tried. var options = { url: 'https://googleads.googleapis.com/v1/customers/'+accountid+'/adGroups', headers: { 'Authorization': bearerToken, 'Accept': 'application/json', 'Content-Type': 'application/json', 'login-customer-id': '123456789', 'developer-token': 'ABCDEFGH' } }; request.post(options, function(err, response) { console.log(response); )}; I keep getting 404 error. I need to fetch different kinds of data based on a date range. Example: List of Campaigns, Total Clicks, Total Impressions, Average CPC, Regionwise Performance. How should the URL be formed, where can I find a proper guide? Their official documentation is very confusing for me. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/56828f9c-b61d-43ae-88c5-52aeeeb82b49%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.