From 97e5e87d80e45284ff3c13b0b2533440af1eed81 Mon Sep 17 00:00:00 2001 From: austinbyron <59710247+austinbyron@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:52:44 -0700 Subject: [PATCH] =?UTF-8?q?Ezoic:=20enable=20Prebid.js=20(pbjs=20adapter)?= =?UTF-8?q?=20=E2=80=94=20user=20sync=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev-docs/bidders/ezoic.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/ezoic.md b/dev-docs/bidders/ezoic.md index 32b483fb37..963f518281 100644 --- a/dev-docs/bidders/ezoic.md +++ b/dev-docs/bidders/ezoic.md @@ -15,7 +15,7 @@ safeframes_ok: false deals_supported: false floors_supported: true fpd_supported: true -pbjs: false +pbjs: true pbs: true pbs_app_supported: true multiformat_supported: will-bid-on-one @@ -39,3 +39,24 @@ The Ezoic adapter requires no parameters. | Name | Scope | Description | Example | Type | |---------------|----------|--------------|-----------|----------| | `placementId` | optional | Placement ID | `'11111'` | `string` | + +## User Sync + +The Ezoic bid adapter supports iframe-based user syncing. For best +performance and higher match rates, enable iframe user syncs in your +Prebid.js configuration: + +```javascript +pbjs.setConfig({ + userSync: { + filterSettings: { + iframe: { + bidders: ['ezoic'], + filter: 'include' + } + } + } +}); +``` + +The sync honors TCF (GVL ID 347), GPP, and US Privacy signals.