> For the complete documentation index, see [llms.txt](https://docs.relevant-digital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.relevant-digital.com/hb-manager/setup/create-or-edit-prebid-configuration.md).

# Create or Edit Prebid configuration

Prebid configuration holds your `"prebid.js"` script and the optimizations you create(d) in Relevant Yield, including the hierarchy of your `"Prebid parameters"` (site / placement / SSP).

{% stepper %}
{% step %}

## Where can I create/edit Prebid configurations?

Prebid configuration can be created/edited on the website level in your publishers account. Navigate to desired site and open "Prebid configurations". If no configurations exists, simply press the "plus" button and name your configuration accordingly.

*Publisher accounts > edit account > site/app Prebid Configurations*

![](/files/6280fa0d700a55695af0dfbef79308fa72d8668d)
{% endstep %}

{% step %}

## How to create/edit Prebid configurations?

Open Prebid configurations and create a new one.

![](/files/23a1906d9d5d20d10afb605db5922e2d7e4216c7)

Or edit your configuration.

You can:

* exclude/include certain placements from participating in the auction
* disable SSPs just on that site or just on that placement
* add any additional prebid parameter

![](/files/2574fc45e62949bff3543b3972da1dc389f74901)
{% endstep %}

{% step %}

## Save

Don't forget to save your changes. Now all your changes will be included/excluded.

You can copy the Relevant Yield wrapper that is created within the configuration and adjust it so it is compatible with your site. If you have any questions do not hesitate to contact your account manager or [support.](broken://pages/b548f0284d8ea70222f204b00f639c1eebe8ab00)
{% endstep %}

{% step %}

## Create child configurations

For testing purposes you can create child configurations withing your main configuration and optimize your header bidding further. Read more about multivariate testing in RY [HERE](broken://pages/cca054d6311b80724d2af557ecf73512299a573d).
{% endstep %}

{% step %}

## Mobile Prebid Configurations

For mobile configurations you will first navigate to your app level " *Prebid Configurations*" and enable " *mobile mobile"* settings on *placement level* as show on the bottom two images.

![](/files/e858449fa45e0036992d821bf977379507112ac3)

![](/files/3c469505f9c35adf46ce027b706200e10beac9c8)

### Retrieve Prebid mobile IDs

In the Prebid Mobile setup you can copy you placement IDs:

* Prebid server account ID
* AdUnit Config ID

![](/files/1bdb362d1bbc7fff50e3bf6ecd66ec27feebb0f2)
{% endstep %}
{% endstepper %}


---

# 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.relevant-digital.com/hb-manager/setup/create-or-edit-prebid-configuration.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.
