Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 550 Bytes

File metadata and controls

15 lines (10 loc) · 550 Bytes

EventSource Enum

Identifies how the event was generated.

  • device - the event was generated by the JS agent or a mobile SDK running on an end-user device.
  • edge - the event was generated by the Automation Intelligence API (/edge endpoint), analyzing a request intercepted at the edge.

Values

Name Value Description
DEVICE 'device'
EDGE 'edge'

[Back to Model list] [Back to API list] [Back to README]