Test company detection from identity events (pp/id) with real company domains for KickFire lookup
These forms trigger Path 2 company detection: pp/id events with business email domains get queued to the reveal-company worker for KickFire domain lookup. The worker returns enriched pc/ic events with full firmographic data (employees, revenue, SIC/NAICS, location, social).
Use Preview Mode to see: pp/id event -> Stage 7.7 queues company lookup -> pc/ic event arrives via re-entry with company group containing KickFire data.
pp event with person data, then pc event with company.domain: "kickfire.com", company.name: "IDG Communications, Inc" (or "KickFire" trade name), full SIC/NAICS, employees "10 to 50", revenue range.
pc with company.domain: "microsoft.com", employees "25,000+", revenue "$1,000,000,000+", SIC 7372 (Prepackaged Software), stock "MSFT".
_ll.identifyPerson() with company object. Should produce an ic (identified company) event with conf=1.0.Click the button to call _ll.identifyPerson() with Google company data:
id event, then ic event with company.domain: "google.com", company.src: "explicit", company.conf: 1.0, employees "25,000+", revenue "$1,000,000,000+".
pc with company.domain: "tinyunknownstartup.io", company.name: "tinyunknownstartup.io" (domain as placeholder), company.conf: 0.8. No emp/rev/sic/naics fields.
pp event only. No pc event. Gmail is a personal email provider — no company domain to look up.
1x pp event with 3 people detected, then 3x pc events:
company.domain: "salesforce.com" — CRM, 25,000+ employeescompany.domain: "hubspot.com" — Marketing softwarecompany.domain: "stripe.com" — Payment processing_ll.identifyPerson() with structured company object including domain. Tests the explicit identification path.id event, then ic event with company.domain: "stripe.com", company.src: "explicit", company.conf: 1.0.