Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
self_data_technical_doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
self_data_technical_doc
Commits
1cfe657f
Commit
1cfe657f
authored
3 years ago
by
Guilhem CARRON
Browse files
Options
Downloads
Patches
Plain Diff
Fix usage event
parent
276e874d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#13907
passed
3 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/ecolyo/functionalities/usage_events_tracking.md
+22
-24
22 additions, 24 deletions
docs/ecolyo/functionalities/usage_events_tracking.md
with
22 additions
and
24 deletions
docs/ecolyo/functionalities/usage_events_tracking.md
+
22
−
24
View file @
1cfe657f
# Usage events tracking
This section explains how the application is tracking usage events. Here are the main step:
-
All events are stored in the instance db
-
A service is responsible of the calculation of ANONYMIZED indicators. These indicators are then sent to a remote docType.
...
...
@@ -8,29 +9,26 @@ This section explains how the application is tracking usage events. Here are the
Here are the list of collected usage event:
| Category
| Type | Target | Result | Context | Description |
| -----------
---
| ------------------------------ | -------------- | ---------- | --------------------- | ---------------------------------------- |
| Connection
| ConnectionEvent | | | "desktop" or "mobile" | User connects to the application. |
| Navigation
| NavigationEvent | Page | | | User navigates to a targeted page. |
| Konnector
| KonnectorConnectEvent | Konnector |
|
"success" or "error" | User connects a konnector. |
| Konnector
| KonnectorRefreshEvent | Konnector |
|
"success" or "error" | User refreshes a konnector. |
| Challenge
| ChallengeLaunchEvent | Challenge id | | | User launches a challenge. |
| Challenge
| ChallengeEndEvent | Challenge id | | | User ends a challenge. |
| Duel
| DuelLaunchEvent | Duel id | | Challenge id | User launches a duel. |
| Duel
| DuelEndEvent | Duel id | | Challenge id | User ends a duel. |
| Quiz
| QuizLaunchEvent | Quiz id | | Challenge id | User launches a quiz. |
| Quiz
| QuizEndEvent | Quiz id |
| Challenge id | User ends a quiz. |
| Exploration
| ExplorationLaunchEvent | Exploration id | | Challenge id | User launches an exploration. |
| Exploration
| ExplorationEndEvent | Exploration id | | Challenge id | User ends an exploration. |
| Action
| ActionChangeEvent | Action id | | Challenge id | User change action's ecogesture. |
| Action
| ActionLaunchEvent | Action id | | Challenge id | User launches a action. |
| Action
| ActionEndEvent | Action id | | Challenge id | User ends a action. |
| Profile
| ProfileSetEvent | | | | User fills in its profile. |
| Consumption
| ConsumptionCompareEvent | | | Fluid / TimeStep | User compares its consumption. |
| Consumption
| ConsumptionChangeTimeStepEvent | TimeStep | | Fluid | User changes timeStep of its consumption.|
| Consumption
| ConsumptionInteracteEvent | | | Fluid / TimeStep | User selects a consumption on the chart. |
| Category | Type | Target | Result
| Context | Description
|
| ----------- | ------------------------------ | -------------- | ----------
----------
| --------------------- | ----------------------------------------
-
|
| Connection | ConnectionEvent | |
| "desktop" or "mobile" | User connects to the application.
|
| Navigation | NavigationEvent | Page |
| | User navigates to a targeted page.
|
| Konnector | KonnectorConnectEvent | Konnector | "success" or "error"
|
| User connects a konnector.
|
| Konnector | KonnectorRefreshEvent | Konnector | "success" or "error"
|
| User refreshes a konnector.
|
| Challenge | ChallengeLaunchEvent | Challenge id |
| | User launches a challenge.
|
| Challenge | ChallengeEndEvent | Challenge id |
| | User ends a challenge.
|
| Duel | DuelLaunchEvent | Duel id |
| Challenge id | User launches a duel.
|
| Duel | DuelEndEvent | Duel id |
| Challenge id | User ends a duel.
|
| Quiz | QuizLaunchEvent | Quiz id |
| Challenge id | User launches a quiz.
|
| Quiz | QuizEndEvent | Quiz id |
starsNumber
| Challenge id | User ends a quiz.
|
| Exploration | ExplorationLaunchEvent | Exploration id |
| Challenge id | User launches an exploration.
|
| Exploration | ExplorationEndEvent | Exploration id |
| Challenge id | User ends an exploration.
|
| Action | ActionChangeEvent | Action id |
| Challenge id | User change action's ecogesture.
|
| Action | ActionLaunchEvent | Action id |
| Challenge id | User launches a action.
|
| Action | ActionEndEvent | Action id |
| Challenge id | User ends a action.
|
| Profile | ProfileSetEvent | |
| | User fills in its profile.
|
| Consumption | ConsumptionCompareEvent | |
| Fluid / TimeStep | User compares its consumption.
|
| Consumption | ConsumptionChangeTimeStepEvent | TimeStep |
| Fluid | User changes timeStep of its consumption.
|
| Consumption | ConsumptionInteracteEvent | |
| Fluid / TimeStep | User selects a consumption on the chart.
|
## Usage events aggregator service
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment