Difference between revisions of "DCR & DTVR Browser Adobe Launch Extension"

From Engineering Client Portal

(Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|DCR & DTVR}} {{CurrentBreadcrumb}} Category:Digital = Adobe Launch Extensions = Adobe Launch Extensions are building b...")
 
Line 13: Line 13:
 
== Configure the Extension==
 
== Configure the Extension==
 
If the user doesn’t want to set the AppSdk configuration in the code and wants to make the AppSdk configuration more flexible and changeable on the fly, it can be configured through the launch interface.  In order to do that, go to the collection of installed extensions of the property.
 
If the user doesn’t want to set the AppSdk configuration in the code and wants to make the AppSdk configuration more flexible and changeable on the fly, it can be configured through the launch interface.  In order to do that, go to the collection of installed extensions of the property.
[[File:Adobe-1.jpg|icon]]
+
[[File:Browser1.jpg|icon]]
 
The configuration allows to set different configuration for iOS and Android platforms:
 
The configuration allows to set different configuration for iOS and Android platforms:
 
[[File:Adobe-2B.png|icon]]
 
[[File:Adobe-2B.png|icon]]

Revision as of 21:19, 17 January 2019

Engineering Portal breadcrumbArrow.png Digital breadcrumbArrow.png DCR & DTVR breadcrumbArrow.png DCR & DTVR Browser Adobe Launch Extension

Adobe Launch Extensions

Adobe Launch Extensions are building blocks for mobile application development. The necessary functionality can be implemented independently and put to separate Extensions, but make them able to communicate using Events. These Extensions are live in adobe launch environment and can be used by clients who develop their mobile applications using adobe launch mobile property.

Nielsen AppSDK Extension

Nielsen provides the Adobe Launch Extension based on AppSDK for measuring the video/audio content. It has the name Nielsen AppSDK Extension and is available for android and iOS mobile platforms.

Extension Installation and Configuration

Nielsen has developed an Extension to simplify adding Nielsen measurement into your video stream. The first step is to create and publish a property which is outlined in the Getting Started Guide.

Configure the Extension

If the user doesn’t want to set the AppSdk configuration in the code and wants to make the AppSdk configuration more flexible and changeable on the fly, it can be configured through the launch interface. In order to do that, go to the collection of installed extensions of the property. icon The configuration allows to set different configuration for iOS and Android platforms: icon

Build the Extension

After the Extension is configured, it can be “built” under the “library” on the Publishing page with other “libraries”. It is the main step for adding the configuration to the main configuration file and to register the package under specific App Id after building it.

Add a New library

Select to add a new library

icon

Set the name, chose Environment (Production, Staging, Development):

icon

Save and Build

Add all changed resources. When you get the Extension configured, it will appear in the list of changed resources. Select the Latest revision and press “Select & Create a New Revision” button: icon

Confirm

Once built, it will appear in the list of Development libraries:

icon

View in Library

Once it is set up, the user will be prompted to the Environments page where it can be Installed.

icon

Obtain Gradle Installation Instructions and code snipet

You will then be provided the Mobile Installation Instructions.

icon