> 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/technical/integration/formats-and-channels/setting-up-prebid-mobile-in-hb-manager.md).

# Setting up Prebid Mobile in HB Manager

Set up HB Manager for a Prebid Mobile implementation.

This guide focuses on Android. The same HB Manager settings support iOS.

Most implementation work happens in the Prebid Mobile SDK. HB Manager provides the account and configuration identifiers.

### Enable Prebid Mobile in HB Manager

1. Open **Publisher Accounts**.
2. Create an account or select an existing one.
3. Open **Prebid parameters**.
4. Enable **Enable Mobile** under **General settings**.
5. Save your changes.

<div data-with-frame="true"><img src="https://lh3.googleusercontent.com/ZbloI3vjQda0MaLi7ZqW6ixUY2btYMpppbEc3mGMsmeUL-dik7y9BPmXkkqE9b9ZBVKWbsa1Ed784-r8yn0IRBqQ2fSk9hUmKpoc8XlnOZPXFUc_Uhb0JC3ju1F1g6pRy5PrmVNK=s0" alt="" height="105" width="624"></div>

After saving, collect these values:

* **Prebid Server Account ID**
* **AdUnit Config ID**

<div data-with-frame="true"><img src="https://lh6.googleusercontent.com/AHgH2IIN3XswtYwozTrrzZLpUQ8Heslk3pv1RRzvzw44G-EUApIHWPcFungHUKKRzCi2Z9Hmi7Ekv5EISgT3fq-h572hR9LkM_7sStzi-BOpcSWnUl2RwfClECT-VXkNsOjBimHb=s0" alt="" height="329" width="624"></div>

{% hint style="info" %}
Each Prebid configuration has its own **AdUnit Config ID**. The interface shows its configuration name below the ID.
{% endhint %}

### Configure your application

Add the Prebid Mobile SDK before configuring your account values.

Follow the [Android integration guide](https://docs.prebid.org/prebid-mobile/pbm-api/android/code-integration-android.html) for SDK setup.

#### Set the Prebid Server Account ID

Set the **Prebid Server Account ID** from HB Manager in `setPrebidServerAccountId`.

<div data-with-frame="true"><img src="https://4674099.fs1.hubspotusercontent-na1.net/hubfs/4674099/1-png-1.png" alt=""></div>

#### Set each AdUnit Config ID

Add one or more **AdUnit Config IDs** to each `BannerAdUnit`.

<div data-with-frame="true"><img src="https://4674099.fs1.hubspotusercontent-na1.net/hubfs/4674099/2-png.png" alt=""></div>

#### Set the Prebid Server host

Set `setPrebidServerHost` to your Relevant Yield Prebid Server URL.

<div data-with-frame="true"><img src="https://lh5.googleusercontent.com/WPduv6JzCLY-_wBrBIhYOAWVsb3cLTAFcvBOR9wIsGawzmYl5YCeiXmOu_ILKqa7GBHX9BAPjEMygn9IP_-z0vyxSEozv_nW56N8jC8PgncJtrAbtVUMYuHjk75RzyGuqsEWxo48=s0" alt="" height="131" width="552"></div>

Find this URL in **Programmatic Tag** at the site level.

<div data-with-frame="true"><img src="https://lh4.googleusercontent.com/eBwQumZtyRhby-aSl6eXl9fS7_wUVvJHMMHHdKtFMC1pCVm9DKOvsjrRsgkeqJnHG_Etw4-SrhovU1epLfuD7GzTzaiGwIB5endOX0KJieC0I-mvPDhnH0akbigJGr6zvG3X1YX5=s0" alt="" height="71" width="624"></div>

Use the displayed host setting:

<div data-with-frame="true"><img src="https://lh6.googleusercontent.com/WoZc9fTRdND7XnUjaZC9kDg921ybYcZNK-8XcP180T78q6zlxZmYSMQIw9QF7GMhx3n0bblGF9-VoXP_KuYwCRUzJwiE930K8H635elcNI0HbTH6LMFuLaK31lAXVfKKH9Lq5wah=s0" alt="" height="121" width="372"></div>

The URL is unique to your account:

<div data-with-frame="true"><img src="https://lh4.googleusercontent.com/DIArI6bjdVUPUJ-PgKg9CC1_mwZ8G5Muh_jrlHp2yPfblVzAai-b_eYJEkgoOiznX8MgCz2FJwrq-Eqhz1webp2O0ek-yxMmzKdvHS1bE1qQzZ4AZFM_hr7JJ2X7a_Trnvo_0IcH=s0" alt="" height="480" width="624"></div>

{% hint style="warning" %}
Contact Relevant Yield Support if the Prebid Server URL is empty.
{% endhint %}

### Next steps

Your application can now request Prebid Mobile auctions through HB Manager.

Use [Prebid Mobile Extensions](/technical/integration/formats-and-channels/prebid-mobile-extensions.md) for supported HB Manager extensions.


---

# 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/technical/integration/formats-and-channels/setting-up-prebid-mobile-in-hb-manager.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.
