Hello, I just started at a company that uses SnowPlow for sending events to different tools.
I took a look at the snowplow doc and our implementation, and it looks like we're using 'custom structured events' which have a category, a label, and only one property field (which we fill with a json in order to pass several properties)
SnwoPlow’s doc about this is here: https://docs.snowplow.io/docs/understanding-your-pipeline/canonical-event/
Question: did anyone successfully integrate Snowplow and Amplitude? If so, how? I did some research and looks like it’s feasible via Google Tag Manager but that sounds like a clunky hack.
From the looks of it, I would be better off going the Amplitude SDK route, but the upside of connecting with Snowplow is the ability for snowplow to send historical data.
Thanks in advance!