adwords_reports:Google AdWords API的Pythonic包装器,可轻松生成报告

时间:2024-06-06 22:15:02
【文件属性】:

文件名称:adwords_reports:Google AdWords API的Pythonic包装器,可轻松生成报告

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-06 22:15:02

python marketing automation marketing-automation adwords

AdWords报告 描述 adwords_reports是一个库,可快速轻松地从Google AdWords接收跨帐户报告。 入门 您可以使用pip安装adwords_reports : $ pip install adwords_reports 或使用git : `$ pip install git+https://github.com/SaturnFromTitan/adwords_reports.git` 获得对AdWords API的访问权限,并将所有凭据信息缓存在.yaml文件中。 您需要将该文件的路径传递给客户端以进行身份​​验证: from adwords_reports import Client credentials_path = "adwords_credentials.yaml" client = Client(credentials_path) 尝试运行


【文件预览】:
adwords_reports-master
----setup.py(2KB)
----.gitignore(1KB)
----requirements.txt(90B)
----LICENSE.md(10KB)
----.travis.yml(268B)
----examples()
--------README.md(136B)
--------account_hierarchy.py(602B)
--------download_reports.py(1KB)
----README.md(2KB)
----tests()
--------test_report_definition.py(2KB)
--------test_micro_amounts.py(1KB)
--------__init__.py(2KB)
--------test_googleads.yaml(7KB)
--------test_account_label.py(585B)
--------test_client.py(2KB)
--------test_account.py(2KB)
----.coveragerc(225B)
----adwords_reports()
--------__init__.py(460B)
--------account.py(2KB)
--------client.py(3KB)
--------account_label.py(355B)
--------report_definition.py(2KB)
--------micro_amounts.py(1KB)

网友评论