Hey,
i have a problem with running adsolutions using post-rolls.
Is that code correct?
<script type="text/javascript">
var flashvars =
{
file: '<?php echo $R["video_link"];?>',
autostart: 'false',
plugins: 'gapro-1&gapro.accountid=UA-6684094-1&gapro.trackstarts=true&gapro.trackpercentage=true&gapro.tracktime=true<as<as.cc=fmzvakkzwcfdnmz',
streamer: 'http://e-tactics.de/xmoov.php',
type: 'http'
};
var params =
{
allowfullscreen: 'true',
allowscriptaccess: 'always'
};
var attributes =
{
id: 'player1',
name: 'player1'
}
swfobject.embedSWF('http://e-tactics.de/player/player-licensed.swf', 'placeholder1', '535', '325', '7.0.0', false, flashvars, params, attributes);
</script>
Im not seeing the ads after a video.
---------------------
Here i used the same code but another channel, which is running mid-roll.
As you can see there is no problem.
Thanks (in advance) for any and all help you can provide.
best regards
Viper


You need to break apart each plugin / plugin call into an individual line.
plugins: 'gapro-1&gapro.accountid=UA-6684094-1&gapro.trackstarts=true&gapro.trackpercentage=true&gapro.tracktime=true<as<as.cc=fmzvakkzwcfdnmz',Is not correct.
Make it:
plugins: 'gapro-1,ltas','gapro.accountid': 'UA-6684094-1',
'gapro.trackstarts': 'true',
'gapro.trackpercentage': 'true',
'gapro.tracktime': 'true',
'ltas.cc':fmzvakkzwcfdnmz',