TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to track subscription revenue with Google Analytics?

2 点作者 vladimiroane超过 15 年前
Is there a way to configure Google Analytics to track recursive payments? Or how should one use GA to track the revenue from a subscription based website?

1 comment

dcnstrct超过 15 年前
It would depend on how your system is setup.<p>In Google Analytics you can enable "e-commerce tracking" for the profile that contains your payments.<p>Then whenever a new payment is made you can make a call to GA and record the transaction.<p>Check here for more info: <a href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&#38;answer=55528" rel="nofollow">http://www.google.com/support/googleanalytics/bin/answer.py?...</a>