Handle property updates coming from Aampe identify calls. Expects data in the exact format needed for publishing.
Documentation Index
Fetch the complete documentation index at: https://kb.aampe.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Ingestion API key. Obtain from Integrations > API keys in the Aampe Dashboard. See Authentication for details.
Represents a property update event for a user.
Note on serialization:
Downstream consumers expect user_properties and (when present) metadata
to be JSON-encoded strings inside the outer JSON payload.
We implement this via Pydantic field serializers so callers can keep using
native dicts in Python.
The user's ID
Unix epoch seconds (number); decimals and millisecond values supported.
Dictionary of property names to values
Custom suffix for the event name. Will be appended to 'aampe_property_update_'
Optional unique ID of the event
Additional metadata dictionary for the event
Successful Response