Home > Technical & Creative Skills > Programming, Servers & Scripts

How does Voluum get phone brand and model? (3)


02-15-2017 03:47 PM #1 aoworks (Member)
How does Voluum get phone brand and model?

I completely understand that you append the URL with query strings - namely:

example.com --> example.com/?brand={brand}&model={model}

But who puts the value 'Samsung' in place of {brand}? And when?


02-15-2017 04:01 PM #2 jessejames (Member)

There are multiple ways to do it, and libraries that provide this information. I.e. https://github.com/piwik/device-detector and WURFL. I don't know what Voluum does tbh, if they roll their own or use a third-party.

Some use user agent, i.e. https://hgoebl.github.io/mobile-detect.js/ Generally your browser reveal a ton of info, and I guess those libraries above patch that together, i.e. user agent+screen size+feature detection+ ??? Carrier can be detected from IP ranges.


02-15-2017 08:40 PM #3 cmdeal (Veteran Member)

This is pretty easy to do ... haha, you and the world would be shocked if they knew just how much information marketers can get about a person just by them clicking on an ad.


Home > Technical & Creative Skills > Programming, Servers & Scripts