从 Adwords、Facebook 广告等导出数据
我正在制作一个基本的内部仪表板,以跟踪我正在工作的一家新初创公司的一些关键指标。我想包括的一件事是在几个不同的广告平台(Google Adwords、Google Display、Facebook、Bing 等)上的广告支出。
我知道它们中的大多数(也许全部)都有 API,但如果我可以避免为每个 API 编写一段自定义代码,那就太好了。有没有办法使用第三方服务或通用库获取这些数据?我没能找到任何东西,但我希望能找到一些东西。
I am making a basic internal dashboard to keep track of some key metrics at a new startup I'm working on. One of the things I'd like include is advertising spend on a few different ad platforms (Google Adwords, Google display, Facebook, Bing, etc).
I know most (maybe all) of them have API's, but if I could avoid writing a custom piece of code for each one that would be great. Is there any way to get this data using a third party service or generic library? I haven't been able to find anything, but I'm hoping something is available.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些都是非常不同的 API,它们解决不同的问题并拥有不同的数据。您必须为每个 API 编写自定义代码。
These are all very different APIs that solve different problems and have different data. You are going to have to write custom code for each API.