Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:faq:dpi:li [2024/08/05 13:57] – elena.krasnobryzh | en:dpi:faq:dpi:li [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======li====== | + | ====== |
+ | {{indexmenu_n> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | **Example** of generating a clickstream report in CSV format.\\ | ||
+ | TOP 50 sites: | ||
+ | <code bash>cut -f 4 / | ||
+ | |||
+ | TOP 50 video sites: | ||
+ | <code bash>cut -f 4,5 / | ||
+ | |||
+ | </ | ||
+ | </ |