Два вряд показали прирост на 25%. Даже один блок 336×280 дает прирост около 17% по сравнению с адаптивным.
Имею ввиду такой блок:

Выводится он следующим кодом
<div id="asd-find-width"></div>
<div style="display: flex; justify-content: space-around;">
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-XXXXXXXXXXXXXXXXX"
data-ad-slot="XXXXXXXXXXXXX"></ins>
<script>
let find_width = document.getElementById('asd-find-width');
if (find_width.offsetWidth >= 670) {
document.write('<ins class="adsbygoogle" style="display:inline-block;width:336px;height:280px" data-ad-client="ca-pub-XXXXXXXXXXXXXXXXX" data-ad-slot="XXXXXXXXXXXXX"></ins>');
}
</script>
</div>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>