> 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/campaigns/offer-landing-pages.md).

# Landing Pages & Groups

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

In order to get the best performance out of your campaigns, a great strategy is to have several landing pages or pre-landers for the same offer that is being promoted. You do this by using the **Landing Pages** tab in the **Campaigns** tab. Here you can manage all these different URLs so that you can easily add them to campaigns and track their results.

## Creating a Landing Page Group

To create a landing page group, click on the **Landing Pages** tab and select **New Group**. Fill in a **Name** for the group, and then specify the **Distribution Algorithm** that will be used in the campaign. This algorithm will determine how much exposure each URL will receive in comparison to the others.

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

There are 3 different algorithms:

* **Even Distribution:** Traffic will spread evenly between the different landing pages. For example, if you have two landing pages, the traffic will split by half for each. If there are 3, each will receive 33% of the traffic.
* **Fixed Share:** Using fixed share you can define the exact percentage of traffic each landing page should receive.
* **Automatic Optimization:** The system will assign a bigger share of traffic based on its results. To use this option, you should have created a "Goal" first, which will be factored in when determining which landing page has the best results.

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

You can add as many landing pages as you like to a landing page group. Once you have finished setting up your landing page groups, you can use them in your campaigns by adding them in **General Details** (Step 1) of creating a campaign.

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

If you add this landing page group to several campaigns, the **Landing Pages** tab will show you its results in all your campaigns.

### Landing Page Distribution vs. Variation Distribution

For non-CPC campaigns, advertisers may select a Distribution Algorithm for both Variations and Landing Page Groups.

In this scenario, each entity is evaluated **independently**: one calculation determines which Variation is chosen, and a separate calculation determines which Landing Page within the selected group receives the impression.

This means both levels operate with their own Distribution Algorithm, running side by side but independently.

## Copying a Landing Page Group

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

Clicking on the **Copy** icon will provide you with two options:

* **Copy & Edit**: This option will take you to the edit form of the landing page group in case any changes need to be made before you copy it.
* **Copy**: Will directly copy the selected landing page group as it is.<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/campaigns/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.
