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]