Noticed a new look for AdSense ads today. MUCH cleaner!!
Also a very welcome improvement after the email I got last month saying that Google was winding down the custom AdSense code for premium publishers (too hard to manage).
Noticed a new look for AdSense ads today. MUCH cleaner!!
Also a very welcome improvement after the email I got last month saying that Google was winding down the custom AdSense code for premium publishers (too hard to manage).
Good to see others noticing the redesign — , and already called out the main effects: cleaner look, ads that blend with content, and early CTR/eCPM uplifts. Those are real and common when visual friction is reduced, but early wins can be noisy. Traffic source, device mix and novelty all shift short-term numbers.
Practical checklist to lock the win down: record a baseline by page and device (CTR, page RPM/revenue per pageview, viewability, time on page); run a controlled split (roll the new style to part of pages or users and keep a control); run long enough to collect several thousand impressions per variant (or at least a couple of weeks on lower-traffic sites); compare the full set of KPIs — CTR alone can be misleading, prioritize revenue per visitor and viewability; and if positive, roll out gradually. Also segment mobile vs desktop — mobile behavior often differs.
If ads look “squished” or rendering is inconsistent, inspect the container and iframe with DevTools. A common fix is to ensure the host container provides enough space and doesn’t collapse. Example CSS (adapt to your theme):
/* example responsive ad container */
.ad-slot {
display: block;
width: 100%;
max-width: 728px;
margin: 0 auto;
min-height: 90px;
overflow: visible;
} Troubleshooting notes: don’t alter the ad iframe contents, only the surrounding container; watch for lazy-load or CSS that hides iframes; check AdSense alerts and policy reminders; and avoid styling that makes ads indistinguishable from editorial content — accidental-clicks and labeling rules matter.
On ’s YouTube idea: video can drive large volumes, but test traffic quality first. Run a short pilot, measure page RPM, engagement and retention, then scale what moves both users and revenue.
Jump to Post— JorgeM 958I agree..they look very clean and sharp. I was just browsing some other sites and came across an add in the format you displayed in your post. If it wasn't for the fact that I had seen your pic first, I wouldn't have noticed that it was an ad.
These …
Jump to Post— mmcdonald 28Thanks for sharing Dani! It's nice to see Google make a step in the right direction for once. Perhaps they've finally realised how much they've slipped over the passed 36 months in regards to their AdWords/AdSense. I personally feel they got too comfortable with their 'legacy' layout, I also can't …
I agree..they look very clean and sharp. I was just browsing some other sites and came across an add in the format you displayed in your post. If it wasn't for the fact that I had seen your pic first, I wouldn't have noticed that it was an ad.
These ad styles seem to integrate with the page's content much nicer.
Definitely a step up compared to the old ads that looked very squished and didn't seem to fit in the space very well.
Official AdSense blog entry: http://adsense.blogspot.com/2013/09/redesigned-text-ads-on-the-Google-Display-Network.html
Thanks for sharing Dani! It's nice to see Google make a step in the right direction for once. Perhaps they've finally realised how much they've slipped over the passed 36 months in regards to their AdWords/AdSense. I personally feel they got too comfortable with their 'legacy' layout, I also can't agree more about how complicated they made a system that could have been so simple.
Looking forward to checking out the new system.
Michael
Definitely seeing an ENORMOUS boost in my CTR and eCPM.
Glad to hear it Dani :D
Now if only traffic could follow suit, haha!
It would be great to see DaniWeb recruit official video moderators and hit mediums such as youtube with the recordings. Even if it was a video blog that was run for 6 months. If there is a justifiable difference in traffic sourced from the likes of YouTube then it would be continued? Thoughts?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.