From b3e7498c8a947e341bd7036eaedc68c9e49c96e6 Mon Sep 17 00:00:00 2001 From: Params10 Date: Sun, 27 Jun 2021 20:44:38 +0530 Subject: [PATCH 1/4] updated iqm md file --- dev-docs/bidders/iqm.md | 92 ++++++++++++++++++++++++++++++++++------- 1 file changed, 77 insertions(+), 15 deletions(-) diff --git a/dev-docs/bidders/iqm.md b/dev-docs/bidders/iqm.md index a9c01669a9..85dfdc7e07 100644 --- a/dev-docs/bidders/iqm.md +++ b/dev-docs/bidders/iqm.md @@ -1,19 +1,81 @@ ---- -layout: bidder -title: iQM -description: Prebid iQM Bidder Adaptor -pbjs: true -biddercode: iqm ---- +#Overview +``` +Module Name: iQM Bidder Adapter +Module Type: Bidder Adapter +Maintainer: hbteam@iqm.com +``` -### Bid Params +# Parameters -{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | +| :------------ | :------- | :------------------------ | :------------------- | +| `publisherId` | required | The Publisher ID from iQM | "df5fd732-c5f3-11e7-abc4-cec278b6b50a" | +| `placementId` | required | The Placement ID from iQM | 23451 | +| `bidfloor` | optional | Bid Floor | 0.50 | -| Name | Scope | Description | Example | Type | -|---------------|----------|----------------------------|------------------------------------------|-----------| -| `publisherId` | required | The Publisher ID from iQM. | `'df5fd732-c5f3-11e7-abc4-cec278b6b50a'` | `string` | -| `tagId` | required | The Tag ID from iQM. | `'1c5c9ec2-c5f4-11e7-abc4-cec278b6b50a'` | `string` | -| `placementId` | required | The Placement ID from iQM. | `'50cc36fe-c5f4-11e7-abc4-cec278b6b50a'` | `string` | -| `bidfloor` | required | Bid floor | `0.50` | `integer` | +# Description + +Module that connects to iQM demand sources + +# Test Parameters +``` +var adUnits = [{ + code: 'div-gpt-ad-1460505748561-0', + mediaTypes: { + banner: { + sizes: [[300,250]] + } + }, + + bids: [{ + bidder: 'iqm', + params: { + geo:{ + country:'USA' + }, + + publisherId: 'df5fd732-c5f3-11e7-abc4-cec278b6b50a', + placementId: 23451, + bidfloor: 0.50 + } + }] + + }] + +``` + +# adUnit Video + +``` + var videoAdUnit = { + code: 'video1', + mediaTypes: { + video: { + playerSize: [640, 480], + context: 'instream' + } + }, + bids: [{ + bidder: 'iqm', + params: { + // placementId: iosDevice ? 13239390 : 13232361, // Add your own placement id here. Note, skippable video is not supported on iOS + publisherId: 'df5fd732-c5f3-11e7-abc4-cec278b6b50a', + placementId: 23451, + geo:{ + country:'USA' + }, + + bidfloor: 0.05, + video: { + placement :2, + mimes: ['video/mp4'], + protocols: [2,5], + skipppable: true, + playback_method: ['auto_play_sound_off'] + } + } + }] + }; + +``` From eb68ee795e9e0046442399f3fd6f597107083c9a Mon Sep 17 00:00:00 2001 From: Params10 Date: Sun, 27 Jun 2021 20:49:14 +0530 Subject: [PATCH 2/4] updated iqm md file with title --- dev-docs/bidders/iqm.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-docs/bidders/iqm.md b/dev-docs/bidders/iqm.md index 85dfdc7e07..77415845ac 100644 --- a/dev-docs/bidders/iqm.md +++ b/dev-docs/bidders/iqm.md @@ -1,10 +1,10 @@ -#Overview - -``` -Module Name: iQM Bidder Adapter -Module Type: Bidder Adapter -Maintainer: hbteam@iqm.com -``` +--- +layout: bidder +title: iQM +description: Prebid iQM Bidder Adaptor +pbjs: true +biddercode: iqm +--- # Parameters From ded95224038edab569819a659ab183e740f3dbfd Mon Sep 17 00:00:00 2001 From: Jean Stemp <38964447+jeanstemp@users.noreply.github.com> Date: Thu, 1 Jul 2021 15:30:06 -0700 Subject: [PATCH 3/4] Update iqm.md added table formatting --- dev-docs/bidders/iqm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/iqm.md b/dev-docs/bidders/iqm.md index 77415845ac..3cc96502c7 100644 --- a/dev-docs/bidders/iqm.md +++ b/dev-docs/bidders/iqm.md @@ -8,6 +8,7 @@ biddercode: iqm # Parameters +{: .table .table-bordered .table-striped } | Name | Scope | Description | Example | | :------------ | :------- | :------------------------ | :------------------- | | `publisherId` | required | The Publisher ID from iQM | "df5fd732-c5f3-11e7-abc4-cec278b6b50a" | From 25b59cc98b5cd94c88a458af6576e8a5867640f9 Mon Sep 17 00:00:00 2001 From: Params10 Date: Tue, 13 Jul 2021 10:42:25 +0530 Subject: [PATCH 4/4] added geo as required --- dev-docs/bidders/iqm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/iqm.md b/dev-docs/bidders/iqm.md index 3cc96502c7..f4159f0ec0 100644 --- a/dev-docs/bidders/iqm.md +++ b/dev-docs/bidders/iqm.md @@ -12,6 +12,7 @@ biddercode: iqm | Name | Scope | Description | Example | | :------------ | :------- | :------------------------ | :------------------- | | `publisherId` | required | The Publisher ID from iQM | "df5fd732-c5f3-11e7-abc4-cec278b6b50a" | +| `geo.country` | required | The publisher country| "USA" | | `placementId` | required | The Placement ID from iQM | 23451 | | `bidfloor` | optional | Bid Floor | 0.50 | @@ -79,4 +80,4 @@ var adUnits = [{ }] }; -``` +``` \ No newline at end of file