From 52b05361e2daedd714bbc2054129624d515159b4 Mon Sep 17 00:00:00 2001 From: CPG Date: Tue, 6 May 2025 13:41:03 +0200 Subject: [PATCH 1/2] added bidstailamedia.md documentation --- dev-docs/modules/bidstailamedia.md | 120 +++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 dev-docs/modules/bidstailamedia.md diff --git a/dev-docs/modules/bidstailamedia.md b/dev-docs/modules/bidstailamedia.md new file mode 100644 index 0000000000..fd3d9809fa --- /dev/null +++ b/dev-docs/modules/bidstailamedia.md @@ -0,0 +1,120 @@ +--- +layout: bidder +title: stailamedia Bidder +description: Prebid bidstailamedia Bidder Adapter +pbjs: true +biddercode: bidstailamedia +gvl_id: 965 +tcfeu_supported: true +usp_supported: true +gpp_supported: true +schain_supported: true +dchain_supported: false +floors_supported: true +userIds: all +tcfeu_supported: true +media_types: banner, video, native +safeframes_ok: true +deals_supported: true +sidebarType: 1 +fpd_supported: true +multiformat_supported: will-bid-on-any + +--- + +### Bid Params + +| Name | Scope | Description | Example | Type | +|---------------|----------|----------------------------|-------------------------------------- |-----------| +| `tagId` | required | tag ID | `"hk15z9sy"` | `string` | + +### First Party Data + +Publishers should use the `ortb2` method of setting [First Party Data](/features/firstPartyData.html). +The following fields are supported: + +* ortb2.site.ext.data.* +* ortb2.site.content.data[] +* ortb2.user.ext.data.* +* ortb2.user.data[] + +### Test Parameters + +```javascript +var adUnits = [ + // Banner adUnit + { + code: 'banner-div', + mediaTypes: { + banner: { + sizes: [[300, 250], [300,600]] + } + }, + bids: [{ + bidder: 'bidstailamedia', + params: { + tagId: 'hk15z9sy' + } + }] + }, + // Video adUnit + { + code: 'video1', + mediaTypes: { + video: { + playerSize: [640, 480], + context: 'instream' + } + }, + bids: [{ + bidder: 'bidstailamedia', + params: { + tagId: 'hk15z9sy' + } + }] + }, + // Native adUnit + { + code: 'native1', + mediaTypes: + native: { + title: { + required: true + }, + image: { + required: true + }, + sponsoredBy: { + required: true + } + } + }, + bids: [{ + bidder: 'bidstailamedia', + params: { + tagId: 'hk15z9sy' + } + }] + }, + // Multiformat Ad + { + code: 'multi1', + mediaTypes: { + video: { + playerSize: [640, 480], + context: 'instream' + }, + banner: { + sizes: [[300, 250], [300,600]] + } + }, + bids: [{ + bidder: 'bidstailamedia', + params: { + tagId: 'hk15z9sy', + videoTagId: 'hk15z9sy' + } + }] + }; +]; +``` From 93c81668f35612c4e3eaf795d1f972f9ba5c43b2 Mon Sep 17 00:00:00 2001 From: CPG Date: Fri, 27 Jun 2025 09:52:47 +0200 Subject: [PATCH 2/2] Update dev-docs/modules/bidstailamedia.md Co-authored-by: Muki Seiler --- dev-docs/modules/bidstailamedia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/bidstailamedia.md b/dev-docs/modules/bidstailamedia.md index fd3d9809fa..24ea3f3de9 100644 --- a/dev-docs/modules/bidstailamedia.md +++ b/dev-docs/modules/bidstailamedia.md @@ -4,7 +4,7 @@ title: stailamedia Bidder description: Prebid bidstailamedia Bidder Adapter pbjs: true biddercode: bidstailamedia -gvl_id: 965 +gvl_id: 965 (nexx360) tcfeu_supported: true usp_supported: true gpp_supported: true