Hi!, I’m generating a couple of unstruct events already present in Snowplow such as ad impressions and ad clicks. After using the Analytics SDK to transform the events to JSON, I notice these fields: unstruct_event_com_snowplowanalytics_snowplow_ad_click_1
, unstruct_event_com_snowplowanalytics_snowplow_ad_conversion_1
, etc. Which contain the data for each event. Can I modify the name of this field to something more standard like data
? Since I already have the event name in another field. I would do this in my script by hand but I don’t know if those names would change in the future or something.
Thanks in advance.