# 显示/停止时间设置

## 在特定时间显示

**当离开浏览器时：** 用户需要在相关页面停留5秒以上，并满足以下条件。 PC端：当光标放在页面内容外时（当移动到浏览器的书签栏、标签栏等时）。 手机端：当按下浏览器的返回按钮或执行滑动操作时，体验会显示。

**活动：** 用户最后的活动（点击、滚动）之后X秒已过时

**页面访问：** 自访问相关页面以来已过X秒时

**页面查看至XX％时：** 当用户滚动到相关页面的指定位置时

**指定的Javascript代码：** 当指定的Javascript被触发时

## 在特定时间停止

**向用户显示X次后：** 对于已达到X次显示次数的用户，停止体验的传送。

**用户关闭X次或以上：** 对于已单击"关闭"按钮X次或以上的用户，停止体验的传送。

**如果点击按钮或图像（即使只有一次）：** 对于已从体验编辑器点击添加的按钮或图像（即使只有一次）的用户，停止体验的传送。

**如果回答了表单：** 对于已回答从体验编辑器添加的表单的用户，停止体验的传送。

## **频率**

**每个会话最多X次**限制在一个会话内显示的次数。

**每天最多显示X次**限制每天显示的次数。 另外，使用高级模式时不能使用频率设置。请注意。


---

# 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/cn/experience/campaign/create-new-1/display-timing.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.
