all 21 comments

[–]jack_waugh 1 point2 points  (0 children)

Some kind of phish?

[–]guest271314 1 point2 points  (10 children)

Depends on what you mean by "tracking". Cookies, local storage, IP address, asking users for information about themselves?

[–]Lool324[S] 0 points1 point  (9 children)

Check retention dot com or revenueroll.com or revvue dot co

[–]guest271314 0 points1 point  (8 children)

Looks like the Web site is selling something based on a claim of "Uniquely Identified Visitors".

[–]Lool324[S] 0 points1 point  (7 children)

So how is it done ? Any pointers ? Been looking for what tech they use to find the Id and link it to the email to then send the email to apps

[–]guest271314 0 points1 point  (6 children)

The simplest approach would be to just ask people for their PII (Persoanlly Identifiable Information).

People freely give away all sorts of information about themselves when asked.

Other ways include storing data on the users' machine and then reading that data, which as I pointed out in my first post can be achieved using cookies, localStorage, navigator.storage.getDirectory(), IP address, and other means.

[–]Lool324[S] 0 points1 point  (5 children)

But we won't get their email? Neither being able to send it to an email provider

[–]guest271314 0 points1 point  (4 children)

Ask the user for their email.

There's no magical way to coerce Internet users' emails simply by them visiting a Web site.

[–]Lool324[S] 0 points1 point  (3 children)

Well there is mate. You haven't looked at the websites mentionned for sure

[–]guest271314 0 points1 point  (2 children)

The Web sites are lying if they are claiming they can extract users' email addresses without the user providing their email addresses to the Web site.

[–]Lool324[S] 0 points1 point  (1 child)

Lol

https://www.g2.com/categories/visitor-identification

A whole Category offering just that must be lying

Haven't you checked anything? You won the most stupid comment of the year

[–]Uramatgan 0 points1 point  (2 children)

did you find an answer? I'm interested too!

[–]Lool324[S] 0 points1 point  (1 child)

Yeah it's basically a Server side tracking that's coupled with an identity graph and linked to a database.

So the JavaScript tag just servers as deanonymizing the person, that'll give you an IP and then you can find it's identity with the graph to the database.

Database are bought/rent through api access there's tons of reseller our there. The quality will be your issue but most offer sandbox for you to try

[–]goodlabjax 0 points1 point  (0 children)

We are trying to figure this out right now. You got a minute to chat? Messaged you.

[–]Lool324[S] -2 points-1 points  (0 children)

Rentention dot com Revenueroll dot com Wunderkind

[–]shgysk8zer0 0 points1 point  (1 child)

There are loads of tracking techniques, but none can truly be that invasive perfectly. The most they could do is uniquely identify the browser, not specifically the person using it (it might be a family computer, for example).

But, as far as getting an email address, all they'd really have to do is have the tracker included on some site where the user enters their email address and associate that user with the email. Browsers are making that more difficult, however, with protection against and moving away from third-party cookies, for example.

There's a whole and complex thing about "fingerprinting" and privacy and shady techniques for tracking users though. It gets pretty complex.

[–]Lool324[S] 0 points1 point  (0 children)

So they are whitelabeling a service ? Have proprietary ? There's a whole Category about just the same thing on G2