From 5d4916723661fcfa4ac9686b99800afd4f487f5b Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Fri, 8 Nov 2024 17:47:24 -0500 Subject: [PATCH] SADR-6590: remove FPD section for now --- dev-docs/bidders/equativ.md | 90 +++---------------------------------- 1 file changed, 6 insertions(+), 84 deletions(-) diff --git a/dev-docs/bidders/equativ.md b/dev-docs/bidders/equativ.md index 8e230476b1..ffa7dfb630 100644 --- a/dev-docs/bidders/equativ.md +++ b/dev-docs/bidders/equativ.md @@ -16,7 +16,7 @@ media_types: banner safeframes_ok: true deals_supported: false floors_supported: true -fpd_supported: true +fpd_supported: false pbjs: true pbs: true prebid_member: false @@ -48,7 +48,7 @@ There are three options for passing bidder parameters: - **Option 1**. Specify `networkId` by itself (_without_ `siteId`, `pageId` and `formatId`), or - **Option 2**. Specify `siteId` _and_ `pageId` _and_ `formatId` (all together) _without_ `networkId`, or -- **Option 3**. Specify _none_ of the above parameters, and instead use either `ortb2.site.publisher.id` or `ortb2.app.publisher.id` +- **Option 3**. Specify _none_ of the above parameters, and instead use either `ortb2.site.publisher.id`, `ortb2.app.publisher.id` or `ortb2.dooh.publisher.id` See **Sample Banner Setup** for examples of these parameter options. @@ -61,39 +61,6 @@ See **Sample Banner Setup** for examples of these parameter options. | `video` | Not currently supported | | `native` | Not currently supported | -### First Party Data - -You can use the `ortb2` property for setting first-party data. The following use cases are supported: - -- `ortb2.site.publisher.id` -- `ortb2.app.publisher.id` - -The `app` or `site` object properties can be used as a way to specify an ID for Equativ to use to identify your requests (through `publisher.id`), as shown with the two examples below: - -```js - pbjs.setConfig({ - ortb2: { - site: { - publisher: { - id: 42 - } - } - }); -``` - -or - -```js - pbjs.setConfig({ - ortb2: { - app: { - publisher: { - id: 42 - } - } - }); -``` - ### User Syncing To enable cookie syncing, make sure their configuration setup is properly invoked. @@ -200,56 +167,11 @@ As mentioned in the **Bid Parameter Usage** section, when including `'equativ'` #### Option 3 - Using ortb2 for parameter info -```html - -``` +- `ortb2.app.publisher.id` +- `ortb2.site.publisher.id` +- `ortb2.dooh.publisher.id` ### Additional Resources