adwords api:检索每日支出(费用)
有人有一些示例代码来说明如何获取 AdWords 帐户的每日总支出(所有广告系列)吗?
我无法找到以简单的方式执行此类操作的示例代码,因此任何帮助、指针、代码将不胜感激。 (我将使用 python 库,但任何其他语言也很酷...)
提前致谢!
霍夫
Does anybody have some sample code that shows how to get the daily, total spend (across all campaigns) of an AdWords account?
I haven't been able to find sample code that does something like this in a straightforward manner, so any help, pointers,code would be appreciated. (I'll use the python lib but any other language is cool, too...)
Thanks in advance!
Hoff
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 Python,但该过程在任何语言中都应该类似,因此这个 PHP 可能会有所帮助:
您应该能够使用
get_all_campaigns.py
示例 此处 编写等效的 Python 代码。I'm not familiar with Python but the process should be similar in any language so this PHP might be of some help:
You should be able to use the
get_all_campaigns.py
example here to write the equivalent Python code.