anka tracker
v0.0.8
Tracker
Mini program management library, used to collect user behavior data.
anka-tracker will cache the management tasks in the queue and limit the current flow of the management tasks to avoid taking up too many HTTP requests and causing the business logic requests to be unable to be completed successfully. In addition, when offline or the application is closed, the task will be suspended until reconnected/restarted, and the tracker will continue the previously unfinished task.
For detailed configuration, see ./src/types/types.d.ts
Suitable for mini programs/mini games.
document
src/types/BxTracker.d.ts
src/types/types.d.ts
Examples of mini programs and mini games