Jump to content

Adsense Sorunu


devreelemanlari@gmail.com

Recommended Posts

Google Adsense modulünü yükledim, 

https://developers.google.com/custom-search-ads/docs/code-generator adresinden kodu yarattım:

 

<script type="text/javascript" charset="utf-8">
  (function(G,o,O,g,L,e){G[g]=G[g]||function(){(G[g]['q']=G[g]['q']||[]).push(
   arguments)},G[g]['t']=1*new Date;L=o.createElement(O),e=o.getElementsByTagName(
   O)[0];L.async=1;L.src='//www.google.com/adsense/search/async-ads.js';
  e.parentNode.insertBefore(L,e)})(window,document,'script','_googCsa');
</script>
 olarak kodu modüle ekledim.  Pozisyonlardan baktığımda Homepage content bölümünde gözüküyor ancak sitede hiçbiryerde gözükmüyor.
 
Yardım Lütfen.

 

Link to comment
Share on other sites

şu şekilde bir reklam kodu aldım:

 

 

<script type="text/javascript"><!--
google_ad_client = "ca-pub-5570653032469706";
/* Elektronik Devre Elemanları */
google_ad_slot = "9658798079";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
</script>
 
bunu modüle yazıyorum ancak update settings dediğimde kodlar siliniyor ve reklam göremiyorum.
 
Yanlış ne yapıyor olabilirim?
Link to comment
Share on other sites

o konuda yer alan linkten modülü indirdim, yüklemeye çalıştığımda bu hataları alıyorum:

 

Warning: Invalid argument supplied for foreach() in /home/xxx/public_html/classes/Tools.php on line 1988

Warning: Invalid argument supplied for foreach() in /home/xxx/public_html/classes/Tools.php on line 1988

Warning: Cannot modify header information - headers already sent by (output started at /home/devricom/public_html/classes/Tools.php:1988) in /home/xxx/public_html/classes/Tools.php on line 141

Link to comment
Share on other sites

PrestaShop 1,5 ile birlikte bazı yapısal engellemeler yapmıştır...

 

 {php}{/php} ve <script type="text/javascript">  kodlarının çalışmasına izin vermiyor...

 

----------------------------------------------------------------------

Aşağıdaki kodu denediğinizde çalıştığını göreceksiniz...buna göre kendi kodunuzu düzenleyin...

<script type="text/javascript">
/* <![CDATA[ */
google_ad_client="ca-pub-5570653032469706";
google_ad_slot="0956691310";
google_ad_width=160;
google_ad_height=600;
/* ]]> */
</script>

<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
/* <![CDATA[ *//* ]]> */
</script>

 

 

 

 

 

Link to comment
Share on other sites

aşağıdaki şekilde yazdım ancak yinede gözükmüyor:

 

<script type="text/javascript">

/* <![CDATA[ */

google_ad_client="ca-pub-5570653032469706";

google_ad_slot="9658798079";

google_ad_width=728;

google_ad_height=90;

/* ]]> */

</script>

 

<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">

/* <![CDATA[ *//* ]]> */

</script>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...