From cb872b24582d77bad280e79a2844305dcef339ea Mon Sep 17 00:00:00 2001 From: astraone-ssp <57891367+astraone-ssp@users.noreply.github.com> Date: Tue, 17 Dec 2019 22:07:33 +0300 Subject: [PATCH] AstraOne: Fixed example in the documentation (#4590) * Added AstraOne adapter * Fixed an argument in function createRenderer * Added unit tests. Added example with GPT in the documentation. Removed bid renderer. * Fixed a small typo * Fixed example in the documentation --- modules/astraoneBidAdapter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/astraoneBidAdapter.md b/modules/astraoneBidAdapter.md index 0c7b79489a5c..a7eaeeef5a4f 100644 --- a/modules/astraoneBidAdapter.md +++ b/modules/astraoneBidAdapter.md @@ -19,7 +19,7 @@ var adUnits = [{ code: 'test-div', mediaTypes: { banner: { - sizes: [], + sizes: [1, 1] } }, bids: [{ @@ -57,7 +57,7 @@ var adUnits = [{