schneimeister Posted June 13, 2014 Report Share Posted June 13, 2014 Hello Revive Forum, I have a map with Markers placed on it. If the user clicks on a marker, the server is requesting an ad from Revive Adserver via XML RPC. I am trying to send both bannerID and zone via the $what parameter: $what = 'zone:8|bannerid:40'; $adArray = $oaXmlRpc->view($what,0,'','',0,$OA_context,''); The $what parameter is not working. I am still getting any arbitrary banner for zone 8 but not the one I requested. If I change the order of the two parameters ... $what = 'bannerid:40|zone:8'; ... I am getting the banner with the ID 40 but impressions are not tracked for the zone. Click-URIs of banners have zoneid 0: http://myreviveadserver.com/www/delivery/ck.php?oaparams=2__bannerid=40__zoneid=0__cb=7fdd79dd6c__oadest=http%3A%2F%2Fangebote.suedtirols-sueden.info%2Fslt.php%3Ft%3D7fgmqg.2po759 What am I missing when specifying the $what parameter. It should really be possible to specify banner-id and zone-id to request a specific banner and still track clicks and impressions on the respective zone. Thanks for all your help Regards Martin Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.