Best practices for importing user and company data into Userpilot.
identify_user
or identify_company
events. Always include the full list of properties for each identify
event. Populate known attributes and leave the remaining attributes as null
or empty values.identify
calls can cause critical attributes to be overwritten with null values, leading to inaccurate reporting and inconsistent profiles.Attribute | First identify | Second Identify | Third Identify |
---|---|---|---|
name | ”John Doe" | "John Doe" | "John Doe” |
”john@example.com" | "john@example.com" | "john@example.com” | |
location | null | ”Dublin" | "Dublin” |
job_title | null | null | ”Architect” |