From 61a17a29288d7f6a062e630148e1a50afcc0a0e2 Mon Sep 17 00:00:00 2001 From: rimaburder-index <55195208+rimaburder-index@users.noreply.github.com> Date: Thu, 17 Jul 2025 09:31:33 -0400 Subject: [PATCH] Update ix.md Updated the link to Prebid cache --- dev-docs/bidders/ix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/ix.md b/dev-docs/bidders/ix.md index ac852a9bd0..e610582968 100644 --- a/dev-docs/bidders/ix.md +++ b/dev-docs/bidders/ix.md @@ -226,7 +226,7 @@ To monetize instream video, complete the following steps: ```javascript pbjs.setConfig({ cache: { - url: 'https://prebid.adnxs.com/pbc/v1/cache' + url: 'https://my-pbs.example.com/cache' } }); ```