Jump to content

amitmjoshi

Approved members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by amitmjoshi

  1. I have one issue here regarding impressions tracking.

    I have multiple targetting channels around 150.

     

    And i have multiple campaigns too.

    In that campaign there are banners created and based on ip addresses those are getting delievered.

    On top of it there something like catchall banner so if no ip address is matched serve that banner.

     

    Now i am seeing the impression count 0 for some channels where as for those targetting channels are created and being served.

     

    thanks

    -amit

  2. Hi,

    I have interesting use case here :

    1. I have 2 adtags. one is on the main page and one is on submit button.

    2. So requirement is if i show say Apple Mobile image on the main page it should show only Apple video for on submit.

     

    I am not able to figure out how can i interlink 2 adtags here.

     

    thanks

    -amit

  3. Hi,

    I am new user of Revive Adserver.

    I want to create a tag which opens up a new page/URL.

     

    I created a Generic HTML banner tag.

     

    I added below code in banner code.

     

    <html>
    <head>
        <script type="text/javascript">
        function load()
        {
    setTimeout(function(){
        window.open(
      '_blank' 
    );
    },1000);
        }
        </script>
        </head>
     
        <body onload="load()">
    <h1>Redirect</h1>
     
        </body>
    </html>
     
    This is not redirecting to open a new page.

     

×
×
  • Create New...