Skip to main content

Comscore Direct

Comscore Direct is a tool that provides real-time reporting and analysis of online advertising campaigns. It allows advertisers and agencies to monitor the performance of their digital campaigns across multiple platforms, including desktop and mobile devices. The tool provides insights into key metrics such as impressions, clicks, viewability, and engagement rates, which can help advertisers optimize their campaigns and make data-driven decisions.

To learn more about how to send analytics to Comscore Direct in Lura Player, check out Comscore Plugin

Example

const config = {
...
plugins: {
...
comscore: {
enabled: true,
publisherId: "PUBLISHER_ID_PROVIDED_BY_COMSCORE",
publisherSecret: "PUBLISHER_SECRET_PROVIDED_BY_COMSCORE",
userHasConsent: true,
appName: "Lura Player Included Application",
autoUpdateMode: "FOREGROUND_ONLY",
autoUpdateInterval: 60,
metadata: {
key: "value"
}
},
...
},
...
};
const player = new lura.Player(document.getElementById("player"));
player.setConfig(config);