> For the complete documentation index, see [llms.txt](https://docs.fact-finder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fact-finder.com/integration/campaign-specific-integration/campaign-manager-integration.md).

# Campaign Manager Integration

**The Campaign Manager module** lets you influence search results deliberately, either to guide customers more effectively or to highlight specific products. Campaigns are activated based on defined criteria and then returned in the search results.

Campaign Manager supports the following options:

## Redirection

The campaign returns a URL to which the request should be redirected when the campaign triggers *\[1]*. This is especially useful if you already have dedicated landing pages for specific categories or topics. Another common use case is service-related searches, such as terms and conditions or legal information.

> \[1]
>
> “Triggers” means that the conditions set for the campaign have been met. When the campaign “triggers”, the actions that are configured for the campaign are carried out.

## Pushed Products

Pushed Products are items that should be displayed in a special way in the results, either as the first hit in the result list or in a separate area of the page. Users build a product list as part of the campaign, and that list is returned so the selected products can be handled accordingly. Depending on the campaign settings, these products are either returned separately from the normal search results or integrated directly into the result list. In the second case, the campaign is returned with an empty Pushed Products list.

## Feedback Text

Feedback text is returned unchanged as a list, together with the defined position key, as part of the relevant campaign. A common use case is to display a banner in the search results to draw attention to a brand or promotion.

## Advisor

Campaign Manager can also handle questions and answers shown to the shop visitor in specific situations. These are called Advisor Campaigns. A product set is defined for each answer, and that set is shown when the visitor selects the answer. This helps visitors find the right products more efficiently, much like an in-store advisor.


---

# 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.fact-finder.com/integration/campaign-specific-integration/campaign-manager-integration.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.
