huanxing.wu 3 Report post Posted July 3, 2017 (edited) Hi Revive, Generally we get the JS tag with parameter 'zoneid' like this: <!--/* * * Revive Adserver Asynchronous JS Tag * - Generated with Revive Adserver v4.0.1 * */--> <ins data-revive-zoneid="1" data-revive-id="53126d71827fcba70ff68055b9a73ca1"></ins> <script async src="//localhost/revive/www/delivery/asyncjs.php"></script> above code will call revive server to get a banner for zone with zoneid=1 ------------ but I've checked the code on Github, there're still possibility that the browser will send campaignid : $row = _adSelectDirect($what, $campaignid, $context, $source, $richmedia, $remaining == ''); so my question are : 1. how does the _adSelectDirect() method work? 2. how to config the revive adserver UI so that I can get the JS Tag that with campaignid parameter( will call the direct Ad select method) ? Thanks Edited July 3, 2017 by huanxing.wu more details Quote Share this post Link to post Share on other sites
Matteo Beccati 59 Report post Posted July 25, 2017 I'm sorry, async delivery is only compatible with zones, not direct selection. Quote Share this post Link to post Share on other sites