Skip to content

FeedbackResult

This entity holds information about the Customer Feedback results.

Answer

Type: DataConnect.FeedbackAnswer

AnswerKey

Reference to the id of an Answer in the Answer dimension table.

Type: Edm.Int32

Branch

Type: DataConnect.Branch

BranchKey

Reference to the id of a Branch in the Branch dimension table.

Type: Edm.Int32

Date

Type: DataConnect.FeedbackDate

DateKey

Reference to the id of a Date in the Date dimension table.

Type: Edm.Int32

EventTimestamp

The timestamp for when the Feedback Result was created.

Type: Edm.DateTimeOffset

Id

The feedback result identifier.

Type: Edm.Int64

Question

Type: DataConnect.FeedbackQuestion

QuestionKey

Reference to the id of a Question in the Question dimension table.

Type: Edm.Int32

QuestionType

The type of Feedback Question.

Type: DataConnect.QuestionType

QuestionTypeKey

Reference to the id of a Question Type in the Question Type dimension table.

Type: Edm.Int32

TextAnswer

The answer for the free text answers. This is NULL if it is a numeric answer.

Text answers cannot be used as dimensions. This option is also used for numeric answers that are not suitable to be used as dimensions, for example NPS.

Type: Edm.String

Time

Type: DataConnect.FeedbackTime

TimeKey

Reference to the id of a Time in the Time dimension table.

Type: Edm.Int32

TimeSeconds

The second that the Feedback Result was added to the Visit.

Type: Edm.Int32

Visit

Type: DataConnect.Visit

VisitKey

Reference to the id of a Visit in the Visit dimension table.

Type: Edm.Int64