Server-side analytics
Project description
Tracker
Tracker is a python package, that can be integrated into any django project as middleware. It asynchronously intercepts requests and sends metric data to our backend
Editing settings
To make Tracker work properly, settings.py file should be modified
- Add the following line to the MIDDLEWARE (after all django middlewares:
'rigidanalytics.middleware.Analytics',
- Add the following dict that configures Tracker
RIGID_ANALYTICS = {
'PROJECT_ID': '<id of your project>',
'PROJECT_TOKEN': '<your project token>',
'DEBUG_DISABLE_ANALYTICS': '<bool>',
'BACKEND_ENDPOINT': '<custom endpoint, do not specify to use default>',
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for rigidanalytics_tracker_test-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5efe5723e10d39fe0c4c8485a4e933b8bbb000c4fb92bffbc8aeb6797d582dff |
|
MD5 | 718c5d2e567503c69c0eca1ff0668e51 |
|
BLAKE2b-256 | 103748a40b1dcdcaf1f503a92936206db999d13914d4e3a524417de4c03f37d0 |
Close
Hashes for rigidanalytics_tracker_test-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e094bbadffd916a80c159e9f966f0e10e68e0254182649358e7a37c07dfc8579 |
|
MD5 | 5c9d9a974fc999b778a1c6eeee46fa2a |
|
BLAKE2b-256 | c6e1a07496635d35e062fbc8697159b74b81e47849d897b73df90c70f8180196 |