From 6d9721393b6a23b9b614015a617b68f6d25bcb89 Mon Sep 17 00:00:00 2001 From: Marcin Komorski Date: Thu, 10 Jul 2025 18:04:14 +0200 Subject: [PATCH 1/4] Adding bidResponseFilter reference --- dev-docs/examples/meta-bid-filtering.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/examples/meta-bid-filtering.md b/dev-docs/examples/meta-bid-filtering.md index aae19d1e21..e319b49b4f 100644 --- a/dev-docs/examples/meta-bid-filtering.md +++ b/dev-docs/examples/meta-bid-filtering.md @@ -8,6 +8,7 @@ sidebarType: 1 about: - This is an example that filters bid responses based on the metadata object. - Bidders can supply metadata about the bid such as advertiser domain. See the "meta" fields in the bid response for the full list of metadata. +- Please note that we recommend a dedicated module for this case. See [Bid Response Filter](https://docs.prebid.org/dev-docs/modules/bidResponseFilter.html) --- From ec7cf0c806acffbaec67a4f4436f1d3ac83e068f Mon Sep 17 00:00:00 2001 From: Muki Seiler Date: Tue, 15 Jul 2025 17:11:55 +0200 Subject: [PATCH 2/4] Use standard markdown links --- dev-docs/examples/meta-bid-filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/examples/meta-bid-filtering.md b/dev-docs/examples/meta-bid-filtering.md index e319b49b4f..cb5f2371cf 100644 --- a/dev-docs/examples/meta-bid-filtering.md +++ b/dev-docs/examples/meta-bid-filtering.md @@ -7,7 +7,7 @@ sidebarType: 1 about: - This is an example that filters bid responses based on the metadata object. -- Bidders can supply metadata about the bid such as advertiser domain. See the "meta" fields in the bid response for the full list of metadata. +- Bidders can supply metadata about the bid such as advertiser domain. See the "meta" fields in the [bid response](/dev-docs/bidder-adaptor.html#interpreting-the-response) for the full list of metadata. - Please note that we recommend a dedicated module for this case. See [Bid Response Filter](https://docs.prebid.org/dev-docs/modules/bidResponseFilter.html) --- From 09eccf879941971e9f276acf924d47b311ef33b8 Mon Sep 17 00:00:00 2001 From: Muki Seiler Date: Tue, 15 Jul 2025 17:16:48 +0200 Subject: [PATCH 3/4] markdown in jekyll includes not working --- dev-docs/examples/meta-bid-filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/examples/meta-bid-filtering.md b/dev-docs/examples/meta-bid-filtering.md index cb5f2371cf..8f93d18a92 100644 --- a/dev-docs/examples/meta-bid-filtering.md +++ b/dev-docs/examples/meta-bid-filtering.md @@ -7,8 +7,8 @@ sidebarType: 1 about: - This is an example that filters bid responses based on the metadata object. -- Bidders can supply metadata about the bid such as advertiser domain. See the "meta" fields in the [bid response](/dev-docs/bidder-adaptor.html#interpreting-the-response) for the full list of metadata. -- Please note that we recommend a dedicated module for this case. See [Bid Response Filter](https://docs.prebid.org/dev-docs/modules/bidResponseFilter.html) +- Bidders can supply metadata about the bid such as advertiser domain. See the "meta" fields in the bid response for the full list of metadata. +- Please note that we recommend a dedicated module for this case. See Bid Response Filter --- From 792498e83210001bd7f6299e614b1deff4a40c43 Mon Sep 17 00:00:00 2001 From: Muki Seiler Date: Tue, 15 Jul 2025 17:17:28 +0200 Subject: [PATCH 4/4] relative links --- dev-docs/examples/meta-bid-filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/examples/meta-bid-filtering.md b/dev-docs/examples/meta-bid-filtering.md index 8f93d18a92..7ff0d28077 100644 --- a/dev-docs/examples/meta-bid-filtering.md +++ b/dev-docs/examples/meta-bid-filtering.md @@ -8,7 +8,7 @@ sidebarType: 1 about: - This is an example that filters bid responses based on the metadata object. - Bidders can supply metadata about the bid such as advertiser domain. See the "meta" fields in the bid response for the full list of metadata. -- Please note that we recommend a dedicated module for this case. See Bid Response Filter +- Please note that we recommend a dedicated module for this case. See Bid Response Filter ---