I have a device on which I connect 3 USB Cameras named : Front, Left, Right.
There will be definately be charts based on the event_type and event_properties.
But, here I am interested in charts that I can create from User Properties.
The User(or device) Properties in any event, may have attached usb array object as below :
{<br /> "device_id": "C8F9E604-F01A-4BD9-95C6-8E5357DF265D",<br /> "event_type": "Camera started",<br /> "event_properties": {<br /> "camera_name": "Left"<br /> },<br /> "os_name": "Android",<br /> "os_version": "4.2.2",<br /> "device_brand": "Verizon",<br /> "device_manufacturer": "Apple",<br /> "device_model": "iPhone 9,1",<br /> "firmware_version": "02.04.10.22",<br /> "usbPeripherals": [<br /> {<br /> "cameraCapable": true,<br /> "microphoneCapable": true,<br /> "speakerCapable": false,<br /> "name": "Left",<br /> "model": "C635",<br /> "vendor": "Logitech"<br /> },<br /> {<br /> "cameraCapable": true,<br /> "microphoneCapable": false,<br /> "speakerCapable": false,<br /> "name": "Front",<br /> "model": "DS-0021",<br /> "vendor": "Hikvision"<br /> },<br /> {<br /> "cameraCapable": true,<br /> "microphoneCapable": false,<br /> "speakerCapable": false,<br /> "name": "Right",<br /> "model": "JC-20",<br /> "vendor": "Jabra"<br /> }<br /> ]<br />}Is this event structure possible and useful to create below charts?
If not , What can be done differently in event structure for below charts?
Can I create chart say showing distribution of vendors of all camera plugged into across devices and see camera-only vs other peripheral ?
Can I create a chart showing growth of a particular or top 5 camera vendors over time ?