From 1895757a31b28a57ea88c9f1f762ae9cf7e5dcca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Sok=C3=B3=C5=82?= Date: Mon, 18 Aug 2025 15:16:05 +0200 Subject: [PATCH] keyword targeting --- dev-docs/bidders/equativ.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dev-docs/bidders/equativ.md b/dev-docs/bidders/equativ.md index 9afd1433d0..09678ae08e 100644 --- a/dev-docs/bidders/equativ.md +++ b/dev-docs/bidders/equativ.md @@ -567,6 +567,20 @@ var adUnits = [ Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html). +#### Keywords + +Keyword targeting capabilities are supported. To pass keywords, the following fields can be used: `ortb2.site.keywords`, `ortb2.app.keywords`, or `ortb2.dooh.keywords`. + +```javascript +pbjs.setConfig({ + ortb2: { + site: { + keywords: 'kw_1,kw_2' + } + } +}); +``` + ### Additional Resources Information about how Equativ supports the oRTB specification, along with additional examples, can be found [on our OpenRTB API support site](https://help.equativ.com/open-rtb-api-integration-bid-request-specification-1).