31 Star 112 Fork 21

CharlesArea / TrackSoul

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 4.85 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2020-07-04 08:45 . added screenshots

Build Status star

Readme - 中文

TrackSoul is an open-source, cross-platform solution for Event Tracking. It supports Website, Web APP, IOS, Android or even mini-program on WeChat. For more information on using TrackSoul, see the TrackSoul Website

Codeless Tracking Demo Site- JsFiddle (Remember to open console in order to see the effect)

Table of Contents

Description

This is a user behavior Javascript SDK planned to support Website, Web APP, WeChat mini-program, and Native APP Both Android and IOS in the coming future.

The only stable method to improve your user experience for your audience is to rely on user behavior data. No matter deciding on enhancing user interface, marketing, make sales, and even predictive analytics.

Collecting data is not hard, to maximum the efficiency of the data usage is what we wanted to focus on, we wanted to provide a total solution from collecting to analysing.

We wanted to build a long-going maintainable ecosystem for this project to spread out for the freedom of user behavior.

Platform architecture

Codeless Usage demo screenshots

Requesting demo screenshot (IP address hidden)

Click event demo screenshot (IP address hidden)

Input event demo screenshot (IP address hidden)


Specific tracking Usage demo example

specific_tracking(Config.script_domain, Config.specific_tracking, 'http://localhost:3000/index.html', '/html[1]/body[1]/h1[3]', 'Test Specifc path');

SDK Config

Name Type Example Description
sdk_name string TrackSoul Our Javascript SDK name
data_endpoint string https://tracksoul.com/tracking/data Set the endpoint where the tracking data send to
input_tracking boolean true Enable / Disable tracking input data
behaviour_tracking boolean true Enable / Disable tracking click data

Module bundler

I have chosen Roll.js and had fall in love ♥ with it Simple just install via npm and run the script below in your terminal / cmd

# installing rollup
npm install --global rollup
# compile to a <script> containing a self-executing function
rollup -c

SDK script usage

Point to an external/internal JavaScript file like below

<html>
    <head>
    <!-- Link our Tracksoul dist javascript sdk like below --> 
    <script src="tracksoul-0.0.1.min.js"></script>
    </head>

    <body></body>
</html>

SDK Releases

Coming soon

Application analysis panel

Adding a tracking point

JavaScript
1
https://gitee.com/CharlesArea/TrackSoul.git
git@gitee.com:CharlesArea/TrackSoul.git
CharlesArea
TrackSoul
TrackSoul
master

搜索帮助