We just updated the payload when you export your schema as
JSON
.
These were backward compatible changes, so they are live for your next export. πŸš€
Bug Fixes πŸ›
  • Optional Lists are now defined as optional, instead of the values inside them.
New Additions βž•
  • userProperties
    array has been added to the
    event.rules.properties
    .
Array of user properties that are sent when the event is triggered.
  • groupProperties
    array has been added to the
    event.rules.properties
    .
Array of group properties that are sent when the event is triggered.
  • isSystemProperty
    field has been added to the property.
Set to true for properties that are system properties in Avo.
  • groupTypeId
    optional field has been added to the property object for groupProperties.
GroupTypeId referees which propertyGroup the group property is part of
  • propertyGroups
    array has been added to schema object
Array of PropertyGroups that exist in the schema.
  • actions
    array has been added to the
    event
    object.
action can be one of
  • logEvent | skipLogEvent
  • identify
  • unidentify
  • alias
  • revenue
  • page
  • updateGroups
Check out our documentation on the Export API for more information
We hope these changes make your JSON exports more detailed and descriptive. Let us know how it goes. πŸ™