From b5c9c068048269f6dcce0f1a8c3b79b50a452442 Mon Sep 17 00:00:00 2001 From: Espen <2290914+espen-j@users.noreply.github.com> Date: Tue, 5 Jul 2022 18:22:04 +0200 Subject: [PATCH] Cwire Bid Adapter: Update adUnit example with cwcreative property as string (#8645) Ref: #8544 --- modules/cwireBidAdapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cwireBidAdapter.md b/modules/cwireBidAdapter.md index 76abd362d07..188894cd202 100644 --- a/modules/cwireBidAdapter.md +++ b/modules/cwireBidAdapter.md @@ -38,7 +38,7 @@ var adUnits = [ params: { pageId: 1422, // required - number placementId: 2211521, // required - number - cwcreative: 42, // optional - id of creative to force + cwcreative: '42', // optional - id of creative to force refgroups: 'test-user', // optional - name of group or coma separated list of groups to force cwapikey: 'api_key_xyz', // optional - api key for integration testing }