huanxing.wu Posted July 3, 2017 Report 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
Matteo Beccati Posted July 25, 2017 Report Posted July 25, 2017 I'm sorry, async delivery is only compatible with zones, not direct selection. Quote
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.