Hi there,
Thanks for reaching out to the Google Ads API Forum.
Could you confirm if you’re using current version as v10? If so, in the Google Ads API V10 version, GET methods have been removed from all services. Any service that exclusively had a get method has been removed as well. The primary way to retrieve objects continues to be using GoogleAdsService's search and searchStream methods. For a comprehensive overview of changes based from v9 to v10, you may refer to this page, and inspecting objects with get (Deprecated) is deprecated since the usage of "get" in this API was only intended for exploratory purposes and not actually retrieving data as mentioned here.
Instead, you may use GoogleAdsService, since it lets you retrieve only specific attributes of objects, supports retrieving performance metrics, and allows for streaming through large result sets.
If you haven’t recieved error on v10, you may send complete logs to us via reply to author privately option, so that we can check better.
Regards,
|
||||||
Hi Deepak,
Thanks for getting back to us.
If you’re looking to get the audience id(user_list.id), you may use the user_list report and get the user_list.id field. However, could you please elaborate on your query further “Then shall I send all the users and google would take care of existing users from there or how is it structured?”?
Regards,