From e755aa0240af7822d0da0170af1e8f3b89047c08 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Thu, 27 Apr 2023 15:09:13 +0200 Subject: [PATCH] Update docs/plugins/analytics.md Co-authored-by: Eric Peterson Signed-off-by: Vincenzo Scamporlino --- docs/plugins/analytics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/analytics.md b/docs/plugins/analytics.md index 0c7e0d009d..fa9aed7fe5 100644 --- a/docs/plugins/analytics.md +++ b/docs/plugins/analytics.md @@ -54,7 +54,7 @@ installed, may be captured. | Action | Subject | Other Notes | | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `navigate` | The URL of the page that was navigated to. | the parameters of the current route will be included as attributes | +| `navigate` | The URL of the page that was navigated to. | The parameters of the current route will be included as attributes | | `click` | The text of the link that was clicked on. | The `to` attribute represents the URL clicked to. | | `create` | The `name` of the software being created; if no `name` property is requested by the given Software Template, then the string `new {templateName}` is used instead. | The context holds an `entityRef`, set to the template's ref (e.g. `template:default/template-name`). | | `search` | The search term entered in any search bar component. | The context holds `searchTypes`, representing `types` constraining the search. The `value` represents the total number of search results for the query. This may not be visible if the permission framework is being used. |