Requirements
Setting thelinkAccess parameter to __omni_link_access_open is required to enable linking in an embed session.
Creating basic HTML links
In thehref value of an <a> HTML tag, set the relative path to the content you want to link to:
Link to dashboards
Linking filters between dashboards
You can also link filters between dashboards using Mustache references to the filter values. This allows linking of dashboard and dashboard state across multiple dashboards. For example, the following is a reference to a filter ontraffic_source:
Reference traffic_source filter
Opt out of link rewriting
By default, dashboard links in an embed context are automatically rewritten to point to the/embed/link route to handle content permissions when linking within an iframe. If you’d like to opt out of this automatic link handling, add the NO-EMBED-LINK-REWRITE query parameter to the URL:
Link without rewriting
- The link is not rewritten to use the
/embed/linkroute - The link opens in a new tab (
_blank) - The link is treated as a standard external link