| Name | Type | Description | Notes |
|---|---|---|---|
| string | Plaintext email. Hashed server-side. | [optional] | |
| phone | string | Phone number, ideally E.164. Hashed server-side. | [optional] |
| first_name | string | Plaintext first name. Hashed server-side. | [optional] |
| last_name | string | Plaintext last name. Hashed server-side. | [optional] |
| external_id | string | Stable customer identifier (e.g. CRM user ID). Hashed server-side for Meta and Google. Sent as plaintext to LinkedIn (LinkedIn's Conversions API spec requires the raw value). Maximum effective list size on LinkedIn is 1. | [optional] |
| ip_address | string | Client IP address. Sent plaintext. | [optional] |
| user_agent | string | Client user-agent string. Sent plaintext. | [optional] |
| country | string | ISO 3166-1 alpha-2 country code, e.g. 'us'. | [optional] |
| city | string | Meta advanced matching (ct). Plaintext city; normalized + SHA-256 hashed server-side. Meta only. | [optional] |
| state | string | Meta advanced matching (st). 2-letter ANSI for US; hashed server-side. Meta only. | [optional] |
| zip | string | Meta advanced matching (zp). US uses first 5 digits; hashed server-side. Meta only. | [optional] |
| dob | string | Meta advanced matching (db). YYYYMMDD; hashed server-side. Meta only. | [optional] |
| gender | string | Meta advanced matching (ge). 'f' or 'm'; hashed server-side. Meta only. | [optional] |
| click_ids | \Zernio\Model\ConversionEventUserClickIds | [optional] |