{tracking-column}
Plugin: Tracking Plugin
Describes a column of data in a tracking-table.
Usage
Parameters
| Name |
Required |
Default |
Description |
| value | | | The value to report. May be one of the following:
- id - The ID of the content.
- title - The title of the content.
- space key - The space key.
- space name - The space name.
- creation date - The date the content was created.
- modification date - The date the content was last modified.
- first view date - The date the content was first viewed by someone other than the creator.
- last view date - The date the content was last viewed by someone other than the last editor.
- view count - The number of times the content has been viewed since the firstViewed date.
- age in days - The number of days between the day the content was created and now.
- views per day - The average number of views per day since the content was created.
|
| displayFormat | | | For values returning a date, the date format (e.g. 'dd-MMM-yyyy'). May also be 'long', 'medium' or 'short', which will use the system defaults for those formats. |
Examples
See the tracking-table documentation for examples.
See Also