<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [Tagging](./x-components.tagging.md)

## Tagging variable

This component enables and manages the sending of information to the \[Empathy Tagging API\](https://docs.empathy.co/develop-empathy-platform/api-reference/tagging-api.html). It allows you to activate or deactivate the session id management through the `consent` prop.

**Signature:**

```typescript
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    storageTTLMs: {
        type: NumberConstructor;
        default: number;
    };
    storageKey: {
        type: StringConstructor;
        default: string;
    };
    sessionTTLMs: NumberConstructor;
    queryTaggingDebounceMs: {
        type: NumberConstructor;
        default: number;
    };
    consent: {
        type: BooleanConstructor;
        default: null;
    };
}>, () => void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    storageTTLMs: {
        type: NumberConstructor;
        default: number;
    };
    storageKey: {
        type: StringConstructor;
        default: string;
    };
    sessionTTLMs: NumberConstructor;
    queryTaggingDebounceMs: {
        type: NumberConstructor;
        default: number;
    };
    consent: {
        type: BooleanConstructor;
        default: null;
    };
}>> & Readonly<{}>, {
    storageTTLMs: number;
    storageKey: string;
    queryTaggingDebounceMs: number;
    consent: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```
