Skip to content

Commit

Permalink
Clean up the 'Use case #2' example (prebid#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmcgraw authored and sa1omon committed Nov 28, 2019
1 parent d1ed6e0 commit ceb4eff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/spotxBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,12 @@ This adapter requires setup and approval from the SpotX team.
ad_unit: 'outstream',
outstream_options: {
slot: 'adSlot1',
content_width: 300,
content_height: 250,
custom_override: { // This option is not mandatory though used to override default renderer parameters using EASI player options in here: https://developer.spotxchange.com/content/local/docs/sdkDocs/EASI/README.md
content_width: 300,
content_height: 250,
collapse: '1',
hide_fullscreen: '1',
unmute_on_mouse: '1',
click_to_replay: '1',
continue_out_of_view: '1',
ad_volume: '100',
content_container_id: 'video1',
Expand Down

0 comments on commit ceb4eff

Please sign in to comment.