有没有办法统计从 iTunes 下载播客的唯一用户数?
我创建了一个播客,并将其设置在 iTunes 中。我能够跟踪媒体文件的下载次数,并且我想知道有多少不同的用户正在下载这些文件。我尝试使用cookies/session,但这似乎不起作用。 Itunes 会忽略 cookie,因此每次下载都会创建一个新的会话 ID。
是否有其他方法可以跟踪我的播客的唯一 iTunes 用户?
I created a podcast, and set it up in itunes. I am able to track the number of downloads for the media files, and I would like to know how many different users are downloading the files. I tried using cookies / sessions, but that doesn't seem to work. Itunes ignores cookies, and thus a new session id is created every download.
Is there another way to track unique itunes users of my podcast?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不知道您是否仍然感兴趣,但 Blubrry 提供免费统计。它会告诉您有多少人从 iTunes 和任何其他平台下载。这比尝试设计自己的系统要容易得多,而且质量很高。
I don't know if you are still interested, but Blubrry offers free stats. It tells you how many people are downloading from iTunes and any other platform. This is much easier than trying to devise your own system, and is high quality.
Cookie 不起作用,因为如果清除了他们的 Cookie,那么它将被视为新用户。用户的唯一“独特”之处在于确实存在 IP 地址。由于他们正在“下载”它,如果两个人使用同一台计算机,那么他们都需要下载它的机会很小,因此 IP 地址可以很好地工作。
这并不是万无一失的,但如果您只是用它来为自己获取曲目,那么它可能就足够了。
Cookies wouldn't work because if their cookies were cleared then it would count as a new user. The only "unique" thing about users are there IP addresses really. Since they're "downloading" it if two people use the same computer the chances of them both needing to download it are slim, so IP address would work decently well.
This isn't fool-proof but if you're just using this to get track stuff for yourself, it might be good enough.
我使用 FeedBurner 来跟踪我的播客的订阅者和下载量。提供了很多很棒的统计数据。
I use FeedBurner to track subscribers and downloads of my podcast. Gives a lot of great stats.