Download a sample of the nps_feedback.csv to preview the data.

Fields Description

NPD_FEEDBACK_ID
string

The unique identifier of the feedback in Thanx.

MERCHANT_ID
string

The unique identifier of the merchant in Thanx.

PURCHASE_ID
string

The unique identifier of the purchase in Thanx.

USER_ID
string

The unique identifier of the user in Thanx.

STATE
string

The state of the feedback.

RATING
number

The NPS rating from 0-10. 0-6 are Detractors, 7-8 are Passives, and 9-10 are Promoters.

REVIEW
string

The user’s written feedback.

RESPONSE
string

A staff member’s written response to the user’s feedback.

RESPONDED_BY
string

The name of the staff member who responded to the user.

CREATED_AT
timestamp

The date and time the user was prompted to leave feedback. This is in UTC.

RATED_AT
timestamp

The date and time the user left feedback. This is in UTC.

RESPONDED_AT
timestamp

The date and time a staff member responded to the user’s feedback. This is in UTC.

NPS_FEEDBACK_UID
string

The unique identifier for the feedback in Thanx APIs.