Hi Andrii,
Thanks for reaching out to the Google Ads API Forum.
I understand that you are trying to get a list of audiences via the REST interface, and trying to use an Audience report. However, note that to get the list of users a customer may target, then you may need to use a user_list report.
For the REST, you may use the GoogleAdsService's search / searchStream method as an example provided here. You may also refer to our Query Cookbook guide which contains many reporting samples that correspond to some of the default Google Ads screens. Following are the two endpoints to fetch the objects from Google Ads:
|
|
|
|
|
|
I agree that you are unable to use SDK because you’re using Node.js. But you may use the REST API from your Node.js program.
Regards,
|
||||||