iOS 应用程序中的 LinkShare iTunes 附属链接
我有一个应用程序,可以从应用程序商店中为特定受众聚合应用程序,并且我使用 iTunes 联盟计划(通过 LinkShare)。
当用户点击下载按钮时,它会打开带有附属链接的 safari,并重定向到 AppStore。这就是我在其他应用程序中看到的情况(例如“免费应用程序跟踪器”)。
然而,虽然 LinkShare 计算点击次数,但我没有看到任何“订单”,而且我知道应该有一些。
点击数会在同一天更新,而订单数已经 3 天没有更新(仍然为 0)。
我需要以任何特定方式调用该网址吗?或者 LinkShare 会花时间处理订单报告吗?
谢谢!
I have an app that aggregates apps from the app store for a specific audience, and I use the iTunes Affiliate program (via LinkShare).
When a user taps the download button, it opens safari with the affiliate link and redirects to the AppStore. That's how I see it happening in other apps as well ("Free App Tracker", for example).
However, while LinkShare counts the clicks, I don't see any "orders", and I know there should be a few.
The clicks count gets updated the same day, while the orders count didn't get updated at all (still 0) for 3 days now.
Do I need to call the url in any specific way? or do LinkShare take their time with orders reports?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
LinkShare 以不同的方式跟踪订单:有交易日期,即购买完成的日期,然后有“处理”日期,即 LinkShare 系统处理交易的日期。
您可以了解更多相关信息。
LinkShare track the orders in different way: there is the transaction date which is the date when the purchase was done, and then there is the "process" date which is when the transaction has been processed by the LinkShare system.
You can read more about it.
一些注意事项:
您知道通过您的链接进行的购买是否发生在美国商店?
- LinkShare 计划仅支持美国和加拿大计划,因此如果销售是在其他国家/地区进行的,您将看不到任何销售数据。
iTunes 建议您等待三到五天才能看到促销信息。我看到第二天就有销售,有时需要更长的时间。不过,通常情况下,他们会在您收到销售收据后几天内完成。
您可以通过在后台处理重定向的方式调用您的链接。查看此资源以了解详细信息 - http://developer.apple.com /library/ios/#qa/qa1629/_index.html
希望有帮助。
A few notes:
Are the purchases you that know happend via your link happen in the US store?
- The LinkShare program only support the US and CA programs so if the sale was made in another country you won't see any sales data.
iTunes advises that you wait three to five days for your sale to show up. I've seen sales the next day and sometimes they take longer. Typically, however, they are no later then a few days after you get the receipt for the sale.
You can call your link in a way that the redirects are processed in the background. Check out this resource for details - http://developer.apple.com/library/ios/#qa/qa1629/_index.html
Hope that helps.