Skip to content

Commit

Permalink
Cwire Bid Adapter: Update adUnit example with cwcreative property as …
Browse files Browse the repository at this point in the history
…string (prebid#8645)

Ref: prebid#8544
  • Loading branch information
espen-j authored Jul 5, 2022
1 parent e2bcc43 commit b5c9c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cwireBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b5c9c06

Please sign in to comment.