Jump to content

Arie Sastra

Approved members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Arie Sastra

  1. I using GWD (Google Web Designer) for create HTML5 video banner, I Export the the banner and upload that zip file to server, so I can call the banner through url, and create Iframe for put that url to Revive Adserver.
    This is my Iframe :

        <iframe src="https://example.com/media/video_in_banner/test_video/index.html" name="frame1" scrolling="no" frameborder="no" align="center" height = "250px" width = "300px">
    </iframe>

    The problem is, I can't track the click, so I search how to track the click from iframe for revive adserver in google, and I found the answer, put the {clickurl} in url iframe, I do that step, and put in my iframe like this :

        <iframe src="{clickurl}https://example.com/media/video_in_banner/test_video/index.html" name="frame1" scrolling="no" frameborder="no" align="center" height = "250px" width = "300px">
    </iframe>

    But I get the Impossible result, my click is too many, I test that and get conclusion, my click is count when the ad show, that wrong, click url count when I click the ad. I already search in google but I didn't find the answer.
    so how can I put the right {clickurl} in iframe for Revive Adserver.

    *NOTE : I'am using Google Web Designer

  2. I use Revive Adserver invocation code for displaying my ads, and the ads is showing perfectly. And I try to give my invocation code to my client who used 3rd party programmatic ad server. They can receive impression but not for click. I use this invocation code base on this reference : http://blackriver.to/2014/01/openx-source-revive-adserver-party-click-tracking/

    I use 'Generic' for Support 3rd Party Server Clicktracking. This is my invocation code.

    <iframe id='aa23386d' name='aa23386d' src='http://example.com/revive/www/delivery/afr.php?n=aa23386d&amp;zoneid=1&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;ct0=INSERT_ENCODED_CLICKURL_HERE' frameborder='0' scrolling='no' width='300' height='250'><a href='http://example.com/revive/www/delivery/ck.php?n=a16eaee6&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://example.com/revive/www/delivery/avw.php?zoneid=1&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a16eaee6&amp;ct0=INSERT_ENCODED_CLICKURL_HERE' border='0' alt='' /></a></iframe>
    <script type='text/javascript' src='http://example.com/revive/www/delivery/ag.php'></script>

    I still confused for cb=INSERT_RANDOM_NUMBER_HERE and ct0=INSERT_ENCODED_CLICKURL_HERE

    should I fill that or just leave it like that ?

     

       
×
×
  • Create New...