Home > @uniformdev/context-vue > TrackSlot
TrackSlot variable
Tracks visitor behavior by adding enrichment score when they are shown a route with this component on it.
NOTE: if you wish to track on the visitor seeing the content in the browser viewport instead, use Track instead of TrackFragment.
Signature:
TrackSlot: vue.DefineComponent<vue.ExtractPropTypes<{
behavior: {
type: PropType<TrackFragmentProps["behavior"]>;
};
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
[key: string]: any;
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
behavior: {
type: PropType<TrackFragmentProps["behavior"]>;
};
}>> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>