Forum Moderators: martinibuster

Message Too Old, No Replies

AdSense Code Format Change

Channel Name Location Moved

         

Sally Stitts

7:23 pm on Oct 2, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Today, I noticed that my AdSense code, from "My Ads" has changed. Location of the channel name has been moved, and is now a comment.

OLD code =
<script type= blah-blah CHANNEL NAME blah-blah>
</script>
<script type= blah-blah>
</script>

NEW code =
<script type= blah-blah>
</script>
<!-- comment CHANNEL NAME -->
<script type= blah-blah>
</script>

I have no idea what this means, other than indicating that the code was installed after a certain date (today?).

This is for synchronous code. The asynchronous code blows up my editor, and I can't use it without using a text editor, a painful additional step.

Do others see any additional meaning to this change? Thank you.

[edited by: Sally_Stitts at 7:27 pm (utc) on Oct 2, 2014]

netmeg

7:25 pm on Oct 2, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



No, it was always mostly just a comment as far as I know. But I don't use synchronous code anymore, so I dunno.