![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@bitmovin/player-integration-comscore
Advanced tools
ComScore analytics integration for the Bitmovin Player
Bitmovin Video Player with the ComScore Analytics integration
Via npm package:
npm install --save bitmovin-player-analytics-comscore
or add bitmovinplayer-analytics-comscore.js
directly.
// Include a ComScore SDK from your ComScore dashboard before the Bitmovin plugin. The current version of this integration supports Comscore SDK version `7.5.0.200713`. Generally this file is called comscore.js.
<script src='comscore.js'></script>
// Bitmovin CDN version
<script src="//bitmovin-a.akamaihd.net/bitmovin-analytics-comscore/stable/comscore-plugin.min.js"></script>
// or your own local copy
<script src="/local/path/comscore-plugin.min.js"></script>
// Start ComScoreAnalytics app tracking
bitmovin.player.analytics.ComScoreAnalytics.start({
publisherId: 'YOUR_PUBLISHER_ID',
applicationName: 'YOUR_APPLICATION_NAME',
applicationVersion: 'YOUR_APPLICATION_VERSION',
});
bitmovin.player.analytics.ComScoreAnalytics.enterForeground();
// Create ComScoreStreamingAnalytics
var comscoreStreamingAnalytics = bitmovin.player.analytics.ComScoreAnalytics.createComScoreStreamingAnalytics(player, {
mediaType: bitmovin.player.analytics.LongFormOnDemand,
publisherBrandName: 'ABC',
programTitle: 'Modern Family',
episodeTitle: 'Rash Decisions',
episodeSeasonNumber: '01',
episodeNumber: '2',
contentGenre: 'Comedy',
stationTitle: 'Hulu',
completeEpisode: true,
},
);
//Update metadata for your new source load
comscoreStreamingAnalytics.updateMetadata({
mediaType: bitmovin.player.analytics.LongFormOnDemand,
publisherBrandName: 'ABC',
programTitle: 'Modern Family',
episodeTitle: 'Rash Decisions',
episodeSeasonNumber: '01',
episodeNumber: '2',
contentGenre: 'Comedy',
stationTitle: 'Hulu',
completeEpisode: true,
})
npm run lint
to lint TypeScript filesnpm run build
to build project into dist
directorynpm run start
to open test page in browser, build and reload changed files automaticallyFAQs
ComScore analytics integration for the Bitmovin Player
The npm package @bitmovin/player-integration-comscore receives a total of 3 weekly downloads. As such, @bitmovin/player-integration-comscore popularity was classified as not popular.
We found that @bitmovin/player-integration-comscore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.