Skip to content

[Feature]: Support nested properties in Analytics #484

@JohannesPtaszyk

Description

@JohannesPtaszyk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions