Skip to content

Commit

Permalink
Merge pull request #79 from bitmovin/feature/PW-6688-omsdk
Browse files Browse the repository at this point in the history
Update OMSDK demo description
  • Loading branch information
mimcz authored Mar 30, 2022
2 parents 8c85281 + 02c623d commit 10460be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
22 changes: 4 additions & 18 deletions player/ad-event-verification-omsdk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<label for="partnerversion-input">
Partner Version
</label>
<input class="form-control" id="partnerversion-input" name="manifest-input" placeholder="1.3.25" type="text">
<input class="form-control" id="partnerversion-input" name="manifest-input" placeholder="1.0.0" type="text">
</div>
<div class="demo-input-box input mx-0">
<div class="demo-item-header">
Expand Down Expand Up @@ -70,38 +70,24 @@ <h2>
</h2>
</div>
<div class="w-100 my-4">
<p>
1. Acquire the OM SDK files from the
<a href="https://tools.iabtechlab.com/omsdk">
IAB Tech Lab Tools Portal
</a>
</p>
<p class="mb-3">
2. Include the following scripts in your page
1. Include Bitmovin Player Advertising module (BAM) and the Advertising OM SDK module in your page
</p>
<ul class="ml-4">
<li>
OM SDK Scripts: Service Script and JS Session Client
</li>
<li>
Bitmovin Player Scripts including the Bitmovin Advertising module (BAM) and the Advertising OM SDK module
</li>
</ul>
</div>
<div class="setup-code w-100">
${code:page.html}
</div>
<div class="w-100 my-4">
<p class="mb-3">
3. Set up the player instance for ad verification using OM SDK
2. Set up the player instance for ad verification using OM SDK
</p>
<ol class="ml-4" type="a">
<li>
Add player modules to player core
</li>
<li>
Create a player configuration including a
<a href="https://bitmovin.com/docs/player/api-reference/web/web-sdk-api-reference-v8#/player/web/8/docs/interfaces/advertising.verificationresource.html">
<a href="https://bitmovin.com/docs/player/api-reference/web/web-sdk-api-reference-v8#/player/web/8/docs/interfaces/advertising.omsdktracker.html">
OM SDK Tracker configuration
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion player/ad-event-verification-omsdk/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var conf = {
trackers: {
omSdk: {
partnerName: 'awesome-company',
partnerVersion: '1.3.25',
partnerVersion: '1.0.0',
verificationResources: [{
validationScriptUrl: 'https://somewhere.com/validation-script.js',
}]
Expand Down

0 comments on commit 10460be

Please sign in to comment.