使用 PHP 从 iTunes 获取应用程序数据

Get application data from iTunes using PHP

我在 Google AdWords 和 Yandex Direct 的应用商店和广告公司中有一个应用程序。用户使用特殊 link.

从搜索和上下文广告访问 iTunes 页面

我如何从某些 Apple 服务获取数据,以了解有多少人在访问 adv link 后安装了应用程序?

好吧,我没有找到任何 PHP 访问 iTunes Connect 分析的解决方案并开始开发我自己的版本:https://github.com/aokozlov/itunes-connect-php

documentation中推荐使用Reporter工具拉取iTunes Connect财务和销售数据,在Java中有写。

PHP 中也有一个非官方的软件包也有同样的作用:

https://github.com/mikebarlow/itc-reporter