Home >
Paid Traffic Sources >
Mobile
Auto detect screen resolution? (9)
02-15-2014 02:52 PM
#1
ahmedkassem (Member)
Auto detect screen resolution?
Hey stackers!!
i'm trying to auto detect phone's screen resolution and redirect user to the correct page accordingly, anyone familiar with how that could be done?
Thanks
02-15-2014 03:18 PM
#2
andyvon (AMC Alumnus)
What kind of tracker do you use? With the new version of CPV Lab you can do this with a redirect profile:

02-15-2014 03:24 PM
#3
ahmedkassem (Member)
I'm using Voluum ... I guess there's no option for that in it.
02-15-2014 03:24 PM
#4
bbrock32 (Administrator)
Use this js :
Code:
<script language="Javascript">
var h=window.screen.availHeight;
var w=window.screen.availWidth
if(h=="1" && w=="1")
document.location="http://google.com";
elseif(h=="2" && w=="2")
document.location="http://yahoo.com";
else
document.location="http://anythingelse.com";
</script>
02-15-2014 03:25 PM
#5
ahmedkassem (Member)

Originally Posted by
bbrock32
Use this js :
Code:
<script language="Javascript">
var h=window.screen.availHeight;
var w=window.screen.availWidth
if(h=="1" && w=="1")
document.location="http://google.com";
elseif(h=="2" && w=="2")
document.location="http://yahoo.com";
else
document.location="http://anythingelse.com";
</script>
That's what i'm looking for! Thanks man
02-15-2014 03:30 PM
#6
ahmedkassem (Member)

Originally Posted by
andyvon
What kind of tracker do you use? With the new version of CPV Lab you can do this with a redirect profile:

Andy, Did you try
Voluum? How's CPVlab compared to
Voluum? Which is better?
02-15-2014 07:32 PM
#7
andyvon (AMC Alumnus)

Originally Posted by
ahmedkassem
Andy, Did you try
Voluum? How's CPVlab compared to
Voluum? Which is better?
I haven't tried Voluum yet, as I am used to CPV Lab and never had any problems with it so far, so no need for me to switch, especially now that they added all the mobile tracking features.
You should be fine with Voluum though, heard only good things about it.
02-15-2014 07:34 PM
#8
ahmedkassem (Member)

Originally Posted by
andyvon
I haven't tried
Voluum yet, as I am used to CPV Lab and never had any problems with it so far, so no need for me to switch, especially now that they added all the mobile tracking features.
You should be fine with
Voluum though, heard only good things about it.
I'm missing redirection rules in Voluum, will check CPVlab features and see if it's worth the conversion.
Thanks man
03-06-2014 06:24 PM
#9
affluent (Member)
I found this maybe work on STM Tracker
Prosper202 Mod – Tracking each screen resolution’s conversion rate
http://shockmarketer.com/prosper202-...en-resolution/
Home >
Paid Traffic Sources >
Mobile