By pressing either side button for 1 second, EmbracePlus allows the participant to create an Event Tag.
More information about Tagging Events is available in the following article: Tagging Events with EmbracePlus
Tags are then found in their respective Avro file under rawData>tags in the tagsTimeMicros array.
{
"rawData": {
"tags": {
"tagsTimeMicros": [
1702396205010249,
1702396808002192
]
}
}
}Each Tag is a microsecond UNIX timestamp in UTC+0 format.
More information about Avro files and how to access them can be found in the following article: How to access Avro files with Python
The article includes an example Python script to convert Avro into CSV. Tags are then found in the tags.csv file.