Fix paths
This commit is contained in:
parent
cee25a7104
commit
5f7b81296e
|
@ -21,9 +21,7 @@ The `mciMap` `config` block configures MCI code mapping to data sources. Current
|
||||||
##### User Event Log (userEventLog)
|
##### User Event Log (userEventLog)
|
||||||
When `type` is set to `userEventLog`, entries from the User Event Log can be counted (ie: individual instances of a particular log item) or summed in the case of log items that have numeric values. The default is to sum.
|
When `type` is set to `userEventLog`, entries from the User Event Log can be counted (ie: individual instances of a particular log item) or summed in the case of log items that have numeric values. The default is to sum.
|
||||||
|
|
||||||
Some current User Event Log `value` examples include `ul_files`, `dl_file_bytes`, or `achievement_earned`. See [user_log_name.js](/core/user_log_name.js) for additional information.
|
Some current User Event Log `value` examples include `ul_files`, `dl_file_bytes`, or `achievement_earned`. See [user_log_name.js](../../../core/user_log_name.js) for additional information./user_log_name.jsEry:
|
||||||
|
|
||||||
Example `userEventLog` entry:
|
|
||||||
```hjson
|
```hjson
|
||||||
mciMap: {
|
mciMap: {
|
||||||
1: { // e.g.: %VM1
|
1: { // e.g.: %VM1
|
||||||
|
@ -36,7 +34,7 @@ mciMap: {
|
||||||
```
|
```
|
||||||
|
|
||||||
#### User Properties (userProp)
|
#### User Properties (userProp)
|
||||||
When `type` is set to `userProp`, data is collected from individual user's properties. For example a `value` of `minutes_online_total_count`. See [user_property.js](/core/user_property.js) for more information.
|
When `type` is set to `userProp`, data is collected from individual user's properties. For example a `value` of `minutes_online_total_count`. See [user_property.js](../../../core/user_property.js) for more information.
|
||||||
|
|
||||||
Example `userProp` entry:
|
Example `userProp` entry:
|
||||||
```hjson
|
```hjson
|
||||||
|
|
Loading…
Reference in New Issue