Hi,
I have followed the documentation here
closely: https://services.google.com/fh/files/helpcenter/lsa_api_dev_guide.pdf
Here is my GET request so far:
var response =
UrlFetchApp.fetch('https://localservices.googleapis.com/v1/accountReports:search?query=manager_customer_id:2845561262',
{
headers: {
Authorization: 'Bearer ' + adsService.getAccessToken(),
contentType: 'application/json',
Accept: 'application/json'
}
});
console.log(response)
}
Do I need a refresh token? Do I need to supply a developer token in the
request?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/7563560d-f4c8-4a2a-8b2a-02e7d8d2a986n%40googlegroups.com.