[email protected] Posted September 9, 2013 Share Posted September 9, 2013 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 More sharing options...
Şahin YILDIZ Posted September 9, 2013 Share Posted September 9, 2013 Bu kodun Adsense kodu olduğuna emin misiniz... Aşağıdaki yolu izleyin: https://support.google.com/adsense/answer/181960?hl=tr%E2%80%8E Link to comment Share on other sites More sharing options...
[email protected] Posted September 10, 2013 Author Share Posted September 10, 2013 ş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" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </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 More sharing options...
MEG Venture Posted September 11, 2013 Share Posted September 11, 2013 Kullandığınız modül Prestashop versiyonunuz ile uyumlu mu? Modül hiç kayıt yapmıyorsa, çalışmıyor olması ihtimali yüksek. Link to comment Share on other sites More sharing options...
[email protected] Posted September 11, 2013 Author Share Posted September 11, 2013 Uyumlu olmayabilir, Prestashop 1.5.4.1 kullanıyorum. gadsense modülünü internette bulamadım. Varsa paylaşabilir misiniz? Link to comment Share on other sites More sharing options...
MEG Venture Posted September 11, 2013 Share Posted September 11, 2013 Ben de yok. İsterseniz özelden geçici FTP ve backoffice bilgilerini gönderin, neden çalışmadığına bakalım. Link to comment Share on other sites More sharing options...
safa Posted September 11, 2013 Share Posted September 11, 2013 http://www.prestashop.com/forums/topic/256922-google-adsense-module-in-prestashop-15/ bu konuyu bir incelemenizde fayda var. Link to comment Share on other sites More sharing options...
[email protected] Posted September 11, 2013 Author Share Posted September 11, 2013 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 1988Warning: Invalid argument supplied for foreach() in /home/xxx/public_html/classes/Tools.php on line 1988Warning: 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 More sharing options...
Şahin YILDIZ Posted September 12, 2013 Share Posted September 12, 2013 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 More sharing options...
[email protected] Posted September 16, 2013 Author Share Posted September 16, 2013 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 More sharing options...
Şahin YILDIZ Posted September 17, 2013 Share Posted September 17, 2013 aldığınız kod normalde de çalışmıyor, zaten normal olarak test edin bir html sayfada, sonra yükleyin siteye Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now