Hi Ernie, Thanks a lot! After careful reading of the changelog for python api client, I've found the solution to my problem
Previous behavior of the python client was changed by this: "Version 14.0.0 <https://pypi.org/project/google-ads/14.0.0/> of this library introduced the *required* use_proto_plus configuration option that specifies which type of protobuf message to use." use_proto_plus is set to False by default which make the client to return protobuf objects instead of proto-plus. More info on their differences can be found here: https://developers.google.com/google-ads/api/docs/client-libs/python/protobuf-messages Best regards, Vladimir On Monday, 22 November 2021 at 07:19:38 UTC+1 adsapi wrote: > Hi Vladimir, > > Thank you for reaching out to our team. > > I completely understand the issue, however, the issue appears more > specific with the Python client library. With this, I would suggest > reaching out to the author of the Python client library via this link > <https://github.com/googleads/google-ads-python/issues> as they are more > equipped to provide support to this issue. > > Regards, > > Reminder: Share your feedback about the Google Ads (AdWords) API! Take the > 2021 > Google Ads API and AdWords API Annual Survey > <https://google.qualtrics.com/jfe/form/SV_eQbOpf4VxRyyqqO?source=so> > > [image: Google Logo] > Ernie John Blanca Tacata > Google Ads API Team > > > ref:_00D1U1174p._5004Q2RujbX: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 [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 "AdWords API and Google Ads 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/d70c0616-3733-46fc-b847-d4da5f9cbf50n%40googlegroups.com.
