Home >
Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) >
The STM Mobile Tracker
How to call user geo + handset with stm tracker? (3)
08-22-2014 05:43 AM
#1
dvir0776 (Member)
How to call user geo + handset with stm tracker?
Hi, I'm trying to call user's geo city area, and his handset on mobile lander. I'm using stm tracker, can you answer or point me to a resource about doing that?
Thank you, first lander I make that I'm proud of 
Dvir
08-22-2014 07:32 PM
#2
caurmen (Administrator)
You can call the handset comparatively easily.
First, you'll need to make sure that you have Passing Device Info set to "Yes" on Step #7 Get Links in the campaign setup.
Once you've done that, you can echo the detected handset name using the following PHP:
Code:
echo $_GET["model"];
Echoing the city is a bit more involved - here's a tutorial on how to do that amongst other things:
http://stmforum.com/forum/showthread...our-Own-Server
08-23-2014 08:06 PM
#3
dvir0776 (Member)
thanks caurmen! I'll look into it
Home >
Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) >
The STM Mobile Tracker