diff --git a/articles/insights-about-referrers.md b/articles/insights-about-referrers.md index 4f1b8cb..b882aca 100644 --- a/articles/insights-about-referrers.md +++ b/articles/insights-about-referrers.md @@ -21,14 +21,16 @@ To begin with, add a new insight in the dashboard of your choice and select **Ad 1. In the first section of the Visual Editor, **Metadata**, choose a `topN query` - we propose granularity `all` so that you can display the information in a donut chart in the end. ![Metadata](/docs/images/Referrers_2.png) -2. In the next step you can choose which **Data to Include**. To get started, add `thisApp` as well as the respective App ID. Additionally, it is recommended to add a filter to **avoid that parts of your own website are returned by the query**. - To acchieve that add a `regex` filter with dimension `referrer` and domain as well as top-level-domain of your website separated by a `\`: `referrer~yourDomain\.com`. - Please be aware that this is a rather basic regex filter as the purpose here is to show the creation of the query. More elements can be added to the filter of course. - Once you have entered the information for the filter click on the field again and select `Negate (Wrap in "not" condition)` +2. In the next step you can choose which **Data to Include**. To get started, add `thisApp` as well as the respective App ID. + + Additionally, it is recommended to add a filter to **avoid that parts of your own website are returned by the query**. + To achieve that add a `regex` filter with dimension `referrer` and domain as well as top-level-domain of your website separated by a `\`: `referrer~yourDomain\.com`. Please be aware that this is a rather basic regex filter as the purpose here is to show the creation of the query. More elements can be added to the filter of course. + + Once you have entered the information for the filter click on the field again and select `Negate (Wrap in "not" condition)` ![Data to Include_1](/docs/images/Referrers_3a.png) - When you are finished, the final **Data to Include** section should look as follows: + When you are finished, the filter in **Data to Include** section should look as follows: ![Data to Include_2](/docs/images/Referrers_3b.png) - Additionally, feel free to add further `regex` filters in case you want to exclude search engines as referrers for example. To use multiple (regex) filters use an `and` filter where you had just selected `Negate (Wrap in "not" condition)`. + Additionally, feel free to add further `regex` filters in case you want to exclude search engines as referrers for example. To use multiple (regex) filters use an `and` filter where you have just selected `Negate (Wrap in "not" condition)`. 4. The following section are **topN Options**. In the first part regarding the dimension, select type `default` and type in `referrer` two times. Furthermore, choose a `numeric` metric and add `count`. To wrap this section up choose the number of topN results to be returned, i.e. the threshold. ![topN Options](/docs/images/Referrers_4.png)