analytics code example
Example 1: magento web api log
grep -r "Report ID: webapi-5c644d10f0e26" var/
Example 2: ios get notification payload
let userInfo = notification.request.content.userInfo
print userInfo["userId"]
grep -r "Report ID: webapi-5c644d10f0e26" var/
let userInfo = notification.request.content.userInfo
print userInfo["userId"]