Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 526 Bytes

SendAnalytics.md

File metadata and controls

26 lines (19 loc) · 526 Bytes

Id Web - Send Analytics

URL: https://www.epicgames.com/id/api/analytics
Method: POST
Auth Required: Yes

{
    "eventType": ""
}

Parameters

eventType: The event/action currently in use to analyise. Valid: EPIC_WEB_ANALYTICS_EVENT, MERGE_REDIRECT, EXT_AUTH_LOGIN_START, EXT_AUTH_LINK_START, EXT_AUTH_LOGIN_REDIRECT


Example Response (Successful): Status 200

{
    "accountId": "6c5f78c40a31482f81ae5df98b950889",
    "trackingUuid": "58a9874d11ae4d619e1dd98a028229c4"
}