GO Lang and Python Trackers

Hi,

We are trying to see if snowplow can be used for auditlog purposes. Can you confirm if we can send a nested json as part if structured event, in the context ?
Python tracker seems to have the options to send structured, but do not see the same option in GO SDK. Is it something that is not released yet?

Yes - you can in Go ( https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/golang-tracker/tracking-specific-events/#track-structured-events-withtrackstructevent ) though rather than using a context for a structured event the recommendation would be to use a context with self describing event.

3 Likes