Transforming Data Into Analytics-Ready Insights
INSERT INTO analytics_engineers (name, specialization, skills, passions)
VALUES (
'Július Selnekovič',
'Digital marketing data & analytics engineering',
ARRAY [
'GTM', 'GA4', 'SQL', 'Python', 'JavaScript'
],
ARRAY [
'Google Cloud Platform', 'Puzzle Solving'
]
);

Who am I? Digital analytics engineer and Google Tag Manager/Google Analytics specialist, passionate about data and problem-solving. I originally studied philosophy before transitioning to applied informatics. During my informatics studies, I discovered machine learning and deep neural networks, which sparked my interest in working with data.
I currently work as an external consultant for Dase (SK) and Abovo Maxlead (NL). I’m also a Google Cloud Platform enthusiast, and outside of work, I enjoy playing guitar or shakuhachi, exploring detective stories, and reading about mathematics.
Latest from Blog

GA4::BQ Tip – GA4 Event Parameters Data Checker
Let’s be honest: checking GA4 event parameters in a BigQuery export can be a nightmare. It’s a painful process,…

GA4 Internal Traffic Filtering with Traffic Type Marker
How to filter internal website traffic when a client doesn’t have a static IP address? It’s a common challenge…

Server-side GTM Domain Mapping with Load Balancer
If you’re missing direct custom domain mapping integration via Load Balancer in Cloud Run when deploying server-side GTM, you’re…