Hacker News new | ask | show | jobs
by seanwilson 2429 days ago
> 1. Understand visitors: We have pre-built data integrations (e.g. Clearbit, Segment, Salesforce, UTM) to identify visitors by their industry, company size, funnel stage, advertising campaign, free user v/s paid user and more. We also display how many visitors fall into each segment and what their conversion is.

What can you do to identify what kind of industry a user is from when they visit via a Google Search? Or a direct link? Do you always require something like a UTM parameter?

1 comments

We can identify industry in 3 ways for inbound visitors: (1) their IP address -- ~30-50% match rate (2) google paid search if their search query is indicative of their industry/usage -- match rate depends on your business and paid keywords (3) from your first party data if it's a returning visitors that has perviously signed up and either given you their industry in the form or if we enrich their email address -- match rate is ~70-90%.
> We can identify industry in 3 ways for inbound visitors: (1) their IP address

What’s your view on the ethics of doing this for users who haven’t signed up or otherwise provided any info, and thus think they’re anonymous?

Do you think most otherwise-anonymous Web visitors know or understand that IP->individual/business lookups are possible (for IPs which don’t have reverse DNS or SWIP entries)? It seems like basically no Web visitors know about IP data appending.

If or when this does become mainstream knowledge, how do you think the general public will react?

Nikhil here, CTO and co-founder at Mutiny.

The purpose of using this data for personalization is to help the incoming visitor find what they are looking for and understand more specifically why a product would be right for them. Our system is built such that when a user visits a Mutiny enabled website, their information is never shared nor sold. Only the company whose website the user has chosen to engage with has access to this data, similar to how company's use analytics platforms today.

We do not use 3rd party cookies, so user data is always protected across companies and domains. If users prefer to forgo personalization we respect these privacy settings and allow users to opt-out.

> If users prefer to forgo personalization we respect these privacy settings and allow users to opt-out.

Could you point out where this is in your privacy policy? My admittedly-basic reading seems to show the opposite. https://www.mutinyhq.com/privacy says this:

"“Do Not Track”. Do Not Track (“DNT”) is a privacy preference that users can set in certain web browsers. Please note that we do respond to or honor DNT signals or similar mechanisms transmitted by web browsers."

If, as you note, you respect users' privacy settings, why don't you honor Do Not Track? Forgoing personalization is the whole reason that DNT exists.

If this was an oversight, how about updating your service's behavior and the privacy policy?

You pulled out the correct line in the privacy policy: "Please note that we DO respond to or honor DNT signals or similar mechanisms transmitted by web browsers".

We do indeed honor Do Not Track in our service. Additionally, users can opt-out by emailing privacy@mutinyhq.com as detailed in the privacy policy.

Thank you. Somehow I completely misread that line.