From 807c75bce31223fd872b13bbb19d193ea24a79ff Mon Sep 17 00:00:00 2001 From: Aditi Chaudhary Date: Mon, 22 Jan 2024 17:56:53 +0100 Subject: [PATCH] .md file lint issue resolved --- modules/dailymotionBidAdapter.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/dailymotionBidAdapter.md b/modules/dailymotionBidAdapter.md index a54b76f052d..7323dfe6d9c 100644 --- a/modules/dailymotionBidAdapter.md +++ b/modules/dailymotionBidAdapter.md @@ -14,7 +14,7 @@ Dailymotion prebid adapter. Before calling this adapter, you need to set its configuration with a call to setConfig like this: -``` +```javascript config.setConfig({ dailymotion: { api_key: 'test_api_key', @@ -25,6 +25,7 @@ config.setConfig({ ``` This call must be made before each auction. Here's a description of each parameter: + * `api_key` is your publisher API key. For testing purpose, you can use "dailymotion-testing". * `position` parameter is the ad position in the video and must either be "preroll", "midroll" or "postroll". * `xid` is the Dailymotion video identifier and should be provided to have better contextual data and higher fillrate. @@ -33,7 +34,7 @@ This call must be made before each auction. Here's a description of each paramet By setting the following configuration options, you'll get a constant response to any request to validate your adapter integration: -``` +```javascript config.setConfig({ dailymotion: { api_key: 'dailymotion-testing', @@ -46,7 +47,7 @@ Please note that failing to set these configuration options will result in the a # Sample video AdUnit -``` +```javascript const adUnits = [ { code: 'test-ad-unit',