PostHog / posthog.com

Official docs, website, and handbook for PostHog.
https://posthog.com
Other
430 stars 437 forks source link

contact sales form updates #8737

Open camerondeleone opened 4 months ago

camerondeleone commented 4 months ago

Proposing the following changes, open to ideas.

Add:

Remove:

Change:

minekansu commented 4 months ago

name fields (ask for email + company only). I don’t think we get much asking for either way it since:

last name is a requirement in salesforce to create a lead or a contact (and there is no way to change this requirement) so I prefer keeping these fields to keep our data clean unless we think they cause real friction

minekansu commented 4 months ago

Explicit product selector with: PostHog self-serve (usage based pricing) PostHog Teams add on ($450/month + usage) PostHog Enterprise (starts at $20K/yr) (or ideally these map to the exact options on the plans page but those are still confusing to me and I don't think map well to how sales talks about the product)

Do we intentionally want to keep Teams as a plan instead of an add on in our conversations?

Plans, products, and addons are now explicitly separate on our website so it makes sense to keep the fields parallel in contact sales form. We can do the following:

  1. modify existing product question to include Teams Add On so it reads like this:

Which products are you interested in?

  1. Add plan question

Which plan are you interested in?

simfish85 commented 4 months ago

With these Teams/Enterprise and product selectors what are we trying to achieve? What routing decisions would we make based on seeing these?

(I want to keep it as simple as possible whilst giving us enough to make the hands-on/self-serve call)

camerondeleone commented 4 months ago

Thinking this through again I agree simple is best. I do not think we get good data from long selectors. So listing every single possible configuration/product is a bad idea imo. I think it should be:

I'm also pretty strongly against the Totally Free / Ridiculously Cheap / Enterprise Mode language (wish it would disappear from the website, but I get why it doesn't) so definitely do not want to use this in the form (do others disagree?). Don't like it because I can't point to the pricing page during a call and say "these are the plans" because the things that are actually there don't map to the options I've given them on the call (which are self-serve/usage-based or Enterprise, which starts at $20K). And the distinction between Plan and Add on also required explaining, so let's just avoid where possible.

minekansu commented 4 months ago

perfect taking out plan question + addon options then 👍 I am hesitant to combine unrelated products under Other as it won't be super useful data for lead qualification or for analysis, maybe there is a ui solution to the long list issue

camerondeleone commented 4 months ago

perfect taking out plan question + addon options then 👍 I am hesitant to combine unrelated products under Other as it won't be super useful data for lead qualification or for analysis, maybe there is a ui solution to the long list issue

I hear you. I put them together because they aren't really commercially viable right now (beta, very low $, not a separate product), so from a commercial point they are actually somewhat disqualifying if checked in isolation.

camerondeleone commented 4 months ago

I have another idea actually...

I would really like to know where people will run PostHog.

I want to implement tracking on: (check all)

Too much?

minekansu commented 4 months ago

I will create a version without name or last name and set up clearbit enrichment for those fields. if salesforce name requirements prevent us from implementing that version I will add name fields back in

minekansu commented 4 months ago

I would really like to know where people will run PostHog.

@camerondeleone can you explain a bit how this helps with initial lead qualification?

camerondeleone commented 4 months ago

I would really like to know where people will run PostHog.

@camerondeleone can you explain a bit how this helps with initial lead qualification?

there is actually a ton of info contained in that. some of my heuristics are

Mobile = high usage + identified marketing/landing page = anon, high probability that this is less $ than it seems given volume server = there will be custom events + an engineering led implementation, customer will be more self-serve web app = this at least lets us differentiate the landing page only use case from idenfitied/product analytics use cases

On top of that, It helps with research. I can pretty quickly look at the website and then figure out which of their (potentially many) products they intend to evaluate us for.

minekansu commented 4 months ago

Salesforce feature to generate the code: https://www.salesforce.com/ca/products/guide/lead-gen/web-to-lead/

Final list of questions

Email (email)

Company Name (text)

Role (picklist)

Which products are you interested in? (Picklist - multiselect)

I want to implement tracking on (Picklist - multiselect)

Which data warehouse do you use? (Picklist - multiselect)

Monthly Active Users (MAU)

Do you need any of the following (Picklist - multiselect)

What do you want to talk about on the call? (text)

salesforce-contact-sales-code-v2.txt

minekansu commented 4 months ago

@smallbrownbike @corywatilo I just updated the attached code in the comment above, the previous one didn't include picklist options for Role and had the old options for "Which products are you interested in?", please use this one instead 🙏