{tracking-table}
Plugin: Tracking Plugin
This macro outputs a table of tracking data for a specified set of content (pages, news, attachments, etc).
Usage
Parameters
| Name |
Required |
Default |
Description |
| spaces | | @self | The comma-separated list of space(s) to search in.
Use this to improve performance - only search spaces you're interested in.
May be one of the following:
- @self - (default) The current space.
- @all - All spaces (including personal spaces).
- @global - All non-personal spaces.
- @personal - All personal spaces.
- @favorite - All favorites spaces of the current user.
- KEY - Any space key.
|
| scope | | | The page hierarchy scope to restrict the values to (eg. "KEY:Page > descendents"). |
| labels | | | The list of labels to test. Eg. "+foo, -bar" (must have "foo", must not have "bar"). |
| types | | page, news, attachment | The list of types to display information for. Eg. "page, space". Defaults to "page, news, attachment". |
| sort | | "view count desc, natural title" | Parameter description goes here. The list of columns to sort by, in order. |
| maxResults | | | The maximum number of results to return after sorting. Defaults to all results. |
 | The 'filtering' parameters (spaces, scope, lables and type) can all be specified as optional, required and excluded. Read here for more information. |
Examples
Viewing the hit counts for all content in the current space
Viewing the hit count for all spaces
Viewing the hit count for all decendents of the "Bar" page in the "FOO" space.
See Also