Customer Experience : Edit report
Features
- It is an administration interface
Screens
- Title (short text (string), required field, maximum size: 255) : Title of the report
- Position (integer, required field, default value: 0) : Sorting position of the report
- Enable REST (conditional (boolean), required field, default value: false) : Allows exposing the report data via REST.
When creating/editing the chart of this report, clicking on the linkdata via REST
it is possible to view the data and retrieve the URL to perform data queries, it will be created based on theFriendly URL
field. - Always filter REST data by monitored user (conditional (boolean), required field, default value: true) : Filter the data exposed via REST only by those actions made by the monitored user
- Always filter REST data by logged-in user (conditional (boolean), required field, default value: true) : Filter the data exposed via REST only by those actions made by the logged-in user
- Filter by project identifier (conditional (boolean), required field, default value: false) :
When enabled, it allows a project identifier to be passed through
a
lum_event.projectId
parameter in the query string. When this option is enabled, if this parameter is not passed in the query string the REST will return a error code 400 to the client. - Cache expiration timeout (seconds) (integer, required field, default value: 0) :
When this time (in seconds) is greater than zero, calls to this REST will be cached.
Calls to RESTs that use cache are answered more quickly. So it is highly recommended to set a time greater than zero in this configuration.
If this configuration's time is zero, calls to this REST will not be cached and, therefore, will be responded to more slowly.
If the time of this configuration is greater than zero, the cache of calls to this REST will be kept for the time of this configuration (in seconds). For example, if this configuration is 120 (seconds), calls to this REST will be cached for 2 minutes. After this time (2 minutes), the cache will expire and will be regenerated on the next call. - Friendly URL (short text (string), maximum size: 255) : Friendly URL path of the REST to be exported
Permissions
- Manage Data Analysis: Allows managing the Data Analysis mode, enabling the creation, editing, and deletion of reports and dashboards.
Actions
- Confirm with Ok