Jump to content

bryanwoj

Approved members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by bryanwoj

  1. @bryanwoj was your experience with respond.js successful? Any advice on how to implement that?

     

    We're using a single page call and a simple piece of javascript to determine page size on load. Our site's tech is developed by a third party, so I was rather hamstrung in what I could do without breaking the site. The problem we ran into is that we couldn't get it to dynamically pop back and forth between multiple sizes, so it just determines the resolution on page load and serves an appropriately sized ad (as was suggested above). Pretty simple:

    <script type="text/javascript">
    
        var width = window.innerWidth 
            || document.documentElement.clientWidth 
            || document.body.clientWidth;
    
        if (width > 960) {
            <!--// <![CDATA[
        OA_show('leaderboard'); 
    	// ]]> -->
        } else { 
            <!--// <![CDATA[
        OA_show('miniboard'); 
    	// ]]> -->
        }
    
    </script>
    

    At the larger size it shows the 728x90 ad, in the smaller size it shows a 300x50. We realized that very few people in the real world are jumping back and forth between breakpoints, so being able to do it on the fly is not a pressing issue. Worst case scenario is that a mobile-sized ad is served on a weird resolution tablet or something like that.

     

    The worst part is that our developer has fully responsive ad implementations available, but you have to pay to use their hosted Open X Server in order to do it. They don't open that up to self hosted ad servers.

  2. What is the no cookie image tag? I am having similar issues trying to get banners to display in my newsletter. I have five distinct zones, and each zone has one distinct banner in it, but when attempting to click through, none of them work.

     

    EDIT: Just for clarification, I am just using the following for the banners (each one different for its own zone though):

    <a href='http://ads.hour-media.com/opx/www/delivery/ck.php?n=ae335639&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://ads.hour-media.com/opx/www/delivery/avw.php?zoneid=91&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=ae335639&amp;ct0=INSERT_ENCODED_CLICKURL_HERE' border='0' alt='' /></a>

  3. Each zone only has one ad in it, as shown here.

    GSULnSv.png

     

    Is there a specific tag I should be using to insert my ads into the newsletter? Right now I am using this: 

    <a href='http://ads.hour-media.com/opx/www/delivery/ck.php?n=afedd770&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://ads.hour-media.com/opx/www/delivery/avw.php?zoneid=89&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=afedd770&amp;ct0=INSERT_ENCODED_CLICKURL_HERE' border='0' alt='' /></a>
    
  4. Resurrecting a dead thread here, but I am wondering how you served ads in your newsletter. Since I know email clients can't handle scripting, I tried doing it using the code in the noscript portion of the invocation, but I still get blank redirects from Outlook. I only have one banner pointed to each zone, and they work just fine in GMail, but Outlook cannot seem to handle it.

     

    Any support  can get on this issue would be appreciated.

  5. Hello,

    On Monday we upgraded from OpenX 2.8.9 to Revive 3.0.4, and while all ads were still placing properly, we are unable to upload new banners. I can go through the whole process of filling in the info for a new banner, as seen in image 1. Once I click "save changes" and the page reloads, the record for the banner exists, but there is no image on the page, as seen in image 2.

     

    Image 1: http://imgur.com/tTFB5aI

    Image 2: http://imgur.com/wON2Ali

     

    I am not the one who handled the upgrade, our IT manager did, but we do have the ability to check on things to make sure they are setup correctly.

     

    Also, I couldn't figure out how to add images to a post.

  6. Alright, I set up a single page call for our site to help solve my issue in my previous thread about responsive ads (that's not all the way set up but it's on track).

     

    Now that I have single page call, I want to have two ad units that are the same size on a page. Do I need to create a separate zone for each one? If I want two 300x250 ads on a page, do I need two 300x250 zones set up, or can I do something like cache-busting or whatever to get the second copy of the invocation code to load a separate ad? I already have "Don't show the same ad on the page" enabled.

     

  7. Hello,

    We are building a new, responsive version of our site, and we are a bit puzzled with how to convert our ad units to responsive ads. We want our 728x90 ad to be replaced with a 300x50 ad on mobile phone browsers, but cannot figure out the best way to implement this in the site. Any support you can provide would be greatly appreciated.

×
×
  • Create New...