- Create a link component
- Select a source of Component Editor
- Select an Activity type link
- Give your link a label
- In the parameters, list the Atlas activity, and then runparams:
(like below)
Linking to Atlas from a Dashboard
ATLAS_WEBSITE,RunParams:https://my_host.net/Reports?id=73740&EPIC=1
Addition integration guides are included in the Clarity ETL which can be downloaded from the data handbook.
Add a global site paramter in the webapp settings
> global settings
.
Name: msg
Description: <Message Text>
Value: <id used to show message>
Show message by adding the message ID to the url:
To have a site wide message that does not require a URL param, leave the Value
box blank when creating the param.
A json key can be added to the development config file with some text to display across the top of the website.
"banner_text": {
"site_message": "Atlas Dev"
},