Rule #1: Life is supposed to be fun!

These are the knowledge I wish I had known before

Tips and tricks

Practical experience

What are Statistical Tests? How to choose the right test

Statistical tests are an essential tool for analyzing data and making informed decisions based on the results. These tests provide a systematic and objective way to evaluate the presence or…

How to perform triple click on Selenium with Python

I will go straight to the point. This is the piece of code that help you to perform triple click into any element by using Selenium on Python. In the…

How to unblock Google search terms report

Google filtered insignificant (but important) search terms from the reports Recently, Google has made an unsurprising move when limit the Search terms report. Before September, 2020, all search terms having…

The difference between All Element and Just Link

One of the most frequent questions I was asked is the difference between 2 types of click trigger: All elements and Just link. Basically, they are all click triggers, which…

How to use Timer in GTM to track real time on page (Google Tag Manager)

GA calculates time spent on a given page by taking the difference between the timestamp of that pageview and the timestamp of the subsequent hit. But if a pageview is the…

Send Client ID to Google Analytics to track EVERY SINGLE visitor

Client ID is the anonymous cookie identifier that Google Analytics assigns to every single browser instance of any given web visitor. It’s how GA calculates the Users metric in views…

1 2 3