Analytics
Allows to add a tab with Extension analytics data to the Event's analytics page. This feature is enabled by providing corresponding flag in instance handshake response.
Analytics
Path Parameters
Name
Type
Description
{
"id": "demographics-audience",
"name": "Audience",
"final": false,
"categories": [
{
"name": "Age breakdown",
"items": [
{
"type": "string",
"label": "Age < 18",
"value": "30%"
},
{
"type": "string",
"label": "Age 19 - 55",
"value": "50%"
},
{
"type": "string",
"label": "Age > 56",
"value": "20%"
}
]
},
{
"name": "Gender breakdown",
"items": [
{
"type": "string",
"label": "Male",
"value": "63%"
},
{
"type": "string",
"label": "Female",
"value": "37%"
}
]
}
]
}
