> 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/documentation-backlog.md).

# Documentation backlog

Use this backlog to prioritise missing documentation. **Partial** means a guide exists, but it does not answer the full question.

### Extend existing guides

1. **Floor pricing diagnostics** — Add why `pbjs.getConfig('floors')` can return `{}`. Include runtime checks and the expected configuration source.
2. **Revenue discrepancy triage** — Extend [Addressing Discrepancies - API](/support-and-troubleshooting/reporting-and-api-issues/addressing-discrepancies-api.md). Cover gross versus net revenue, currency, timezone, Smart Cost, DFP/AdX Cost, and isolating one SSP. ✅
3. **Alarm email recipients** — Extend the HBA and ARI alarm guides. Document the delimiter and syntax for multiple email recipients.
4. **Stored bid and auction responses** — Extend the PBS section. Explain how to capture and use stored responses during QA.
5. **Bulk import CSV** — Extend [Bulk import (automated mapping) of your HB structure with .csv](/hb-manager/setup/bulk-import-automated-mapping-of-your-hb-structure-with-.csv.md). List required columns and the duplicate-placement limitation or workaround.
6. **New SSP onboarding** — Extend [Setting up a new SSP connection with HBM/HBA](/hb-manager/integrations-and-connections/setting-up-a-new-ssp-connection-with-hbm-hba.md). Add complete bidder-field examples.
7. **Placement sizes and targeting** — Extend [Setting up placement types](/hb-manager/setup/setting-up-placement-types.md). Explain device-specific sizes and `1x1`.
8. **Reporting exports and API** — Extend [Extracting Reporting Data via Manual or Emailed CSV](/ad-revenue-insights/exports/extracting-reporting-data-via-manual-or-emailed-csv.md). Add the current API reference and Power BI or SQL ingestion guidance.
9. **User visibility filters** — Extend [Sales Users and Sales Portfolios](/general-platform/user-management/sales-users-and-sales-portfolios.md). Document “Filter by my advertisers”, modes, Admin and Sales visibility, and the known gap.
10. **Report filter semantics** — Extend the reporting guides. Explain row-level filters versus entity-total calculations.

### New guides needed

1. **Resolve multiple Prebid instances** — Diagnose global `pbjs` collisions. Show how to rename the global variable safely.
2. **Fix “No ad unit for: X”** — Explain the `loadPrebid()` timing issue. Cover slots defined after the auction starts.
3. **Use `disableInitialLoad`** — Explain when to defer GAM’s initial request. Cover lazy loading and controlled refresh.
4. **Map virtual IDs to GAM** — Clarify virtual placement mapping versus a publisher’s own GAM inventory hierarchy.
5. **Use the `.js-api` for dynamic controls** — Cover bid-floor and block-list overrides by device and region.
6. **Configure OMID and GPID for outstream video** — Explain `plcmt` versus `placement` and required values.
7. **Add `schain` and bid adjustments** — Show placement, precedence, and a combined multi-bidder configuration.
8. **Understand Adnuntius and GAM** — Explain bypass, reservation delivery, and geo-targeting responsibilities.
9. **Capture a sample bid request** — Provide browser and server-side capture steps. Include safe redaction guidance.
10. **Block buyers and categories across platforms** — Cover GAM, Xandr, and Relevant controls. State platform-specific limits.
11. **Understand Config IDs and static tags** — Define both terms and show where each is used.
12. **Consent-time storage behavior** — State which cookies or local-storage entries can occur before consent.
13. **Understand consent forwarding** — Clarify that Relevant Yield is not a CMP. Describe TCF and GPP forwarding.
14. **Manage ads.txt through CDN settings** — Cover ownership, publishing flow, validation, and rollback.
15. **Set up in-app bidding** — Document Prebid Mobile SDK requirements, mapping, testing, and troubleshooting.
16. **Troubleshoot skipped ad slots** — Explain why hidden DOM elements do not request ads. Include diagnostic checks.
17. **Measure ID-provider value** — Explain coverage measurement and A/B split-testing. State why attribution is not per bid.
18. **Fix “Prefetch not allowed”** — Explain consent caching and a CMP that has not loaded.
19. **ARI pre-case troubleshooting checklist** — Define checks for imports, mappings, API health, date ranges, and evidence collection.


---

# 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/documentation-backlog.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.
