I have few Information about tags in the form of jx and sx tags like this:
JX-Tag
<script language="JavaScript">
var aspage = "android.newace.at/werbung";
var asposition = "x01";
var time = new Date();
randnum = (time.getTime());
document.write('<scr'+'ipt language="JavaScript" src="http://austria1.adverserve.net/RealMedia/ads/adstream_jx.ads/'+aspage+'/1'+randnum+'@'+asposition+'"><\/scr'+'ipt>');
</script>
SX-Tag
http://austria1.adverserve.net/RealMedia/ads/adstream_sx.ads/android.newace.at/werbung/1%%RAND%%@x01
By Using this information, how can I integrated ads into my application. Any ideas??