Home > @tridion-sites/models > ComponentTemplate > trackingCategories
When rendering a Component using the Component Template, code to increment “tracking keys” can get generated by the system. Which “tracking keys” will get incremented is determined by the Keywords attached to the Component and the Tracking Categories set on the Component Template: each Keyword attached to the Component which is part of one of the Tracking Categories will result in an associated “tracking key” increment.
Signature:
get trackingCategories(): ReadonlyArray<Link> | undefined;