Articles on: Publishers

Decrease latency with EU Ad Server Support


If most of your site's inventory is based in EU, we advise you to switch to EU adserver to decrease delay time between request to displayed ad.

To get connected your XML, Pop, Redirect or In-page feed to new server follow next steps:

open your ad tag placed on your site
find "xml.ezmob.com"
transform it to "xml-eu.ezmob.com"
apply changes.

That's all!

Now you are connected to Ezmob EU server.

Wait couple of minutes and enjoy faster server to server communication.

Example

In-page tag looks like that:

<script>
(function(i,n,p,a,g,e){
i.inpagepush = i.inpagepush || function() {
(i.inpagepush.q=(i.inpagepush.q||[])).push(arguments)
};
var s=n.getElementsByTagName('head')[0];
var q=n.createElement('script'); q.async=1;
q.src='//static.ezmob.com/inpage/inpage.js';
s.appendChild(q);
i.inpagepush('init', {
host: 'xml.ezmob.com',     **<== this should be replaced with 'xml-eu.ezmob.com' (do not forget to observe the markup)**
feed: XXXXXX,
auth : 'XXXXXX',
subid: '1',
refresh: 25,
position: 'bottom',
slots: 3,
query : 'inpage',
z_index: 88888
});
i.inpagepush('show');
})(window, document);
</script>

Updated on: 31/12/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!