nadermx Posted November 18, 2016 Report Share Posted November 18, 2016 I set up a 2 zones one on desktop and one on mobile. I'm using bootstrap to hide the mobile column that has the ad zone for mobile, yet it still is counting impressions for both. Is there any way to have the desktop zone not count mobile impressions or show the ad on mobile, and vise versa? Since I have a single page/dynamic page Quote Link to comment Share on other sites More sharing options...
Erik Geurts Posted November 18, 2016 Report Share Posted November 18, 2016 If all you are doing is 'hiding' the zone you do not need using a bit of CSS, you should realize it is still being rendered in the browser, just hidden. So impressions will be counted. The better approach is to use a form of device detection and actually not render the desktop zone on mobile and vice versa. See for example mobiledetect.net andrewatfornax 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.