Hi,
My question is how it would be to be able to access the customers of a user
who logged in to my website and granted AdWords access since I tried to
make the request but it asks me for the developer token for this there is
an error in how I do it or already I use javascript and axios for the url
request
const config = {
headers: {
Authorization: `Bearer ${access_token}`,
},
};
let adsInfo = {};
adsInfo = await axios.get(
`https://googleads.googleapis.com/v11/customers:listAccessibleCustomers`,
config
);
thanks C:
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"Google Ads API and AdWords 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/137efd6b-3e12-4247-be01-962a0077200fn%40googlegroups.com.