Mobile app version of vmapp.org
Login or Join
RJPawlick198

: Can I modify the code for an Adsense responsive link unit within the AdSense policies? Adsense now supports the creation of a Responsive Link unit (in addition to the normal Responsive units

@RJPawlick198

Posted in: #Google #GoogleAdsense #GoogleAdsensePolicies

Adsense now supports the creation of a Responsive Link unit (in addition to the normal Responsive units that were available long time ago).

However, if you create a Responsive Link unit and place the code in your website, it shows very limited sizes such as 728x15, 468x15 etc which are very bad sizes in terms of CTR.

The following article shows how to modify the responsive ad code according to your needs:
support.google.com/adsense/answer/6307124?hl=en
Does anyone know if the above article applies also to Responsive Link units?

What I want to do is to create a Responsive Link unit and modify the code (according to the article above) in order to show 300x250 Link Unit sizes which are not available normally when creating a Link ad. This Link Unit size of 300x250 has much higher CTR than the normal link ad sizes.

Can I do the above with a responsive link ad or its against the Adsense TOS? I have contacted the Adsense forum but nobody has answered my question.

I have tried the following code modification on my website and works fine (it displays a nice 300x250 unit consisting of 6 links):

<style type="text/css">
.link_unit_slot { width: 300px; height: 250px; }
</style>
<script async
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ResponsiveLinks -->
<ins class="adsbygoogle link_unit_slot"
style="display:block"
data-ad-client="ca-pub-xxxxxxx"
data-ad-slot="xxxxxxxx"
data-ad-format="link"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>


Do you think the above is against Adsense TOS? I would appreciate any feedback.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @RJPawlick198

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme