From 996b61cae0a423fe5afcabfff98ff458c4c7b454 Mon Sep 17 00:00:00 2001 From: Daniela Date: Tue, 28 Jul 2020 11:44:14 +0200 Subject: [PATCH 1/3] add native support for ablida bid adapter --- dev-docs/bidders/ablida.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/ablida.md b/dev-docs/bidders/ablida.md index 1e92de8192..16032b6dcf 100644 --- a/dev-docs/bidders/ablida.md +++ b/dev-docs/bidders/ablida.md @@ -3,7 +3,7 @@ layout: bidder title: ablida description: Prebid ablida Bidder Adaptor -media_types: banner +media_types: banner, native biddercode: ablida --- From 8600129f168ae0b5f2ac7394fea8cea8e995e77a Mon Sep 17 00:00:00 2001 From: Daniela Date: Wed, 2 Sep 2020 12:35:22 +0200 Subject: [PATCH 2/3] add gdpr supported --- dev-docs/bidders/ablida.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/ablida.md b/dev-docs/bidders/ablida.md index 1ccd290043..602b0f88ab 100644 --- a/dev-docs/bidders/ablida.md +++ b/dev-docs/bidders/ablida.md @@ -3,8 +3,9 @@ layout: bidder title: ablida description: Prebid ablida Bidder Adaptor pbjs: true -media_types: banner, native biddercode: ablida +media_types: banner, native +gdpr_supported: true --- From 449b7b33dd7b6e8d577b6f4700c081f4ca5c4697 Mon Sep 17 00:00:00 2001 From: Daniela Date: Wed, 23 Sep 2020 14:11:00 +0200 Subject: [PATCH 3/3] add video ad support --- dev-docs/bidders/ablida.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/ablida.md b/dev-docs/bidders/ablida.md index 602b0f88ab..590cc756df 100644 --- a/dev-docs/bidders/ablida.md +++ b/dev-docs/bidders/ablida.md @@ -4,7 +4,7 @@ title: ablida description: Prebid ablida Bidder Adaptor pbjs: true biddercode: ablida -media_types: banner, native +media_types: banner, native, video gdpr_supported: true ---