Support Json Structure for Analytics Events #459
JohannesPtaszyk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using a custom analytics structure, which relies on a JSON being sent from the client, rather then key-value pairs.
It would be really neat to support in the library + ui JSON, which then gets parsed in different levels of tables in the UI.
Something like:
{ "screen": { "current": "Product Detail", "previous": "Product List", ... } }An idea would be to introduce some new function, like analyticsProperty e.g. "jsonAnalyticsProperty" which would then render a proper json structure into a nested table view or something like that.
Beta Was this translation helpful? Give feedback.
All reactions