Hi all,
We’re collecting snowplow events from the frontend via Snowplow Analytics to scala-collector to kinesis to Elasticsearch. We’re currently saving all fields.
We had a load spike today on our website where the vast majority of status codes during spike were 3XX (redirects I’m assuming). I’m trying to use Snowplow Analytics data to find out what pages were causing this (both where redirected from and to). Obviously the snowplow events have this information, but is there anyway to determine a redirect occurred and not just a pageview due to a link/button being clicked? I’d like to essentially sort into two datasets: 1) Normal Pageviews, 2) Pageviews from redirects. Then perform my analysis.
Worst case I just group by and take a look. Since vast majority were redirects, it should be probably be obvious which are redirects…but it would be nice to know exactly if possible.
Thanks for any insights,
Patrick