我想将我的 Adsense 报告集成到我自己的管理门户中。我的管理门户是一个简单的基于 php 的网站,其中包含我拥有的其他网站的列表。我的目标是用每月的收入来填写这个网站列表。
所以这个列表看起来像:
name | earnings
example.de | 56,00€
整整一周我都在尝试从 Google API 开始,但没有任何成功。
有人知道如何实时获取这些信息吗?例如使用 google apis 链接?
我想将我的 Adsense 报告集成到我自己的管理门户中。我的管理门户是一个简单的基于 php 的网站,其中包含我拥有的其他网站的列表。我的目标是用每月的收入来填写这个网站列表。
所以这个列表看起来像:
name | earnings
example.de | 56,00€
整整一周我都在尝试从 Google API 开始,但没有任何成功。
有人知道如何实时获取这些信息吗?例如使用 google apis 链接?
AdSense Management API 是您想要的,用于报告。
您需要客户端库:
https ://developers.google.com/api-client-library/php/start/installation
您可能需要在example
此处浏览文件夹:
https ://github.com/googleads/googleads-adsense-examples/tree/master/php-clientlib-1.x/v1.x
然后,获取 API 密钥,您就可以开始玩了: https:
//developers.google.com/api-client-library/php/auth/api-keys
https://console.developers.google.com/
https:// /developers.google.com/apis-explorer/
https://stackoverflow.com/a/20199357/246808
编辑:差点忘了-手册: https ://developers.google.com/adsense/management/getting_started