Event Forwarding
Endpoints for forwarding events from external sources
Forwards events from the Decentraland Explorer client. This endpoint processes and validates client-side events such as user movement, emotes, login events, and other in-world interactions.
Events are validated for:
Signature authenticity using HMAC-SHA1
AuthChain validation for user authentication
Event structure and content validation
User address verification
Supported event types:
move_to_parcel: User movement between parcelsused_emote: Emote usage eventspassport_opened: Passport interaction eventswalked_distance: Movement trackingvertical_height_reached: Height-based achievementslogged_in: User login eventslogged_in_cached: Cached login events
HMAC-SHA1 signature for event validation
Explorer client event data
Event type identifier
move_to_parcelUnique message identifier
msg_123456789Anonymous user identifier
anon_abc123User identifier (if available)
0x1234567890abcdefEvent timestamp
When the event was sent
When the event was received
Event successfully processed and forwarded
Invalid event data
Authentication failed
Forwards events from web applications and analytics platforms. This endpoint processes web-based events such as page views, user interactions, and analytics data.
Events are validated for:
Signature authenticity using HMAC-SHA1
Event structure validation
User context validation (if Ethereum address is present)
Anonymous ID validation and flagging
This endpoint supports Segment-compatible web events and includes special handling for authentication events that link anonymous IDs to Ethereum addresses.
HMAC-SHA1 signature for event validation
Web event data
Event type
trackUnique message identifier
msg_web_123456Anonymous user identifier
anon_web_abc123User identifier (if available)
0x1234567890abcdefEvent timestamp
When the event was sent
When the event was received
Original event timestamp
Integration settings
Project identifier (for specific event types)
Event successfully processed and forwarded
Invalid event data
Authentication failed
Last updated