Sign in

Track screen view

documented

Record a screen view event for a person (mobile).

POST /v1/screenPeopleno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://cdp.customer.io/v1/screen" \
  -X POST \
  -u "{{CUSTOMER_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"userId": "{{$userId}}", "name": "{{$screenName}}", "properties": {{$properties}}}'