GetFeedbackByIdUserProperties

December 15, 2025 ยท View on GitHub

A customizable collection of custom properties or attributes. Some properties have first class support for the Inkeep Portal or Widget and are noted in the description.

Example Usage

import { GetFeedbackByIdUserProperties } from "@inkeep/inkeep-analytics/models/operations";

let value: GetFeedbackByIdUserProperties = {
  identificationType: "COOKIED",
};

Fields

FieldTypeRequiredDescriptionExample
idoperations.GetFeedbackByIdId:heavy_minus_sign:The unique identifier for the user. This value is sent by the inkeep widget.
identificationTypestring:heavy_minus_sign:The type of identification for the user. This value is sent by the inkeep widget.COOKIED
userIdoperations.GetFeedbackByIdUserId:heavy_minus_sign:The unique identifier for the user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal.
supportAgentNamestring:heavy_minus_sign:The name of the support agent assigned to the user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal.
supportAgentEmailstring:heavy_minus_sign:The email of the support agent assigned to the user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal.
userTypestring:heavy_minus_sign:The type of user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal.
additionalPropertiesRecord<string, any>:heavy_minus_sign:N/A