What do you want to see in Flocon?
Hey,
Our analytics solution sends event-properties as JSON-structure.
It would be lovely if this is something that could be added to Analytics feature.
So instead of having:
AnalyticsEvent(
eventName = "opened profile",
"userId" analyticsProperty "2048",
"username" analyticsProperty "kevin",
"age" analyticsProperty "34",
),
Something like:
AnalyticsEvent(
eventName = "opened profile",
json = profileEventJson,
),
Would be lovely.
Sadly right now I do not have too much time to contribute, I tried coming up with a solution, but its not that simple to do, as the current structure heavily relies on key-value properties.
Maybe someone else finds time to look into this.
Thank you already
Edit: already created a related discussion a while ago, not sure if it can be closed or we want to use it #459
What do you want to see in Flocon?
Hey,
Our analytics solution sends event-properties as JSON-structure.
It would be lovely if this is something that could be added to Analytics feature.
So instead of having:
Something like:
Would be lovely.
Sadly right now I do not have too much time to contribute, I tried coming up with a solution, but its not that simple to do, as the current structure heavily relies on key-value properties.
Maybe someone else finds time to look into this.
Thank you already
Edit: already created a related discussion a while ago, not sure if it can be closed or we want to use it #459