Hi Akhil,

Thanks for reaching out to the Google Ads API Forum.

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.

Yes you are correct. You need to specify which field should be fetched, and 
GAQL does not support (SELECT * ) syntax to gell fields. There is no way to get 
all the fields for that resource using the same fields which you used to get 
using the GET method by ID. To help you construct queries along with the where 
clause filter, you can use our Query builder and Query validator in the 
documentation.

In addition, as of now, there are no replacement endpoints for those removed 
GET endpoints, and we do not have future plans to add it to next releases like 
v11 and v12. Although this is a great tool for learning the API or inspecting 
an individual object for debugging or education purposes, your app should not 
use get methods to retrieve objects for processing or reporting. Instead, you 
may need to use GoogleAdsService, since it supports retrieving performance 
metrics, and allows for streaming through large result sets. If your app 
submits a large number of get requests, you may encounter rate limits. For 
sunset dates on older versions, you may refer to this guide.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2bD5yq:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/qSxXC000000000000000000000000000000000000000000000RCFX8B00r_Q9XUpUSE-oSjSb09YhOw%40sfdc.net.
  • Re... akhil Preetham
    • ... akhil Preetham
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
        • ... akhil Preetham
          • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to