Skip to content

Commit

Permalink
add ComScore SDK loading insctructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
wjoosen committed Apr 11, 2024
1 parent 2e5f70c commit 14e558c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions comscore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The Comscore connector provides a Comscore integration for THEOplayer.
npm install @theoplayer/comscore-connector-web
```

This connector depends on the JavaScript ComScore SDK, which should be loaded and available in the global scope before the connector. Get it from your ComScore dashboard or talk to a ComScore representative. This connector was developed and tested with versions 7.2.0.200214 and 7.6.1.210506

```html
<script src="/path/to/comscore.js">
```
## Usage
### Configuring the connector
Expand Down

0 comments on commit 14e558c

Please sign in to comment.