Reputation: 25
I have an old API that I need to support. It uses the v9 of Google Ads API:
https://developers.google.com/google-ads/api/rest/reference/rest/v9/customers/get
Now I need to update to V11 but can't find an equivalent endpoint because it was removed.
Anyone? :(
Upvotes: 0
Views: 320
Reputation: 11
According to this release note, since v10 upto the latest API version (v11), the get method and any services that exclusively had a get method have been removed. Retrieve objects with Search and SearchStream from GoogleAdsService. With this, the report type that I can suggest to get the account level information is the customer report.
Upvotes: 0