Media Traffic/Vomba Popup Size

whatupdun

New member
Sep 2, 2009
6
0
0
So I thought the max size for a CPV window on MT was 750x550 (that's what they say).

The thing is, I got a hankerin for some fuzzy ass wallpapers and so I downloaded vombashots on one of my machines. Nearly every popup is much bigger, so what gives? Are people getting their destinations approved and then changing the LPs to make them open wider?
 


So I thought the max size for a CPV window on MT was 750x550 (that's what they say).

The thing is, I got a hankerin for some fuzzy ass wallpapers and so I downloaded vombashots on one of my machines. Nearly every popup is much bigger, so what gives? Are people getting their destinations approved and then changing the LPs to make them open wider?

yea they're probably using code to force open the window.
 
Thanks :)

Any clue how long to run the campaign before it's safe to switch that out? Anybody know that they continually monitor existing campaigns and/or had their shit pulled for TOS?
 
So I thought the max size for a CPV window on MT was 750x550 (that's what they say).

The thing is, I got a hankerin for some fuzzy ass wallpapers and so I downloaded vombashots on one of my machines. Nearly every popup is much bigger, so what gives? Are people getting their destinations approved and then changing the LPs to make them open wider?


use this code. dont get caught.

<script type="text/javascript">
var width=850;
var height=950;
self.moveTo((screen.availwidth-width)/2,(screen.availheight-height)/2);
self.resizeTo(width,height);
</script>