adsum-client-analytics
The Adsum Client Analytics is dedicated to interact with the adsum elastic proxy responsible for analytics and monitoring
data storage.
Extending
Schema
The tracking schema is very flexible you can :
- Add new type
- Add new fields
The only constraints are :
- The type must be a String
- Field mapping are shared between all the fields into an index (zone, site). So for example you cannot put a string into
poi.id
whatever the type
used. Keep in mind that it's the same.
WARNING: Elastic search provide an auto-mapping feature which can guess the data type of a field. This could be an issue
if you are not consistent on the data type. Please define it once, and keep it.
WARNING: Modifying the schema is quite hard, try to well define your schema because once there is production data.
Migrating data will not be a fun party !
Dashboard
The product provide a default dashboard for the basic schema. But if you add more data, you may want to create your own
dashboard.
TODO:
Developing