Articles on: Ad Formats

Pop Up and Pop Under Variations

All about difference between Pop Up and Pop Under traffic you can find in this article

Here we will explain how to modify EZmob tag to switch between this two formats.

When you create a Pop placement from the publisher dashboard you will receive a Pop Up tag:

<!-- START Ezmob TAG -->
<script>
window.adk_pdisp = {
'h' : 'xml.ezmob.com',
'f' : ZONEID_,
'a' : '_AUTH_CODE_',
'ps' : [1],
'cin' : 4,
's' : '',
'q' : [],
't' : 1
};
</script>
<script src='//static.ezmob.com/tabu/display.js'></script>
<!-- END Ezmob TAG -->

To switch to Pop Under just add 'op': {'chrome': 'tabu'} after 't':1 line, do not forget to place a comma at the end of 't':1

Complete Pop Under tag will look like that:

<!-- START Ezmob TAG -->
<script>
window.adk_pdisp = {
'h' : 'xml.ezmob.com',
'f' : ZONEID_,
'a' : '_AUTH_CODE_',
'ps' : [1],
'cin' : 4,
's' : '',
'q' : [],
't' : 1,
'op': {'chrome': 'tabu'}
};
</script>
<script src='//static.ezmob.com/tabu/display.js'></script>
<!-- END Ezmob TAG -->

That's it! Now you can switch between this two ad types in a minute.

Contact your account manager or ping our support for any related questions.

Updated on: 14/09/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!