This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var creative_vars = { | |
| "build_type": "release", | |
| "service_url": "//serve.truex.com", | |
| "media_bucket_name": "media.truex.com", | |
| "impression_timestamp": "1406216609.6669753", | |
| "impression_signature": "7b90b2bc27c1905e71625878a4de5058b6af3b042219ca4631a73325b3230ab5", | |
| "bid_info": "", | |
| "currency_amount": "", | |
| "referring_source": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private var _oneInteraction:Boolean; | |
| private var _thirtySeconds:Boolean; | |
| private var _creativeCompletion:Boolean; | |
| public function startEngagement():void | |
| { | |
| stage.addEventListener(MouseEvent.CLICK, onOneClick); | |
| setTimeout(onThirtySeconds, 30000); | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "step": 1, | |
| "time_offset": 0, | |
| "movements": [[123, 31], [321,22], [null, null], [99, 99]], | |
| "actions": [ | |
| {"time_offset": 4032, "input_type": "keyboard", "value": "spacebar"}, | |
| {"time_offset": 8944, "input_type": "mouse", "value": [123,321]} | |
| ], | |
| "distance": 3245, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.socialvibe.modules.logic | |
| { | |
| import com.adobe.images.PNGEnc; | |
| import com.adobe.utils.ArrayUtil; | |
| import com.socialvibe.core.ui.components.*; | |
| import com.socialvibe.core.ui.controls.*; | |
| import com.socialvibe.core.utils.*; | |
| import com.socialvibe.engagement.EngagementParameters; | |
| import com.socialvibe.engagement.EngagementTracking; | |
| import com.socialvibe.engagement.controller.*; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function(window) { | |
| var WizardVideo = function(configuration) { | |
| var config = configuration || {}; | |
| this.name = "WizardVideo"; | |
| this.id = config.id || this.name; | |
| this.width = config.width || "280px"; | |
| this.height = config.height || "180px"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function(window) { | |
| var WizardYouTubeVideo = function(configuration) { | |
| var config = configuration || {}; | |
| this.name = "WizardYouTubeVideo"; | |
| this.id = config.id || this.name; | |
| this.width = config.width || "280px"; | |
| this.height = config.height || "180px"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version":"3.1", | |
| "type":"AS", | |
| "mobile":false, | |
| "width":750, | |
| "height":500, | |
| "interactive_url":"http://media.socialvi.be/debug/3.1/com/socialvibe/tools/builder/BuilderEngagementModule.swf", | |
| "icon_url":"http://", | |
| "screenshots":[{"step":1, "url":"http://"}, {"step":2, "url":"http://"}], | |
| "config_json": {"type":"wizard","foregroundLayer":{"backgroundEnabled":true,"controls":[],"foregroundEnabled":true,"panelName":"foreground"},"wizard":{"templateClass":"com.socialvibe.tools.wizard.templates::ExternalPlayerTaggedTemplate","stepTemplateMap":{"step 1":"com.socialvibe.tools.wizard.templates::ExternalPlayerTaggedStep"}},"self_serve_url":"https://zynga.socialvibe.com/","steps":[{"backgroundEnabled":true,"controls":[{"height":295,"controlClass":"com.socialvibe.core.ui.controls::SVIFrame","url":"http://player.ebuzzing.com/xtst/ifr/playern_ifr.php?parametre=723580&vielnk=getUrlAsIframe(http%3A%2F%2Fpartners.socialvi.be%2Ftags%2Ftrack_interaction%3Finteraction%3Dvideo_completed)","scrollbars":false,"name":" |
NewerOlder