Track mobile screen views in Customer.io for analytics and user journey tracking. Records when a user views a screen in your mobile app. Use this when you need to: - Track user navigation patterns in mobile apps - Record screen views for engagement analytics - Trigger workflows…
nameRequiredstringName of the screen that was viewed (e.g., 'home_screen', 'feed', 'settings').
typestringEvent type identifier. Should always be 'screen' for screen view events.
sentAtstringISO 8601 timestamp of when the event was sent from the client. Used for clock skew correction.
userIdstringUnique identifier for a known user. Use this to track screen views for identified users. Mutually exclusive with anonymousId - provide one or the other.
contextobjectOptional contextual information about the event (e.g., device info, IP address, app version).
versionnumberVersion number of the tracking spec being used.
messageIdstringUnique identifier for this message/event. If not provided, one will be generated automatically.
timestampstringISO 8601 timestamp of when the screen view occurred. If not provided, the current time will be used. Format: YYYY-MM-DDTHH:mm:ss.sssZ
propertiesobjectOptional key-value pairs containing additional context about the screen view (e.g., screen_category, platform, referrer).
receivedAtstringISO 8601 timestamp of when the event was received by the server. Typically set automatically.
anonymousIdstringUnique identifier for an anonymous user who hasn't been identified yet. Mutually exclusive with userId - provide one or the other.
strict_modebooleanWhen True, enables strict validation that returns proper HTTP error codes (400/401) for validation failures. When False (default), the API operates in permissive mode, logging errors but returning HTTP 200.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.