Skip to main content

Channel

A Channel is a unit that distinguishes feedback collection paths or purposes. Each channel has an independent field structure, image settings, and AI features, allowing configuration for various feedback collection scenarios.


Channel Overview

Role of Channels

Channels serve the following roles:

  • Distinguish feedback collection paths: Web, app, customer service, surveys, etc.
  • Define data structure: Unique field settings per channel
  • Manage collection policies: Image allowance, search period, security settings, etc.
  • Provide analysis units: Independent statistics and analysis per channel

Creating a Channel

Access Method

To create a new channel:

  1. Right after project creation: Click the Create Channel button on the project completion screen
  2. Additional channel creation: Click the Create Channel button in Settings > Channel List

Step 1: Channel Basic Information

channel-create-1

ItemDescriptionExample
NameChannel name (required)Web Feedback, App Review, Customer Service
DescriptionBrief channel description (optional)Website user opinion collection
Maximum Feedback Search PeriodMaximum searchable period for feedback (30/90/180/365 days, all)90 days

Notes on Maximum Feedback Search Period Setting

  • Impact scope: Directly affects the feedback download functionality
  • Download behavior: All feedback within the set search period becomes the download target
  • Performance testing: If daily feedback count is high, test with various periods to find the optimal value
  • Gradual adjustment: Start with a short period and gradually increase as needed

After completion: After entering the information, click the Next button.

Step 2: Field Configuration

channel-create-2

Define the data structure to collect in the channel. This directly affects the API request structure and feedback table configuration.

Default System Fields

Fields automatically included in all channels:

KeyFormatPropertyDescription
idnumberRead OnlyUnique feedback ID
createdAtdateRead OnlyFeedback creation time
updatedAtdateRead OnlyFeedback modification time
issuesmultiSelectEditableList of linked issues

These fields cannot be deleted or have their main properties modified.

Adding Custom Fields

Add fields that match actual business requirements.

  1. Click the Add Field button
  2. Enter field information
ItemDescriptionExample
KeyUnique identifier (uppercase/lowercase letters, numbers, _)message, rating
Display NameName displayed in UIFeedback Content, User Email
FormatData format (see table below)text, keyword, number
PropertyEditable (can input) / Read Only (view only)Editable
StatusActive / InactiveActive
DescriptionEasy-to-understand description for team members (optional)User-entered feedback content

Field Format Types

FormatDescriptionUsage ExampleAPI Example
textFree text inputFeedback content, detailed description"App keeps freezing"
keywordShort keyword/tagVersion info, page name"v1.2.3"
numberNumberRating, age, usage time5
dateDateOccurrence date, expiration date"2024-03-01T00:00:00Z"
selectSingle selectionCategory, priority"Feature Request"
multiSelectMultiple selectionTags, related features["Bug", "UI"]
imagesImage URL arrayScreenshots, attachments["https://..."]
aiFieldAI analysis result fieldSentiment analysis, summary, keyword extraction"Positive"

About images format: For detailed image setting methods, refer to the Image Settings document.

About aiField format: For AI field settings and template configuration methods, refer to the AI Settings document.

Field Configuration Examples

Web Feedback Channel

KeyDisplay NameFormatPurpose
messageFeedback ContenttextUser opinion
userEmailEmailkeywordContact (optional)
pageUrlPage URLkeywordFeedback occurrence location
categoryCategoryselectBug/Feature Request/Improvement
priorityPriorityselectHigh/Medium/Low
screenshotsScreenshotsimagesProblem situation capture

Mobile App Review Channel

KeyDisplay NameFormatPurpose
messageReview ContenttextUser review
ratingRatingnumber1-5 point rating
appVersionApp VersionkeywordFor bug tracking
deviceTypeDevice TypeselectiOS/Android
crashLogsCrash LogstextTechnical error info

Field Preview

After completing field configuration, you can preview the actual feedback input screen with the Preview button.

This preview matches the field structure required for API requests.

After completion: Proceed to the next step with the Next button.

Step 3: Channel Creation Complete

create-channel-3

Once all steps are completed, a summary screen appears:

  • Channel information: Name, description, time zone
  • Field information

Field Management

field-management.png

Editing Fields

To modify existing fields, click the row of the field you want to edit in the field list and modify the information.

Note: Key and Format cannot be modified after creation. This is restricted for data consistency.

Field Deletion

To ensure data integrity and consistency, field deletion is not provided.

  1. Change to Inactive status: Disable the field to exclude it from new feedback collection
  2. Preserve data: Keep existing collected feedback data as is
  3. Use filtering: Display only Active fields in the field list for management efficiency

When Complete Removal is Needed

If you need to completely remove a field:

  • Consider deleting the entire channel and creating a new one
  • Export data and migrate to a new structure
  • Consult with the development team for database-level processing

Field Status Management

Active / Inactive Toggle

  • Active: Fields used during feedback collection
  • Inactive: Temporarily disabled fields (data is preserved)

Filtering Options

You can filter fields by the following conditions using the top controls:

  • Status: Active / Inactive
  • Property: Editable / Read Only

Channel Information Management

channel-setting

Editing Channel Basic Information

You can modify the basic information of created channels.

Access Method

  1. Settings > Channel List > [Select Channel]
  2. Click the Channel Information tab

Editable Items

ItemEditableNotes
Channel ID❌ NoInternal system identifier
Channel Name✅ YesName displayed to team members
Description✅ YesChannel purpose
Maximum Feedback Search Period✅ YesMay affect performance

Channel Deletion

You can delete channels that are no longer in use.

Deletion Procedure

  1. Click the Delete Channel button at the bottom of the Channel Information screen
  2. Enter the channel name exactly in the confirmation popup
  3. Finalize with the Delete button

Deletion Notes

  • All feedback data for that channel will be permanently deleted
  • Cannot be undone, so backup or export is recommended beforehand
  • Related API key settings should also be checked