首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何使用获取所有访问ID的所有列表

如何使用获取所有访问ID的所有列表
EN

Stack Overflow用户
提问于 2022-05-25 21:19:35
回答 1查看 76关注 0票数 0

我想计数我的站点上的所有访问,而不重复设备,所以我使用这个api

代码语言:javascript
复制
  // Initialize the agent at application startup.
  const fpPromise = import('https://fpcdn.io/v3/ public key')
    .then(FingerprintJS => FingerprintJS.load());

  // Get the visitor identifier when you need it.
  fpPromise
    .then(fp => fp.get({ linkedId: 'your-linked-id', tag: { yourTag: 123456 }}))
    .then(result => console.log(result.visitorId));
</script>``` 

>I wanna save in my sql system this adress  how can i do that?
EN

回答 1

Stack Overflow用户

发布于 2022-05-26 09:56:20

你说adress是什么意思?

在给定的上下文中,我假设您可以在后端使用网钩服务器API来持久化所需的数据。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/72384303

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档