-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Travis CI
authored and
Travis CI
committed
Sep 17, 2024
1 parent
9103b27
commit d89e226
Showing
7 changed files
with
64 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Open Measurement Reference App for Web CTV | ||
|
||
## Overview | ||
A sample CTV web application to showcase an OM SDK for Web CTV integration. | ||
|
||
# Usage | ||
|
||
## Prerequisites | ||
* Node v18.16.0 | ||
* NPM v9.5.1 | ||
|
||
[nvm] is recommended for installing and managing Node and NPM. | ||
* `nvm use lts/hydrogen` | ||
|
||
## Getting Started | ||
1. Install dependencies with `npm install` | ||
1. Run `npm run build`. | ||
1. Copy the dependencies into `bin/`: | ||
- Change to `cd public/reference-app-web-ctv` | ||
- Run `./copy_binaries.sh`= | ||
1. Open project in WebOS Studio or Tizen Studio (follow instructions provided by | ||
LG and Samsung, respectively). | ||
1. Build and run on CTV device (note: Tizen and WebOS simulators offer limited | ||
measurement functionality and are not suitable for running OM SDK). | ||
|
||
# Clarifications | ||
This demo app does not implement parsing of VAST or any other ad response | ||
formats. Asset URLs, verification script URLs and parameters are specified as | ||
constants instead. Please refer to [IAB Tech Lab] for details regarding how | ||
verification resources are represented in various ad formats. | ||
|
||
# Additional Information | ||
* [Open Measurement SDK on IAB Tech Lab] | ||
|
||
|
||
[nvm]: https://github.com/nvm-sh/nvm | ||
[IAB Tech Lab]: https://iabtechlab.com/standards/open-measurement-sdk/ | ||
[Open Measurement SDK on IAB Tech Lab]: https://iabtechlab.com/standards/open-measurement-sdk/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.0 | ||
1.5.1 |