Quote:
Originally Posted by Best-In-BC
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.