Jquery kodunda bazı özel karakterler yüzünden kayıt işlemini yapamamışsın, ilgili yerleri düzenledim, şuan çalışıyor.
<div id='alt_reklam' style='display:none; width:100%; height:250px; position: fixed; z-index: 999999999999999; bottom:0; border: 1px solid #00000021; background-color: #d8d8d8; text-align: center;'>
<span id='alt_reklam_kapat' style='position: relative; top: -10px; background: rgb(203, 203, 203); padding: 6px; border: 1px solid #00000021; border-radius:5px;'><i aria-hidden='true' class='fa fa-bars'/>
reklamı kapat</span>
<ins class='adsbygoogle' data-ad-client='ca-pub-reklam kodunu girersin' data-ad-slot='slot kodunu yaz' style='display:inline-block;width:300px;height:250px'/>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<script>
jQuery(function($) {
var limit2 = true;
$(window).scroll(function() {
if (window.innerWidth<=480){
var height = $(document).height();
var deger = height/3;
if($(document).scrollTop() > 10 && limit2){
limit2 = false;
$("#alt_reklam").show();
(adsbygoogle = window.adsbygoogle || []).push({});
}
}
});
$("#alt_reklam_kapat").click(function(){
$("#alt_reklam").slideUp();
});
});
</script>