How to display adsense ad Units Only for Mobile users.

nazhaRu

Junior Member
Joined
Jul 8, 2017
Messages
147
Reaction score
16
Hi ALL,

Google Adsense allows publishers to edit Responsive ad units, so publishers can display or hide ads on specific devices. Unfortunately, I don't know how to that. Would you mind to provide me with a legit code that respects the system TOS? and Can I depend on ad inserter "devices" option to do that?

Thanks.
 
You could do it with a few lines of php code e.g.

Code:
https://stackoverflow.com/a/4117597/1437261
Instead of the redirection (in the example I gave you), paste your embed code.
 
Hi ALL,

Google Adsense allows publishers to edit Responsive ad units, so publishers can display or hide ads on specific devices. Unfortunately, I don't know how to that. Would you mind to provide me with a legit code that respects the system TOS? and Can I depend on ad inserter "devices" option to do that?

Thanks.
Via php you able to do by using agent headers and this is not against TOs some time we need to display some portions on mobile or some time just on desktop so its ok no problem with this approach
 
You could do it with a few lines of php code e.g.

Code:
https://stackoverflow.com/a/4117597/1437261
Instead of the redirection (in the example I gave you), paste your embed code.
Thanks!
 
Via php you able to do by using agent headers and this is not against TOs some time we need to display some portions on mobile or some time just on desktop so its ok no problem with this approach
cloud you please clarify your answer ,?
 
Back
Top