I don't see any events being uploaded. What could be the cause?¶
Repro will be sent to the server periodically the collected event & user profile data.
To check if the event has been executed on the dashboard, Add users using a QR code from audience. Afterwards, please confirm that the number of executions for the targeted event is displayed on the Details page of user.
Also if event tracking is correctly implemented, the following log message will be displayed in the console of your IDE (Xcode, Android Studio). Please also confirm that the logs are displayed after an event was tracked. It is necessary to set the log level to DEBUG.
Standard event
Track standard event name=view_content properties={
"value": 5000,
"currency": "JPY",
"content_category": "Clothing & Shoes > Mens > Clothing",
"content_name": "Slim Jeans",
"content_id": "1234"
}
Custom event
Track custom event name=user review properties={
"rating": 3
}