Articles on: Publishers

Pop Up and Pop Under Variations

Pop is our strongest ad format and unlike redirect link, pop unlocks access to plenty of premium advertisers - learn more by reading this informative article .

We are offering two types of pop : Pop Under & Pop Up.

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

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

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: 31/12/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!