Adsense gets rounded edges
If you have generated code for adsense ads recently, you’d have noticed the new “rounded edges” corner style feature available in the dashboard.
Alternatively, you can also add the corresponding line of code to your existing ads to give them the new look.
Add the code within the first <script> </script> tag.
google_ui_features = “rc:10“; – for very rounded corners
google_ui_features = “rc:6”; – for slightly rounded corners
google_ui_features = “rc:0“; – square corners : No change
The official Adsense Blog quotes ” We’re also working to give you even more choices to customize your ad formats while maximizing revenue and user satisfaction”. It’d be better if we could specify fonts, add backgrounds and get more ad formats. What say ?