Hi,I know we can remove ad tags as I saw google's ad modification acceptance. However I want to know can I put adsense code in a line like converting this multiples lines <script type="text/javascript"> google_ad_client = "ca-publisher-id"; google_ad_slot = "1234567890"; google_ad_width = 728;google_ad_height = 90; </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> to this <script type="text/javascript">google_ad_client= "ca-pub-45d28";google_ad_slot="545dfdfdfdfsdsdsd34343477"; google_ad_width=728;google_ad_height=90;</script> <script type="text/javascript"src="http://pagead2.googlesynd"> Thanks
Actually you can. According to https://support.google.com/adsense/answer/1354736?hl=en: So I think minimizing the code to one line is completely acceptable and safe. Enjoy!