Project Analytics support for UTM etc

I’d like to track UTM parameters on site load. I’m really surprised this isn’t already supported in Project Analytics?

Or is my only way to do this to pay for a Log Drain and another vendor to do this?

You can use Google Analytics to track it. Netlify Analytics doesn’t support it and there are no short-term plans to add any support for that either.

Ok. That’s a real shame because now you’re into GDPR, cookie warnings - and a large portion of users have this blocked. Whereas query parameters being sent to Netlify are right there, and don’t require trusting a 3rd party.

You can use Edge Functions to log and store the data anywhere you want and generate the required reports.