# Experience List Screen

## Experience List Screen

## Experience List Screen

From Ptengine Experience's "Experience Management", you can access the Experience List screen.

On the left navigation, you can switch the list by experience type.

## **Experience List Screen Configuration**

The Experience List screen is largely composed of "Top Bar", "Title Bar", and "Experience Detail List".

### **Top Bar**

From the Top Bar, you can search by label, search by experience name, filter by delivery status, change the sort order, export CSV, and switch display items.

### **Searching Experiences**

#### Search by Label

If you have previously labeled an experience, you can quickly find the experience you want by selecting that label.

For how to label, please check the \[Details Settings] section in [this](/en/experience/campaign/experience-list.md) article.

### Searching Experiences

**Search by Experience Name** By clicking the magnifying glass icon and entering the experience name, you can search for experiences to display in the Experience Detail List.

**Search by Delivery Status** You can specify which experiences to display in the Experience Detail List from the experience states: "Running", "Scheduled", "Stopped", "Draft", or "All".

```
Running: An experience that is published. The state after completing experience creation and clicking the "Delivery" button to publish.
Scheduled: An experience with a reserved publication schedule. The state after selecting the delivery time in schedule settings and clicking "Schedule Delivery".
Stopped: When a published experience is stopped, it becomes stopped.
Draft: An experience that has never been published. Please save it using the "Save as Draft" button after completion of creation.
```

### **Changing the Sort Order**

You can sort experiences in descending order by each item displayed in the dropdown.

### **CSV Export**

You can export the experience report as CSV.

The data is exported in the format shown below.

### **Customizing Display Items**

Items displayed on the Title Bar can be customized from the "Display Items" icon at the right end of the Top Bar. You can freely select or deselect all items except the experience name.

Please arrange the items you want to display in the report list in the column on the right.

The items specified above will be reflected on the Title Bar.

You can confirm detailed data by scrolling left and right.

When you hover your cursor over the question mark to the right of each item, the definition of that item is displayed.

Additionally, you can adjust the sort order using the triangle mark.

For detailed definitions of each display item such as Display UU and Cancel UU, please check the [Glossary](/en/experience/campaign/experience-list.md) of Ptengine Experience.

## **Experience Detail List**

In the Experience Detail List, you can confirm detailed data for items in each experience.

**Preview Feature** For detailed usage of the preview feature, please refer to [this](/en/experience/campaign/experience-list.md) article.

#### **Viewing and Sharing Each Pattern**

Each pattern you have edited can be viewed and shared using the following methods.

**Delivery Status** You can confirm the delivery status of the experience. The status such as running, stopped, or draft is clearly specified.

**Detailed Data** You can confirm data by item of the experience by scrolling horizontally.

**Quick Operations** You can change the status of the experience, change the name, view the heatmap, duplicate, and delete. From "View Heatmap", you can quickly confirm the heatmap of the experience.

> **WARNING** Operations such as experience status editing, copy creation, and deletion vary depending on permissions. However, please note that users with view-only permissions can only view.

For detailed report confirmation, please also refer to [Experience Report - Detailed Edition](/en/experience/campaign/experience-list.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helps.ptengine.com/en/experience/campaign/experience-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
