Adding ExoClick Ad Zones to Apps
Supported Ad Formats for Mobile Apps
Example: Banner
1
2
Ad Code
const bannerAdHTML = `
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="margin:0; padding:0; text-align:center;">
<script async type="application/javascript" src="https://a.magsrv.com/ad-provider.js"></script>
<ins class="eas6a97888e2" data-zoneid="YOUR_ZONE_ID"></ins>
<script>(AdProvider = window.AdProvider || []).push({"serve": {}});</script>
</body>
</html>
`;Example: VAST

Native Android App Ad Zone

Where to find the implementation?
Last updated
Was this helpful?


