> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/advertisers/zh/guang-gao-huo-dong/offer-landing-pages.md).

# 落地页与分组

<figure><img src="/files/8a0f8d447f217cc6aa00c80a1847cd9c3abe9814" alt=""><figcaption></figcaption></figure>

为了让您的广告系列发挥最佳效果，一个很好的策略是为正在推广的同一优惠设置多个落地页或预落地页。您可以通过使用 **落地页** 标签页中的 **活动** 标签页。在这里，您可以管理所有这些不同的 URL，以便轻松将它们添加到广告系列并跟踪其结果。

## 创建落地页组

要创建落地页组，请点击 **落地页** 标签页并选择 **新建组**。填写 **名称** 名称 **分发算法** ，然后指定将在广告系列中使用的算法。此算法将决定每个 URL 相较于其他 URL 获得多少曝光。

<figure><img src="/files/da69d1a97bd6e92d70aef8e04a58881ee49fc6ba" alt=""><figcaption></figcaption></figure>

有 3 种不同的算法：

* **均匀分配：** 流量将在不同落地页之间均匀分配。例如，如果您有两个落地页，流量将各分一半。如果有 3 个，每个将获得 33% 的流量。
* **固定份额：** 使用固定份额，您可以定义每个落地页应获得的确切流量百分比。
* **自动优化：** 系统将根据结果分配更大份额的流量。要使用此选项，您应先创建一个“目标”，在确定哪个落地页效果最佳时会将其纳入考虑。

<figure><img src="/files/7067f0319e6df62f93ad4d32dea95076488fca88" alt=""><figcaption></figcaption></figure>

您可以向落地页组中添加任意数量的落地页。完成落地页组设置后，您可以在 **基本详情** （步骤 1）中将其添加到广告系列中来使用。

<figure><img src="/files/e41bd67c1eed323cf61411cfb9699eb5ff441a9f" alt=""><figcaption></figcaption></figure>

如果您将此落地页组添加到多个广告系列中， **落地页** 标签页将向您显示其在所有广告系列中的结果。

### 落地页分配与变体分配

对于非 CPC 广告系列，广告主可以为变体和落地页组都选择分配算法。

在这种情况下，每个实体都会被 **独立地**：一次计算决定选择哪个变体，另一次独立计算决定所选组中的哪个落地页获得展示。

这意味着两个层级都使用各自的分配算法，并行运行但彼此独立。

## 复制落地页组

<figure><img src="/files/ec26254d3bde224a6e18db6c91c2c173ee5a9367" alt=""><figcaption></figcaption></figure>

点击 **复制** 图标将为您提供两个选项：

* **复制并编辑**：如果在复制前需要进行任何更改，此选项会带您进入该落地页组的编辑表单。
* **复制**：将直接按原样复制所选落地页组。<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.exoclick.com/advertisers/zh/guang-gao-huo-dong/offer-landing-pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
