Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 522 Bytes

File metadata and controls

13 lines (8 loc) · 522 Bytes

EventSource

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.

Enum

  • DEVICE (value: 'device')
  • EDGE (value: 'edge')

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