我可以跟踪是否有人单击我的Twitter帖子上的链接

发布于 2025-01-31 07:04:53 字数 353 浏览 2 评论 0原文

我有一个私人业务Twitter帐户,我想知道当有人单击我的一篇文章中的任何链接时,我想知道。该解决方案不能假设我们知道要发布的链接的形式。

例如,这样的Twitter帖子:

你们听说过这个惊人的网站,称为 google

我想看看有多少人点击此Google.com链接。我不需要知道有关他们是谁的任何特定信息,只是单击它。

理想情况下,我希望从API中使用它,但是也可以使用爬网和插件。我想避免使用付费工具,但可以接受。

I have a private business Twitter account and I would like to know when someone clicks any link inside one of my posts. This solution cannot assume that we know the form of the link being posted.

For example a twitter post like this:

Have you guys heard of this amazing site called google?

I would like to see how many people clicked on this google.com link. I don't need to know any specific information about who they are, just if it was clicked or not.

Ideally I would want this from the API but crawlers and plugins are also possible. I would like to avoid using a paid tool but those would be acceptable.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

完美的未来在梦里 2025-02-07 07:04:53

我认为您有多种选择:

  1. 使用google firebase> firebase或google Analytics(Analytics
  2. ) Python或任何其他编程语言的简短链接服务。
  3. 只需在Google中搜索并寻找提供适当服务的简短链接生成器即可。

I think you have multiple choices:

  1. Use google firebase or google analytics
  2. Create your own short link services by python or any other programming languages.
  3. Just search in the google and look for short link generators which gives appropriate service.
下壹個目標 2025-02-07 07:04:53

嗨,使用Twitter API,您应该能够了解链接具有多少个点击。

https://developer.teveling.twitter..twitter.com/en/en/en/docs/docs/docs/twitter-api/指标

但是要使所有这些信息自动化,您可能需要使用第三方工具。
这应该是最直接的解决方案。

Hi using the twitter api you should be able to understand how many clicks a link has.

https://developer.twitter.com/en/docs/twitter-api/metrics

But to have all this info automated you might need to use a third-party tool.
This should be the most straight forward solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文