> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/feature-experimentation-and-rollout/campaign-creation/how-to-create-server-side-a-b-tests/goals/suggested-goals.md).

# Suggested Goals

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

When configuring goals, FE\&R can detect hits that were already received through your data collection but are not yet available in your goal library.

When this happens, a banner such as **“2 other trackers previously sent to your data collection”** appears for the selected tracker type.&#x20;

Click **See** to review the detected trackers and add them to your library.

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

Once added, these trackers can be used as goals in your campaign and reused across all campaigns within the same environment.

### Supported tracker types

Suggested trackers are based on previously received hits:

* **Event** → from event hits (user actions like clicks or interactions)
* **Page** → from pageview hits (page visits)
* **Screenview** → from screenview hits (app screens)
* **Transactions** → from transaction hits (completed purchases)

{% hint style="warning" %}
Suggested trackers are only available if matching hits have already been received in the selected environment.&#x20;

Only trackers with activity in the last 3 months are displayed.

To learn more about how hits are implemented, see the [Universal Collect developer documentation](https://docs.abtasty.com/server-side/concepts/universal-collect-1).
{% endhint %}


---

# 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:

```
GET https://docs.abtasty.com/feature-experimentation-and-rollout/campaign-creation/how-to-create-server-side-a-b-tests/goals/suggested-goals.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.
