Version: 1.9.8
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
| window.track = function (action, adId) { | |
| var message = {message: 'Prebid Native', adId: adId}; | |
| if (action === 'click') { message.action = 'click'; } | |
| window.parent.postMessage(JSON.stringify(message), '*'); | |
| } | |
| var render = function(bid, adUnitDivId) { | |
| // Can include CSS styles here, or just use styles from your site. | |
| var markup = ` | |
| <style> |