matomo-org / matomo-org/piwik-python-api
Make a set_user_id
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 103
- 派生
- 41
- PR 合并指标
- 30 天内没有已合并 PR
描述
https://matomo.org/docs/user-id/#user-id-with-direct-tracker-api-access
> If you are using the Tracker API directly you may set the User ID via the Tracker API parameter &uid=USER_ID.
I was able to extend the PiwikTracker class and add this extra query param. It would be nice to have this in the python api itself. If helpful, I could submit a pull request. Cheers.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 PiwikTracker 类,并检查它如何构建 Tracker API 查询参数。将请求的 User ID 支持与 Matomo 的 Tracker API 直接文档以及现有 API 方法进行比较。当 Python API 提供发送 uid 参数的方式,并且在存在测试的情况下为新行为提供测试覆盖时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100