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 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…

From Google Sheets to BigQuery: A Simple Data Transfer Approach
Spreadsheets will never die. And as a data analyst or analytics engineer, you should know how to move data…