BASICS

Dynamic parameters

Documentation DCO Enabler -> ENABLER ADOBE ANIMATE CC -> Dynamic parameters

DYNAMIC PARAMETERS

 

Dynamic values are available in a map  data. This is where you declare your dynamic elements (texts, images, videos…).

ADventori.initData( {'wording':'Lorem Ipsum', 'photo':'http://url.of/photo'});
console.log(ADventori.data.wording + '==' + 'Lorem Ipsum');
console.log(ADventori.data.photo + '==' + 'http://url.of/photo');

You can set default values after inserting the frame 1‘s script (select Frame 1 and click F9). These values will automatically be replaced by dynamic values at the AdServing time.

 

click4

For campaigns with multiple formats, it is imperative to harmonize the dynamic values between the different formats!