有谁知道我在哪里可以下载此链接上最新的非删除版本的演示: https://developers.google.com/adwords/api/docs/demo-apps#awapi_app_engine_python
如果没有,我有4.3版本,我需要更改使用的xml解析器,因为pyxml不再有效。
任何提示?
答案 0 :(得分:0)
我相信一个优秀的AdWords python客户端是googleads-python-lib,您可以使用pip安装它:
pip install adspygoogle
他们还提供了一些关于如何在Github上使用它的示例:googleads-python-lib examples