View Single Post
Old 06-20-2015, 04:50 AM  
robwod
Confirmed User
 
Industry Role:
Join Date: Nov 2005
Posts: 2,539
Quote:
Originally Posted by Best-In-BC View Post
There are programs that want only mobile ad clicks
In that case, create your mobile ad zone and then add a simple "if" variable to your header file that detects mobile (not unlike the scripts people use to redirect mobile traffic). Then set a variable, "mobile" if true, or "standard" if false.

In your ad zone areas of the php/html, do a check if == mobile, then show the mobile code, else show the standard code.

In this way, you can continue to use the software you know. Even if you switch to a different ad software, you will need to edit the html to insert it. Thus, if you're editing the html anyway, you may as well just do it with the software you already know.

Hope that helps.
__________________
NSFW
robwod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote