Client Engineering Test Site

Microsite for Adobe Extensions Examples

Overview

This page contains a sample implementation of the Nielsen SDK using adobe extensions and how to record the static page view.

Adobe Launch Extensions

Adobe Launch Extensions are building blocks for web development. The necessary functionality can be implemented independently and put to separate extensions. These extensions live on Adobe servers and can be used by clients who develop their web sites.

Nielsen provides three Adobe Launch Extensions that can be integrated to an html page containing any number of video players. It allows clients to add the reporting functionality to their site by putting several lines of JavaScript code into the page.

Multi-instance support

The user’s page can contain several players. The user creates BSDK, VJS and IMA extension instances for each player. They should be bound by any string identifier, e.g. a player name. This value must be set in "sdk_instance_name" field of “ext_opt” object for all extensions to bind them.

Where do I find documentation?

For client facing documentation, please refer to the engineering website.