Include variant ID in pseudocode
A
Aswin Kumar CS
We’d love to explore a small enhancement: Can we automatically include eventVariantId in the generated pseudo code for all events?
Why this helps: Developers can easily populate this value via codegen implementation, making event validation between Avo Schema and internal data Collection much more straightforward.
Example:
Pseudo code should include "eventVariantId": "variant_id_derived_from_th_variant_url"
Then we can join raw data on the variant ID
Current workaround:
- create the property eventVariantID
- add the IDs as allowed values to the property
- pin the appropriate value to the variant
This way the variant ID will be in the pseudocode